ホーム › System.Diagnostics.Debug.Extensions › IDebugHostSymbols
IDebugHostSymbols
COMメソッド 7
vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 3 | HRESULT CreateModuleSignature(LPWSTR pwszModuleName, LPWSTR pwszMinVersion, LPWSTR pwszMaxVersion, IDebugHostModuleSignature** ppModuleSignature) |
| 4 | HRESULT CreateTypeSignature(LPWSTR signatureSpecification, IDebugHostModule* module, IDebugHostTypeSignature** typeSignature) |
| 5 | HRESULT CreateTypeSignatureForModuleRange(LPWSTR signatureSpecification, LPWSTR moduleName, LPWSTR minVersion, LPWSTR maxVersion, IDebugHostTypeSignature** typeSignature) |
| 6 | HRESULT EnumerateModules(IDebugHostContext* context, IDebugHostSymbolEnumerator** moduleEnum) |
| 7 | HRESULT FindModuleByName(IDebugHostContext* context, LPWSTR moduleName, IDebugHostModule** module) |
| 8 | HRESULT FindModuleByLocation(IDebugHostContext* context, Location moduleLocation, IDebugHostModule** module) |
| 9 | HRESULT GetMostDerivedObject(IDebugHostContext* pContext, Location location, IDebugHostType* objectType, Location* derivedLocation, IDebugHostType** derivedType) |