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 .

확장명 메서드

Name Description
GetMethodInfo(Delegate)

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

적용 대상