Skip to main content

Interface ITypeSearcher

Namespace: OptimaJet.Workflow.Core.Runtime.CodeAutocomplete

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public interface ITypeSearcher

Methods

InitIfNotInitialized()

Declaration
void InitIfNotInitialized()

GetByFullName(string)

Declaration
Type GetByFullName(string fullName)
Parameters
TypeNameDescription
stringfullName
Returns
TypeDescription
Type

GetAllTypes()

Declaration
Type[] GetAllTypes()
Returns
TypeDescription
System.Type[]

Extension Methods