System.__ComObject.GetInterface C# (CSharp) Method

GetInterface() private method

private GetInterface ( Type t ) : IntPtr
t Type
return IntPtr
		internal IntPtr GetInterface(Type t)
		{
			return GetInterface (t, true);
		}

Same methods

__ComObject::GetInterface ( Type t, bool throwException ) : IntPtr