IAppDomain         57 ext/com_dotnet/com_dotnet.c 		IAppDomain * This,
IAppDomain         62 ext/com_dotnet/com_dotnet.c 		IAppDomain * This);
IAppDomain         65 ext/com_dotnet/com_dotnet.c 		IAppDomain * This);
IAppDomain         68 ext/com_dotnet/com_dotnet.c #define DUMMY_METHOD(x)		HRESULT ( STDMETHODCALLTYPE *dummy_##x )(IAppDomain *This)
IAppDomain        105 ext/com_dotnet/com_dotnet.c 	HRESULT ( STDMETHODCALLTYPE *CreateInstance )(IAppDomain * This, BSTR AssemblyName, BSTR typeName, IUnknown **pRetVal);
IAppDomain        106 ext/com_dotnet/com_dotnet.c 	HRESULT ( STDMETHODCALLTYPE *CreateInstanceFrom )(IAppDomain * This, BSTR AssemblyFile, BSTR typeName, IUnknown **pRetVal);
IAppDomain        120 ext/com_dotnet/com_dotnet.c 	IAppDomain 		*dotnet_domain;