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