Loads data for a binary assembly using Roslyn.
- Inheritance:
- object object
Constructors
RoslynBinaryAssemblyLoader()
Initializes an instance of the class.
Methods
LoadFrom(string)
Creates a new IBinaryAssembly
at the specified path.
Parameter | Type | Description |
---|---|---|
path | string | The path to the |
Returns
- IBinary
Assembly : The IBinary
Assembly that was created.