Table of Contents

Method GetAssemply

Namespace
VectorDraw.Serialize
Assembly
VectorDraw.Serialize.dll

GetAssemply(string, out Assembly)

Gets the assemply of the specific type.

public static bool GetAssemply(string FullTypeName, out Assembly asm)

Parameters

FullTypeName string

The name of the type.

asm Assembly

Returns

bool

True if an asseply have been calculated for the specific type.