C# Class Mono.Debugger.Backend.Command

显示文件 Open project: baulig/debugger Class Usage Examples

Public Properties

Property Type Description
Data1 object
Engine SingleSteppingEngine
Result object
Type CommandType

Public Methods

Method Description
Command ( CommandType type, object data ) : System
Command ( SingleSteppingEngine sse, TargetAccessDelegate func, object data ) : System
ToString ( ) : string

Method Details

Command() public method

public Command ( CommandType type, object data ) : System
type CommandType
data object
return System

Command() public method

public Command ( SingleSteppingEngine sse, TargetAccessDelegate func, object data ) : System
sse SingleSteppingEngine
func TargetAccessDelegate
data object
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Data1 public_oe property

public object Data1
return object

Engine public_oe property

public SingleSteppingEngine,Mono.Debugger.Backend Engine
return SingleSteppingEngine

Result public_oe property

public object Result
return object

Type public_oe property

public CommandType Type
return CommandType