Click or drag to resize

ModIdentity Class

The mod identity represent a unique id for a loaded mod that can be used to reference the mod at any time. ///
Inheritance Hierarchy
SystemObject
  UMod.SharedModIdentity

Namespace:  UMod.Shared
Assembly:  UMod-Shared (in UMod-Shared.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public sealed class ModIdentity : IEquatable<ModIdentity>

The ModIdentity type exposes the following members.

Constructors
  NameDescription
Public methodModIdentity
Create a new mod identity.
Public methodModIdentity(String, String, ModIdentifier)
Create a new mod identity with the specified id values.
Top
Properties
  NameDescription
Public propertyModIdentifier
Get the identifier for this mod identity. The identifier is a unique 8-byte hash code.
Public propertyModName
Get the name of the mod for this identity.
Public propertyModVersion
Get the version of the mod for this identity.
Top
Methods
Operators
  NameDescription
Public operatorStatic memberEquality
Override equals operator.
Public operatorStatic memberInequality
Override not-equals operator.
Top
See Also