C#
VB
C++
Searches for a matching type on a given full name.
Public Overloads Shared Function findClass( _
ByVal fullname As String _
) As Type
public static Type findClass(
string fullname
)
public:
static Type^ findClass(
String^ fullname
)
fullname
Fully qualified name of the class. It can be a message, segment or anything in this toolkit.
Type representing the class requested, if found. Otherwise, null is returned.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET