Deployment Tools Foundation
VersionStringTable Class
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.Resources ► VersionStringTable
Represents a string table of a file version resource.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public sealed class VersionStringTable : IDictionary<string, string>, ICollection<KeyValuePair<string, string>>, IEnumerable<KeyValuePair<string, string>>, IEnumerable
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) | (Inherited from Object.) |
|
Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it 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. (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.dll) Version: 3.0.0.0 (3.9.1006.0)