CrossAppDomainDelegate 대리자

정의

응용 프로그램 간 도메인 호출을 위해 DoCallBack(CrossAppDomainDelegate)에서 사용됩니다.

public delegate void CrossAppDomainDelegate();
public delegate void CrossAppDomainDelegate();
[System.Runtime.InteropServices.ComVisible(true)]
public delegate void CrossAppDomainDelegate();
type CrossAppDomainDelegate = delegate of unit -> unit
[<System.Runtime.InteropServices.ComVisible(true)>]
type CrossAppDomainDelegate = delegate of unit -> unit
Public Delegate Sub CrossAppDomainDelegate()
특성

설명

모든 파생된 클래스 Delegate 하 고 MulticastDelegate 생성자가 및 Invoke 메서드. 설명에 지정 된 c + + 코드 예제를 보려면 Delegate합니다.

확장 메서드

GetMethodInfo(Delegate)

지정된 대리자가 나타내는 메서드를 나타내는 개체를 가져옵니다.

적용 대상