C# Class System.Diagnostics.StackFrame

Mostra file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method 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 method

public GetFileColumnNumber ( ) : int
return int

GetFileLineNumber() public method

public GetFileLineNumber ( ) : int
return int

GetFileName() public method

public GetFileName ( ) : string
return string

GetILOffset() public method

public GetILOffset ( ) : int
return int

GetMethod() public method

public GetMethod ( ) : System.Reflection.MethodBase
return System.Reflection.MethodBase

GetNativeOffset() public method

public GetNativeOffset ( ) : int
return int

StackFrame() public method

public StackFrame ( )

StackFrame() public method

public StackFrame ( bool fNeedFileInfo )
fNeedFileInfo bool

StackFrame() public method

public StackFrame ( int skipFrames )
skipFrames int

StackFrame() public method

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

StackFrame() public method

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

StackFrame() public method

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

ToString() public method

public ToString ( ) : string
return string