Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFPlugIn.LoadProperties Enumeration

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFPlugIn.LoadProperties Enumeration
This enumeration specifies the properties for loading the assembly containing the AFPlugIn.

Namespace:  OSIsoft.AF
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182

Syntax

[FlagsAttribute]
public enum LoadProperties
<FlagsAttribute>
Public Enumeration LoadProperties

Dim instance As AFPlugIn.LoadProperties
[FlagsAttribute]
public enum class LoadProperties
[<FlagsAttribute>]
type LoadProperties

Members

  Member nameValueDescription
None0 There are no properties specified for loading the assembly containing the AFPlugIn.
x861 The assembly containing the AFPlugIn will only load in a 32-bit application.
x642 The assembly containing the AFPlugIn will only load in a 64-bit application.
NET44 The assembly containing the AFPlugIn was built using the .NET 4 version of the common language runtime (CLR).
SDK_NET48 The assembly containing the AFPlugIn requires the .NET 4 version of the AF SDK.
NET816 The assembly containing the AFPlugIn was built using the .NET 8 version of the common language runtime (CLR).
Default7 The default load properties used when loading a support assembly for the AFPlugIn.

Remarks

This enumeration is a set of flags that indicate the properties for loading the assembly containing the AFPlugIn. If more than one property is specified, then a version of the assembly exists that will support each of the specified property. For example, if both x86 and x64 are specified, then two versions of the assembly containing the AFPlugIn are registered. One version will load in a 32-bit application and the other will load in a 64-bit application.

Version Information

AFSDK


See Also

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in