Manifest | LoadManifest ( string filePath ) Loads the manifest from file and into a Manifest structure. |
Manifest | LoadManifestFromJson ( string manifestText ) Loads the manifest from an input string into a Manifest structure. |
Task< Manifest > | LoadManifestAsync ( string filePath ) Loads the manifest from file and into a Manifest structure asynchronously. |
Task< Manifest > | LoadManifestFromJsonAsync ( string manifestText ) Loads the manifest from an input string into a Manifest structure asynchronously. |
Manifest Meta.Conduit.IManifestLoader.LoadManifest ( string filePath ) |
---|
Loads the manifest from file and into a Manifest structure. Parameters filePath The path to the manifest file. Returns The loaded manifest object. |
Manifest Meta.Conduit.IManifestLoader.LoadManifestFromJson ( string manifestText ) |
---|
Loads the manifest from an input string into a Manifest structure. Parameters manifestText Plain text content of Manifest. Returns The loaded manifest object. |
Task<Manifest> Meta.Conduit.IManifestLoader.LoadManifestAsync ( string filePath ) |
---|
Loads the manifest from file and into a Manifest structure asynchronously. Parameters filePath The path to the manifest file. Returns The loaded manifest object. |
Task<Manifest> Meta.Conduit.IManifestLoader.LoadManifestFromJsonAsync ( string manifestText ) |
---|
Loads the manifest from an input string into a Manifest structure asynchronously. Parameters manifestText Plain text content of Manifest. Returns The loaded manifest object. |