GlobalObjectId.GlobalObjectIdentifiersToObjectsSlow

매뉴얼로 전환
public static void GlobalObjectIdentifiersToObjectsSlow (GlobalObjectId[] identifiers, out Object[] outputObjects);

파라미터

identifiersArray of GlobalObjectIds to convert.
outputObjectsResulting array of Object references.

설명

Creates an array of Objects based on an array of GlobalObjectIds.

This call is slow and should be avoided or used sparingly.

Both arrays must be the same size.

Any object that is not found will be null in the array.