Aracılığıyla paylaş


ActorTypeExtensions Class

Definition

Contains extension method for Actor types.

public static class ActorTypeExtensions
type ActorTypeExtensions = class
Public Module ActorTypeExtensions
Inheritance
ActorTypeExtensions

Methods

GetActorEventInterfaces(Type)

Gets the actor event interfaces implemented by the actor class.

GetActorInterfaces(Type)

Gets the actor interfaces implemented by the actor class.

IsActor(Type)

Indicates a value whether the actorType is an actor.

IsActorInterface(Type)

Indicates whether the interface type is an actor interface.

IsRemindableActor(Type)

Indicates a value whether an actor type implements IRemindable interface.

Applies to