string | FullName[Get] The full assembly name. |
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. |
| string Meta.Conduit.Editor.IConduitAssembly.FullName |
|---|
The full assembly name. |
| IEnumerable<Type> Meta.Conduit.Editor.IConduitAssembly.GetEnumTypes ( ) |
|---|
Returns all types in the assembly that are enums. Returns The enum types. |
| IEnumerable<MethodInfo> Meta.Conduit.Editor.IConduitAssembly.GetMethods ( ) |
|---|
Returns all the methods in the assembly. Returns The methods. |
| Type Meta.Conduit.Editor.IConduitAssembly.GetType ( string name ) |
|---|
Returns the type of the given name from the assembly. Parameters name The type name. Returns The type. |