Click or drag to resize

WriterFactoryTryLoadObject Method

Tries to load a Writer based on information from the Configuration Graph.

Namespace:  VDS.RDF.Configuration
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool TryLoadObject(
	IGraph g,
	INode objNode,
	Type targetType,
	out Object obj
)

Parameters

g
Type: VDS.RDFIGraph
Configuration Graph.
objNode
Type: VDS.RDFINode
Object Node.
targetType
Type: SystemType
Target Type.
obj
Type: SystemObject
Output Object.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Configuration.WriterFactory.TryLoadObject(VDS.RDF.IGraph,VDS.RDF.INode,System.Type,System.Object@)"]

Implements

IObjectFactoryTryLoadObject(IGraph, INode, Type, Object)
See Also