IDebugComPlusSymbolSearchInfo.LoadSymbolsWithoutPDB 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 LoadSymbolsWithoutPDB(System::UInt32 ulAppDomainID, Guid guidModule, System::UInt64 baseAddress, System::Object ^ pUnkMetadataImport, System::Object ^ pUnkCorDebugModule, System::String ^ bstrModule);
public int LoadSymbolsWithoutPDB (uint ulAppDomainID, Guid guidModule, ulong baseAddress, object pUnkMetadataImport, object pUnkCorDebugModule, string bstrModule);
abstract member LoadSymbolsWithoutPDB : uint32 * Guid * uint64 * obj * obj * string -> int
Public Function LoadSymbolsWithoutPDB (ulAppDomainID As UInteger, guidModule As Guid, baseAddress As ULong, pUnkMetadataImport As Object, pUnkCorDebugModule As Object, bstrModule As String) As Integer
Parameters
- ulAppDomainID
- UInt32
- guidModule
- Guid
- baseAddress
- UInt64
- pUnkMetadataImport
- Object
- pUnkCorDebugModule
- Object
- bstrModule
- String