ResourceManager 成员

提供在运行时方便地访问区域性特定资源的途径。

下表列出了由 ResourceManager 类型公开的成员。

公共构造函数

(请参见 受保护的构造函数 )

  名称 说明
Public method Supported by the .NET Compact Framework ResourceManager 已重载。初始化 ResourceManager 类的新实例。

页首

受保护的构造函数

  名称 说明
Protected method Supported by the .NET Compact Framework ResourceManager 已重载。初始化 ResourceManager 类的新实例。

页首

公共字段

(请参见 受保护的字段 )

  名称 说明
Public field Static Supported by the .NET Compact Framework HeaderVersionNumber 一个常数 readonly 值,它指示 ResourceManager 的当前实现可解释和产生的资源文件头的版本。
Public field Static Supported by the .NET Compact Framework MagicNumber 保留用于标识资源文件的数字。

页首

受保护的字段

  名称 说明
Protected field Supported by the .NET Compact Framework BaseNameField 指示 ResourceManager 在其中搜索资源的资源文件的根名称。
Protected field Supported by the .NET Compact Framework MainAssembly 指示包含这些资源的主 Assembly
Protected field Supported by the .NET Compact Framework ResourceSets 包含 Hashtable,它返回从区域性到 ResourceSet 对象的映射。

页首

公共属性

(请参见 受保护的属性 )

  名称 说明
Public property Supported by the .NET Compact Framework BaseName 获取 ResourceManager 从其中搜索资源的资源文件的根名称。
Public property Supported by the .NET Compact Framework IgnoreCase 获取或设置布尔值,该值指示 ResourceManager 的当前实例是否允许在 GetStringGetObject 方法中进行不区分大小写的资源查找。
Public property Supported by the .NET Compact Framework ResourceSetType 获取 ResourceManager 用来构造 ResourceSet 对象的 ResourceSetType

页首

受保护的属性

  名称 说明
Protected property FallbackLocation 获取或设置检索非特定回退资源的位置。

页首

公共方法

(请参见 受保护的方法 )

  名称 说明
Public method Static Supported by the .NET Compact Framework CreateFileBasedResourceManager 返回一个 ResourceManager,它在特定的目录中搜索资源而不在程序集清单中搜索资源。
Public method Supported by the .NET Compact Framework Equals  已重载。 确定两个 Object 实例是否相等。 (从 Object 继承。)
Public method Supported by the .NET Compact Framework GetHashCode  用作特定类型的哈希函数。GetHashCode 适合在哈希算法和数据结构(如哈希表)中使用。 (从 Object 继承。)
Public method Supported by the .NET Compact Framework GetObject 已重载。 获取当前区域性的指定的 Object 资源的值。
Public method Supported by the .NET Compact Framework GetResourceSet 获取特定的区域性的 ResourceSet
Public method GetStream 已重载。 从 MemoryStream 返回 UnmanagedMemoryStream
Public method Supported by the .NET Compact Framework GetString 已重载。 获取指定区域性或隐式当前 UI 区域性的指定 String 资源。
Public method Supported by the .NET Compact Framework GetType  获取当前实例的 Type。 (从 Object 继承。)
Public method Static Supported by the .NET Compact Framework ReferenceEquals  确定指定的 Object 实例是否是相同的实例。 (从 Object 继承。)
Public method Supported by the .NET Compact Framework ReleaseAllResources 通知 ResourceManager 对所有 ResourceSet 对象调用 Close,并释放所有资源。
Public method Supported by the .NET Compact Framework ToString  返回表示当前 ObjectString。 (从 Object 继承。)

页首

受保护的方法

  名称 说明
Protected method Supported by the .NET Compact Framework Finalize  允许 Object 在“垃圾回收”回收 Object 之前尝试释放资源并执行其他清理操作。 (从 Object 继承。)
Protected method Static Supported by the .NET Compact Framework GetNeutralResourcesLanguage 通过读取指定的 Assembly 上的 NeutralResourcesLanguageAttribute 的值,为主程序集的非特定资源返回 CultureInfo
Protected method Supported by the .NET Compact Framework GetResourceFileName 生成给定的 CultureInfo 的资源文件的名称。
Protected method Static Supported by the .NET Compact Framework GetSatelliteContractVersion 返回给定的程序集内的 SatelliteContractVersionAttribute 指定的 Version
Protected method Supported by the .NET Compact Framework InternalGetResourceSet 提供用于查找 ResourceSet 的实现
Protected method Supported by the .NET Compact Framework MemberwiseClone  创建当前 Object 的浅表副本。 (从 Object 继承。)

页首

请参见

参考

ResourceManager 类
System.Resources 命名空间
CultureInfo
SatelliteContractVersionAttribute

其他资源

编码和本地化