Class CustomMetadataStream
Inheritance
CustomMetadataStream
Assembly: CrashCABN.TitleConfiguration.Abstractions.dll
public record CustomMetadataStream : ICustomMetadata, IDisposable, IEquatable<CustomMetadataStream>
Constructors
View Source
Declaration
public CustomMetadataStream(long Id, Stream ScriptStream)
Parameters
Properties
View Source
Declaration
public long Id { get; init; }
Property Value
View Source
Declaration
public string Script { get; }
Property Value
View Source
Declaration
public Stream ScriptStream { get; init; }
Property Value
Methods
View Source
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
Implements