Enum CheckResultType
Represents a check result type
Namespace: TSD.API.Remoting.Common
Assembly: TSD.API.Remoting.dll
Syntax
public enum CheckResultType
Fields
| Name | Value | Description |
|---|---|---|
| MemberStability | MemberStability = 3 | Member stability |
| Rsa | Rsa = 2 | RSA |
| Static | Static = 1 | Static |
| Unknown | Unknown = 0 | Unknown |