CustomTypes Class |
Namespace: DHI.Mike1D.Generic
public class CustomTypes
The CustomTypes type exposes the following members.
Name | Description | |
---|---|---|
CustomTypes | Initializes a new instance of the CustomTypes class |
Name | Description | |
---|---|---|
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
|
Name | Description | |
---|---|---|
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 a hash function for a particular type. (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.) |