public class PropertiesWriter
Public Class PropertiesWriter
public ref class PropertiesWriter
type PropertiesWriter = class end
PropertiesWriter() | Default constructor of the PropertiesWriter class. |
PropertiesWriter(XmlWriter) | Constructor of the PropertiesWriter class taking a writer to create an object instance with. |
IsWritable | Determines whether current instance of an object supports editing. |
Equals | 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 the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
SetBoolean | Sets a boolean property by the given name and value. |
SetDouble | Sets a double number property by the given name and value. |
SetInt32 | Sets an integer property by the given name and value. |
SetSingle | Sets a floating point number property by the given name and value. |
SetString | Sets a boolean property by the given name and value. |
ToString | Returns a string that represents the current object. (Inherited from Object) |