C# Class Mono.Debugger.Languages.Mono.MonoEventInfo

Inheritance: TargetEventInfo
Datei anzeigen Open project: baulig/debugger Class Usage Examples

Public Properties

Property Type Description
AddType MonoFunctionType
Klass IMonoStructType

Private Methods

Method Description
Create ( IMonoStructType klass, int index, Mono.Cecil einfo ) : MonoEventInfo
MonoEventInfo ( IMonoStructType klass, int index, Mono.Cecil einfo, TargetType type, bool is_static, TargetMemberAccessibility accessibility, MonoFunctionType add, MonoFunctionType remove, MonoFunctionType raise ) : System

Property Details

AddType public_oe property

public MonoFunctionType,Mono.Debugger.Languages.Mono AddType
return MonoFunctionType

Klass public_oe property

public IMonoStructType Klass
return IMonoStructType