VersionStringTable Class

Microsoft Deployment Tools

Deployment Tools Foundation VersionStringTable Class
Deployment Tools Foundation NamespacesMicrosoft.Deployment.ResourcesVersionStringTable
Represents a string table of a file version resource.
Declaration Syntax
C# Visual Basic Visual C++
Public NotInheritable Class VersionStringTable _
	Implements IDictionary(Of String, String),  _
	ICollection(Of KeyValuePair(Of String, String)), IEnumerable(Of KeyValuePair(Of String, String)),  _
	IEnumerable
public ref class VersionStringTable sealed : IDictionary<String^, String^>, 
	ICollection<KeyValuePair<String^, String^>>, IEnumerable<KeyValuePair<String^, String^>>, 
	IEnumerable
Members
All Members Methods Properties



Icon Member Description
Clear()()()
Removes all strings from the string table.

Count
Gets the number of strings in the table.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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.)
GetEnumerator()()()
Gets an enumeration over all strings in the table.

GetHashCode()()()
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
Item[([(String])])
Gets or sets a string value.

Keys
Gets a collection of all the names of the strings in the table.

Locale
Gets the locale (LCID) of the string table.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Values
Gets a collection of all the values in the table.

Inheritance Hierarchy
Object
VersionStringTable

Assembly: Microsoft.Deployment.Resources (Module: Microsoft.Deployment.Resources) Version: 3.0.0.0 (3.5.1623.0)