System.Diagnostics.DebuggerAttributes.GetProxyType C# (CSharp) Method

GetProxyType() static private method

static private GetProxyType ( object obj ) : Type
obj object
return Type
        internal static Type GetProxyType(object obj)
        {
            return GetProxyType(obj.GetType());
        }

Same methods

DebuggerAttributes::GetProxyType ( Type type ) : Type