C# 클래스 VSNDK.DebugEngine.AD7ProgramProvider

상속: IDebugProgramProvider2
파일 보기 프로젝트 열기: blackberry/VSPlugin

공개 메소드들

메소드 설명
AD7ProgramProvider ( ) : System

Constructor.

비공개 메소드들

메소드 설명
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)

메소드 상세

AD7ProgramProvider() 공개 메소드

Constructor.
public AD7ProgramProvider ( ) : System
리턴 System