Property | Type | Description | |
---|---|---|---|
m_config | IConfigSource | ||
m_registry | IRegistryCore |
Method | Description | |
---|---|---|
CompileModule ( string fileName ) : void | ||
FinishedStartup ( ) : void | ||
Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
Start ( IConfigSource config, IRegistryCore registry ) : void |
Method | Description | |
---|---|---|
BuildCSProj ( string tmpFile ) : void | ||
ConfigureModule ( string installationPath, OSDMap map ) : void | ||
CopyAndInstallDllFile ( string dllFile, string copiedDllFile, OSDMap options ) : void | ||
CreateAndCompileCSProj ( string tmpFile, string fileName, OSDMap options ) : void | ||
FindProjFile ( string p ) : string | ||
FixPath ( string file ) : string | ||
LoadModulesFromDllFile ( string copiedDllFile ) : void | ||
ReadAMBuildFile ( string fileName ) : void | ||
ReadFileAndCreatePrebuildFile ( string tmpFile, string fileName ) : void | ||
consoleCommand ( IScene scene, string commands ) : void |
public CompileModule ( string fileName ) : void | ||
fileName | string | |
return | void |
public Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
return | void |
public Start ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
return | void |