C# Класс PRA3_server.DllEntry

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
DllEntry ( ) : RGiesecke.DllExport
RVExtension ( StringBuilder output, int outputSize, [ input ) : void
currentDate ( string formating ) : string

Описание методов

cleanUpCodeForCompile() публичный статический Метод

public static cleanUpCodeForCompile ( string input ) : void
input string
Результат void

log() публичный статический Метод

public static log ( string input ) : void
input string
Результат void

regexRegister() публичный статический Метод

public static regexRegister ( string input ) : void
input string
Результат void

regexReplace() публичный статический Метод

public static regexReplace ( string input ) : void
input string
Результат void

removeAllDoubleNewLines() публичный статический Метод

public static removeAllDoubleNewLines ( string input ) : void
input string
Результат void

removeAllDoubleSpaces() публичный статический Метод

public static removeAllDoubleSpaces ( string input ) : void
input string
Результат void

versionFuncion() публичный статический Метод

public static versionFuncion ( ) : void
Результат void