findClass(string) Method

Summary

Searches for a matching type on a given full name.

Syntax
C#
VB
C++
Public Overloads Shared Function findClass( _ 
   ByVal fullname As String _ 
) As Type 
public static Type findClass( 
   string fullname 
) 
public: 
static Type^ findClass(  
   String^ fullname 
)  

Parameters

fullname
Fully qualified name of the class. It can be a message, segment or anything in this toolkit.

Return Value

Type representing the class requested, if found. Otherwise, null is returned.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.HL7 Assembly