JHAppSettings Class

DCSoft.DBUtilityGeneric

JHAppSettings Class
获取 System.Configuration.AppSettingsSection 的信息,该类为密封类
Inheritance Hierarchy
SystemObject  DCSoft.Utility.ConfigurationJHAppSettings

Namespace: DCSoft.Utility.Configuration
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public sealed class JHAppSettings

The JHAppSettings type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodStatic memberGetTtype(String)
获取 AppSettings 中的指定键关联的值,异常或获取值为 null 则返回 default(Ttype)
Public methodStatic memberGetTtype(String, Ttype)
获取 AppSettings 中的指定键关联的值
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also