Compilation.Assembly Property

Definition

The IAssemblySymbol that represents the assembly being created.

public:
 property Microsoft::CodeAnalysis::IAssemblySymbol ^ Assembly { Microsoft::CodeAnalysis::IAssemblySymbol ^ get(); };
public Microsoft.CodeAnalysis.IAssemblySymbol Assembly { get; }
member this.Assembly : Microsoft.CodeAnalysis.IAssemblySymbol
Public ReadOnly Property Assembly As IAssemblySymbol

Property Value

Applies to