API reference
API reference
Select your platform
No SDKs available
No versions available

IAssemblyWalker Interface

Properties

Filter out assemblies with specified names from GetTargetAssemblies() output.

Member Functions

Returns a list of all assemblies that are marked with the ConduitAssemblyAttribute attribute.
Returns
The list of assemblies.
Returns a list of all assemblies that should be processed. This currently selects assemblies that are marked with the ConduitAssemblyAttribute attribute.
Returns
The list of assemblies.
Returns a list of assemblies that Unity will build for Edit or Run time.
Returns
The list of assemblies in the compilation pipeline.
Returns the file path containing the specified type.
Parameters
type
The type to look for.
sourceCodeFile
The full filepath.
singleUnit
True if the type is the only type defined in the file. False if there are other types in the same file.
scopeToTargetAssemblies
Look only at target assemblies. If false, scan everything.
editorAssemblies
Look in editor assemblies.
playerAssemblies
Look in player assemblies.
Returns
True if the type was found. False otherwise.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon