Show / Hide Table of Contents

Class CustomMetadataStream

Inheritance
object
CustomMetadataStream
Implements
ICustomMetadata
IDisposable
IEquatable<CustomMetadataStream>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CrashCABN.TitleConfiguration
Assembly: CrashCABN.TitleConfiguration.Abstractions.dll
Syntax
public record CustomMetadataStream : ICustomMetadata, IDisposable, IEquatable<CustomMetadataStream>

Constructors

View Source

CustomMetadataStream(long, Stream)

Declaration
public CustomMetadataStream(long Id, Stream ScriptStream)
Parameters
Type Name Description
long Id
Stream ScriptStream

Properties

View Source

Id

Declaration
public long Id { get; init; }
Property Value
Type Description
long
View Source

Script

Declaration
public string Script { get; }
Property Value
Type Description
string
View Source

ScriptStream

Declaration
public Stream ScriptStream { get; init; }
Property Value
Type Description
Stream

Methods

View Source

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Declaration
public void Dispose()

Implements

ICustomMetadata
IDisposable
IEquatable<T>
  • View Source
In this article
Back to top Generated by DocFX