C# Class System.Diagnostics.StackFrame

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
GetFileColumnNumber ( ) : int
GetFileLineNumber ( ) : int
GetFileName ( ) : string
GetILOffset ( ) : int
GetMethod ( ) : System.Reflection.MethodBase
GetNativeOffset ( ) : int
StackFrame ( )
StackFrame ( bool fNeedFileInfo )
StackFrame ( int skipFrames )
StackFrame ( int skipFrames, bool fNeedFileInfo )
StackFrame ( string fileName, int lineNumber )
StackFrame ( string fileName, int lineNumber, int colNumber )
ToString ( ) : string

Method Details

GetFileColumnNumber() public méthode

public GetFileColumnNumber ( ) : int
Résultat int

GetFileLineNumber() public méthode

public GetFileLineNumber ( ) : int
Résultat int

GetFileName() public méthode

public GetFileName ( ) : string
Résultat string

GetILOffset() public méthode

public GetILOffset ( ) : int
Résultat int

GetMethod() public méthode

public GetMethod ( ) : System.Reflection.MethodBase
Résultat System.Reflection.MethodBase

GetNativeOffset() public méthode

public GetNativeOffset ( ) : int
Résultat int

StackFrame() public méthode

public StackFrame ( )

StackFrame() public méthode

public StackFrame ( bool fNeedFileInfo )
fNeedFileInfo bool

StackFrame() public méthode

public StackFrame ( int skipFrames )
skipFrames int

StackFrame() public méthode

public StackFrame ( int skipFrames, bool fNeedFileInfo )
skipFrames int
fNeedFileInfo bool

StackFrame() public méthode

public StackFrame ( string fileName, int lineNumber )
fileName string
lineNumber int

StackFrame() public méthode

public StackFrame ( string fileName, int lineNumber, int colNumber )
fileName string
lineNumber int
colNumber int

ToString() public méthode

public ToString ( ) : string
Résultat string