C# Class System.Diagnostics.StackFrameHelper

Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
GetColumnNumber ( int i ) : int
GetFilename ( int i ) : String
GetILOffset ( int i ) : int
GetLineNumber ( int i ) : int
GetMethodBase ( int i ) : MethodBase
GetNumberOfFrames ( ) : int
GetOffset ( int i ) : int
SetNumberOfFrames ( int i ) : void
StackFrameHelper ( bool fNeedFileLineColInfo, Thread target ) : System.Text

Private Methods

Method Description
OnDeserialized ( StreamingContext context ) : void
OnSerialized ( StreamingContext context ) : void
OnSerializing ( StreamingContext context ) : void

Method Details

GetColumnNumber() public method

public GetColumnNumber ( int i ) : int
i int
return int

GetFilename() public method

public GetFilename ( int i ) : String
i int
return String

GetILOffset() public method

public GetILOffset ( int i ) : int
i int
return int

GetLineNumber() public method

public GetLineNumber ( int i ) : int
i int
return int

GetMethodBase() public method

public GetMethodBase ( int i ) : MethodBase
i int
return System.Reflection.MethodBase

GetNumberOfFrames() public method

public GetNumberOfFrames ( ) : int
return int

GetOffset() public method

public GetOffset ( int i ) : int
i int
return int

SetNumberOfFrames() public method

public SetNumberOfFrames ( int i ) : void
i int
return void

StackFrameHelper() public method

public StackFrameHelper ( bool fNeedFileLineColInfo, Thread target ) : System.Text
fNeedFileLineColInfo bool
target Thread
return System.Text