New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public sealed class PartialTrustAssemblyName

Inheritance: objectPartialTrustAssemblyName

Constructors

Initializes a new instance of the PartialTrustAssemblyName class.

C#
public PartialTrustAssemblyName(string assemblyFullName)
Parameters:assemblyFullNamestring

The full name of the assembly to get the name components from.

Properties

Gets or sets the culture supported by the assembly.

C#
public string CultureInfo { get; }
Property Value:

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.

C#
public string Name { get; }
Property Value:

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.

C#
public string PublicKeyToken { get; }
Property Value:

An string containing the public key token.

Gets or sets the major, minor, build, and revision numbers of the assembly.

C#
public string Version { get; }
Property Value:

A System.Version object representing the major, minor, build, and revision numbers of the assembly.