Class AssemblyRef
Represents an assembly reference.
Inheritance
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class AssemblyRef
Constructors
AssemblyRef()
Declaration
public AssemblyRef()
Properties
Name
The name of the .dll file containing the .NET assembly
Declaration
public string Name { get; set; }
Property Value
System.String
|
RawAssembly
Assembly bytes in common object file format (COFF)-based image containing an emitted assembly
Declaration
public byte[] RawAssembly { get; set; }
Property Value
System.Byte[]
|
Methods
FromFile(String)
Generates an AssemblyRef from assembly .dll file location
Declaration
public static AssemblyRef FromFile(string assemblyPath)
Parameters
System.String
assemblyPath
|
Returns
AssemblyRef
Returns the resulting AssemblyRef |
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
System.String
Returns a string that represents the current object. |