AlternateTypeGenerationHook T NonProxyableMemberNotification Method | Glimpse API Documentation |
Invoked by the generation process to notify that a member was not marked as virtual.
Namespace: Glimpse.Core.Extensibility
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)
Syntax
Parameters
- type
- Type: System Type
The type which declares the non-virtual member.
- memberInfo
- Type: System.Reflection MemberInfo
The non-virtual member.
Implements
IProxyGenerationHookNonProxyableMemberNotification(Type, MemberInfo)Remarks
See Also