Interface ICompilerContext
- Namespace
- Ecng.Compilation
- Assembly
- Ecng.Compilation.dll
Represents a context for compilation operations. Provides functionality to load assemblies from binary data.
public interface ICompilerContext : IDisposable
- Inherited Members
- Extension Methods
Methods
LoadFromBinary(byte[])
Loads an assembly from the provided binary representation.
Assembly LoadFromBinary(byte[] body)
Parameters
body
byte[]The binary content of the assembly.