CastleDynamicProxyFactory IsWrapInterfaceEligible TToWrap Method | Glimpse API Documentation |
Determines whether the specified type is eligible to be interface 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.
Type Parameters
- TToWrap
- The type to wrap.
Return Value
true if type is eligible for interface wrapping; otherwise, false.Implements
IProxyFactory IsWrapInterfaceEligible TToWrap (Type)Remarks
See Also