 | FunctionGcName 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
Syntaxpublic string GcName { get; set; }
Property Value
Type:
String
RemarksFor details on GC support in LLVM see: http://llvm.org/docs/GarbageCollection.html
See Also