RemotingServices.GetMethodBaseFromMethodMessage 方法
从给定的 IMethodMessage 返回方法库。
**命名空间:**System.Runtime.Remoting
**程序集:**mscorlib(在 mscorlib.dll 中)
语法
声明
Public Shared Function GetMethodBaseFromMethodMessage ( _
msg As IMethodMessage _
) As MethodBase
用法
Dim msg As IMethodMessage
Dim returnValue As MethodBase
returnValue = RemotingServices.GetMethodBaseFromMethodMessage(msg)
public static MethodBase GetMethodBaseFromMethodMessage (
IMethodMessage msg
)
public:
static MethodBase^ GetMethodBaseFromMethodMessage (
IMethodMessage^ msg
)
public static MethodBase GetMethodBaseFromMethodMessage (
IMethodMessage msg
)
public static function GetMethodBaseFromMethodMessage (
msg : IMethodMessage
) : MethodBase
参数
- msg
从其中提取方法库的方法消息。
返回值
从 msg 参数提取的方法库。
异常
异常类型 | 条件 |
---|---|
直接调用方没有基础结构权限,或者调用堆栈上部至少有一个调用方没有检索非公共成员的类型信息的权限。 |
备注
这依据 IMethodMessage 的 TypeName、MethodName 和 MethodSignature 属性确定方法库,而且由实现 IMethodMessage 接口的类使用。IMethodMessage 类的使用者应该引用 IMethodMessage.MethodBase 属性。
.NET Framework 安全性
- SecurityPermission 用于操作基础结构代码。要求值:SecurityAction.LinkDemand;权限值:SecurityPermissionFlag.Infrastructure
- ReflectionPermission 检索非公共成员的类型信息。要求值:SecurityAction.Demand;权限值:ReflectionPermissionFlag.TypeInformation
平台
Windows 98、Windows 2000 SP4、Windows Millennium Edition、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition
.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求。
版本信息
.NET Framework
受以下版本支持:2.0、1.1、1.0
请参见
参考
RemotingServices 类
RemotingServices 成员
System.Runtime.Remoting 命名空间