Class
AssemblyRef

Represents an assembly reference.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public class AssemblyRef

Inheritance: objectAssemblyRef

Constructors

AssemblyRef()

Declaration

cs-api-definition
public AssemblyRef()

Properties

Name

The name of the .dll file containing the .NET assembly

Declaration

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

Property Value

string

RawAssembly

Assembly bytes in common object file format (COFF)-based image containing an emitted assembly

Declaration

cs-api-definition
[TypeConverter(typeof(ByteArrayConverter))]
public byte[] RawAssembly { get; set; }

Property Value

byte[]

Methods

FromFile(string)

Generates an AssemblyRef from assembly .dll file location

Declaration

cs-api-definition
public static AssemblyRef FromFile(string assemblyPath)

Parameters

assemblyPath

string

Returns

AssemblyRef

Returns the resulting AssemblyRef

ToString()

Returns a string that represents the current object.

Declaration

cs-api-definition
public override string ToString()

Returns

string

Returns a string that represents the current object.

Overrides object.ToString()