CachedTypeInfo.

FindExistingType(string, string, bool, bool) Method

Summary

Tries to find and return the info for a type with the specified `fullName`. Otherwise searches for a type with the `name` in any namespace.
Assembly
Weaver.dll
Namespace
Weaver.Editor.Procedural.Scripting
Containing Type
CachedTypeInfo

Syntax

public static CachedTypeInfo FindExistingType(string name, string fullName, ref bool shouldRebuild, bool logPartialMatch)

Parameters

Name Type Description
name string
fullName string
shouldRebuild bool
logPartialMatch bool

Return Value

Type Description
CachedTypeInfo