MethodSpecDeclaration Properties |
The MethodSpecDeclaration type exposes the following members.
Name | Description | |
---|---|---|
Attributes |
Gets the attributes of the method.
| |
CallingConvention |
Gets the method calling convention.
| |
CustomDebuggingInformation | (Inherited from Declaration.) | |
DeclaringType |
Gets the declaring type.
| |
IsAbstract |
Determines whether the method is abstract.
| |
IsGenericInstance | ||
IsNew |
Determines whether the method takes a new slot.
| |
IsOriginal |
Determines whether the current declaration existed in the source assembly.
(Inherited from MetadataDeclaration.) | |
IsSealed |
Determines whether the method is sealed.
| |
IsStatic |
Determines whether the current member is static.
| |
IsVirtual |
Determines whether the method is virtual.
| |
MetadataToken |
Gets or sets the token of the current declaration.
(Inherited from MetadataDeclaration.) | |
Name | ||
OriginalDeclaration |
When the declaration represents another declaration in the source assembly, this property refers to this declaration.
When using GetReflectionObject(Type[], Type[], BindingOptions), the original declaration should actually be retrieved.
(Inherited from MetadataDeclaration.) | |
ParameterCount |
Gets the number of parameters.
| |
ParentMember |
Gets the parent member of the current declaration.
(Overrides MetadataDeclaration.ParentMember.) | |
ParentType |
Gets the parent type of the current declaration.
(Overrides MetadataDeclaration.ParentType.) | |
ReturnType |
Gets the return type.
| |
Visibility |
Gets the Visibility of the current member.
|