Class TypeCacheSingleton
Inheritance
TypeCacheSingleton
Assembly: Holoride.ElasticSDK.Library.Runtime.dll
Syntax
[HelpURL("http://localhost:8080/api/Holoride.ElasticSDK.TypeCacheSingleton.html")]
public class TypeCacheSingleton : Singleton<TypeCacheSingleton>
Methods
GetMethodsWithAttribute(Type)
Declaration
public ICollection<MethodInfo> GetMethodsWithAttribute(Type attributeType)
Parameters
Type |
Name |
Description |
Type |
attributeType |
|
Returns
GetMethodsWithAttribute<T>()
Declaration
public ICollection<MethodInfo> GetMethodsWithAttribute<T>() where T : Attribute
Returns
Type Parameters
GetTypesDerivedFrom(Type)
Declaration
public ICollection<Type> GetTypesDerivedFrom(Type parentType)
Parameters
Type |
Name |
Description |
Type |
parentType |
|
Returns
GetTypesDerivedFrom<T>()
Declaration
public ICollection<Type> GetTypesDerivedFrom<T>()
Returns
Type Parameters
OnAfterDeserialize()
Declaration
public void OnAfterDeserialize()
OnBeforeSerialize()
Declaration
public void OnBeforeSerialize()