The MethodAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
MethodAttribute |
Initializes a new instance of the MethodAttribute class.
|
Methods
Name | Description | |
---|---|---|
![]() |
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 the Object 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.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() |
Browsable |
Gets or sets a value indicating whether the member is browsable (will be shown in the C1PropertyGrid).
(Inherited from MemberAttribute.) |
![]() |
Category |
Specifies the name of the category in which to group the member when displayed in
The C1PropertyGrid.
(Inherited from MemberAttribute.) |
![]() |
DisplayName |
Gets or sets the name that will be displayed by the C1PropertyGrid when showing the member.
(Inherited from MemberAttribute.) |
![]() |
MemberName |
Gets or sets the name of the member.
(Inherited from MemberAttribute.) |
![]() |
MethodInfo |
Gets the MethodInfo corresponding to the current method.
|
![]() |
Parameters |
Gets or sets the ordered list of parameter Types in the methods signature.
|
![]() |
ParameterValues |
Gets or sets the ordered list of parameter values used to invoke the method.
|
![]() |
SelectedObject |
Gets the current object this member attributes are applied to.
(Inherited from MemberAttribute.) |
![]() |
Tag |
Gets or sets an arbitrary object value that can be used to store custom information
about this member.
(Inherited from MemberAttribute.) |