←Select platform

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 19.0.2017.10.30
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.HL7 Assembly