ResolvedAssembly.FromFile
Namespace: Dotsider.Core.Analysis.Models
Assembly: Dotsider.Core.dll
The assembly was found as a file on disk.
public sealed record ResolvedAssembly.FromFile : ResolvedAssembly, IEquatable<ResolvedAssembly>, IEquatable<ResolvedAssembly.FromFile>Inheritance
Section titled “Inheritance”Object → ResolvedAssembly → ResolvedAssembly.FromFile
Implements
Section titled “Implements”Constructors
Section titled “Constructors”FromFile(string)
Section titled “FromFile(string)”The assembly was found as a file on disk.
Parameters:
Path(String): Full path to the assembly file.
public FromFile(string Path)Properties
Section titled “Properties”Full path to the assembly file.
Returns: String
public string Path { get; init; }