Click or drag to resize
IMyScriptBlacklistBatch Interface
v01.180.0 (Beta)

[This is preliminary documentation and is subject to change.]

A handle which enables adding members to the blacklist in a batch. It is highly recommended that you try to group your changes into as few batches as possible.

Namespace: Sandbox.ModAPI
Assembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IMyScriptBlacklistBatch : IDisposable

The IMyScriptBlacklistBatch type exposes the following members.

Methods
  NameDescription
Public methodAddMembers
Adds only the specified members to the blacklist.
Public methodAddNamespaceOfTypes
Adds the entire namespace of one or more given types to the blacklist
Public methodAddTypes
Adds one or more specific types and all their members to the blacklist.
Public methodDispose (Inherited from IDisposable.)
Public methodRemoveMembers
Public methodRemoveNamespaceOfTypes
Public methodRemoveTypes
Top
See Also