Class TypeSearcher
Inheritance
↳ object
↳ TypeSearcher
Implements
ITypeSearcher
Inherited Members
Equals(object)
Equals(object, object)
GetHashCode()
GetType()
MemberwiseClone()
ReferenceEquals(object, object)
ToString()
Namespace: OptimaJet.Workflow.Core.Runtime.CodeAutocomplete
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic class TypeSearcher : ITypeSearcher
Constructors
TypeSearcher()
Declarationpublic TypeSearcher()
Properties
Initialized
Declarationpublic bool Initialized { get; }
| Type | Description | 
|---|---|
| bool | 
Methods
GetByFullName(string)
Declarationpublic Type GetByFullName(string fullName)
| Type | Name | Description | 
|---|---|---|
| string | fullName | 
| Type | Description | 
|---|---|
| Type | 
SetExcludeNamespaces(IEnumerable<string>)
Declarationpublic void SetExcludeNamespaces(IEnumerable<string> excludeNamespaces)
| Type | Name | Description | 
|---|---|---|
| IEnumerable<string> | excludeNamespaces | 
AddExcludeNamespaces(IEnumerable<string>)
Declarationpublic void AddExcludeNamespaces(IEnumerable<string> excludeNamespaces)
| Type | Name | Description | 
|---|---|---|
| IEnumerable<string> | excludeNamespaces | 
InitIfNotInitialized()
Declarationpublic void InitIfNotInitialized()
GetAllTypes()
Declarationpublic Type[] GetAllTypes()
| Type | Description | 
|---|---|
| System.Type[] |