SysHelper Class | Helper帮助文档 |
系统操作相关的公共类
Inheritance Hierarchy
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static class SysHelper
Public NotInheritable Class SysHelper
public ref class SysHelper abstract sealed
[<AbstractClassAttribute>] [<SealedAttribute>] type SysHelper = class end
The SysHelper type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetMethodName |
获取指定调用层级的方法名
| |
GetPath |
获取文件相对路径映射的物理路径
|
Properties
Name | Description | |
---|---|---|
CurrentAppDomain |
获取当前应用程序域
| |
NewGUID |
获取GUID值
| |
NewLine |
获取换行字符
|
See Also