C# Class FreakySources.QuineGenerator

Afficher le fichier Open project: KvanTTT/Freaky-Sources Class Usage Examples

Méthodes publiques

Свойство Type Description
Newline string

Méthodes publiques

Méthode Description
Generate ( string csharpCode, bool formatOutput = false ) : string
QuineGenerator ( string strName = "s", string printMethod = "System.Console.Write", string kernelPattern = "/*@*/", bool minified = true ) : System

Method Details

Generate() public méthode

public Generate ( string csharpCode, bool formatOutput = false ) : string
csharpCode string
formatOutput bool
Résultat string

QuineGenerator() public méthode

public QuineGenerator ( string strName = "s", string printMethod = "System.Console.Write", string kernelPattern = "/*@*/", bool minified = true ) : System
strName string
printMethod string
kernelPattern string
minified bool
Résultat System

Property Details

Newline public_oe static_oe property

public static string Newline
Résultat string