Component type.

Namespace: BasicCard.BasicCards.Components
Assembly: 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 nameValueDescription
Unknown-1 Component type unknown or not set yet.
File16 File or directory.
Acr32 Access Control Rule (ACR)
Privilege48 Privilege
Flag64 Flag
Key112 Key

See Also