[]
Encapsulates information about a referenced assembly, including its name, file path, and version.
public class ReferenceInfo
| Name | Description |
|---|---|
| ReferenceInfo(string, string, string) | Initializes a new instance of the ReferenceInfo class. |
| Name | Description |
|---|---|
| AssemblyName | The name of the assembly. |
| AssemblyPath | The file path of the assembly. |
| AssemblyVersion | The version of the assembly. |