Assembly
Namespace: Babel.Data Assembly: Babel.Data.dll
Represents an assembly with tracking capabilities.
Inheritance
object ← EntityTracker ← Assembly
Implements
Inherited Members
EntityTracker.SetWithNotify<T>(T, ref T, string), EntityTracker.IsDirty, EntityTracker.PropertyChanged, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Assembly()
Properties
Culture
Gets or sets the culture of the assembly.
Property Value
DebugSymbolsKey
Gets or sets the debug symbols key for the assembly.
Property Value
FullName
Gets the full name of the assembly, including its name, version, culture, and public key token.
Property Value
Id
Gets or sets the unique identifier for the assembly.
Property Value
MappingFile
Gets or sets the associated mapping file resource.
Property Value
MappingFileId
Gets or sets the identifier for the associated mapping file.
Property Value
int?
Name
Gets or sets the name of the assembly.
Property Value
ProductAssemblies
Gets or sets the collection of product assemblies associated with this assembly.
Property Value
PublicKeyToken
Gets or sets the public key token of the assembly.
Property Value
Version
Gets or sets the version of the assembly.
Property Value
Methods
Parse(string)
Parses a full assembly name into an Assembly object.
Parameters
The full name of the assembly.
Returns
An Assembly object representing the parsed full name.
Exceptions
Thrown when fullName is null.
Thrown when the full assembly name is invalid.
Last updated