|
HRESULT | Start () |
|
HRESULT | Stop () |
|
HRESULT | SetHostControl ([in] IHostControl *pHostControl) |
|
HRESULT | GetCLRControl ([out] ICLRControl **pCLRControl) |
|
HRESULT | UnloadAppDomain ([in] DWORD dwAppDomainId, [in] BOOL fWaitUntilDone) |
|
HRESULT | ExecuteInAppDomain ([in] DWORD dwAppDomainId, [in] FExecuteInAppDomainCallback pCallback, [in] void *cookie) |
|
HRESULT | GetCurrentAppDomainId ([out] DWORD *pdwAppDomainId) |
|
HRESULT | ExecuteApplication ([in] LPCWSTR pwzAppFullName, [in] DWORD dwManifestPaths, [in] LPCWSTR *ppwzManifestPaths, [in] DWORD dwActivationData, [in] LPCWSTR *ppwzActivationData, [out] int *pReturnValue) |
|
HRESULT | ExecuteInDefaultAppDomain ([in] LPCWSTR pwzAssemblyPath, [in] LPCWSTR pwzTypeName, [in] LPCWSTR pwzMethodName, [in] LPCWSTR pwzArgument, [out] DWORD *pReturnValue) |
|
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
|
ULONG | AddRef () |
|
ULONG | Release () |
|
Definition at line 195 of file mscoree.idl.
◆ ExecuteApplication()
HRESULT ICLRRuntimeHost::ExecuteApplication |
( |
[in] LPCWSTR |
pwzAppFullName, |
|
|
[in] DWORD |
dwManifestPaths, |
|
|
[in] LPCWSTR * |
ppwzManifestPaths, |
|
|
[in] DWORD |
dwActivationData, |
|
|
[in] LPCWSTR * |
ppwzActivationData, |
|
|
[out] int * |
pReturnValue |
|
) |
| |
◆ ExecuteInAppDomain()
◆ ExecuteInDefaultAppDomain()
◆ GetCLRControl()
◆ GetCurrentAppDomainId()
HRESULT ICLRRuntimeHost::GetCurrentAppDomainId |
( |
[out] DWORD * |
pdwAppDomainId | ) |
|
◆ SetHostControl()
◆ Start()
◆ Stop()
◆ UnloadAppDomain()
HRESULT ICLRRuntimeHost::UnloadAppDomain |
( |
[in] DWORD |
dwAppDomainId, |
|
|
[in] BOOL |
fWaitUntilDone |
|
) |
| |
The documentation for this interface was generated from the following file: