Show / Hide Table of Contents

Class ModsaberModInfo

A class to provide information about a mod on ModSaber.ML

Inheritance
System.Object
ModsaberModInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: IPA
Assembly: IPA.Loader.dll
Syntax
[Obsolete("This is unused, and has been since the manifest was introduced. All functionality is provided by the manifest.")]
public class ModsaberModInfo

Properties

| Improve this Doc View Source

CurrentVersion

The version of the currently installed mod. Used to compare to the version on ModSaber. Should be a valid SemVer version.

Declaration
public string CurrentVersion { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

InternalName

The name the mod uses on ModSaber as an identifier.

Declaration
public string InternalName { get; set; }
Property Value
Type Description
System.String

Extension Methods

ReflectionUtil.SetPrivateField(Object, String, Object)
ReflectionUtil.GetPrivateField<T>(Object, String)
ReflectionUtil.SetPrivateProperty(Object, String, Object)
ReflectionUtil.InvokePrivateMethod(Object, String, Object[])
ReflectionUtil.InvokePrivateMethod<T>(Object, String, Object[])
  • Improve this Doc
  • View Source
Back to top Generated by DocFX