ConfigurationLoaderLoadObject Method (Uri) |
Loads the Object identified by the given URI as an
Object.
Namespace:
VDS.RDF.Configuration
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public Object LoadObject(
Uri objectIdentifier
)
Public Function LoadObject (
objectIdentifier As Uri
) As Object
Parameters
- objectIdentifier
- Type: SystemUri
[Missing <param name="objectIdentifier"/> documentation for "M:VDS.RDF.Configuration.ConfigurationLoader.LoadObject(System.Uri)"]
Return Value
Type:
Object[Missing <returns> documentation for "M:VDS.RDF.Configuration.ConfigurationLoader.LoadObject(System.Uri)"]
Implements
IConfigurationLoaderLoadObject(Uri)Remarks See Also