CompilerResults.PathToAssembly Property

Definition

Gets or sets the path of the compiled assembly.

public:
 property System::String ^ PathToAssembly { System::String ^ get(); void set(System::String ^ value); };
public string PathToAssembly { get; set; }
member this.PathToAssembly : string with get, set
Public Property PathToAssembly As String

Property Value

The path of the assembly, or null if the assembly was generated in memory.

Applies to