AlternateType T TryCreate Method (T, T , IEnumerable Object , Object ) | Glimpse API Documentation |
Tries to create an alternate type with mixins and constructor arguments.
Namespace: Glimpse.Core.ExtensibilityAssembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)
Syntax
Parameters
- originalObj
- Type: T
The original object.
- newObj
- Type: T
The new object.
- mixins
- Type: System.Collections.Generic IEnumerable Object
The mixins.
- constructorArguments
- Type: System Object
The constructor arguments.
Return Value
A proxied implementation of the originalObj.See Also