ResourceManager 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示在執行階段提供特定文化特性資源存取權限的資源管理員。
public ref class ResourceManager
public class ResourceManager
[System.Serializable]
public class ResourceManager
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public class ResourceManager
type ResourceManager = class
[<System.Serializable>]
type ResourceManager = class
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type ResourceManager = class
Public Class ResourceManager
- 繼承
-
ResourceManager
- 衍生
- 屬性
備註
如需此 API 的詳細資訊,請參閱 ResourceManager 的補充 API 備註。
建構函式
ResourceManager() |
使用預設值,初始化 ResourceManager 類別的新執行個體。 |
ResourceManager(String, Assembly) |
初始化 ResourceManager 類別的新執行個體,這個執行個體會在所指的組件中查閱具有指定根名稱之檔案中的資源。 |
ResourceManager(String, Assembly, Type) |
初始化 ResourceManager 類別的新執行個體,這個執行個體使用指定的 ResourceSet 類別查閱所指組件中具有指定根名稱的檔案所包含的資源。 |
ResourceManager(Type) |
根據指定之型別物件的資訊,初始化可查閱附屬組件中資源之 ResourceManager 類別的新執行個體。 |
欄位
BaseNameField |
指定 ResourceManager 搜尋資源的資源檔之根目錄名稱。 |
HeaderVersionNumber |
指定目前 ResourceManager 的實作能夠解譯和產生的資源檔標頭版本。 |
MagicNumber |
保留用來識別資源檔的編號。 |
MainAssembly |
指定包含資源的主要組件。 |
ResourceSets |
已淘汰.
包含 Hashtable,其傳回從文化特性到 ResourceSet 物件的對應。 |
屬性
BaseName |
取得 ResourceManager 搜尋資源的資源檔之根目錄名稱。 |
FallbackLocation |
取得或設定要擷取預設後援資源的位置。 |
IgnoreCase |
取得或設定值,指出資源管理員是否允許在 GetString(String) 和 GetObject(String) 方法中進行不區分大小寫的資源查詢。 |
ResourceSetType |
取得資源管理員用來建構 ResourceSet 物件之資源集物件的型別。 |
方法
適用於
執行緒安全性
此型別具備執行緒安全。