API Reference
Class
ReaderHostBootstrapResult
Output payload for host bootstrap workflows.
Inheritance
- Object
- ReaderHostBootstrapResult
Constructors
public ReaderHostBootstrapResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Nullable<ReaderHostBootstrapProfile> Profile { get; set; } #Applied bootstrap profile when a profile-based overload was used. Null when explicit option-based overloads were used.
public String AssemblyNamePrefix { get; set; } #Prefix used for loaded-assembly bootstrap discovery, when applicable.
public Boolean ReplaceExistingHandlers { get; set; } #Effective replace-existing behavior used for registrar invocation.
public IReadOnlyList<ReaderHandlerRegistrarDescriptor> RegisteredHandlers { get; set; } #Registrars that were discovered and invoked during bootstrap.
public ReaderCapabilityManifest Manifest { get; set; } #Capability manifest produced after registration.
public String ManifestJson { get; set; } #JSON representation of Manifest for host transport.