Deployment Tools Foundation
SummaryInfo Class
Provides access to summary information of a Windows Installer database.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class SummaryInfo : InstallerHandle
Public Class SummaryInfo _ Inherits InstallerHandle
public ref class SummaryInfo : public InstallerHandle
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 attempt to free resources and perform other cleanup operations before the Object 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()()() | (Inherited from Object.) |
|
WordCount |
Gets or sets the WordCount summary information property.
|
Inheritance Hierarchy
Object | |||
MarshalByRefObject | |||
InstallerHandle | |||
SummaryInfo |