Click or drag to resize
Llvm.NET LogoDebugArrayType Class

[This is preliminary documentation and is subject to change.]

Provides debug information binding between an IArrayTypeand a DICompositeType
Inheritance Hierarchy
SystemObject
  Llvm.NET.DebugInfoDebugTypeIArrayType, DICompositeType
    Llvm.NET.DebugInfoDebugArrayType

Namespace:  Llvm.NET.DebugInfo
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public class DebugArrayType : DebugType<IArrayType, DICompositeType>, 
	IArrayType, ISequenceType, ITypeRef, IExtensiblePropertyContainer

The DebugArrayType type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyContext (Inherited from DebugTypeTNative, TDebug.)
Public propertyDebugElementType
Public propertyDIType (Inherited from DebugTypeTNative, TDebug.)
Public propertyElementType
Type of elements in the sequence
Public propertyIntegerBitWidth (Inherited from DebugTypeTNative, TDebug.)
Public propertyIsDouble (Inherited from DebugTypeTNative, TDebug.)
Public propertyIsFloat (Inherited from DebugTypeTNative, TDebug.)
Public propertyIsFloatingPoint (Inherited from DebugTypeTNative, TDebug.)
Public propertyIsInteger (Inherited from DebugTypeTNative, TDebug.)
Public propertyIsPointer (Inherited from DebugTypeTNative, TDebug.)
Public propertyIsPointerPointer (Inherited from DebugTypeTNative, TDebug.)
Public propertyIsSequence (Inherited from DebugTypeTNative, TDebug.)
Public propertyIsSized (Inherited from DebugTypeTNative, TDebug.)
Public propertyIsStruct (Inherited from DebugTypeTNative, TDebug.)
Public propertyIsVoid (Inherited from DebugTypeTNative, TDebug.)
Public propertyKind (Inherited from DebugTypeTNative, TDebug.)
Public propertyLength
Length of the array
Public propertyLowerBound
Lower bound of the array, usually but not always zero
Public propertyNativeType (Inherited from DebugTypeTNative, TDebug.)
Public propertyTypeHandle (Inherited from DebugTypeTNative, TDebug.)
Top
Methods
  NameDescription
Public methodAddExtendedPropertyValue (Inherited from DebugTypeTNative, TDebug.)
Public methodCreateArrayType(UInt32) (Inherited from DebugTypeTNative, TDebug.)
Public methodCreateArrayType(NativeModule, UInt32, UInt32) (Inherited from DebugTypeTNative, TDebug.)
Public methodCreatePointerType (Inherited from DebugTypeTNative, TDebug.)
Public methodCreatePointerType(UInt32) (Inherited from DebugTypeTNative, TDebug.)
Public methodCreatePointerType(NativeModule, UInt32) (Inherited from DebugTypeTNative, TDebug.)
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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetNullValue (Inherited from DebugTypeTNative, TDebug.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodResolveTemporary
Resolves a temporary metadata node for the array if full size information wasn't available at creation time
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetExtendedPropertyValueTProperty (Inherited from DebugTypeTNative, TDebug.)
Top
See Also