GetIdentity() static private method

static private GetIdentity ( MarshalByRefObject obj ) : Identity
obj MarshalByRefObject
return System.Runtime.Remoting.Identity
        // Token: 0x06000FF4 RID: 4084 RVA: 0x000309B4 File Offset: 0x0002EBB4
        internal static Identity GetIdentity(MarshalByRefObject obj)
        {
            bool flag;

            return(MarshalByRefObject.GetIdentity(obj, out flag));
        }
Example #2
0
        internal static System.Runtime.Remoting.Identity GetIdentity(MarshalByRefObject obj)
        {
            bool fServer;

            return(MarshalByRefObject.GetIdentity(obj, out fServer));
        }