CastleDynamicProxyFactory IsWrapClassEligible Method | Glimpse API Documentation |
Determines whether the specified type eligible to be class wrapped.
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 of eligible for class wrapping; otherwise, false.Implements
IProxyFactory IsWrapClassEligible(Type)Remarks
See Also