Space Engineers
Public Member Functions | List of all members
VRage.Scripting.IMyWhitelistBatch Interface Reference

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

Inheritance diagram for VRage.Scripting.IMyWhitelistBatch:

Public Member Functions

void AllowNamespaceOfTypes (MyWhitelistTarget target, params Type[] types)
 Adds the entire namespace of one or more given types. More...
 
void AllowTypes (MyWhitelistTarget target, params Type[] types)
 Adds one or more specific types and all their members to the whitelist. More...
 
void AllowMembers (MyWhitelistTarget target, params MemberInfo[] members)
 Adds only the specified members to the whitelist. More...
 

Detailed Description

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

Definition at line 11 of file IMyWhitelistBatch.cs.

Member Function Documentation

void VRage.Scripting.IMyWhitelistBatch.AllowMembers ( MyWhitelistTarget  target,
params MemberInfo[]  members 
)

Adds only the specified members to the whitelist.

Parameters
target
members
void VRage.Scripting.IMyWhitelistBatch.AllowNamespaceOfTypes ( MyWhitelistTarget  target,
params Type[]  types 
)

Adds the entire namespace of one or more given types.

Parameters
target
types
void VRage.Scripting.IMyWhitelistBatch.AllowTypes ( MyWhitelistTarget  target,
params Type[]  types 
)

Adds one or more specific types and all their members to the whitelist.

Parameters
target
types

The documentation for this interface was generated from the following file: