次の方法で共有


ActorNameFormat.GetName(Type) メソッド

定義

actorInterfaceType から Actor の名前を取得します。

public static string GetName (Type actorInterfaceType);
static member GetName : Type -> string
Public Shared Function GetName (actorInterfaceType As Type) As String

パラメーター

actorInterfaceType
Type

アクター インターフェイスの型。

戻り値

アクターの名前。

適用対象