Aracılığıyla paylaş


ActorTypeExtensions.GetActorEventInterfaces(Type) Method

Definition

Gets the actor event interfaces implemented by the actor class.

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

Parameters

type
Type

The type of class implementing actor.

Returns

Type[]

An array containing actor event interface which the type implements.

Applies to