Table of Contents

Method AddAssemplyTypes

Namespace
VectorDraw.Serialize
Assembly
VectorDraw.Serialize.dll

AddAssemplyTypes(Assembly, string)

Add object types that implements VectorDraw.Serialize.IFromString and/or VectorDraw.Serialize.IVDSerialise and their full name starts with namespacePrefix

public void AddAssemplyTypes(Assembly asm, string namespacePrefix)

Parameters

asm Assembly

Assembly to search for types that will be added to activator

namespacePrefix string

String used to filter types that starts with specified name.Set it to emtpty string for no type name filter.