C# Class Mono.Debugger.Languages.TargetMethodInfo

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

Méthodes publiques

Свойство Type Description
FullName string
Type TargetFunctionType

Méthodes protégées

Méthode Description
MyToString ( ) : string
TargetMethodInfo ( TargetFunctionType type, string name, int index, bool is_static, TargetMemberAccessibility accessibility, string full_name ) : System

Method Details

MyToString() protected méthode

protected MyToString ( ) : string
Résultat string

TargetMethodInfo() protected méthode

protected TargetMethodInfo ( TargetFunctionType type, string name, int index, bool is_static, TargetMemberAccessibility accessibility, string full_name ) : System
type TargetFunctionType
name string
index int
is_static bool
accessibility TargetMemberAccessibility
full_name string
Résultat System

Property Details

FullName public_oe property

public string FullName
Résultat string

Type public_oe property

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