Click or drag to resize
InstantHandleAttribute Class
Tells code analysis engine if the parameter is completely handled when the invoked method is on stack. If the parameter is a delegate, indicates that delegate is executed while the method is executed. If the parameter is an enumerable, indicates that it is enumerated while the method is executed
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Ozeki.CommonInstantHandleAttribute

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public sealed class InstantHandleAttribute : Attribute

The InstantHandleAttribute type exposes the following members.

Constructors
  NameDescription
Public methodInstantHandleAttribute
Initializes a new instance of the InstantHandleAttribute class
Top
See Also