Rhino. Mocks. Impl. ProxyInstanceRhino.Mocks.Impl.ProxyInstance |
repository| private MockRepository repository |
originalMethodsToCall| private IList originalMethodsToCall |
propertiesToSimulate| private IList propertiesToSimulate |
propertiesValues| private IDictionary propertiesValues |
eventsSubscribers| private IDictionary eventsSubscribers |
implemented| private Type[] implemented |
ProxyInstance| public ProxyInstance( | | MockRepository | repository, | | params | Type[] | implemented | ) |
|
ProxyHash| public int ProxyHash { get } |
Repository| public MockRepository Repository { get } |
ShouldCallOriginal| public bool ShouldCallOriginal( | MethodInfo | method | ) |
|
RegisterMethodForCallingOriginal| public void RegisterMethodForCallingOriginal( | MethodInfo | method | ) |
|
RegisterPropertyBehaviorFor| public void RegisterPropertyBehaviorFor( | PropertyInfo | prop | ) |
|
IsPropertyMethod| public bool IsPropertyMethod( | MethodInfo | method | ) |
|
HandleProperty| public object HandleProperty( | MethodInfo | method, | | object[] | args | ) |
|
HandleEvent| public void HandleEvent( | MethodInfo | method, | | object[] | args | ) |
|
GetDeclaringType| public Type GetDeclaringType( | MethodInfo | info | ) |
|
GenerateKey| private static string GenerateKey( | MethodInfo | method, | | object[] | args | ) |
|
RemoveEvent| private void RemoveEvent( | MethodInfo | method, | | Delegate | subscriber | ) |
|
AddEvent| private void AddEvent( | MethodInfo | method, | | Delegate | subscriber | ) |
|
|