AutomationProxyAttribute(Boolean) 생성자

정의

AutomationProxyAttribute 클래스의 새 인스턴스를 초기화합니다.

public:
 AutomationProxyAttribute(bool val);
public AutomationProxyAttribute (bool val);
new System.Runtime.InteropServices.AutomationProxyAttribute : bool -> System.Runtime.InteropServices.AutomationProxyAttribute
Public Sub New (val As Boolean)

매개 변수

val
Boolean

자동화 마샬러를 사용하여 클래스를 마샬링해야 하면 true이고, 프록시 스텁 마샬러를 사용해야 하면 false입니다.

적용 대상