コード例 #1
0
 public static bool IsClassAvailable(string typeName)
 {
     return(ExceptionUtilities.GetException(() => Type.GetType(typeName)) == null);
 }