C# Class Rhino.Commonjs.Module.Provider.StrongCachingModuleScriptProvider

Inheritance: CachingModuleScriptProviderBase
Afficher le fichier Open project: hazzik/Rhino.Net

Méthodes publiques

Méthode Description
StrongCachingModuleScriptProvider ( ModuleSourceProvider moduleSourceProvider ) : System.Collections.Generic

Creates a new module provider with the specified module source provider.

Creates a new module provider with the specified module source provider.

Méthodes protégées

Méthode Description
GetLoadedModule ( string moduleId ) : CachingModuleScriptProviderBase.CachedModuleScript
PutLoadedModule ( string moduleId, ModuleScript moduleScript, object validator ) : void

Method Details

GetLoadedModule() protected méthode

protected GetLoadedModule ( string moduleId ) : CachingModuleScriptProviderBase.CachedModuleScript
moduleId string
Résultat CachingModuleScriptProviderBase.CachedModuleScript

PutLoadedModule() protected méthode

protected PutLoadedModule ( string moduleId, ModuleScript moduleScript, object validator ) : void
moduleId string
moduleScript Rhino.Commonjs.Module.ModuleScript
validator object
Résultat void

StrongCachingModuleScriptProvider() public méthode

Creates a new module provider with the specified module source provider.
Creates a new module provider with the specified module source provider.
public StrongCachingModuleScriptProvider ( ModuleSourceProvider moduleSourceProvider ) : System.Collections.Generic
moduleSourceProvider ModuleSourceProvider provider for modules' source code
Résultat System.Collections.Generic