Method AddType
- Namespace
- VectorDraw.Serialize
- Assembly
- VectorDraw.Serialize.dll
AddType(Type)
Add a new Type to the Activator.
public void AddType(Type type)
Parameters
typeTypeThe Type to be added to the Activator's list.
AddType(string, string, string, string)
Adds a Type with the passed parameters.
public void AddType(string typename, string typeFullname, string dllname, string dllfilename)