System.Runtime.Remoting.Messaging.ConstructorCallMessage.GetThisPtr C# (CSharp) Method

GetThisPtr() public method

public GetThisPtr ( ) : Object
return Object
        public Object GetThisPtr()
        {
            if (_message != null)
            {
                return _message.GetThisPtr();
            }
            else
            {
                throw new InvalidOperationException(
                    Environment.GetResourceString(
                        "InvalidOperation_InternalState"));
            }
        }