Interface IAssetDescriptor
Represents a descriptor for an asset, providing access to its associated assembly and a method to retrieve the asset as a stream.
public interface IAssetDescriptor
Properties
- Assembly
Gets the assembly associated with the asset.
Methods
- GetStream()
Retrieves the asset as a stream.