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

AF SDK Reference

AFPlugIn.SupportAssembly Structure

  • Last UpdatedNov 18, 2025
  • 4 minute read
AFPlugIn.SupportAssembly Structure
Information about a support assembly for an AFPlugIn.

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

Syntax

public struct SupportAssembly : IEquatable<AFPlugInSupportAssembly>
Public Structure SupportAssembly
	Implements IEquatable(Of AFPlugInSupportAssembly)

Dim instance As AFPlugIn.SupportAssembly
public value class SupportAssembly : IEquatable<AFPlugInSupportAssembly>
[<SealedAttribute>]
type SupportAssembly =  
    struct
        interface IEquatable<AFPlugInSupportAssembly>
    end

The AFPlugInSupportAssembly type exposes the following members.

Properties

  NameDescription
Public property
AssemblyID
The identifier that uniquely identifies the support assembly.
Public property
AssemblyTime
The time the support assembly was last modified.
Public property
Directory
The name of the sub-directory for the support assembly.
Public property
FileName
The file name of the support assembly.
Public property
LoadProperties
The load properties of the support assembly.
Public property
Version
The version of the support assembly. A string that uniquely identifies the support assembly version.

Methods

  NameDescription
Public method
Equals(Object)
Determines whether the specified Object is equal to the current object.
(Overrides ValueTypeEquals(Object).)
Public method
Equals(AFPlugInSupportAssembly)
Indicates whether the current object is equal to another object of the same type.
Public method
GetHashCode
Gets the hash code for this instance of the object which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ValueTypeGetHashCode.)
Public method
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method
ToString
Returns a String that represents the current object.
(Overrides ValueTypeToString.)

Operators

  NameDescription
Public operatorStatic member
Equality
The equality operator (==) compares its operands to determine if they are equal.
Public operatorStatic member
Inequality
The inequality operator (!=) compares its operands to determine if they are not equal.

Fields

  NameDescription
Public fieldStatic member
Empty
Represents the empty AFPlugInSupportAssembly.

Remarks

This would normally represent a resource DLL for localizing the configuration dialogs and message strings for a AFPlugIn.

Version Information

AFSDK


See Also

TitleResults for “How to create a CRG?”Also Available in