CompilerResults::PathToAssembly Property

 

Gets or sets the path of the compiled assembly.

Namespace:   System.CodeDom.Compiler
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
Return to top
Show: