Class ClassID

ClassID class

The PSD Class ID object.

public class ClassID

Constructors

NameDescription
ClassID(byte[])Initializes a new instance of the ClassID class.
ClassID(int)Initializes a new instance of the ClassID class.
ClassID(string)Initializes a new instance of the ClassID class.
ClassID(uint)Initializes a new instance of the ClassID class.
ClassID(byte[], bool)Initializes a new instance of the ClassID class.
ClassID(string, bool)Initializes a new instance of the ClassID class.

Properties

NameDescription
Bytes { get; }Gets the bytes representing class ID.
ClassName { get; }Gets the class name as ASCII encoding.
Length { get; }Gets the class ID length in bytes.

Methods

NameDescription
Save(StreamContainer)Saves the class information to the specified stream container.

See Also