IMethodMessage.GetArgName(Int32) 메서드

정의

메서드에 전달된 인수의 이름을 가져옵니다.

public:
 System::String ^ GetArgName(int index);
public string GetArgName (int index);
[System.Security.SecurityCritical]
public string GetArgName (int index);
abstract member GetArgName : int -> string
[<System.Security.SecurityCritical>]
abstract member GetArgName : int -> string
Public Function GetArgName (index As Integer) As String

매개 변수

index
Int32

요청된 인수의 개수입니다.

반환

메서드에 전달된 지정된 인수의 이름이거나, 현재 메서드가 구현되지 않은 경우 null입니다.

특성

예외

직접 실행 호출자가 인터페이스에 대한 참조를 통해 호출하며 인프라 권한이 없는 경우

적용 대상