OfficeIMO

API Reference

Class

ReaderHostBootstrapResult

Namespace OfficeIMO.Reader
Assembly OfficeIMO.Reader
Modifiers sealed

Output payload for host bootstrap workflows.

Inheritance

  • Object
  • ReaderHostBootstrapResult

Constructors

public ReaderHostBootstrapResult() #

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.