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

Glimpse API

AlternateType T  TryCreate Method (T, T , IEnumerable Object ) Glimpse API Documentation
Tries to create an alternate type with mixins.

Namespace: Glimpse.Core.Extensibility
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

public bool TryCreate(
	T originalObj,
	out T newObj,
	IEnumerable<Object> mixins
)
public bool TryCreate(
	T originalObj,
	out T newObj,
	IEnumerable<Object> mixins
)

Parameters

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

Return Value

A proxied implementation of the originalObj.
See Also