Click or drag to resize

ConfigurationLoader Constructor (String, Boolean)

Creates a new instance of ConfigurationLoader, which loads an existing configuration graph and optionally applies auto-configuration.

Namespace:  VDS.RDF.Configuration
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public ConfigurationLoader(
	string file,
	bool autoConfigure
)

Parameters

file
Type: SystemString

[Missing <param name="file"/> documentation for "M:VDS.RDF.Configuration.ConfigurationLoader.#ctor(System.String,System.Boolean)"]

autoConfigure
Type: SystemBoolean

[Missing <param name="autoConfigure"/> documentation for "M:VDS.RDF.Configuration.ConfigurationLoader.#ctor(System.String,System.Boolean)"]

See Also