ホーム › System.ClrHosting › IHostTask
IHostTask
COMメソッド 6
vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 3 | HRESULT Start() |
| 4 | HRESULT Alert() |
| 5 | HRESULT Join(DWORD dwMilliseconds, DWORD option) |
| 6 | HRESULT SetPriority(INT newPriority) |
| 7 | HRESULT GetPriority(INT* pPriority) |
| 8 | HRESULT SetCLRTask(ICLRTask* pCLRTask) |