CompilerResults::Output Property

 

Gets the compiler output messages.

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