ConfigurationLoader.LoadObject Method (Uri) |
Loads the Object identified by the given URI as an
Object.
Namespace:
VDS.RDF.Configuration
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic Object LoadObject(
Uri objectIdentifier
)
Public Function LoadObject (
objectIdentifier As Uri
) As Object
Parameters
- objectIdentifier
- Type: System.Uri
[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
IConfigurationLoader.LoadObject(Uri)
Remarks
See Also