Method | Description | |
---|---|---|
AD7ProgramProvider ( ) : System |
Constructor.
|
Method | Description | |
---|---|---|
IDebugProgramProvider2 ( enum_PROVIDER_FLAGS Flags, IDebugDefaultPort2 port, AD_PROCESS_ID ProcessId, CONST_GUID_ARRAY EngineFilter, System.Guid &guidLaunchingEngine, IDebugPortNotify2 ad7EventCallback ) : int |
Establishes a callback to watch for provider events associated with specific kinds of processes, allowing the process to be notified of port events. Not implemented. (http://msdn.microsoft.com/en-us/library/bb145594.aspx)
|
|
IDebugProgramProvider2 ( enum_PROVIDER_FLAGS Flags, IDebugDefaultPort2 port, AD_PROCESS_ID ProcessId, CONST_GUID_ARRAY EngineFilter, PROVIDER_PROCESS_DATA processArray ) : int |
Obtains information about programs running, filtered in a variety of ways. (http://msdn.microsoft.com/en-us/library/bb147025.aspx)
|
|
IDebugProgramProvider2 ( enum_PROVIDER_FLAGS Flags, IDebugDefaultPort2 port, AD_PROCESS_ID ProcessId, System.Guid &guidEngine, ulong programId, IDebugProgramNode2 &programNode ) : int |
Gets a program node, given a specific process ID. Not implemented. (http://msdn.microsoft.com/en-us/library/bb162155.aspx)
|
|
IDebugProgramProvider2 ( ushort wLangID ) : int |
Establishes a locale for any language-specific resources needed by the DE. Not implemented. (http://msdn.microsoft.com/en-us/library/bb161383.aspx)
|