Edit

Share via


AssemblyNameInfo Class

Definition

public ref class AssemblyNameInfo sealed
public sealed class AssemblyNameInfo
type AssemblyNameInfo = class
Public NotInheritable Class AssemblyNameInfo
Inheritance
AssemblyNameInfo

Constructors

AssemblyNameInfo(String, Version, String, AssemblyNameFlags, ImmutableArray<Byte>)

Properties

CultureName
Flags
FullName
Name
PublicKeyOrToken
Version

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
Parse(ReadOnlySpan<Char>)
ToAssemblyName()
ToString()

Returns a string that represents the current object.

(Inherited from Object)
TryParse(ReadOnlySpan<Char>, AssemblyNameInfo)

Applies to