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
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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