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用于涉及同AppDomain一 中的外部Context的情况。