TryCreate Method (T, T, IEnumerable(Object), Object[])

Glimpse API

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.Extensibility
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

public virtual bool TryCreate(
	T originalObj,
	out T newObj,
	IEnumerable<Object> mixins,
	Object[] constructorArguments
)
public virtual bool TryCreate(
	T originalObj,
	out T newObj,
	IEnumerable<Object> mixins,
	Object[] constructorArguments
)

Parameters

originalObj
Type: T
The original object.
newObj
Type: T 
The new object.
mixins
Type: OnlineSystem.Collections.Generic IEnumerable OnlineObject 
The mixins.
constructorArguments
Type:  OnlineSystem Object 
The constructor arguments.

Return Value

A proxied implementation of the originalObj.
See Also