C# 클래스 Rhino.Commonjs.Module.ModuleScope

상속: Rhino.TopLevel
파일 보기 프로젝트 열기: hazzik/Rhino.Net 1 사용 예제들

공개 메소드들

메소드 설명
GetBase ( ) : Uri
GetUri ( ) : Uri
ModuleScope ( Scriptable prototype, Uri uri, Uri @base ) : System

메소드 상세

GetBase() 공개 메소드

public GetBase ( ) : Uri
리턴 System.Uri

GetUri() 공개 메소드

public GetUri ( ) : Uri
리턴 System.Uri

ModuleScope() 공개 메소드

public ModuleScope ( Scriptable prototype, Uri uri, Uri @base ) : System
prototype Scriptable
uri System.Uri
@base System.Uri
리턴 System