JSFunctionAttributeEnum
(Microsoft.JScript.JSFunctionAttributeEnum)
Inherits:
System.Enum
Interfaces:
IComparable, IFormattable, IConvertible
Derived Types:
0
Assembly:
Microsoft.JScript.dll
Used with the JSFunctionAttribute custom attribute to annotate the calling conventions of functions generated by the JScript compiler. The parameters associated with HasArguments, HasEngine, and HasThisObject are implicit and are automatically provided by the JScript runtime when the function is called from JScript code.
VB.NET
C#
|
VB.NET
Public Enum Structure JSFunctionAttributeEnum
Implements System.IComparable, System.IFormattable, System.IConvertible
End Enum
Articles