Vixen
02b45cc4
csharp
public static class CompiledLibraryReader

Reads a .rvnlib back.

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

Methods (2)

  • public static CompiledLibrary Read(ReadOnlySpan<byte> bytes)

    Deserialises from bytes.

  • public static CompiledLibrary ReadFile(string path)

    Deserialises from a file.

Used by (5)

  • CompiledLibraryTestsVixen.Raven.Tests
  • InOutTestsVixen.Raven.Tests
  • RavenReferenceVixen.Raven
  • SizedArrayTestsVixen.Raven.Tests
  • WritableResourceTestsVixen.Raven.Tests