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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.