C# 클래스 FreakySources.QuineGenerator

파일 보기 프로젝트 열기: KvanTTT/Freaky-Sources 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Newline string

공개 메소드들

메소드 설명
Generate ( string csharpCode, bool formatOutput = false ) : string
QuineGenerator ( string strName = "s", string printMethod = "System.Console.Write", string kernelPattern = "/*@*/", bool minified = true ) : System

메소드 상세

Generate() 공개 메소드

public Generate ( string csharpCode, bool formatOutput = false ) : string
csharpCode string
formatOutput bool
리턴 string

QuineGenerator() 공개 메소드

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

프로퍼티 상세

Newline 공개적으로 정적으로 프로퍼티

public static string Newline
리턴 string