Class
PartialTrustAssemblyName

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:

cs-api-definition
public sealed class PartialTrustAssemblyName

Inheritance: objectPartialTrustAssemblyName

Constructors

PartialTrustAssemblyName(string)

Initializes a new instance of the PartialTrustAssemblyName class.

Declaration

cs-api-definition
public PartialTrustAssemblyName(string assemblyFullName)

Parameters

assemblyFullName

string

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

Properties

CultureInfo

Gets or sets the culture supported by the assembly.

Declaration

cs-api-definition
public string CultureInfo { get; }

Property Value

string

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

cs-api-definition
public string Name { get; }

Property Value

string

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

cs-api-definition
public string PublicKeyToken { get; }

Property Value

string

An string containing the public key token.

Version

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

Declaration

cs-api-definition
public string Version { get; }

Property Value

string

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