C# Class Cone.ConeStackFrame

Afficher le fichier Open project: drunkcod/Cone

Méthodes publiques

Свойство Type Description
Column int
File string
Line int
Method System.Reflection.MethodBase

Méthodes publiques

Méthode Description
ConeStackFrame ( StackFrame frame ) : System.Diagnostics
ToString ( ) : string

Private Methods

Méthode Description
Format ( ParameterInfo parameter ) : string

Method Details

ConeStackFrame() public méthode

public ConeStackFrame ( StackFrame frame ) : System.Diagnostics
frame System.Diagnostics.StackFrame
Résultat System.Diagnostics

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Column public_oe property

public int Column
Résultat int

File public_oe property

public string File
Résultat string

Line public_oe property

public int Line
Résultat int

Method public_oe property

public MethodBase,System.Reflection Method
Résultat System.Reflection.MethodBase