Class DebugLogCommand
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 DebugLogCommand : BaseDebugCommand
Constructors
| Improve this Doc View SourceDebugLogCommand(IServiceProvider)
Declaration
public DebugLogCommand(IServiceProvider serviceProvider)
Parameters
Type | Name | Description |
---|---|---|
System.IServiceProvider | serviceProvider |
Methods
| Improve this Doc View SourceExecute(UInt32, IntPtr, IntPtr)
Declaration
public override 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 |