Entrypoints Module
Functions and values
Function or value | Description |
|
This call is expensive! You should not be fetching entrypoints in a loop. Instead, do it once and store the result. Calling this method will search for any subclasses of 't with the BaboonEntryPointAttribute attribute and instantiate them.
|
Full Usage:
getEntrypointContainers ()
Parameters:
unit
Returns: IReadOnlyList<EntryPointContainer<'t>>
|
This call is expensive! You should not be fetching entrypoints in a loop. Instead, do it once and store the result. Calling this method will search for any subclasses of 't with the BaboonEntryPointAttribute attribute and instantiate them.
|