C# Class ManagedUiaCustomizationCore.UiaParameterHelper

Helper class to marshal parameters for UIA custom method calls Corresponds to UIAutomationParameter
Afficher le fichier Open project: TestStack/uia-custom-pattern-managed Class Usage Examples

Méthodes publiques

Méthode Description
GetClrType ( ) : Type
GetUiaType ( ) : UIAutomationType
ToUiaParam ( ) : UIAutomationParameter
UiaParameterHelper ( UIAutomationType type ) : System
UiaParameterHelper ( UIAutomationType type, IntPtr marshalledData ) : System

Private Methods

Méthode Description
ClrTypeFromUiaType ( UIAutomationType uiaType ) : Type
GetSizeOfMarshalledData ( ) : int

Method Details

GetClrType() public méthode

public GetClrType ( ) : Type
Résultat System.Type

GetUiaType() public méthode

public GetUiaType ( ) : UIAutomationType
Résultat UIAutomationType

ToUiaParam() public méthode

public ToUiaParam ( ) : UIAutomationParameter
Résultat UIAutomationParameter

UiaParameterHelper() public méthode

public UiaParameterHelper ( UIAutomationType type ) : System
type UIAutomationType
Résultat System

UiaParameterHelper() public méthode

public UiaParameterHelper ( UIAutomationType type, IntPtr marshalledData ) : System
type UIAutomationType
marshalledData System.IntPtr
Résultat System