MethodResponse.ArgCount 속성

정의

‘메서드에 전달된 인수의 개수를 가져옵니다.

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

public:
 property int ArgCount { int get(); };
public int ArgCount { get; }
public int ArgCount { [System.Security.SecurityCritical] get; }
member this.ArgCount : int
[<get: System.Security.SecurityCritical>]
member this.ArgCount : int
Public ReadOnly Property ArgCount As Integer

속성 값

메서드에 전달된 인수의 개수를 나타내는 Int32입니다.

구현

특성

설명

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

적용 대상