Method CreateTypedef
CreateTypedef(DIType?, LazyEncodedString, DIFile?, uint, DINode?, uint)
Creates debug information for a type definition (e.g. type alias)
public DIDerivedType CreateTypedef(DIType? type, LazyEncodedString name, DIFile? file, uint line, DINode? context, uint alignInBits)
Parameters
type
DITypeDebug information for the aliased type
name
LazyEncodedStringName of the alias
file
DIFileFile for the declaration of the typedef
line
uintline for the typedef
context
DINodeContextAlias for creating the typedef
alignInBits
uintBit alignment for the type
Returns
- DIDerivedType
DIDerivedTypefor the alias