Aracılığıyla paylaş


ActorTypeExtensions.GetActorInterfaces(Type) Method

Definition

Gets the actor interfaces implemented by the actor class.

public static Type[] GetActorInterfaces (this Type type);
static member GetActorInterfaces : Type -> Type[]
<Extension()>
Public Function GetActorInterfaces (type As Type) As Type()

Parameters

type
Type

The type of class implementing actor.

Returns

Type[]

An array containing actor interface which the type implements.

Applies to