IsExtendClassEligible Method

Glimpse API

CastleDynamicProxyFactory IsExtendClassEligible Method Glimpse API Documentation
Determines whether the specified type is eligible to be extended.

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

Syntax

public bool IsExtendClassEligible(
	Type type
)
public bool IsExtendClassEligible(
	Type type
)

Parameters

type
Type: OnlineSystem Type
The type.

Return Value

true if the type is eligible to be extended; otherwise, false.

Implements

IProxyFactory IsExtendClassEligible(Type)
See Also