Click or drag to resize

TypeSpecification Class

Inheritance Hierarchy

Namespace:  Mono.Cecil
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public abstract class TypeSpecification : TypeReference

The TypeSpecification type exposes the following members.

Properties
  NameDescription
Public propertyDeclaringType (Inherited from TypeReference.)
Public propertyElementType
Public propertyFullName (Overrides TypeReferenceFullName.)
Public propertyGenericParameters (Inherited from TypeReference.)
Public propertyHasGenericParameters (Inherited from TypeReference.)
Public propertyIsArray (Inherited from TypeReference.)
Public propertyIsByReference (Inherited from TypeReference.)
Public propertyIsDefinition (Inherited from MemberReference.)
Public propertyIsFunctionPointer (Inherited from TypeReference.)
Public propertyIsGenericInstance (Inherited from TypeReference.)
Public propertyIsGenericParameter (Inherited from TypeReference.)
Public propertyIsNested (Inherited from TypeReference.)
Public propertyIsOptionalModifier (Inherited from TypeReference.)
Public propertyIsPinned (Inherited from TypeReference.)
Public propertyIsPointer (Inherited from TypeReference.)
Public propertyIsPrimitive (Inherited from TypeReference.)
Public propertyIsRequiredModifier (Inherited from TypeReference.)
Public propertyIsSentinel (Inherited from TypeReference.)
Public propertyIsValueType (Inherited from TypeReference.)
Public propertyMetadataToken (Inherited from MemberReference.)
Public propertyMetadataType (Overrides TypeReferenceMetadataType.)
Public propertyModule (Overrides TypeReferenceModule.)
Public propertyName (Overrides TypeReferenceName.)
Public propertyNamespace (Overrides TypeReferenceNamespace.)
Public propertyScope (Overrides TypeReferenceScope.)
Top
Methods
  NameDescription
Public methodCheckedResolve (Inherited from TypeReference.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetElementType (Overrides TypeReferenceGetElementType.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsTypeOf (Inherited from TypeReference.)
Public methodIsTypeSpecification (Inherited from TypeReference.)
Public methodMakeArrayType (Inherited from TypeReference.)
Public methodMakeArrayType(Int32) (Inherited from TypeReference.)
Public methodMakeByReferenceType (Inherited from TypeReference.)
Public methodMakeGenericInstanceType (Inherited from TypeReference.)
Public methodMakeOptionalModifierType (Inherited from TypeReference.)
Public methodMakePinnedType (Inherited from TypeReference.)
Public methodMakePointerType (Inherited from TypeReference.)
Public methodMakeRequiredModifierType (Inherited from TypeReference.)
Public methodMakeSentinelType (Inherited from TypeReference.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodResolve (Inherited from TypeReference.)
Public methodToString (Inherited from MemberReference.)
Top
Fields
  NameDescription
Protected field_genericParameters (Inherited from TypeReference.)
Top
Extension Methods
  NameDescription
Public Extension MethodFindTypeArgument
Find a type argument for the specified type parameter.
(Defined by TypeDefinitionUtil.)
Public Extension MethodFindTypeArgumentInBase
Find a type argument in a base class for the specified type parameter.
(Defined by TypeDefinitionUtil.)
Public Extension MethodFindTypeParameterIndex
Find the index of the specified type parameter.
(Defined by TypeDefinitionUtil.)
Public Extension MethodGetCategory
Get the category name (field, method, etc).
(Defined by MemberReferenceUtil.)
Public Extension MethodGetDelegateParameters
Get the parameters for a delegate type.
(Defined by TypeDefinitionUtil.)
Public Extension MethodGetDelegateReturnType
Get the return type for a delegate type.
(Defined by TypeDefinitionUtil.)
Public Extension MethodGetFullName
Get the full name of the type or member, including the namespace name.
(Defined by MemberReferenceUtil.)
Public Extension MethodGetGenericTypeDefinition
Get the generic type definition if the type is a generic type instance (otherwise, just return the type).
(Defined by TypeDefinitionUtil.)
Public Extension MethodGetLocalGenericArgumentCount
Get the number of local generic arguments for the type, NOT including arguments from any enclosing generic types.
(Defined by TypeDefinitionUtil.)
Public Extension MethodGetLocalGenericArguments
Get the local generic arguments for the type, NOT including arguments from any enclosing generic types.
(Defined by TypeDefinitionUtil.)
Public Extension MethodIsEnum
Determine if the type is an enum.
(Defined by TypeDefinitionUtil.)
Public Extension MethodIsFixedBufferType
Determine if the type is a fixed-buffer type.
(Defined by TypeDefinitionUtil.)
Public Extension MethodIsGenericTypeDefinition
Determine if the type is a generic type definition (as opposed to an instance).
(Defined by TypeDefinitionUtil.)
Public Extension MethodIsNullableType
Determine if the type is a nullable type.
(Defined by TypeDefinitionUtil.)
Public Extension MethodNonGenericName
Returns the name without any trailing '`' and type parameter count.
(Defined by TypeDefinitionUtil.)
Top
See Also
Inheritance Hierarchy