IsExtendClassEligible Method

Glimpse API

IProxyFactory IsExtendClassEligible Method Glimpse API Documentation
Determines whether the specified type is extend class eligible.

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

Syntax

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

Parameters

type
Type: OnlineSystem Type
The type.

Return Value

true if [is extend class eligible] [the specified type]; otherwise, false.
See Also