FileHeader Class

Defines the file header for the Eyeshot proprietary file format.
Public NotInheritable Class FileHeader 
Implements IDisposable
This language is not supported or no code example is available.
public sealed class FileHeader : IDisposable
This language is not supported or no code example is available.
Name Description
Public property Author Gets or sets the author.
Public property Content Gets the content type.
Public property EyeshotBuild Gets the Eyeshot build used to generate the file.
Public property FileMode Gets the file type.
Public property FileName Gets the original file name.
Public property Organization Gets or sets the organization.
Public property OriginatingSystem Gets or sets the originatin system.
Public property SerializationMode Gets the serialization type.
Public property Tag Gets or set a custom tag.
Public property Thumbnail Gets the file thumbnail.
Public property Timestamp Gets the timestamp.
Public property Units Gets the units.
Public property Version Gets the file version.
Top
Methods
 
Name Description
Public method ConvertToSurrogate() Converts the FileHeader to its surrogate, for serialization purpose.
Public method Dispose() Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public method Dump() Returns a description of this entity.
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method ToString Returns a string that represents the current object. (inherited from Object).
Top
devDept.Serialization.FileHeader

.NET Framework

Supported in: 4.8

In this article

Definition