ScriptMemberAttribute(String, ScriptMemberFlags) Constructor |
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax public ScriptMemberAttribute(
string name,
ScriptMemberFlags flags
)
Public Sub New (
name As String,
flags As ScriptMemberFlags
)
public:
ScriptMemberAttribute(
String^ name,
ScriptMemberFlags flags
)
new :
name : string *
flags : ScriptMemberFlags -> ScriptMemberAttribute
Parameters
- name String
- The name that script code will use to access the target type member.
- flags ScriptMemberFlags
- The script options for the target type member.
See Also