Vixen
dd8b0a81
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 (6)

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