Delegate DebugCommandExecute
Namespace: Cosmos.VS.DebugEngine.Commands
Assembly: Cosmos.VS.DebugEngine.dll
Syntax
public delegate int DebugCommandExecute(uint nCmdExecOpt, IntPtr pvaIn, IntPtr pvaOut);
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | nCmdExecOpt | |
System.IntPtr | pvaIn | |
System.IntPtr | pvaOut |
Returns
Type | Description |
---|---|
System.Int32 |