System
[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]
1.0.3300.0
1.0.5000.0
2.0.0.0
4.0.0.0
Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.
System.Attribute
System.AttributeUsage(System.AttributeTargets.All)
Members that are marked with the set to true or that do not have a Set method cannot be changed. Members that do not have this attribute or that are marked with the set to false are read/write, and they can be changed. The default is .
The class enforces the in the design environment and at run time. When you mark a property with the set to true, the value of this attribute is set to the constant member . For a property marked with the set to false, the value is . Therefore, when you want to check the value of this attribute in your code, you must specify the attribute as or .
For more information, see Extending Metadata Using Attributes.
Specifies whether the property this attribute is bound to is read-only or read/write. This class cannot be inherited
Constructor
1.0.5000.0
2.0.0.0
4.0.0.0
Members that are marked with the set to true or that do not have a Set method cannot be changed. Members that do not have this attribute or that are marked with the set to false are read/write, and they can be changed. The default is .
When you mark a property with the set to true, the value of this attribute is set to the constant member . For a property marked with the set to false, the value is . Therefore, when you want to check the value of this attribute in your code, you must specify the attribute as or .
Initializes a new instance of the class.
true to show that the property this attribute is bound to is read-only; false to show that the property is read/write.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
System.ComponentModel.ReadOnlyAttribute
When you mark a property with this value, this attribute is set to the constant member . Therefore, when you want to check whether the attribute is set to this value in your code, you must specify the attribute as .
Specifies the default value for the , which is (that is, the property this attribute is bound to is read/write). This static field is read-only.
Method
1.0.5000.0
2.0.0.0
4.0.0.0
System.Boolean
To be added: an object of type 'object'
To be added
Indicates whether this instance and a specified object are equal.
true if is equal to this instance; otherwise, false.
Method
1.0.5000.0
2.0.0.0
4.0.0.0
System.Int32
To be added
Returns the hash code for this instance.
A hash code for the current .
Method
1.0.5000.0
2.0.0.0
4.0.0.0
System.Boolean
To be added
Determines if this attribute is the default.
true if the attribute is the default value for this attribute class; otherwise, false.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Boolean
To be added: an object of type 'bool'
To be added
Gets a value indicating whether the property this attribute is bound to is read-only.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
System.ComponentModel.ReadOnlyAttribute
This field is the default setting for this attribute.
When you mark a property with the set to false, the value of this attribute is set to the constant member . Therefore, when you want to check whether the attribute is set to this value in your code, you must specify the attribute as .
Specifies that the property this attribute is bound to is read/write and can be modified. This static field is read-only.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
System.ComponentModel.ReadOnlyAttribute
When you mark a property with the set to true, the value of this attribute is set to the constant member . Therefore, when you want to check whether the attribute is set to this value in your code, you must specify the attribute as .
Specifies that the property this attribute is bound to is read-only and cannot be modified in the server explorer. This static field is read-only.