C# Class Mono.Debugger.Backend.Mono.MonoSymbolFile.WrapperEntry

显示文件 Open project: baulig/debugger

Public Properties

Property Type Description
CILCode string
Name string
WrapperMethod Mono.Debugger.TargetAddress
WrapperType WrapperType

Public Methods

Method Description
ToString ( ) : string
WrapperEntry ( TargetAddress wrapper_method, WrapperType wrapper_type, string name, string cil_code ) : System

Method Details

ToString() public method

public ToString ( ) : string
return string

WrapperEntry() public method

public WrapperEntry ( TargetAddress wrapper_method, WrapperType wrapper_type, string name, string cil_code ) : System
wrapper_method Mono.Debugger.TargetAddress
wrapper_type WrapperType
name string
cil_code string
return System

Property Details

CILCode public_oe property

public string CILCode
return string

Name public_oe property

public string Name
return string

WrapperMethod public_oe property

public TargetAddress,Mono.Debugger WrapperMethod
return Mono.Debugger.TargetAddress

WrapperType public_oe property

public WrapperType WrapperType
return WrapperType