Click or drag to resize
Llvm.NET LogoDebugFunctionType Properties

[This is preliminary documentation and is subject to change.]

The DebugFunctionType type exposes the following members.

Properties
  NameDescription
Public propertyContext (Inherited from DebugTypeTNative, TDebug.)
Public propertyDIType (Inherited from DebugTypeTNative, TDebug.)
Public propertyIntegerBitWidth (Inherited from DebugTypeTNative, TDebug.)
Public propertyIsDouble (Inherited from DebugTypeTNative, TDebug.)
Public propertyIsFloat (Inherited from DebugTypeTNative, TDebug.)
Public propertyIsFloatingPoint (Inherited from DebugTypeTNative, TDebug.)
Public propertyIsInteger (Inherited from DebugTypeTNative, TDebug.)
Public propertyIsPointer (Inherited from DebugTypeTNative, TDebug.)
Public propertyIsPointerPointer (Inherited from DebugTypeTNative, TDebug.)
Public propertyIsSequence (Inherited from DebugTypeTNative, TDebug.)
Public propertyIsSized (Inherited from DebugTypeTNative, TDebug.)
Public propertyIsStruct (Inherited from DebugTypeTNative, TDebug.)
Public propertyIsVarArg
Flag to indicate if this signature is for a variadic function
Public propertyIsVoid (Inherited from DebugTypeTNative, TDebug.)
Public propertyKind (Inherited from DebugTypeTNative, TDebug.)
Public propertyNativeType (Inherited from DebugTypeTNative, TDebug.)
Public propertyParameterTypes
Collection of types of the parameters for the function
Public propertyReturnType
Return type of the function
Public propertyTypeHandle (Inherited from DebugTypeTNative, TDebug.)
Top
See Also