Property | Type | Description | |
---|---|---|---|
DynamicCodeWrapper | System | ||
DynamicCodeWrapper | System | ||
Init | void |
Method | Description | |
---|---|---|
AllowCRLF ( ) : int | ||
GetCRLFTranslation ( ) : string | ||
GetDefaultEncoding ( ) : int | ||
GetLibraryInfo ( ) : string | ||
GetSupportExtension ( ) : string | ||
GetText ( string file ) : string | ||
MakeScript ( string strOrgScript, string strOrgText, string strNewText ) : string | ||
PostProcess ( string buffer ) : byte[] | ||
PreProcess ( byte buffer ) : string[] |
Method | Description | |
---|---|---|
DynamicCodeWrapper ( string code ) : System | ||
DynamicCodeWrapper ( string filePath, |
||
Init ( string code ) : void |
public MakeScript ( string strOrgScript, string strOrgText, string strNewText ) : string | ||
strOrgScript | string | |
strOrgText | string | |
strNewText | string | |
return | string |
public PostProcess ( string buffer ) : byte[] | ||
buffer | string | |
return | byte[] |