RealProxy.GetUnwrappedServer 方法

定义

返回由当前代理实例表示的服务器对象。

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的方案。

适用于