API reference
API reference
Select your platform
No SDKs available
No versions available

ManifestLoader Class

Loads the manifest and resolves its actions so they can be used during dispatching.
Meta::Conduit::ManifestLoader extends Meta.Conduit.IManifestLoader.

Overview

Public Member Functions

Manifest
LoadManifest
( string manifestLocalPath )
Manifest
LoadManifestFromJson
( string manifestText )
async Task< Manifest >
LoadManifestAsync
( string manifestLocalPath )
async Task< Manifest >
LoadManifestFromJsonAsync
( string manifestText )

Details

Member Functions

Manifest Meta.Conduit.ManifestLoader.LoadManifest
( string manifestLocalPath )
No description available.
Manifest Meta.Conduit.ManifestLoader.LoadManifestFromJson
( string manifestText )
No description available.
async Task<Manifest> Meta.Conduit.ManifestLoader.LoadManifestAsync
( string manifestLocalPath )
No description available.
async Task<Manifest> Meta.Conduit.ManifestLoader.LoadManifestFromJsonAsync
( string manifestText )
No description available.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon