ContextItemManager.GetTarget(Delegate) 메서드

정의

대리자의 대상 개체를 반환하는 도우미 메서드를 나타냅니다. 제네릭 대리자를 프록시하는 대리자가 만들어진 경우 이 메서드는 프록시가 아니라 원래 개체를 반환합니다.

protected:
 static System::Object ^ GetTarget(Delegate ^ callback);
protected static object GetTarget (Delegate callback);
static member GetTarget : Delegate -> obj
Protected Shared Function GetTarget (callback As Delegate) As Object

매개 변수

callback
Delegate

원하는 대상의 콜백입니다.

반환

Object

콜백의 대상 개체가 포함된 Object를 반환합니다.

예외

callback이(가) null인 경우

적용 대상