IMyScriptBlacklistBatch Methods |
[This is preliminary documentation and is subject to change.]
The IMyScriptBlacklistBatch type exposes the following members.
Name | Description | |
---|---|---|
AddMembers |
Adds only the specified members to the blacklist.
| |
AddNamespaceOfTypes |
Adds the entire namespace of one or more given types to the blacklist
| |
AddTypes |
Adds one or more specific types and all their members to the blacklist.
| |
Dispose | (Inherited from IDisposable.) | |
RemoveMembers |
Removes types previously added with AddMembers(Type, String) to the blacklist.
| |
RemoveNamespaceOfTypes |
Removes namespaces previously added with AddNamespaceOfTypes(Type) from the blacklist.
| |
RemoveTypes |
Removes types previously added with AddTypes(Type) from the blacklist.
|