IConduitAssembly Interface
Wrapper for assemblies to provide convenience methods and abstract from CLR.
IEnumerable< Type > GetEnumTypes ( )
Returns all types in the assembly that are enums.
IEnumerable< MethodInfo > GetMethods ( )
Returns all the methods in the assembly.
Type GetType ( string name )
Returns the type of the given name from the assembly.