Click or drag to resize
Llvm.NET LogoFunctionGcName Property

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

Garbage collection engine name that this function is generated to work with

Namespace:  Llvm.NET.Values
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public string GcName { get; set; }

Property Value

Type: String
Remarks
For details on GC support in LLVM see: http://llvm.org/docs/GarbageCollection.html
See Also