Represents the identity of a Windows component.

The following tables list the members exposed by the Identity type.

Public Constructors

  Name Description
Identity Constructs an instance of Identity.
Top

Public Properties

  Name Description
Language Retrieves the Dynamic HTML (DHTML) language code. For more information about Language Codes, see the MSDN Library.
Name Retrieves the name of the Windows operating system component or package.
ProcessorArchitecture Specifies the processor architecture to which the component applies. Valid values are x86, ia64, amd64, wow64, and msil.
PublicKeyToken Retrieves the public key token of the component.
Version Specifies the version of the operating system component.
VersionScope Specifies the version scope.
Top

Public Methods (see also Protected Methods )

  Name Description
Equals Overloaded. Overridden.  
GetHashCode Overridden. Retrieves the hash code for the current Identity instance.
GetType  (inherited from Object )
op_Equality Determines whether two instances of Identity are equal.
op_Inequality Checks to see if the given Identity instances specify the same identity.
Parse Converts the string representation of an identity to its Identity equivalent.
ReferenceEquals  (inherited from Object )
ToFriendlyString Converts identity to a friendly string.
ToString Overridden. Converts identity to a string.
Top

Protected Methods

  Name Description
Finalize  (inherited from Object )
MemberwiseClone  (inherited from Object )
Top

See Also