public class CustomTypes| CustomTypes | Initializes a new instance of the CustomTypes class |
| AssemblyFiles |
Name or paths of assemblies that contains custom types.
The name must contain the full/relative path to the assembly file on the disc. It can also contain the fully qualified/long name of the assembly to load from the GAC (including Version, Culture and PublicKeyToken). |
| Types | Custom types |
| Add | Add type to list of types |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| LoadCustomTypes | Load custom types from assemblies |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |