C# 클래스 Rhino.Commonjs.Module.Provider.CachingModuleScriptProviderBase.CachedModuleScript

Instances of this class represent a loaded and cached module script.
Instances of this class represent a loaded and cached module script.
파일 보기 프로젝트 열기: hazzik/Rhino.Net

공개 메소드들

메소드 설명
CachedModuleScript ( ModuleScript moduleScript, object validator ) : System

Creates a new cached module script.

Creates a new cached module script.

비공개 메소드들

메소드 설명
GetModule ( ) : ModuleScript

Returns the module script.

Returns the module script.

GetValidator ( ) : object

Returns the validator for the module script's source text entity.

Returns the validator for the module script's source text entity.

메소드 상세

CachedModuleScript() 공개 메소드

Creates a new cached module script.
Creates a new cached module script.
public CachedModuleScript ( ModuleScript moduleScript, object validator ) : System
moduleScript Rhino.Commonjs.Module.ModuleScript the module script itself
validator object /// a validator for the moduleScript's source text /// entity. ///
리턴 System