IDebugBinderDirect.GetCORDBModule(Guid, UInt32, Object) 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 GetCORDBModule(Guid guid, System::UInt32 appDomainID, [Runtime::InteropServices::Out] System::Object ^ % ppModule);
public int GetCORDBModule(Guid guid, uint appDomainID, out object ppModule);
abstract member GetCORDBModule : Guid * uint32 * obj -> int
Public Function GetCORDBModule (guid As Guid, appDomainID As UInteger, ByRef ppModule As Object) As Integer
Parameters
- guid
- Guid
- appDomainID
- UInt32
- ppModule
- Object