IDotNetCompilation Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface IDotNetCompilation : Microsoft.Azure.WebJobs.Script.Description.ICompilation<System.Reflection.Assembly>
type IDotNetCompilation = interface
interface ICompilation<Assembly>
interface ICompilation
Public Interface IDotNetCompilation
Implements ICompilation(Of Assembly)
- Derived
- Implements
-
ICompilation ICompilation<System.Reflection.Assembly>
Methods
| Emit(CancellationToken) | (Inherited from ICompilation<TOutput>) |
| GetDiagnostics() | (Inherited from ICompilation) |
| GetEntryPointSignature(IFunctionEntryPointResolver) | |