C# 클래스 Universe.Modules.Installer.ModuleInstaller

상속: IService
파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe

공개 프로퍼티들

프로퍼티 타입 설명
m_config IConfigSource
m_registry IRegistryCore

공개 메소드들

메소드 설명
CompileModule ( string fileName ) : void
FinishedStartup ( ) : void
Initialize ( IConfigSource config, IRegistryCore registry ) : void
Start ( IConfigSource config, IRegistryCore registry ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

CompileModule() 공개 메소드

public CompileModule ( string fileName ) : void
fileName string
리턴 void

FinishedStartup() 공개 메소드

public FinishedStartup ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
리턴 void

Start() 공개 메소드

public Start ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
리턴 void

프로퍼티 상세

m_config 공개적으로 프로퍼티

public IConfigSource m_config
리턴 IConfigSource

m_registry 공개적으로 프로퍼티

public IRegistryCore m_registry
리턴 IRegistryCore