Class DebugCommandHandler
Inheritance
System.Object
DebugCommandHandler
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cosmos.VS.DebugEngine.Commands
Assembly: Cosmos.VS.DebugEngine.dll
Syntax
public class DebugCommandHandler
Constructors
| Improve this Doc View SourceDebugCommandHandler(IServiceProvider)
Declaration
public DebugCommandHandler(IServiceProvider serviceProvider)
Parameters
Type | Name | Description |
---|---|---|
System.IServiceProvider | serviceProvider |
Methods
| Improve this Doc View SourceExecute(UInt32, UInt32, IntPtr, IntPtr)
Declaration
public int Execute(uint nCmdID, uint nCmdExecOpt, IntPtr pvaIn, IntPtr pvaOut)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | nCmdID | |
System.UInt32 | nCmdExecOpt | |
System.IntPtr | pvaIn | |
System.IntPtr | pvaOut |
Returns
Type | Description |
---|---|
System.Int32 |
Query(UInt32, OLECMD[], IntPtr)
Declaration
public int Query(uint cCmds, OLECMD[] prgCmds, IntPtr pCmdText)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | cCmds | |
OLECMD[] | prgCmds | |
System.IntPtr | pCmdText |
Returns
Type | Description |
---|---|
System.Int32 |
Events
| Improve this Doc View SourceOnDebugExec
Declaration
public event DebugCommandExecute OnDebugExec
Event Type
Type | Description |
---|---|
DebugCommandExecute |
OnDebugLaunch
Declaration
public event DebugCommandExecute OnDebugLaunch
Event Type
Type | Description |
---|---|
DebugCommandExecute |
OnDebugLog
Declaration
public event DebugCommandExecute OnDebugLog
Event Type
Type | Description |
---|---|
DebugCommandExecute |