System.__ComObject.GetInterface C# (CSharp) Method

GetInterface() private method

private GetInterface ( Type t, bool throwException ) : IntPtr
t Type
throwException bool
return IntPtr
		internal IntPtr GetInterface (Type t, bool throwException) {
			CheckIUnknown ();
			return GetInterfaceInternal (t, throwException);
		}

Same methods

__ComObject::GetInterface ( Type t ) : IntPtr