IDebugComPlusSymbolProvider2.LoadSymbols Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int LoadSymbols(System::UInt32 ulAppDomainID, Guid guidModule, System::UInt64 baseAddress, System::Object ^ pUnkMetadataImport, System::String ^ bstrModuleName, System::String ^ bstrSymSearchPath);
public int LoadSymbols (uint ulAppDomainID, Guid guidModule, ulong baseAddress, object pUnkMetadataImport, string bstrModuleName, string bstrSymSearchPath);
abstract member LoadSymbols : uint32 * Guid * uint64 * obj * string * string -> int
Public Function LoadSymbols (ulAppDomainID As UInteger, guidModule As Guid, baseAddress As ULong, pUnkMetadataImport As Object, bstrModuleName As String, bstrSymSearchPath As String) As Integer
Parameters
- ulAppDomainID
- UInt32
- guidModule
- Guid
- baseAddress
- UInt64
- pUnkMetadataImport
- Object
- bstrModuleName
- String
- bstrSymSearchPath
- String