This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
MemberModifier Members
Public:
Constructor
Methods
Equals (inherited from Object) |
Determines whether the specified Object is the same instance as the current Object. Subclasses are expected to override this method to support value equality (not reference equality). |
GetHashCode (inherited from Object) |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) |
Gets the Type of the Object. |
ToString (inherited from Object) |
Returns a String that represents the current Object. |
Fields
Abstract |
Specifies that the member is abstract. This field is constant. |
Const |
Specifies that the member is abstract. This field is constant. |
Extern |
Specifies that the member is external. This field is constant. |
Final |
Specifies that the member is final. This field is constant. |
Internal |
Specifies that the member is internal. This field is constant. |
Multicast |
Specifies that the member is a multicast. This field is constant. |
Native |
Specifies that the member is native. This field is constant. |
New |
Specifies that the member is new. This field is constant. |
Override |
Specifies that the member is an override. This field is constant. |
Private |
Specifies that the member is private. This field is constant. |
Protected |
Specifies that the member is protected. This field is constant. |
Public |
Specifies that the member is public. This field is constant. |
Readonly |
Specifies that the member is read-only. This field is constant. |
Sealed |
Specifies that the member is sealed. This field is constant. |
Static |
Specifies that the member is static. This field is constant. |
Synchronized |
Specifies that the member is synchronized. This field is constant. |
Transient |
Specifies that the member is transient. This field is constant. |
Unknown |
Specifies that the member is unknown. This field is constant. |
Value |
Specifies that the member is a value. This field is constant. |
Virtual |
Specifies that the member is virtual. This field is constant. |
Protected:
Methods
Finalize (inherited from Object) |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere. |
MemberwiseClone (inherited from Object) |
Creates a shallow copy of the current Object. |
See Also
MemberModifier Class | System.ComponentModel.Design Namespace