IMethodMessage.MethodSignature Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.