CompilerResults::CompiledAssembly Property
.NET Framework (current version)
Gets or sets the compiled assembly.
Assembly: System (in System.dll)
public: property Assembly^ CompiledAssembly { [SecurityPermissionAttribute(SecurityAction::Assert, Flags = SecurityPermissionFlag::ControlEvidence)] Assembly^ get(); [PermissionSetAttribute(SecurityAction::LinkDemand, Name = "FullTrust")] void set(Assembly^ value); }
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:
