Editar

Partilhar via


ITargetHolder Interface

Definition

Represents an object which holds an invocation target as well as target extensions.

public interface ITargetHolder
type ITargetHolder = interface
Public Interface ITargetHolder
Derived

Methods

Name Description
GetComponent(Type)

Gets the component with the specified type.

GetComponent<TComponent>()

Gets the component with the specified type.

GetTarget()

Gets the target instance.

GetTarget<TTarget>()

Gets the target.

Extension Methods

Name Description
GetComponent<TComponent>(ITargetHolder)

Gets the component with the specified type.

Applies to