Component type.
Namespace: BasicCard.BasicCards.ComponentsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
[SerializableAttribute] [CLSCompliantAttribute(true)] public enum ComponentType |
Visual Basic |
---|
<SerializableAttribute> <CLSCompliantAttribute(true)> Public Enumeration ComponentType |
Visual C++ |
---|
[SerializableAttribute] [CLSCompliantAttribute(true)] public enum class ComponentType |
F# |
---|
[<SerializableAttribute>] [<CLSCompliantAttribute(true)>] type ComponentType |
Members
Member name | Value | Description | |
---|---|---|---|
Unknown | -1 | Component type unknown or not set yet. | |
File | 16 | File or directory. | |
Acr | 32 | Access Control Rule (ACR) | |
Privilege | 48 | Privilege | |
Flag | 64 | Flag | |
Key | 112 | Key |