![]() | DebugMemberInfo Class |
[This is preliminary documentation and is subject to change.]
Namespace: Llvm.NET.DebugInfo
public class DebugMemberInfo
The DebugMemberInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | DebugMemberInfo | Initializes a new instance of the DebugMemberInfo class |
Name | Description | |
---|---|---|
![]() | DebugInfoFlags | flags for the field declaration |
![]() | DebugType | Debug type information for this field |
![]() | ExplicitLayout | Provides explicit layout information for this member |
![]() | File | File the field is declared in |
![]() | Index | LLVM structure element index this descriptor describes |
![]() | Line | Line the field is declared on |
![]() | Name | Name of the field |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
This class is used with SetBody(Boolean, NativeModule, DIScope, DIFile, UInt32, DebugInfoFlags, IEnumerableDebugMemberInfo) to provide debug information for a type.
In order to support explicit layout structures the members relating to layout are all NullableT. When they are null then modules Layout target specific layout information is used to determine layout details. Setting the layout members of this class to non-null will override that behavior to define explicit layout details.