Table of Contents

Method AddType

Namespace
VectorDraw.Serialize
Assembly
VectorDraw.Serialize.dll

AddType(Type)

Add a new Type to the Activator.

public void AddType(Type type)

Parameters

type Type

The 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)

Parameters

typename string

The name of the Type.

typeFullname string

The Full name of the Type including the NameSpace.

dllname string

The dll name where the Type is implemented.

dllfilename string

The dll full path name.