Table of Contents

Struct NpPtr

Namespace
Ranorex.Plugin
Assembly
Ranorex.Plugin.Web.dll
public struct NpPtr
Inherited Members

Constructors

NpPtr(NpPtr, int)

public NpPtr(NpPtr parent, int elemRef)

Parameters

parent NpPtr
elemRef int

NpPtr(int, int, long, int)

public NpPtr(int wndId, int tabId, long frameId, int elemRef)

Parameters

wndId int
tabId int
frameId long
elemRef int

Fields

BlankFrameId

public static readonly long BlankFrameId

Field Value

long

ElemRef

public readonly int ElemRef

Field Value

int

Empty

public static readonly NpPtr Empty

Field Value

NpPtr

FrameId

public readonly long FrameId

Field Value

long

Invalid

public static readonly NpPtr Invalid

Field Value

NpPtr

NoFrameId

public static readonly long NoFrameId

Field Value

long

RootFrameId

public static readonly long RootFrameId

Field Value

long

TabId

public readonly int TabId

Field Value

int

WndId

public readonly int WndId

Field Value

int

Properties

IsInvalid

public bool IsInvalid { get; }

Property Value

bool

Methods

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

ToString()

public override string ToString()

Returns

string