ActorNameFormat.GetName(Type) Method

Definition

Gets name of Actor from actorInterfaceType.

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

Parameters

actorInterfaceType
Type

Type of the actor interface.

Returns

Name of Actor.

Applies to