C# 클래스 Uglify.Uglifier

The main Uglify object.
파일 보기 프로젝트 열기: asbjornu/Uglify.NET

공개 메소드들

메소드 설명
Uglifier ( ) : System

Initializes a new instance of the Uglifier class.

Uglify ( string code, string options = "" ) : string

Uglifies the specified code.

비공개 메소드들

메소드 설명
AstPrinter ( string value ) : void
ExprPrinter ( string value ) : void
LoadUglify ( CSharp context, Uglify.ResourceHelper resourceHelper ) : FunctionObject
SetupContext ( Uglify.ResourceHelper resourceHelper ) : CSharp.Context

메소드 상세

Uglifier() 공개 메소드

Initializes a new instance of the Uglifier class.
public Uglifier ( ) : System
리턴 System

Uglify() 공개 메소드

Uglifies the specified code.
public Uglify ( string code, string options = "" ) : string
code string The JavaScript code that is to be uglified.
options string The options.
리턴 string