Version: 2021.1
言語: 日本語

GlobalObjectId.GlobalObjectIdentifierToObjectSlow

マニュアルに切り替える
public static Object GlobalObjectIdentifierToObjectSlow (GlobalObjectId id);

パラメーター

id The GlobalObjectId to lookup.

戻り値

Object If the GlobalObjectId is found, this method returns the converted Object reference. Returns null if the GlobalObjectId is not found.

説明

Converts a GlobalObjectId to an Object reference.

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