Click or drag to resize
Llvm.NET LogoDebugMemberLayout Class

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

DebugMemberLayout is used to define custom layout information for structure members
Inheritance Hierarchy
SystemObject
  Llvm.NET.DebugInfoDebugMemberLayout

Namespace:  Llvm.NET.DebugInfo
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public class DebugMemberLayout

The DebugMemberLayout type exposes the following members.

Constructors
  NameDescription
Public methodDebugMemberLayout
Constructs a new DebugMemberLayout
Top
Properties
  NameDescription
Public propertyBitAlignment
Bit alignment for the field
Public propertyBitOffset
Bit offset for the field in it's containing type
Public propertyBitSize
Bit size for the field
Top
Methods
  NameDescription
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 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.)
Top
Remarks
Ordinarily layout information is handle automatically in SetBody(Boolean, NativeModule, DIScope, DIFile, UInt32, DebugInfoFlags, IEnumerableDebugMemberInfo) however in cases where explicitly controlled (or "packed") layout is required, instances of DebugMemberLayout are used to provide the information necessary to generate a proper type and debug information.
See Also