System.__ComObject.GetInterface C# (CSharp) Méthode

GetInterface() private méthode

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

Same methods

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