Method CreateTypedef
CreateTypedef(DIType, String, DIFile, UInt32, DINode, UInt32)
Creates debug information for a type definition (e.g. type alias)
Declaration
public DIDerivedType CreateTypedef(DIType type, string name, DIFile file, uint line, DINode context, uint alignInBits)
Parameters
public DIDerivedType CreateTypedef(DIType type, string name, DIFile file, uint line, DINode context, uint alignInBits)
DIType | type | Debug information for the aliased type |
String | name | Name of the alias |
DIFile | file | File for the declaration of the typedef |
UInt32 | line | line for the typedef |
DINode | context | Context for creating the typedef |
UInt32 | alignInBits | Bit alignment for the type |
Returns
DIDerivedType | DIDerivedTypefor the alias |