C# Class PERWAPI.Line

Defines a line instruction.
Inheritance: DebugInst
ファイルを表示 Open project: xored/f4

Private Methods

Method Description
CalcEnd ( Line next ) : void
GetDeltaDistance ( ) : int

Get the delta distance for this instruction.

The delta distance is the resulting difference of items left on the stack after calling this instruction.

GetInstName ( ) : string

Get the name of this instruction.

Last ( ) : void
Line ( uint sLine, uint sCol, SourceFile sFile ) : System

Create a new line instruction.

Line ( uint sLine, uint sCol, uint eLine, uint eCol, SourceFile sFile ) : System

Create a new line instruction.

Write ( CILWriter output ) : void

Write out a line instruction to the CIL file.

Write ( PEWriter output ) : void

Write this instruction to a PDB file.