C# 클래스 ManagedUiaCustomizationCore.UiaParameterHelper

Helper class to marshal parameters for UIA custom method calls Corresponds to UIAutomationParameter
파일 보기 프로젝트 열기: TestStack/uia-custom-pattern-managed 1 사용 예제들

공개 메소드들

메소드 설명
GetClrType ( ) : Type
GetUiaType ( ) : UIAutomationType
ToUiaParam ( ) : UIAutomationParameter
UiaParameterHelper ( UIAutomationType type ) : System
UiaParameterHelper ( UIAutomationType type, IntPtr marshalledData ) : System

비공개 메소드들

메소드 설명
ClrTypeFromUiaType ( UIAutomationType uiaType ) : Type
GetSizeOfMarshalledData ( ) : int

메소드 상세

GetClrType() 공개 메소드

public GetClrType ( ) : Type
리턴 System.Type

GetUiaType() 공개 메소드

public GetUiaType ( ) : UIAutomationType
리턴 UIAutomationType

ToUiaParam() 공개 메소드

public ToUiaParam ( ) : UIAutomationParameter
리턴 UIAutomationParameter

UiaParameterHelper() 공개 메소드

public UiaParameterHelper ( UIAutomationType type ) : System
type UIAutomationType
리턴 System

UiaParameterHelper() 공개 메소드

public UiaParameterHelper ( UIAutomationType type, IntPtr marshalledData ) : System
type UIAutomationType
marshalledData System.IntPtr
리턴 System