C# 클래스 withSIX.Core.Services.AssemblyLoader

상속: IAssemblyLoader, IDomainService
파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

공개 메소드들

메소드 설명
AssemblyLoader ( Assembly assembly, IAbsoluteFilePath locationOverride = null, IAbsoluteDirectoryPath netEntryPath = null ) : System
GetEntryAssemblyName ( ) : string
GetEntryLocation ( ) : IAbsoluteFilePath
GetEntryPath ( ) : IAbsoluteDirectoryPath
GetEntryVersion ( ) : System.Version
GetInformationalVersion ( ) : string
GetNetEntryPath ( ) : IAbsoluteDirectoryPath
GetProductVersion ( ) : string

비공개 메소드들

메소드 설명
GetNetEntryFilePath ( IAbsoluteDirectoryPath netEntryPath, string asName ) : IAbsoluteFilePath

메소드 상세

AssemblyLoader() 공개 메소드

public AssemblyLoader ( Assembly assembly, IAbsoluteFilePath locationOverride = null, IAbsoluteDirectoryPath netEntryPath = null ) : System
assembly System.Reflection.Assembly
locationOverride IAbsoluteFilePath
netEntryPath IAbsoluteDirectoryPath
리턴 System

GetEntryAssemblyName() 공개 메소드

public GetEntryAssemblyName ( ) : string
리턴 string

GetEntryLocation() 공개 메소드

public GetEntryLocation ( ) : IAbsoluteFilePath
리턴 IAbsoluteFilePath

GetEntryPath() 공개 메소드

public GetEntryPath ( ) : IAbsoluteDirectoryPath
리턴 IAbsoluteDirectoryPath

GetEntryVersion() 공개 메소드

public GetEntryVersion ( ) : System.Version
리턴 System.Version

GetInformationalVersion() 공개 메소드

public GetInformationalVersion ( ) : string
리턴 string

GetNetEntryPath() 공개 메소드

public GetNetEntryPath ( ) : IAbsoluteDirectoryPath
리턴 IAbsoluteDirectoryPath

GetProductVersion() 공개 메소드

public GetProductVersion ( ) : string
리턴 string