ReadOnlyRpcMethodCollection.TryGetMethod Method (Int32, IRpcMethod.)

Tries to get the specified method.

Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 6.0.328+39e3229

Syntax

C#

public bool TryGetMethod(
    int vTableIndex,
    out IRpcMethod?? method
)

Parameters

vTableIndex

Type: System.Int32
vTableIndex.

method

Type: TwinCAT.TypeSystem.IRpcMethod.
The method if fund, NULL otherwise.

Return Value

Type: Boolean
true if found, false otherwise.

Implements

IRpcMethodCollection.TryGetMethod(Int32, IRpcMethod.)

Reference

ReadOnlyRpcMethodCollection Class

TryGetMethod Overload

TwinCAT.TypeSystem Namespace