ExtendClass(T) Method (IEnumerable(IAlternateMethod), IEnumerable(Object), IEnumerable(Object))

Glimpse API

IProxyFactory ExtendClass T  Method (IEnumerable IAlternateMethod , IEnumerable Object , IEnumerable Object ) Glimpse API Documentation
Extends the class.

Namespace: Glimpse.Core.Extensibility
Assembly: 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: OnlineSystem.Collections.Generic IEnumerable IAlternateMethod 
The method implementations.
mixins
Type: OnlineSystem.Collections.Generic IEnumerable OnlineObject 
The mixins.
constructorArguments
Type: OnlineSystem.Collections.Generic IEnumerable OnlineObject 
The constructor arguments.
Type Parameters

T
Instance type

Return Value

Extended instance.
See Also