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 HierarchySystemObject
SystemAttribute
Ozeki.CommonInstantHandleAttribute
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic sealed class InstantHandleAttribute : Attribute
Public NotInheritable Class InstantHandleAttribute
Inherits Attribute
public ref class InstantHandleAttribute sealed : public Attribute
[<SealedAttribute>]
type InstantHandleAttribute =
class
inherit Attribute
end
The InstantHandleAttribute type exposes the following members.
Constructors
See Also