ActivationFile Class |
Namespace: Mastersign.Bench
The ActivationFile type exposes the following members.
| Name | Description | |
|---|---|---|
| ActivationFile |
Initializes a new instance of ActivationFile.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetEnumerator |
Returns all app IDs listed as active.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| SignIn |
Makes shure, the given app ID is listed active. The text file is updated immediately. | |
| SignOut |
Makes shure, the given app ID is not listed active. The text file is updated immediately. | |
| ToString | (Inherited from Object.) |
The syntax of the text file follows the following rules:
# --- Activated Apps --- # AppA AppB (this app has a comment) AppC (this app ID is valid, despite the fact, that it is indended) # AppD (this app is not activated, because the line is commented out) AppE some arbitrary comment