CompilerResults::PathToAssembly Property
.NET Framework (current version)
Gets or sets the path of the compiled assembly.
Assembly: System (in System.dll)
public: property String^ PathToAssembly { [PermissionSetAttribute(SecurityAction::LinkDemand, Name = "FullTrust")] String^ get(); [PermissionSetAttribute(SecurityAction::LinkDemand, Name = "FullTrust")] void set(String^ value); }
Property Value
Type: System::String^The path of the assembly, or null if the assembly was generated in memory.
SecurityAction::LinkDemand
for full trust for the immediate caller. This member cannot be used by partially trusted code.
.NET Framework
Available since 1.1
Available since 1.1
Show: