EasyUA Reference
GetFieldNames Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > Utils Class : GetFieldNames Method

systemType

Glossary Item Box

Returns the public static field names for a class.

Syntax

Visual Basic (Usage)Copy Code
Dim systemType As Type
Dim value() As String
 
value = Utils.GetFieldNames(systemType)
C# 
public static string[] GetFieldNames( 
   Type systemType
)

Parameters

systemType

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.