Class BaseDebugCommand
Inheritance
System.Object
BaseDebugCommand
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()
Assembly: Cosmos.VS.DebugEngine.dll
Syntax
public abstract class BaseDebugCommand
Constructors
|
Improve this Doc
View Source
BaseDebugCommand(IServiceProvider)
Declaration
protected BaseDebugCommand(IServiceProvider serviceProvider)
Parameters
Type |
Name |
Description |
System.IServiceProvider |
serviceProvider |
|
Fields
|
Improve this Doc
View Source
serviceProvider
Declaration
protected IServiceProvider serviceProvider
Field Value
Type |
Description |
System.IServiceProvider |
|
Methods
|
Improve this Doc
View Source
EnsureString(IntPtr, out String)
Declaration
protected static int EnsureString(IntPtr pvaIn, out string arguments)
Parameters
Type |
Name |
Description |
System.IntPtr |
pvaIn |
|
System.String |
arguments |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Execute(UInt32, IntPtr, IntPtr)
Declaration
public virtual int Execute(uint nCmdExecOpt, IntPtr pvaIn, IntPtr pvaOut)
Parameters
Type |
Name |
Description |
System.UInt32 |
nCmdExecOpt |
|
System.IntPtr |
pvaIn |
|
System.IntPtr |
pvaOut |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IsQueryParameterList(IntPtr, IntPtr, UInt32)
Declaration
protected static bool IsQueryParameterList(IntPtr pvaIn, IntPtr pvaOut, uint nCmdexecopt)
Parameters
Type |
Name |
Description |
System.IntPtr |
pvaIn |
|
System.IntPtr |
pvaOut |
|
System.UInt32 |
nCmdexecopt |
|
Returns
Type |
Description |
System.Boolean |
|