System.__ComObject.GetInterface C# (CSharp) Метод

GetInterface() приватный Метод

private GetInterface ( Type t ) : IntPtr
t Type
Результат IntPtr
		internal IntPtr GetInterface(Type t)
		{
			return GetInterface (t, true);
		}

Same methods

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