IMethodCallMessage.GetInArgName(Int32) 메서드

정의

out 매개 변수로 표시되지 않는 지정된 인수의 이름을 반환합니다.

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

매개 변수

index
Int32

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

반환

out 매개 변수로 표시되지 않는 특정 인수의 이름입니다.

특성

예외

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

적용 대상