C# Class PRA3_server.DllEntry

Exibir arquivo Open project: drakelinglabs/projectrealityarma3

Public Methods

Method Description
cleanUpCodeForCompile ( string input ) : void
log ( string input ) : void
regexRegister ( string input ) : void
regexReplace ( string input ) : void
removeAllDoubleNewLines ( string input ) : void
removeAllDoubleSpaces ( string input ) : void
versionFuncion ( ) : void

Private Methods

Method Description
DllEntry ( ) : RGiesecke.DllExport
RVExtension ( StringBuilder output, int outputSize, [ input ) : void
currentDate ( string formating ) : string

Method Details

cleanUpCodeForCompile() public static method

public static cleanUpCodeForCompile ( string input ) : void
input string
return void

log() public static method

public static log ( string input ) : void
input string
return void

regexRegister() public static method

public static regexRegister ( string input ) : void
input string
return void

regexReplace() public static method

public static regexReplace ( string input ) : void
input string
return void

removeAllDoubleNewLines() public static method

public static removeAllDoubleNewLines ( string input ) : void
input string
return void

removeAllDoubleSpaces() public static method

public static removeAllDoubleSpaces ( string input ) : void
input string
return void

versionFuncion() public static method

public static versionFuncion ( ) : void
return void