IRpcMethod Interface
Interface describes an RPC Method
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version:
7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470
Syntax
C#
public interface IRpcMethodThe IRpcMethod type exposes the following members.
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 the name of the method | |
|
|
Gets the Out-Parameters of the IRpcMethod | |
|
|
Gets all parameters (In, Out and ref parameters) of the . | |
|
|
Gets the return type. | |
|
|
Gets the size of the return type in bytes. |
Extension Methods
|
|
Name |
Description |
|---|---|---|
|
|
Determines whether the specified method has no Return
Parameter. |