Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class System.​ApplicationId
Assembly: System.Runtime
Inheritance: object → ApplicationId
Contains information used to uniquely identify a manifest-based application. This class cannot be inherited.
Properties
public
string
Culture
Gets a string representing the culture information for the application.
public
string
Name
Gets the name of the application.
public
string
ProcessorArchitecture
Gets the target processor architecture for the application.
public
byte[]
PublicKeyToken
Gets the public key token for the application.
public
Version
Version
Gets the version of the application.
Methods
public
ApplicationId
Copy​() Returns An <see cref="T:System.ApplicationId" /> object that represents an exact copy of the original.
Creates and returns an identical copy of the current application identity.
public
bool
Equals​(object o)
o
The <see cref="T:System.ApplicationId" /> object to compare to the current <see cref="T:System.ApplicationId" /> .
Returns <see langword="true" /> if the specified <see cref="T:System.ApplicationId" /> object is equivalent to the current <see cref="T:System.ApplicationId" /> ; otherwise, <see langword="false" /> .
Determines whether the specified <see cref="T:System.ApplicationId" /> object is equivalent to the current <see cref="T:System.ApplicationId" /> .
public
int
GetHashCode​() Returns The hash code for the current application identity.
Gets the hash code for the current application identity.
public
string
ToString​() Returns A string representation of the application identity.
Creates and returns a string representation of the application identity.
protected
void
Finalize​()
Inherited from object
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
public
Type
GetType​()
Inherited from object
Returns The exact runtime type of the current instance.
Gets the <see cref="T:System.Type" /> of the current instance.
protected
object
MemberwiseClone​()
Inherited from object
Returns A shallow copy of the current <see cref="T:System.Object" /> .
Creates a shallow copy of the current <see cref="T:System.Object" /> .