ArgChecker 方法 | 
ArgChecker 类型公开以下成员。
| 名称 | 说明 | |
|---|---|---|
| AssertArgNotNull(IntPtr, String) | 
            Validate given argument isn't Zero.
              | |
| AssertArgNotNull(Object, String) | 
            Validate given argument isn't Null.
              | |
| AssertArgNotNullOrEmpty | 
            Validate given argument isn't Null or empty.
              | |
| AssertArgOfTypeT | 
            Validate given argument isn't Null.
              | |
| AssertFileExist | 
            Validate given argument isn't Null or empty AND argument value is the path of existing file.
              | |
| AssertIsTrueTException | 
            Validate given [!:condition] is true, otherwise throw exception.
              |