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)
Parameters
public DIDerivedType CreateTypedef(DIType type, string name, DIFile file, uint line, DINode context)
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
DIDerivedType | DIDerivedTypefor the alias |