IsWrapClassEligible Method

Glimpse API

IProxyFactory IsWrapClassEligible Method Glimpse API Documentation
Determines whether the specified type is wrap class eligible.

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

Syntax

bool IsWrapClassEligible(
	Type type
)
bool IsWrapClassEligible(
	Type type
)

Parameters

type
Type: OnlineSystem Type
The type.

Return Value

true if [is wrap class 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