Create FileAttributes object from specified attribute bytes.
Namespace: BasicCard.BasicCards.ComponentsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
protected override ComponentAttributes CreateAttributes(
byte[] attr
) |
Visual Basic |
---|
Protected Overrides Function CreateAttributes (
attr As Byte()
) As ComponentAttributes |
Visual C++ |
---|
protected:
virtual ComponentAttributes^ CreateAttributes(
array<unsigned char>^ attr
) override |
F# |
---|
abstract CreateAttributes :
attr : byte[] -> ComponentAttributes
override CreateAttributes :
attr : byte[] -> ComponentAttributes |
Parameters
- attr
- Type: array<System..::..Byte>[]()[][]
Attribute data
Return Value
Type:
ComponentAttributesFileAttribute object
See Also