Struct that defines a base type (class or interface) of interest and gives us information on what to cache in relation to it.
More...
|
readonly Type | BaseType |
| The base type whose subclasses and implementations we will look for in the sweep.
|
|
readonly bool | IncludesItself |
| Whether or not we should include BaseType itself in the mapping for this BaseTypeOfInterest.
|
|
Struct that defines a base type (class or interface) of interest and gives us information on what to cache in relation to it.
◆ BaseTypeOfInterest()
Beamable.Common.Reflection.BaseTypeOfInterest.BaseTypeOfInterest |
( |
Type |
baseType, |
|
|
bool |
includesItself = false |
|
) |
| |
|
inline |
Constructs a new BaseTypeOfInterest.
- Parameters
-
baseType | The base type whose subclasses and implementations we will look for in the sweep. |
includesItself | Whether or not we should include BaseType itself in the mapping for this BaseTypeOfInterest. |
The documentation for this struct was generated from the following file:
- com.beamable/Common/Runtime/ReflectionCache/ReflectionCache_BaseTypes.cs