QuickOPC User's Guide and Reference
MemberwiseClone Method (_EasyAEEventsSubscriptionArguments)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.OperationModel.ComTypes Namespace > _EasyAEEventsSubscriptionArguments Interface : MemberwiseClone Method
Creates a new object that is a memberwise copy of the current instance.
Syntax
'Declaration
 
<NotNullAttribute()>
Function MemberwiseClone() As EasyAEEventsSubscriptionArguments
'Usage
 
Dim instance As _EasyAEEventsSubscriptionArguments
Dim value As EasyAEEventsSubscriptionArguments
 
value = instance.MemberwiseClone()
[NotNull()]
EasyAEEventsSubscriptionArguments MemberwiseClone()
[NotNull()]
EasyAEEventsSubscriptionArguments^ MemberwiseClone(); 

Return Value

A new object that is a memberwise copy of this instance.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also