类库说明文档
![]() | JHAppSettings Class |
获取 System.Configuration.AppSettingsSection 的信息,该类为密封类

Namespace: DCSoft.Utility.Configuration
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)

C#
public sealed class JHAppSettings
The JHAppSettings type exposes the following members.

Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() ![]() | GetTtype(String) |
获取 AppSettings 中的指定键关联的值,异常或获取值为 null 则返回 default(Ttype)
|
![]() ![]() | GetTtype(String, Ttype) |
获取 AppSettings 中的指定键关联的值
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
