iText 9.7.0 API
iText.Commons.Utils.RuntimeUtil Class Reference

Utility class for runtime-related operations. More...

Static Public Member Functions

static bool  IsClassLoaded (String fullyQualifiedClassName)
  Checks if a class is loaded in the current runtime environment. More...
 

Detailed Description

Utility class for runtime-related operations.

Member Function Documentation

◆ IsClassLoaded()

static bool iText.Commons.Utils.RuntimeUtil.IsClassLoaded ( String  fullyQualifiedClassName )
inlinestatic

Checks if a class is loaded in the current runtime environment.

Parameters
fullyQualifiedClassName the fully qualified name of the class to check
Returns
true if the class is loaded, false otherwise