IProxyFactory IsWrapInterfaceEligible TToWrap Method | Glimpse API Documentation |
Determines whether the specified type is wrap interface eligible.
Namespace: Glimpse.Core.ExtensibilityAssembly: 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 of the T to wrap.
Return Value
true if [is wrap interface eligible] [the specified type]; otherwise, false.Remarks
See Also