SummaryInfo Class

DTF API

Copy image CopyHover image
Deployment Tools Foundation SummaryInfo Class
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerSummaryInfo
Provides access to summary information of a Windows Installer database.
Declaration Syntax
C# Visual Basic Visual C++ F#
public class SummaryInfo : InstallerHandle
Public Class SummaryInfo
	Inherits InstallerHandle
public ref class SummaryInfo : public InstallerHandle
type SummaryInfo =  
    class
        inherit InstallerHandle
    end
Members
All Members Constructors Methods Properties



Icon Member Description
SummaryInfo(String, Boolean)
Gets a SummaryInfo object that can be used to examine, update, and add properties to the summary information stream of a package or transform.

Author
Gets or sets the Author summary information property.

CharacterCount
Gets or sets the CharacterCount summary information property.

Close()()()()
Closes the handle. After closing a handle, further method calls may throw an InvalidHandleException.
(Inherited from InstallerHandle.)
CodePage
Gets or sets the CodePage summary information property.

Comments
Gets or sets the Comments summary information property.

CreateObjRef(Type)
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
CreateTime
Gets or sets the CreateTime summary information property.

CreatingApp
Gets or sets the CreatingApp summary information property.

Dispose()()()()
Closes the handle. After closing a handle, further method calls may throw an InvalidHandleException.
(Inherited from InstallerHandle.)
Dispose(Boolean)
Closes the handle. After closing a handle, further method calls may throw an InvalidHandleException.
(Inherited from InstallerHandle.)
Equals(Object)
Tests whether this handle object is equal to another handle object. Two handle objects are equal if their types are the same and their native integer handles are the same.
(Inherited from InstallerHandle.)
Finalize()()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Gets a hash value for the handle object.
(Inherited from InstallerHandle.)
GetLifetimeService()()()()
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Handle
Gets the native integer handle.
(Inherited from InstallerHandle.)
InitializeLifetimeService()()()()
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
IsClosed
Checks if the handle is closed. When closed, method calls on the handle object may throw an InvalidHandleException.
(Inherited from InstallerHandle.)
Keywords
Gets or sets the Keywords summary information property.

LastPrintTime
Gets or sets the LastPrintTime summary information property.

LastSavedBy
Gets or sets the LastSavedBy summary information property.

LastSaveTime
Gets or sets the LastSaveTime summary information property.

MemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
PageCount
Gets or sets the PageCount summary information property.

Persist()()()()
Formats and writes the previously stored properties into the standard summary information stream.

RevisionNumber
Gets or sets the RevisionNumber summary information property.

Security
Gets or sets the Security summary information property.

Subject
Gets or sets the Subject summary information property.

Template
Gets or sets the Template summary information property.

Title
Gets or sets the Title summary information property.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WordCount
Gets or sets the WordCount summary information property.

Inheritance Hierarchy

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)