C# Class PERWAPI.StringInstr

Inheritance: Instr
Show file Open project: xored/f4 Class Usage Examples

Public Methods

Method Description
GetString ( ) : string
SetString ( string str ) : void
StringInstr ( SpecialOp inst, string str ) : System

Private Methods

Method Description
BuildTables ( MetaDataOut md ) : void
Write ( CILWriter output ) : void
Write ( PEWriter output ) : void

Method Details

GetString() public method

public GetString ( ) : string
return string

SetString() public method

public SetString ( string str ) : void
str string
return void

StringInstr() public method

public StringInstr ( SpecialOp inst, string str ) : System
inst SpecialOp
str string
return System