Click or drag to resize
Llvm.NET LogoDebugInfoBuilderCreateFile Method (String, String)

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

Creates a DIFile

Namespace:  Llvm.NET.DebugInfo
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public DIFile CreateFile(
	string fileName,
	string directory
)

Parameters

fileName
Type: SystemString
Name of the file (may be or empty)
directory
Type: SystemString
Path of the directory containing the file (may be or empty)

Return Value

Type: DIFile
DIFile or if fileName is empty, or all whitespace
See Also