IMethodMessage.MethodBase 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取被调用方法的 MethodBase。
public:
property System::Reflection::MethodBase ^ MethodBase { System::Reflection::MethodBase ^ get(); };
public System.Reflection.MethodBase MethodBase { get; }
public System.Reflection.MethodBase MethodBase { [System.Security.SecurityCritical] get; }
member this.MethodBase : System.Reflection.MethodBase
[<get: System.Security.SecurityCritical>]
member this.MethodBase : System.Reflection.MethodBase
Public ReadOnly Property MethodBase As MethodBase
属性值
被调用方法的 MethodBase。
- 属性
例外
直接调用方通过引用接口进行调用,且没有基础结构权限。
注解
此信息不会传输到远程位置,但在查找一次后,将用于缓存方法库。