Click or drag to resize

PinnedType Class

Inheritance Hierarchy

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

The PinnedType type exposes the following members.

Constructors
  NameDescription
Public methodPinnedType
Initializes a new instance of the PinnedType class
Top
Properties
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 (Inherited from TypeSpecification.)
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