C# Class Mono.Debugger.Languages.TargetEventInfo

Inheritance: TargetMemberInfo
Show file Open project: baulig/debugger Class Usage Examples

Public Properties

Property Type Description
Add TargetFunctionType
Raise TargetFunctionType
Remove TargetFunctionType

Protected Methods

Method Description
MyToString ( ) : string
TargetEventInfo ( TargetType type, string name, int index, bool is_static, TargetMemberAccessibility accessibility, TargetFunctionType add, TargetFunctionType remove, TargetFunctionType raise ) : System

Method Details

MyToString() protected method

protected MyToString ( ) : string
return string

TargetEventInfo() protected method

protected TargetEventInfo ( TargetType type, string name, int index, bool is_static, TargetMemberAccessibility accessibility, TargetFunctionType add, TargetFunctionType remove, TargetFunctionType raise ) : System
type TargetType
name string
index int
is_static bool
accessibility TargetMemberAccessibility
add TargetFunctionType
remove TargetFunctionType
raise TargetFunctionType
return System

Property Details

Add public property

public TargetFunctionType,Mono.Debugger.Languages Add
return TargetFunctionType

Raise public property

public TargetFunctionType,Mono.Debugger.Languages Raise
return TargetFunctionType

Remove public property

public TargetFunctionType,Mono.Debugger.Languages Remove
return TargetFunctionType