C# Class Mono.Debugger.Languages.TargetMethodInfo

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

Public Properties

Property Type Description
FullName string
Type TargetFunctionType

Protected Methods

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

Method Details

MyToString() protected method

protected MyToString ( ) : string
return string

TargetMethodInfo() protected method

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
return System

Property Details

FullName public property

public string FullName
return string

Type public property

public TargetFunctionType,Mono.Debugger.Languages Type
return TargetFunctionType