C# Class Mono.Debugger.Languages.TargetEventInfo

Inheritance: TargetMemberInfo
Afficher le fichier Open project: baulig/debugger Class Usage Examples

Méthodes publiques

Свойство Type Description
Add TargetFunctionType
Raise TargetFunctionType
Remove TargetFunctionType

Méthodes protégées

Méthode 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 méthode

protected MyToString ( ) : string
Résultat string

TargetEventInfo() protected méthode

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
Résultat System

Property Details

Add public_oe property

public TargetFunctionType,Mono.Debugger.Languages Add
Résultat TargetFunctionType

Raise public_oe property

public TargetFunctionType,Mono.Debugger.Languages Raise
Résultat TargetFunctionType

Remove public_oe property

public TargetFunctionType,Mono.Debugger.Languages Remove
Résultat TargetFunctionType