ReflectionBinaryAssemblyLoader Class
Loads data for a binary assembly using .NET reflection.
public class ReflectionBinaryAssemblyLoader
- Inheritance:
- object object
Constructors
ReflectionBinaryAssemblyLoader()
Initializes an instance of the class.
public ReflectionBinaryAssemblyLoader()
Methods
LoadFrom(Assembly)
Creates a new IBinaryAssembly instance from the given Assembly.
public IBinaryAssembly? LoadFrom(Assembly assembly)
| Parameter | Type | Description |
|---|---|---|
| assembly | Assembly | The |
Returns
- IBinaryAssembly:
The IBinaryAssembly that was created.
Inherited Members
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()