IMethodMessage::MethodBase Property
.NET Framework (current version)
Gets the MethodBase of the called method.
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. |
This information is not transmitted to a remote location, but is used to cache the method base after it has been looked up once.
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: