IMetamodels.FindClassesByName(string,bool) method
Namespace: NextDesign.Core
Description
Search for a class with the given class name.
argument
Name | Type | Description |
---|---|---|
classNames | string | Class Names You can specify multiple class names separated by commas. |
fuzzy | bool | Fuzzy match? The default is true. If false is specified for fuzzy, the fully qualified name of the class is evaluated. If a class with the same name exists, you can get the expected class by specifying false for fuzzy and specifying the fully qualified name for classNames. |
Return value
- IClassCollection