Vixen
02b45cc4
csharp
public record class ArtifactMessage

One chunk an import produced, on the wire.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (3)

  • public string SubAsset

    Which sub-asset it is, as eight hex digits, or empty for the main object.

  • public string Type

    What kind of thing it is.

  • public byte[] Content

    Its bytes.

Used by (5)

  • CompilerPoolVixen.AssetCompiler
  • ImportResponseMessageVixen.AssetCompiler
  • Vixen_AssetCompiler_ArtifactMessageSerializerVixen.AssetCompiler
  • Vixen_AssetCompiler_ImportResponseMessageSerializerVixen.AssetCompiler
  • WorkerHostVixen.AssetCompiler