This documentation is archived and is not being maintained.
CultureAndRegionInfoBuilder Methods
Visual Studio 2010
The CultureAndRegionInfoBuilder type exposes the following members.
| Name | Description | |
|---|---|---|
|
CreateFromLdml | Reconstitutes a CultureAndRegionInfoBuilder object from a specified XML file that contains a representation of the object. |
|
Equals(Object) | Determines whether the specified Object is equal to the current 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.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
LoadDataFromCultureInfo | Sets the properties of the current CultureAndRegionInfoBuilder object with the corresponding properties of the specified CultureInfo object. |
|
LoadDataFromRegionInfo | Sets the properties of the current CultureAndRegionInfoBuilder object with the corresponding properties of the specified RegionInfo object. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Register | Persists the current CultureAndRegionInfoBuilder object as a custom culture on the local computer and makes that culture available to applications. Requires administrative privileges. |
|
Save | Writes an XML representation of the current CultureAndRegionInfoBuilder object to the specified file. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
Unregister | Deletes a custom culture from the local computer. |
Show: