Class MountedAxolotlPackage
A mounted package and its optional trusted module assembly.
public sealed class MountedAxolotlPackage : IDisposable
- Inheritance
-
MountedAxolotlPackage
- Implements
- Inherited Members
Properties
Assembly
The loaded module assembly, or null under content-only policy.
public Assembly? Assembly { get; }
Property Value
Manifest
The package manifest.
public AxolotlPackageManifest Manifest { get; }
Property Value
Package
The validated package index.
public AxolotlPackage Package { get; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
GetAsset(string)
Gets package-local asset metadata.
public AxolotlPackageAsset GetAsset(string name)
Parameters
namestring
Returns
OpenAsset(string)
Opens a bounded stream for a package-local asset.
public Stream OpenAsset(string name)
Parameters
namestring