C# Class Rhino.Commonjs.Module.ModuleScope

Inheritance: Rhino.TopLevel
Datei anzeigen Open project: hazzik/Rhino.Net Class Usage Examples

Public Methods

Method Description
GetBase ( ) : Uri
GetUri ( ) : Uri
ModuleScope ( Scriptable prototype, Uri uri, Uri @base ) : System

Method Details

GetBase() public method

public GetBase ( ) : Uri
return System.Uri

GetUri() public method

public GetUri ( ) : Uri
return System.Uri

ModuleScope() public method

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