Represents an offline Windows image without opening the Windows image.

The following tables list the members exposed by the OfflineImageInfo type.

Protected Constructors

  Name Description
OfflineImageInfo  
Top

Public Properties

  Name Description
CatalogExtension Retrieves the extension of the catalog file.
CatalogPath Retrieves the full path of the catalog file.
ImageId Retrieves the string used to identity the offline image.
ImageName Retrieves the name of the offline Windows image.
SourcePath Retrieves the source path of the Windows image file.
Type Describes the type of the offline image.
WindowsDirectoryName Retrieves the Windows directory from a Windows image file.
WindowsSystemDirectoryName Retrieves the name of the Windows system directory from a Windows image file.
Top

Public Methods (see also Protected Methods )

  Name Description
CreateCatalog Creates a catalog for the Windows image represented by an instance of OfflineImageInfo.
Equals  Overloaded. (inherited from Object )
GetHashCode  (inherited from Object )
GetType  (inherited from Object )
ReferenceEquals  (inherited from Object )
ToString Overridden. Retrieves the string that identifies the offline Windows image.
ValidateCatalog Verifies that the catalog file matches the associated offline Windows image.
ValidateImage Verifies that the offline image specified by this instance of OfflineImageInfo is valid.
Top

Protected Methods

  Name Description
Finalize  (inherited from Object )
MemberwiseClone  (inherited from Object )
PostCreateCatalog  
PreCreateCatalog  
Top

Public Events

  Name Description
CatalogProgressUpdate An event that reports the progress of catalog generation.
Top

See Also