System.__ComObject.GetInterface C# (CSharp) 메소드

GetInterface() 개인적인 메소드

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

Same methods

__ComObject::GetInterface ( Type t ) : IntPtr