IMethodMessage.MethodSignature Property

Definition

Gets an object containing the method signature.

public:
 property System::Object ^ MethodSignature { System::Object ^ get(); };
public object MethodSignature { get; }
public object MethodSignature { [System.Security.SecurityCritical] get; }
member this.MethodSignature : obj
[<get: System.Security.SecurityCritical>]
member this.MethodSignature : obj
Public ReadOnly Property MethodSignature As Object

Property Value

An object containing the method signature.

Attributes

Exceptions

The immediate caller makes the call through a reference to the interface and does not have infrastructure permission.

Remarks

All the current implementations of IMethodMessage return an array of Type objects containing the parameter types of the method.

Applies to