Differences between VB 6 and VB.NET

With the following exceptions NETMBLINK for VB6 behaves exactly as INGEAR.NET.MBLINK for .NET

 

INGEAR.NET.MBLINK

NETMBLINK

VB6 Difference

MBLINK.Controller

NETMBLINK.Controller

 

Controller.Transport

Controller.SetTransport

Controller.GetTransport

Separate methods

Controller.MyObject

Controller.MyObjectSet

Controller.MyObjectGet

Separate with methods

Controller.ReadTag

Controller.ReadTag

Controller.ReadTagArray

Separate methods for single and array operations

Controller.WriteTag

Controller.WriteTag

Controller.WriteTagArray

Separate methods for single and array operations

Controller.GroupRead

Controller.GroupRead

Controller.GroupReadArray

Separate methods for single and array operations

Controller.GroupWrite

Controller.GroupWrite

Controller.GroupWriteArray

Separate methods for single and array operations

Controller.Action

Controller.Action

Sender passed as only parameter

MBLINK.TagGroup

NETMBLINK.TagGroup

 

TagGroup.AddTag

TagGroup.AddTag

TagGroup.AddTagArray

Separate methods for single and array operations

TagGroup.RemoveTag

TagGroup.RemoveTag

TagGrooup.RemoveTagArray

Separate methods for single and array operations

TagGroup.MyObject

TagGroup.MyObjectGet

TagGroup.MyObjectSet

Separate methods for single and array operations

TagGroup.Update

TagGroup.Update

Sender passed as only parameter.

MBLINK.Tag

NETMBLINK.Tag

 

Tag.Value

Tag.ValueGet

Tag.ValueSet

Separate methods for single and array operations

Tag.MyObject

Tag.MyObjectGet

Tag.MyObjectSet

Separate methods for single and array operations

Tag.Now

Tag.GetNow

Tag.SetNow

Separate methods

Tag.Changed

Tag.Changed

Sender passed as only parameter