Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Runtime.Versioning.FrameworkName Class Referencesealed

Public Member Functions

override bool Equals ([NotNullWhen(true)] object? obj)
 
bool Equals ([NotNullWhen(true)] FrameworkName? other)
 
override int GetHashCode ()
 
override string ToString ()
 
 FrameworkName (string identifier, Version version)
 
 FrameworkName (string identifier, Version version, string? profile)
 
 FrameworkName (string frameworkName)
 
bool Equals (T? other)
 

Static Public Member Functions

static bool operator== (FrameworkName? left, FrameworkName? right)
 
static bool operator!= (FrameworkName? left, FrameworkName? right)
 

Properties

string Identifier [get]
 
Version Version [get]
 
string Profile [get]
 
string FullName [get]
 

Private Attributes

readonly string _identifier
 
readonly Version _version
 
readonly string _profile
 
string _fullName
 

Detailed Description

Definition at line 5 of file FrameworkName.cs.


The documentation for this class was generated from the following file: