Click or drag to resize
Llvm.NET LogoDebugStructType Class

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

Inheritance Hierarchy
SystemObject
  Llvm.NET.DebugInfoDebugTypeIStructType, DICompositeType
    Llvm.NET.DebugInfoDebugStructType

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

The DebugStructType type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyContext (Inherited from DebugTypeTNative, TDebug.)
Public propertyDebugMembers
Public propertyDIType (Inherited from DebugTypeTNative, TDebug.)
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 propertyIsOpaque
Public propertyIsPacked
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 propertyMembers
Public propertyName
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 methodSetBody(Boolean, ITypeRef)
Public methodSetBody(Boolean, NativeModule, DIScope, DIFile, UInt32, DebugInfoFlags, IEnumerableDebugMemberInfo)
Public methodSetBody(Boolean, NativeModule, DIScope, DIFile, UInt32, DebugInfoFlags, IEnumerableITypeRef, IEnumerableDebugMemberInfo, NullableUInt32, NullableUInt32)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetExtendedPropertyValueTProperty (Inherited from DebugTypeTNative, TDebug.)
Top
See Also