Method CreateTypedef
CreateTypedef(DIType, String, DIFile, UInt32, DINode)
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)
public DIDerivedType CreateTypedef(DIType type, string name, DIFile file, uint line, DINode context)
Parameters
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 |
Returns
DIDerived |
DIDerived |