C# Class Cone.ConeStackFrame

显示文件 Open project: drunkcod/Cone

Public Properties

Property Type Description
Column int
File string
Line int
Method System.Reflection.MethodBase

Public Methods

Method Description
ConeStackFrame ( StackFrame frame ) : System.Diagnostics
ToString ( ) : string

Private Methods

Method Description
Format ( ParameterInfo parameter ) : string

Method Details

ConeStackFrame() public method

public ConeStackFrame ( StackFrame frame ) : System.Diagnostics
frame System.Diagnostics.StackFrame
return System.Diagnostics

ToString() public method

public ToString ( ) : string
return string

Property Details

Column public_oe property

public int Column
return int

File public_oe property

public string File
return string

Line public_oe property

public int Line
return int

Method public_oe property

public MethodBase,System.Reflection Method
return System.Reflection.MethodBase