IMethodMessage::MethodSignature Property
.NET Framework (current version)
Gets an object containing the method signature.
Assembly: mscorlib (in mscorlib.dll)
| Exception | Condition |
|---|---|
| SecurityException | The immediate caller makes the call through a reference to the interface and does not have infrastructure permission. |
All the current implementations of IMethodMessage return an array of Type objects containing the parameter types of the method.
SecurityPermission
for operating with infrastructure code. Demand value: SecurityAction::LinkDemand; Permission value: SecurityPermissionFlag::Infrastructure
.NET Framework
Available since 1.1
Available since 1.1
Show: