ClassPartialTrustAssemblyName
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
PartialTrustAssemblyName(string)
Initializes a new instance of the PartialTrustAssemblyName class.
Declaration
public PartialTrustAssemblyName(string assemblyFullName)
Parameters
assemblyFullName
The full name of the assembly to get the name components from.
Properties
CultureInfo
Gets or sets the culture supported by the assembly.
Declaration
public string CultureInfo { get; }
Property Value
A System.Globalization.CultureInfo object representing the culture supported by the assembly.
Name
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.
Declaration
public string Name { get; }
Property Value
A string that is the simple name of the assembly..
PublicKeyToken
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.
Declaration
public string PublicKeyToken { get; }
Property Value
An string containing the public key token.