RpcMethod Class

RPC Method Description

Inheritance Hierarchy

System.Object
  TwinCAT.Ads.TypeSystem.RpcMethod
Namespace:  TwinCAT.Ads.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public class RpcMethod : IRpcMethod

VB

Public Class RpcMethod
    Implements IRpcMethod

The RpcMethod type exposes the following members.

Properties

 

Name

Description

RpcMethod Class 1:

Comment

Gets the Method comment.

RpcMethod Class 2:

IsVoid

Gets a value indicating whether this IRpcMethod has no return parameter

RpcMethod Class 3:

Name

Gets the name of the method

RpcMethod Class 4:

Parameters

Gets the Method parameter descriptions.

RpcMethod Class 5:

ReturnAlignSize

Gets the size of the biggest element in bytes for Alignment

RpcMethod Class 6:

ReturnType

Gets the return type.

RpcMethod Class 7:

ReturnTypeSize

Gets the Byte size of the return type.

RpcMethod Class 8:

VTableIndex

Gets the V-table index of the method.

Methods

 

Name

Description

RpcMethod Class 9:

Equals

Determines whether the specified object is equal to the current object. (Inherited from Object.)

RpcMethod Class 10:

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

RpcMethod Class 11:

GetHashCode

Serves as the default hash function. (Inherited from Object.)

RpcMethod Class 12:

GetType

Gets the Type of the current instance. (Inherited from Object.)

RpcMethod Class 13:

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

RpcMethod Class 14:

ToString

Returns a String that represents this instance. (Overrides Object.ToString..)

Reference

TwinCAT.Ads.TypeSystem Namespace