[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.DataBindingWizard.ViewModels.ReferenceInfo

ReferenceInfo Class

Encapsulates information about a referenced assembly, including its name, file path, and version.

Inheritance
ReferenceInfo
Namespace: GrapeCity.ActiveReports.Design.DataBindingWizard.ViewModels
Assembly: MESCIUS.ActiveReports.Design.Win.dll
Syntax
public class ReferenceInfo

Constructors

Name Description
ReferenceInfo(string, string, string)

Initializes a new instance of the ReferenceInfo class.

Fields

Name Description
AssemblyName

The name of the assembly.

AssemblyPath

The file path of the assembly.

AssemblyVersion

The version of the assembly.