RealProxy.GetUnwrappedServer 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回由当前代理实例表示的服务器对象。
protected:
MarshalByRefObject ^ GetUnwrappedServer();
protected MarshalByRefObject GetUnwrappedServer();
[System.Security.SecurityCritical]
protected MarshalByRefObject GetUnwrappedServer();
member this.GetUnwrappedServer : unit -> MarshalByRefObject
[<System.Security.SecurityCritical>]
member this.GetUnwrappedServer : unit -> MarshalByRefObject
Protected Function GetUnwrappedServer () As MarshalByRefObject
返回
由当前代理实例表示的服务器对象。
- 属性
例外
即时调用方没有 UnmanagedCode 权限。
注解
该方法GetUnwrappedServer用于涉及相同Context外部AppDomain的方案。