IsWrapInterfaceEligible(TToWrap) Method

Glimpse API

IProxyFactory IsWrapInterfaceEligible TToWrap  Method Glimpse API Documentation
Determines whether the specified type is wrap interface eligible.

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

Syntax

bool IsWrapInterfaceEligible<TToWrap>(
	Type type
)
bool IsWrapInterfaceEligible<TToWrap>(
	Type type
)

Parameters

type
Type: OnlineSystem Type
The type.
Type Parameters

TToWrap
The type of the T to wrap.

Return Value

true if [is wrap interface eligible] [the specified type]; otherwise, false.
Remarks

Wrapping takes a target instance, generates a new type that extends the input types and injects the target object within the new instance.
See Also