RuntimeOps.CreateRuntimeVariables 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
런타임에서 닫혀 있는 변수를 수정하는 데 사용할 수 있는 인터페이스를 만듭니다.
오버로드
CreateRuntimeVariables() |
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.
사용되지 않음.
런타임에서 닫혀 있는 변수를 수정하는 데 사용할 수 있는 인터페이스를 만듭니다. |
CreateRuntimeVariables(Object[], Int64[]) |
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.
사용되지 않음.
런타임에서 닫혀 있는 변수를 수정하는 데 사용할 수 있는 인터페이스를 만듭니다. |
CreateRuntimeVariables()
주의
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[])
주의
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[]
변수를 찾을 수 있는 닫힌 배열에 대한 인덱스 배열입니다.
반환
변수에 액세스할 인터페이스입니다.
- 특성
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET