| Name | Description |
---|
 | ScriptMemberAttribute() |
Initializes a new ScriptMemberAttribute instance.
|
 | ScriptMemberAttribute(ScriptAccess) |
Initializes a new ScriptMemberAttribute instance with the specified script access setting.
|
 | ScriptMemberAttribute(ScriptMemberFlags) |
Initializes a new ScriptMemberAttribute instance with the specified script options.
|
 | ScriptMemberAttribute(String) |
Initializes a new ScriptMemberAttribute instance with the specified name.
|
 | ScriptMemberAttribute(ScriptAccess, ScriptMemberFlags) |
Initializes a new ScriptMemberAttribute instance with the specified script access setting and script options.
|
 | ScriptMemberAttribute(String, ScriptAccess) |
Initializes a new ScriptMemberAttribute instance with the specified name and script access setting.
|
 | ScriptMemberAttribute(String, ScriptMemberFlags) |
Initializes a new ScriptMemberAttribute instance with the specified name and script options.
|
 | ScriptMemberAttribute(String, ScriptAccess, ScriptMemberFlags) |
Initializes a new ScriptMemberAttribute instance with the specified name, script access setting, and script options.
|