System.Runtime.Remoting.RemotingServices.Unwrap C# (CSharp) Method

Unwrap() private method

private Unwrap ( ContextBoundObject obj ) : Object
obj ContextBoundObject
return Object
        internal static extern Object Unwrap(ContextBoundObject obj);
        [MethodImplAttribute(MethodImplOptions.InternalCall)]
RemotingServices