 | DebugInfoBuilderCreateFile Method (String) |
[This is preliminary documentation and is subject to change.]
Namespace:
Llvm.NET.DebugInfo
Assembly:
Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntaxpublic DIFile CreateFile(
string path
)
Parameters
- path
- Type: SystemString
Path of the file (may be or empty)
Return Value
Type:
DIFileDIFile or
if
path
is
empty, or all whitespace
See Also