System.Runtime.Remoting.RemotingServices.Unwrap C# (CSharp) Méthode

Unwrap() private méthode

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