Represents a full name of an assembly which can also be obtained in partial trust environments.
Definition
Namespace:Telerik.Windows.Data
Assembly:Telerik.Windows.Data.dll
Syntax:
public sealed class PartialTrustAssemblyName
Inheritance: objectPartialTrustAssemblyName
Constructors
Initializes a new instance of the PartialTrustAssemblyName class.
public PartialTrustAssemblyName(string assemblyFullName)
The full name of the assembly to get the name components from.
Properties
Gets or sets the culture supported by the assembly.
public string CultureInfo { get; }
A System.Globalization.CultureInfo object representing the culture supported by the assembly.
Gets or sets the simple name of the assembly. This is usually, but not necessarily, the file name of the manifest file of the assembly, minus its extension.
public string Name { get; }
A string that is the simple name of the assembly..
Gets the public key token, which is the last 8 bytes of the SHA-1 hash of the public key under which the application or assembly is signed.
public string PublicKeyToken { get; }
An string containing the public key token.