Share via


RuntimeOps.CreateRuntimeVariables 메서드

정의

런타임에서 닫혀 있는 변수를 수정하는 데 사용할 수 있는 인터페이스를 만듭니다.

오버로드

CreateRuntimeVariables()

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

사용되지 않음.

런타임에서 닫혀 있는 변수를 수정하는 데 사용할 수 있는 인터페이스를 만듭니다.

CreateRuntimeVariables(Object[], Int64[])

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

사용되지 않음.

런타임에서 닫혀 있는 변수를 수정하는 데 사용할 수 있는 인터페이스를 만듭니다.

CreateRuntimeVariables()

Source:
RuntimeOps.RuntimeVariableList.cs
Source:
RuntimeOps.RuntimeVariableList.cs
Source:
RuntimeOps.RuntimeVariableList.cs

주의

do not use this method

런타임에서 닫혀 있는 변수를 수정하는 데 사용할 수 있는 인터페이스를 만듭니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 static System::Runtime::CompilerServices::IRuntimeVariables ^ CreateRuntimeVariables();
[System.Obsolete("do not use this method", true)]
public static System.Runtime.CompilerServices.IRuntimeVariables CreateRuntimeVariables ();
[<System.Obsolete("do not use this method", true)>]
static member CreateRuntimeVariables : unit -> System.Runtime.CompilerServices.IRuntimeVariables
Public Shared Function CreateRuntimeVariables () As IRuntimeVariables

반환

변수에 액세스할 인터페이스입니다.

특성

적용 대상

CreateRuntimeVariables(Object[], Int64[])

Source:
RuntimeOps.RuntimeVariableList.cs
Source:
RuntimeOps.RuntimeVariableList.cs
Source:
RuntimeOps.RuntimeVariableList.cs

주의

do not use this method

런타임에서 닫혀 있는 변수를 수정하는 데 사용할 수 있는 인터페이스를 만듭니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 static System::Runtime::CompilerServices::IRuntimeVariables ^ CreateRuntimeVariables(cli::array <System::Object ^> ^ data, cli::array <long> ^ indexes);
[System.Obsolete("do not use this method", true)]
public static System.Runtime.CompilerServices.IRuntimeVariables CreateRuntimeVariables (object[] data, long[] indexes);
[<System.Obsolete("do not use this method", true)>]
static member CreateRuntimeVariables : obj[] * int64[] -> System.Runtime.CompilerServices.IRuntimeVariables
Public Shared Function CreateRuntimeVariables (data As Object(), indexes As Long()) As IRuntimeVariables

매개 변수

data
Object[]

닫힌 배열입니다.

indexes
Int64[]

변수를 찾을 수 있는 닫힌 배열에 대한 인덱스 배열입니다.

반환

변수에 액세스할 인터페이스입니다.

특성

적용 대상