Method | 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. |
Method | Description | |
---|---|---|
GetLoadedModule ( string moduleId ) : |
||
PutLoadedModule ( string moduleId, |
protected GetLoadedModule ( string moduleId ) : |
||
moduleId | string | |
return |
protected PutLoadedModule ( string moduleId, |
||
moduleId | string | |
moduleScript | ||
validator | object | |
return | void |
public StrongCachingModuleScriptProvider ( ModuleSourceProvider moduleSourceProvider ) : System.Collections.Generic | ||
moduleSourceProvider | ModuleSourceProvider | provider for modules' source code |
return | System.Collections.Generic |