Method CreateFunctionType
CreateFunctionType(IContext, IDIBuilder, IDebugType<ITypeRef, DIType>, params IDebugType<ITypeRef, DIType>[])
Creates a FunctionType with Debug information
public static DebugFunctionType CreateFunctionType(this IContext self, IDIBuilder diBuilder, IDebugType<ITypeRef, DIType> retType, params IDebugType<ITypeRef, DIType>[] argTypes)
Parameters
selfIContextContext instance to get the function from
diBuilderIDIBuilderDIBuilderto use to create the debug information
retTypeIDebugType<ITypeRef, DIType>Return type of the function
argTypesIDebugType<ITypeRef, DIType>[]Argument types of the function
Returns
- DebugFunctionType
Function signature