RpcMethod Class
RPC Method Description
Inheritance Hierarchy
SystemObject
TwinCAT.Ads.TypeSystemRpcMethod
Namespace: TwinCAT.Ads.TypeSystem
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470
Syntax
C#
public class RpcMethod : IRpcMethodThe RpcMethod type exposes the following members.
Constructors
|
|
Name |
Description |
|---|---|---|
|
|
Initializes a new instance of the RpcMethod class. | |
|
|
Initializes a new instance of the RpcMethod class. | |
|
|
Initializes a new instance of the RpcMethod class. | |
|
|
RpcMethod(String, RpcMethodParameterCollection, IDataType, String, ITypeAttributeCollection) |
Initializes a new instance of the RpcMethod class. |
Properties
|
|
Name |
Description |
|---|---|---|
|
|
Gets the attributes on the IRpcMethod | |
|
|
Gets the Method comment. | |
|
|
Gets the declaration string of the IRpcMethod | |
|
|
Gets the In-Parameters of the IRpcMethod | |
|
|
Gets a value indicating whether this IRpcMethod has no return parameter | |
|
|
Gets the name of the method | |
|
|
Gets the Out-Parameters of the IRpcMethod | |
|
|
Gets all parameters (In, Out and ref parameters) of the . | |
|
|
Gets the size of the biggest element in bytes for Alignment | |
|
|
Gets the return type. | |
|
|
Gets the Byte size of the return type. | |
|
|
Gets the V-table index of the method. |
Methods
|
|
Name |
Description |
|---|---|---|
|
|
Determines whether the specified object is equal to the current
object. | |
|
|
Allows an object to try to free resources and perform other
cleanup operations before it is reclaimed by garbage
collection. | |
|
|
Serves as the default hash function. | |
|
|
Gets the Type of the current
instance. | |
|
|
Creates a shallow copy of the current Object. | |
|
|
Returns a String that represents this
instance. |
Extension Methods
|
|
Name |
Description |
|---|---|---|
|
|
Adds a parameter to the RpcMethod | |
|
|
Adds a parameter to the RpcMethod | |
|
|
Adds a parameter to the RpcMethod | |
|
|
Determines whether the specified method has no Return
Parameter. | |
|
|
Sets the ReturnType of the RpcMethod. |
- RpcMethod.Comment Property
- RpcMethod.InParameters Property
- RpcMethod.IsVoid Property
- RpcMethod.Name Property
- RpcMethod.OutParameters Property
- RpcMethod.Parameters Property
- RpcMethod.ReturnAlignSize Property
- RpcMethod.ReturnType Property
- RpcMethod.ReturnTypeSize Property
- RpcMethod.VTableIndex Property
- RpcMethod.ToString Method
- RpcMethod Constructor (String)
- RpcMethod Constructor (String, RpcMethodParameterCollection)
- RpcMethod Constructor (String, RpcMethodParameterCollection, IDataType)
- RpcMethod Constructor (String, RpcMethodParameterCollection, IDataType, String)