MethodCall.GetInArg(Int32) 메서드

정의

매개 변수로 표시되지 않은 지정된 인덱스에서 메서드 인수를 out 가져옵니다.

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

public:
 virtual System::Object ^ GetInArg(int argNum);
public object GetInArg(int argNum);
[System.Security.SecurityCritical]
public object GetInArg(int argNum);
abstract member GetInArg : int -> obj
override this.GetInArg : int -> obj
[<System.Security.SecurityCritical>]
abstract member GetInArg : int -> obj
override this.GetInArg : int -> obj
Public Function GetInArg (argNum As Integer) As Object

매개 변수

argNum
Int32

요청된 인수의 인덱스입니다.

반품

매개 변수로 표시되지 않는 메서드 인수입니다 out .

구현

특성

설명

메서드는 원격 개체에 속합니다.

적용 대상