IsWrapClassEligible Method

Glimpse API

CastleDynamicProxyFactory IsWrapClassEligible Method Glimpse API Documentation
Determines whether the specified type eligible to be class wrapped.

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

Syntax

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

Parameters

type
Type: OnlineSystem Type
The type.

Return Value

true if the type of eligible for class wrapping; otherwise, false.

Implements

IProxyFactory IsWrapClassEligible(Type)
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