CompilerResults::Output Property
.NET Framework (current version)
Gets the compiler output messages.
Assembly: System (in System.dll)
public: property StringCollection^ Output { [PermissionSetAttribute(SecurityAction::LinkDemand, Name = "FullTrust")] StringCollection^ get(); }
Property Value
Type: System.Collections.Specialized::StringCollection^A StringCollection that contains the output messages.
If the compiler returned no messages, the value of this property will be an empty collection.
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: