Interface ITypeSearcher
Namespace: OptimaJet.Workflow.Core.Runtime.CodeAutocomplete
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic interface ITypeSearcher
Methods
InitIfNotInitialized()
Declarationvoid InitIfNotInitialized()
GetByFullName(string)
DeclarationType GetByFullName(string fullName)
Type | Name | Description |
---|---|---|
string | fullName |
Type | Description |
---|---|
Type |
GetAllTypes()
DeclarationType[] GetAllTypes()
Type | Description |
---|---|
System.Type[] |