MethodResponse.MethodBase 属性

定义

获取被调用方法的 MethodBase

此 API 支持产品基础结构,不能在代码中直接使用。

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

被调用方法的 MethodBase

实现

属性

注解

方法属于远程对象。

适用于