RpcMethodParameter Class

Class RpcMethodParameter.

Inheritance Hierarchy

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

Syntax

C#

public class RpcMethodParameter : IRpcMethodParameter

VB

Public Class RpcMethodParameter
    Implements IRpcMethodParameter

The RpcMethodParameter type exposes the following members.

Properties

 

Name

Description

RpcMethodParameter Class 1:

AlignSize

Gets the size of biggest element for alignment

RpcMethodParameter Class 2:

Comment

Gets the Parameter Comment.

RpcMethodParameter Class 3:

Name

Gets the Parameter Name

RpcMethodParameter Class 4:

ParameterFlags

Gets the parameter flags.

RpcMethodParameter Class 5:

Size

Gets the size of the RpcMethodParameter

RpcMethodParameter Class 6:

TypeGuid

Gets the Unique identifier of the parameters data type.

RpcMethodParameter Class 7:

TypeName

Gets the Data type of the Parameter

Methods

 

Name

Description

RpcMethodParameter Class 8:

Equals

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

RpcMethodParameter Class 9:

Finalize

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

RpcMethodParameter Class 10:

GetHashCode

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

RpcMethodParameter Class 11:

GetType

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

RpcMethodParameter Class 12:

MemberwiseClone

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

RpcMethodParameter Class 13:

ToString

Returns a string that represents the current object. (Inherited from Object.)

Reference

TwinCAT.Ads.TypeSystem Namespace