CastleDynamicProxyFactory IsExtendClassEligible Method | Glimpse API Documentation |
Determines whether the specified type is eligible to be extended.
Namespace: Glimpse.Core.FrameworkAssembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)
Syntax
Parameters
- type
- Type: System Type
The type.
Return Value
true if the type is eligible to be extended; otherwise, false.Implements
IProxyFactory IsExtendClassEligible(Type)See Also