Click or drag to resize
Llvm.NET LogoDebugInfoBuilderCreateNamespace Method

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

Creates a DINamespace

Namespace:  Llvm.NET.DebugInfo
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public DINamespace CreateNamespace(
	DIScope scope,
	string name,
	DIFile file,
	uint line
)

Parameters

scope
Type: Llvm.NET.DebugInfoDIScope
Containing scope for the namespace or null if the namespace is a global one
name
Type: SystemString
Name of the namespace
file
Type: Llvm.NET.DebugInfoDIFile
Source file containing the declaration (may be null if more than one or not known)
line
Type: SystemUInt32
Line number of the namespace declaration

Return Value

Type: DINamespace
See Also