WindowsFormsSection Class
Definition
Defines a new ConfigurationSection for parsing application settings. This class cannot be inherited.
public ref class WindowsFormsSection sealed : System::Configuration::ConfigurationSection
public sealed class WindowsFormsSection : System.Configuration.ConfigurationSection
type WindowsFormsSection = class
inherit ConfigurationSection
Public NotInheritable Class WindowsFormsSection
Inherits ConfigurationSection
- Inheritance
-
WindowsFormsSection
Remarks
This class supports application settings in Windows Forms. For more information about this feature, see Application Settings Overview.
Constructors
WindowsFormsSection() |
Initializes a new instance of the WindowsFormsSection class. |
Properties
JitDebugging |
Gets or sets a value indicating whether just-in-time (JIT) debugging is used. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (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) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |