Class TypeCacheSingleton
Inheritance
TypeCacheSingleton
Implements
ISerializationCallbackReceiver
Assembly: Holoride.ElasticSDK.Library.Runtime.dll
Syntax
public class TypeCacheSingleton : Singleton<TypeCacheSingleton>, ISerializationCallbackReceiver
Methods
GetMethodsWithAttribute(Type)
Declaration
public ICollection<MethodInfo> GetMethodsWithAttribute(Type attributeType)
Parameters
| Type |
Name |
Description |
| Type |
attributeType |
|
Returns
| Type |
Description |
| ICollection<><MethodInfo> |
|
GetMethodsWithAttribute<T>()
Declaration
public ICollection<MethodInfo> GetMethodsWithAttribute<T>() where T : Attribute
Returns
| Type |
Description |
| ICollection<><MethodInfo> |
|
Type Parameters
GetTypesDerivedFrom(Type)
Declaration
public ICollection<Type> GetTypesDerivedFrom(Type parentType)
Parameters
| Type |
Name |
Description |
| Type |
parentType |
|
Returns
| Type |
Description |
| ICollection<><Type> |
|
GetTypesDerivedFrom<T>()
Declaration
public ICollection<Type> GetTypesDerivedFrom<T>()
Returns
| Type |
Description |
| ICollection<><Type> |
|
Type Parameters
OnAfterDeserialize()
Declaration
public void OnAfterDeserialize()
OnBeforeSerialize()
Declaration
public void OnBeforeSerialize()
Implements
ISerializationCallbackReceiver