IProxyFactory ExtendClass T Method (IEnumerable IAlternateMethod , IEnumerable Object , IEnumerable Object ) | Glimpse API Documentation |
Extends the class.
Namespace: Glimpse.Core.ExtensibilityAssembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)
Syntax
T ExtendClass<T>( IEnumerable<IAlternateMethod> methodImplementations, IEnumerable<Object> mixins, IEnumerable<Object> constructorArguments ) where T : class
T ExtendClass<T>( IEnumerable<IAlternateMethod> methodImplementations, IEnumerable<Object> mixins, IEnumerable<Object> constructorArguments ) where T : class
Parameters
- methodImplementations
- Type: System.Collections.Generic IEnumerable IAlternateMethod
The method implementations.
- mixins
- Type: System.Collections.Generic IEnumerable Object
The mixins.
- constructorArguments
- Type: System.Collections.Generic IEnumerable Object
The constructor arguments.
Type Parameters
- T
- Instance type
Return Value
Extended instance.See Also