C# 클래스 KNFoundation.KNBundle

파일 보기 프로젝트 열기: bt-browser/KNFoundation 1 사용 예제들

공개 메소드들

메소드 설명
BundleWithAssembly ( Assembly assembly ) : KNBundle
BundleWithDirectoryPath ( string path ) : KNBundle
LocalizedStringForKeyValueTable ( string key, string value, string table ) : string
LocalizedStringTableWithName ( string table ) : string>.Dictionary
MainBundle ( ) : KNBundle
PathForResourceOfType ( string resourceName, string resourceType ) : string
PathForResourceOfTypeInDirectory ( string resourceName, string resourceType, string subDirectory ) : string
PathsForResourcesOfType ( string type ) : string[]
PathsForResourcesOfTypeInDirectory ( string type, string subDirectory ) : string[]

비공개 메소드들

메소드 설명
AttemptToParseStringsFile ( string path ) : string>.Dictionary
CacheStrings ( Assembly assembly ) : void
ExtractStringsFromResourcesFile ( string resourcesFileName, Assembly assembly ) : string>.Dictionary
ExtractVistaIcon ( Icon icoIcon ) : Bitmap
KNBundle ( string path ) : System
KNBundle ( string path, string executablePath, Assembly assembly ) : System
ParseBundleInfoPlist ( ) : object>.Dictionary

메소드 상세

BundleWithAssembly() 공개 정적인 메소드

public static BundleWithAssembly ( Assembly assembly ) : KNBundle
assembly System.Reflection.Assembly
리턴 KNBundle

BundleWithDirectoryPath() 공개 정적인 메소드

public static BundleWithDirectoryPath ( string path ) : KNBundle
path string
리턴 KNBundle

LocalizedStringForKeyValueTable() 공개 메소드

public LocalizedStringForKeyValueTable ( string key, string value, string table ) : string
key string
value string
table string
리턴 string

LocalizedStringTableWithName() 공개 메소드

public LocalizedStringTableWithName ( string table ) : string>.Dictionary
table string
리턴 string>.Dictionary

MainBundle() 공개 정적인 메소드

public static MainBundle ( ) : KNBundle
리턴 KNBundle

PathForResourceOfType() 공개 메소드

public PathForResourceOfType ( string resourceName, string resourceType ) : string
resourceName string
resourceType string
리턴 string

PathForResourceOfTypeInDirectory() 공개 메소드

public PathForResourceOfTypeInDirectory ( string resourceName, string resourceType, string subDirectory ) : string
resourceName string
resourceType string
subDirectory string
리턴 string

PathsForResourcesOfType() 공개 메소드

public PathsForResourcesOfType ( string type ) : string[]
type string
리턴 string[]

PathsForResourcesOfTypeInDirectory() 공개 메소드

public PathsForResourcesOfTypeInDirectory ( string type, string subDirectory ) : string[]
type string
subDirectory string
리턴 string[]