Click or drag to resize
Llvm.NET LogoDebugPointerType Class

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

Binding between a DIDerivedType and an IPointerType
Inheritance Hierarchy
SystemObject
  Llvm.NET.DebugInfoDebugTypeIPointerType, DIDerivedType
    Llvm.NET.DebugInfoDebugPointerType

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

The DebugPointerType type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAddressSpace
Address space the pointer refers to
Public propertyContext (Inherited from DebugTypeTNative, TDebug.)
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 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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetExtendedPropertyValueTProperty (Inherited from DebugTypeTNative, TDebug.)
Top
See Also