StrangeIoC  0.6.0
The IoC/Binding Framework for Unity3D and C#
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Classes | Enumerations
Package strange.extensions.reflector.api

Classes

interface  IReflectedClass
 Interface for representation of a class. More...
 
interface  IReflectionBinder
 Generates ReflectedClass instances. More...
 

Enumerations

enum  ReflectionExceptionType { ReflectionExceptionType.CANNOT_REFLECT_INTERFACE, ReflectionExceptionType.CANNOT_INJECT_INTO_NONPUBLIC_SETTER }
 

Enumeration Type Documentation

Enumerator
CANNOT_REFLECT_INTERFACE 

The reflector requires a constructor, which Interfaces don't provide.

CANNOT_INJECT_INTO_NONPUBLIC_SETTER 

The reflector is not allowed to inject into private/protected setters.