Method | Description | |
---|---|---|
BundleWithAssembly ( |
||
BundleWithDirectoryPath ( string path ) : |
||
LocalizedStringForKeyValueTable ( string key, string value, string table ) : string | ||
LocalizedStringTableWithName ( string table ) : string>.Dictionary |
||
MainBundle ( ) : |
||
PathForResourceOfType ( string resourceName, string resourceType ) : string | ||
PathForResourceOfTypeInDirectory ( string resourceName, string resourceType, string subDirectory ) : string | ||
PathsForResourcesOfType ( string type ) : string[] | ||
PathsForResourcesOfTypeInDirectory ( string type, string subDirectory ) : string[] |
Method | Description | |
---|---|---|
AttemptToParseStringsFile ( string path ) : string>.Dictionary |
||
CacheStrings ( |
||
ExtractStringsFromResourcesFile ( string resourcesFileName, |
||
ExtractVistaIcon ( |
||
KNBundle ( string path ) : System | ||
KNBundle ( string path, string executablePath, |
||
ParseBundleInfoPlist ( ) : object>.Dictionary |
public static BundleWithAssembly ( |
||
assembly | ||
return |
public static BundleWithDirectoryPath ( string path ) : |
||
path | string | |
return |
public LocalizedStringForKeyValueTable ( string key, string value, string table ) : string | ||
key | string | |
value | string | |
table | string | |
return | string |
public LocalizedStringTableWithName ( string table ) : string>.Dictionary |
||
table | string | |
return | string>.Dictionary |
public PathForResourceOfType ( string resourceName, string resourceType ) : string | ||
resourceName | string | |
resourceType | string | |
return | string |
public PathForResourceOfTypeInDirectory ( string resourceName, string resourceType, string subDirectory ) : string | ||
resourceName | string | |
resourceType | string | |
subDirectory | string | |
return | string |
public PathsForResourcesOfType ( string type ) : string[] | ||
type | string | |
return | string[] |
public PathsForResourcesOfTypeInDirectory ( string type, string subDirectory ) : string[] | ||
type | string | |
subDirectory | string | |
return | string[] |