diff --git a/api/IPA.AntiMalware.AntiMalwareEngine.html b/api/IPA.AntiMalware.AntiMalwareEngine.html index 034dce37..710c7e1d 100644 --- a/api/IPA.AntiMalware.AntiMalwareEngine.html +++ b/api/IPA.AntiMalware.AntiMalwareEngine.html @@ -129,7 +129,7 @@ Improve this Doc - View Source + View Source

Engine

@@ -166,7 +166,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.AntiMalware.IAntiMalware.html b/api/IPA.AntiMalware.IAntiMalware.html index 8bf45620..5a949e3e 100644 --- a/api/IPA.AntiMalware.IAntiMalware.html +++ b/api/IPA.AntiMalware.IAntiMalware.html @@ -100,7 +100,7 @@ Improve this Doc - View Source + View Source

    ScanData(Byte[], String)

    @@ -156,7 +156,7 @@ Improve this Doc - View Source + View Source

    ScanFile(FileInfo)

    @@ -228,7 +228,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.AntiMalware.ScanResult.html b/api/IPA.AntiMalware.ScanResult.html index 1902e406..3429906c 100644 --- a/api/IPA.AntiMalware.ScanResult.html +++ b/api/IPA.AntiMalware.ScanResult.html @@ -153,7 +153,7 @@ Proceed with caution.

    Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Config.Config.NameAttribute.html b/api/IPA.Config.Config.NameAttribute.html index ffd2b416..5538d8f6 100644 --- a/api/IPA.Config.Config.NameAttribute.html +++ b/api/IPA.Config.Config.NameAttribute.html @@ -252,7 +252,7 @@ public sealed class NameAttribute : Attribute, _Attribute Improve this Doc - View Source + View Source

    NameAttribute(String)

    @@ -288,7 +288,7 @@ public sealed class NameAttribute : Attribute, _Attribute Improve this Doc - View Source + View Source

    Name

    @@ -346,7 +346,7 @@ public sealed class NameAttribute : Attribute, _Attribute Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Config.Config.PreferAttribute.html b/api/IPA.Config.Config.PreferAttribute.html index 0fa2bcb4..1ab68af7 100644 --- a/api/IPA.Config.Config.PreferAttribute.html +++ b/api/IPA.Config.Config.PreferAttribute.html @@ -253,7 +253,7 @@ public sealed class PreferAttribute : Attribute, _Attribute Improve this Doc - View Source + View Source

    PreferAttribute(String[])

    @@ -289,7 +289,7 @@ public sealed class PreferAttribute : Attribute, _Attribute Improve this Doc - View Source + View Source

    PreferenceOrder

    @@ -347,7 +347,7 @@ public sealed class PreferAttribute : Attribute, _Attribute Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Config.Config.html b/api/IPA.Config.Config.html index be80ad56..b12c171d 100644 --- a/api/IPA.Config.Config.html +++ b/api/IPA.Config.Config.html @@ -130,7 +130,7 @@ disk representation.

    Improve this Doc - View Source + View Source

    Name

    @@ -161,7 +161,7 @@ disk representation.

    Improve this Doc - View Source + View Source

    Provider

    @@ -194,7 +194,7 @@ disk representation.

    Improve this Doc - View Source + View Source

    GetConfigFor(String, String[])

    @@ -250,7 +250,7 @@ disk representation.

    Improve this Doc - View Source + View Source

    LoadAsync()

    @@ -281,7 +281,7 @@ disk representation.

    Improve this Doc - View Source + View Source

    LoadSync()

    @@ -297,7 +297,7 @@ disk representation.

    Improve this Doc - View Source + View Source

    Register(Type)

    @@ -331,7 +331,7 @@ disk representation.

    Improve this Doc - View Source + View Source

    Register<T>()

    @@ -364,7 +364,7 @@ disk representation.

    Improve this Doc - View Source + View Source

    SetStore(IConfigStore)

    @@ -439,7 +439,7 @@ disk representation.

    Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Config.ConfigProvider.html b/api/IPA.Config.ConfigProvider.html index ef737343..45e67f1f 100644 --- a/api/IPA.Config.ConfigProvider.html +++ b/api/IPA.Config.ConfigProvider.html @@ -129,7 +129,7 @@ Improve this Doc - View Source + View Source

    Load()

    @@ -162,7 +162,7 @@ and returns it.

    Improve this Doc - View Source + View Source

    Store(Value)

    @@ -218,7 +218,7 @@ and returns it.

    Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Config.Data.Boolean.html b/api/IPA.Config.Data.Boolean.html index f8b49304..e0563b5a 100644 --- a/api/IPA.Config.Data.Boolean.html +++ b/api/IPA.Config.Data.Boolean.html @@ -162,6 +162,59 @@
    public sealed class Boolean : Value
    +

    Constructors +

    + + | + Improve this Doc + + + View Source + + +

    Boolean()

    +

    Constructs an empty Boolean object.

    +
    +
    +
    Declaration
    +
    +
    [Obsolete("Use the long constructor.")]
    +public Boolean()
    +
    + + | + Improve this Doc + + + View Source + + +

    Boolean(Boolean)

    +

    Constructs a Boolean object containing the provided value.

    +
    +
    +
    Declaration
    +
    +
    public Boolean(bool value)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    Booleanvalue

    The value to construct with.

    +

    Properties

    @@ -169,7 +222,7 @@ Improve this Doc - View Source + View Source

    Value

    @@ -202,7 +255,7 @@ Improve this Doc - View Source + View Source

    ToString()

    @@ -258,7 +311,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Config.Data.FloatingPoint.html b/api/IPA.Config.Data.FloatingPoint.html index 0c60ce86..cd1916ce 100644 --- a/api/IPA.Config.Data.FloatingPoint.html +++ b/api/IPA.Config.Data.FloatingPoint.html @@ -85,7 +85,7 @@

    Class FloatingPoint

    A Value representing a floating point value. This may hold a -Decimal's worth of data.

    +Decimal's worth of data.

    @@ -163,6 +163,59 @@
    public sealed class FloatingPoint : Value
    +

    Constructors +

    + + | + Improve this Doc + + + View Source + + +

    FloatingPoint()

    +

    Constructs an empty FloatingPoint object.

    +
    +
    +
    Declaration
    +
    +
    [Obsolete("Use the long constructor.")]
    +public FloatingPoint()
    +
    + + | + Improve this Doc + + + View Source + + +

    FloatingPoint(Decimal)

    +

    Constructs a FloatingPoint object containing the provided value.

    +
    +
    +
    Declaration
    +
    +
    public FloatingPoint(decimal value)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    Decimalvalue

    The value to construct with.

    +

    Properties

    @@ -170,7 +223,7 @@ Improve this Doc - View Source + View Source

    Value

    @@ -203,7 +256,7 @@ Improve this Doc - View Source + View Source

    AsInteger()

    @@ -235,7 +288,7 @@ Improve this Doc - View Source + View Source

    ToString()

    @@ -291,7 +344,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Config.Data.Integer.html b/api/IPA.Config.Data.Integer.html index 876eb4da..d6b67823 100644 --- a/api/IPA.Config.Data.Integer.html +++ b/api/IPA.Config.Data.Integer.html @@ -163,6 +163,59 @@ worth of data.

    public sealed class Integer : Value
    +

    Constructors +

    + + | + Improve this Doc + + + View Source + + +

    Integer()

    +

    Constructs an empty Integer object.

    +
    +
    +
    Declaration
    +
    +
    [Obsolete("Use the long constructor.")]
    +public Integer()
    +
    + + | + Improve this Doc + + + View Source + + +

    Integer(Int64)

    +

    Constructs a Integer object containing the provided value.

    +
    +
    +
    Declaration
    +
    +
    public Integer(long value)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    Int64value

    The value to construct with.

    +

    Properties

    @@ -170,7 +223,7 @@ worth of data.

    Improve this Doc
    - View Source + View Source

    Value

    @@ -203,7 +256,7 @@ worth of data.

    Improve this Doc - View Source + View Source

    AsFloat()

    @@ -235,7 +288,7 @@ worth of data.

    Improve this Doc - View Source + View Source

    ToString()

    @@ -291,7 +344,7 @@ worth of data.

    Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Config.Data.List.html b/api/IPA.Config.Data.List.html index b62f0754..3e4f73e4 100644 --- a/api/IPA.Config.Data.List.html +++ b/api/IPA.Config.Data.List.html @@ -177,7 +177,7 @@ Use Improve this Doc - View Source + View Source

    Count

    @@ -212,7 +212,7 @@ Use Improve this Doc - View Source + View Source

    Item[Int32]

    @@ -268,7 +268,7 @@ Use Improve this Doc - View Source + View Source

    Add(Value)

    @@ -306,7 +306,7 @@ Use Improve this Doc - View Source + View Source

    AddRange(IEnumerable<Value>)

    @@ -340,7 +340,7 @@ Use Improve this Doc - View Source + View Source

    Clear()

    @@ -360,7 +360,7 @@ Use Improve this Doc - View Source + View Source

    Contains(Value)

    @@ -413,7 +413,7 @@ Use Improve this Doc - View Source + View Source

    CopyTo(Value[], Int32)

    @@ -457,7 +457,7 @@ Use Improve this Doc - View Source + View Source

    GetEnumerator()

    @@ -493,7 +493,7 @@ Use Improve this Doc - View Source + View Source

    IndexOf(Value)

    @@ -547,7 +547,7 @@ Use Improve this Doc - View Source + View Source

    Insert(Int32, Value)

    @@ -591,7 +591,7 @@ Use Improve this Doc - View Source + View Source

    Remove(Value)

    @@ -645,7 +645,7 @@ Use Improve this Doc - View Source + View Source

    RemoveAt(Int32)

    @@ -683,7 +683,7 @@ Use Improve this Doc - View Source + View Source

    ToString()

    @@ -719,7 +719,7 @@ Use Improve this Doc - View Source + View Source

    ICollection<Value>.IsReadOnly

    @@ -749,7 +749,7 @@ Use Improve this Doc - View Source + View Source

    IEnumerable.GetEnumerator()

    @@ -823,7 +823,7 @@ Use Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Config.Data.Map.html b/api/IPA.Config.Data.Map.html index 9e7c1070..9e32c677 100644 --- a/api/IPA.Config.Data.Map.html +++ b/api/IPA.Config.Data.Map.html @@ -177,7 +177,7 @@ Use Improve this Doc - View Source + View Source

    Count

    @@ -212,7 +212,7 @@ Use Improve this Doc - View Source + View Source

    Item[String]

    @@ -266,7 +266,7 @@ Use Improve this Doc - View Source + View Source

    Keys

    @@ -301,7 +301,7 @@ Use Improve this Doc - View Source + View Source

    Values

    @@ -342,7 +342,7 @@ guarantee that order is maintained.

    Improve this Doc - View Source + View Source

    Add(String, Value)

    @@ -386,7 +386,7 @@ guarantee that order is maintained.

    Improve this Doc - View Source + View Source

    Clear()

    @@ -406,7 +406,7 @@ guarantee that order is maintained.

    Improve this Doc - View Source + View Source

    ContainsKey(String)

    @@ -459,7 +459,7 @@ guarantee that order is maintained.

    Improve this Doc - View Source + View Source

    GetEnumerator()

    @@ -495,7 +495,7 @@ guarantee that order is maintained.

    Improve this Doc - View Source + View Source

    Remove(String)

    @@ -549,7 +549,7 @@ guarantee that order is maintained.

    Improve this Doc - View Source + View Source

    ToString()

    @@ -583,7 +583,7 @@ guarantee that order is maintained.

    Improve this Doc - View Source + View Source

    TryGetValue(String, out Value)

    @@ -645,7 +645,7 @@ guarantee that order is maintained.

    Improve this Doc - View Source + View Source

    ICollection<KeyValuePair<String, Value>>.Add(KeyValuePair<String, Value>)

    @@ -677,7 +677,7 @@ guarantee that order is maintained.

    Improve this Doc - View Source + View Source

    ICollection<KeyValuePair<String, Value>>.Contains(KeyValuePair<String, Value>)

    @@ -724,7 +724,7 @@ guarantee that order is maintained.

    Improve this Doc - View Source + View Source

    ICollection<KeyValuePair<String, Value>>.CopyTo(KeyValuePair<String, Value>[], Int32)

    @@ -761,7 +761,7 @@ guarantee that order is maintained.

    Improve this Doc - View Source + View Source

    ICollection<KeyValuePair<String, Value>>.IsReadOnly

    @@ -791,7 +791,7 @@ guarantee that order is maintained.

    Improve this Doc - View Source + View Source

    ICollection<KeyValuePair<String, Value>>.Remove(KeyValuePair<String, Value>)

    @@ -838,7 +838,7 @@ guarantee that order is maintained.

    Improve this Doc - View Source + View Source

    IEnumerable.GetEnumerator()

    @@ -909,7 +909,7 @@ guarantee that order is maintained.

    Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Config.Data.Text.html b/api/IPA.Config.Data.Text.html index ba68b8c9..04338c28 100644 --- a/api/IPA.Config.Data.Text.html +++ b/api/IPA.Config.Data.Text.html @@ -163,6 +163,59 @@ String is so that it doesn't conflict with
    public sealed class Text : Value
    +

    Constructors +

    + + | +
    Improve this Doc + + + View Source + + +

    Text()

    +

    Constructs an empty Text object.

    +
    +
    +
    Declaration
    +
    +
    [Obsolete("Use the String constructor.")]
    +public Text()
    +
    + + | + Improve this Doc + + + View Source + + +

    Text(String)

    +

    Constructs a Text object containing the provided value.

    +
    +
    +
    Declaration
    +
    +
    public Text(string value)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    Stringvalue

    The value to construct with.

    +

    Properties

    @@ -170,7 +223,7 @@ String is so that it doesn't conflict with Improve this Doc - View Source + View Source

    Value

    @@ -203,7 +256,7 @@ String is so that it doesn't conflict with Improve this Doc - View Source + View Source

    ToString()

    @@ -259,7 +312,7 @@ String is so that it doesn't conflict with Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Config.Data.Value.html b/api/IPA.Config.Data.Value.html index 1800f5ee..1f795d83 100644 --- a/api/IPA.Config.Data.Value.html +++ b/api/IPA.Config.Data.Value.html @@ -135,7 +135,7 @@ Also contains factory functions for all derived types.

    Improve this Doc - View Source + View Source

    Bool(Boolean)

    @@ -189,7 +189,7 @@ Also contains factory functions for all derived types.

    Improve this Doc - View Source + View Source

    Float(Decimal)

    @@ -243,7 +243,7 @@ Also contains factory functions for all derived types.

    Improve this Doc - View Source + View Source

    From(Boolean)

    @@ -297,7 +297,7 @@ Also contains factory functions for all derived types.

    Improve this Doc - View Source + View Source

    From(IDictionary<String, Value>)

    @@ -353,7 +353,7 @@ of St Improve this Doc - View Source + View Source

    From(IEnumerable<Value>)

    @@ -408,7 +408,7 @@ of Value.

    Improve this Doc - View Source + View Source

    From(IEnumerable<KeyValuePair<String, Value>>)

    @@ -464,7 +464,7 @@ of Improve this Doc - View Source + View Source

    From(Decimal)

    @@ -518,7 +518,7 @@ of Improve this Doc - View Source + View Source

    From(Int64)

    @@ -572,7 +572,7 @@ of Improve this Doc - View Source + View Source

    From(String)

    @@ -626,7 +626,7 @@ of Improve this Doc - View Source + View Source

    Integer(Int64)

    @@ -680,7 +680,7 @@ of Improve this Doc - View Source + View Source

    List()

    @@ -716,7 +716,7 @@ of Improve this Doc - View Source + View Source

    Map()

    @@ -753,7 +753,7 @@ of Improve this Doc - View Source + View Source

    Null()

    @@ -784,7 +784,7 @@ of Improve this Doc - View Source + View Source

    Text(String)

    @@ -838,7 +838,7 @@ of Improve this Doc - View Source + View Source

    ToString()

    @@ -894,7 +894,7 @@ of Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Config.Data.html b/api/IPA.Config.Data.html index b4e48a3c..b45c8b62 100644 --- a/api/IPA.Config.Data.html +++ b/api/IPA.Config.Data.html @@ -90,7 +90,7 @@

    FloatingPoint

    A Value representing a floating point value. This may hold a -Decimal's worth of data.

    +Decimal's worth of data.

    Integer

    A Value representing an integer. This may hold a Int64's diff --git a/api/IPA.Config.IConfigProvider.html b/api/IPA.Config.IConfigProvider.html index 402cc961..4aabd4a7 100644 --- a/api/IPA.Config.IConfigProvider.html +++ b/api/IPA.Config.IConfigProvider.html @@ -113,7 +113,7 @@ This is reasonable, as Integ Improve this Doc - View Source + View Source

    Extension

    @@ -150,7 +150,7 @@ This is reasonable, as Integ Improve this Doc - View Source + View Source

    Load(FileInfo)

    @@ -201,7 +201,7 @@ and returns it.

    Improve this Doc - View Source + View Source

    Store(Value, FileInfo)

    @@ -263,7 +263,7 @@ and returns it.

    Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Config.IConfigStore.html b/api/IPA.Config.IConfigStore.html index 433407a8..8d5089c1 100644 --- a/api/IPA.Config.IConfigStore.html +++ b/api/IPA.Config.IConfigStore.html @@ -100,7 +100,7 @@ Improve this Doc - View Source + View Source

    SyncObject

    @@ -133,7 +133,7 @@ The writer will never signal this handle.

    Improve this Doc - View Source + View Source

    WriteSyncObject

    @@ -172,7 +172,7 @@ write lock with Improve this Doc - View Source + View Source

    ReadFrom(ConfigProvider)

    @@ -211,7 +211,7 @@ this is called.

    Improve this Doc - View Source + View Source

    WriteTo(ConfigProvider)

    @@ -272,7 +272,7 @@ this is called.

    Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Config.IModPrefs.html b/api/IPA.Config.IModPrefs.html index 692cb015..a0ea05ea 100644 --- a/api/IPA.Config.IModPrefs.html +++ b/api/IPA.Config.IModPrefs.html @@ -101,7 +101,7 @@ public interface IModPrefs Improve this Doc - View Source + View Source

    GetBool(String, String, Boolean, Boolean)

    @@ -168,7 +168,7 @@ public interface IModPrefs Improve this Doc - View Source + View Source

    GetFloat(String, String, Single, Boolean)

    @@ -235,7 +235,7 @@ public interface IModPrefs Improve this Doc - View Source + View Source

    GetInt(String, String, Int32, Boolean)

    @@ -302,7 +302,7 @@ public interface IModPrefs Improve this Doc - View Source + View Source

    GetString(String, String, String, Boolean)

    @@ -369,7 +369,7 @@ public interface IModPrefs Improve this Doc - View Source + View Source

    HasKey(String, String)

    @@ -424,7 +424,7 @@ public interface IModPrefs Improve this Doc - View Source + View Source

    SetBool(String, String, Boolean)

    @@ -470,7 +470,7 @@ public interface IModPrefs Improve this Doc - View Source + View Source

    SetFloat(String, String, Single)

    @@ -516,7 +516,7 @@ public interface IModPrefs Improve this Doc - View Source + View Source

    SetInt(String, String, Int32)

    @@ -562,7 +562,7 @@ public interface IModPrefs Improve this Doc - View Source + View Source

    SetString(String, String, String)

    @@ -630,7 +630,7 @@ public interface IModPrefs Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Config.ModPrefs.html b/api/IPA.Config.ModPrefs.html index 6c79c464..ef147855 100644 --- a/api/IPA.Config.ModPrefs.html +++ b/api/IPA.Config.ModPrefs.html @@ -134,7 +134,7 @@ public class ModPrefs : IModPrefs Improve this Doc - View Source + View Source

    ModPrefs(PluginMetadata)

    @@ -170,7 +170,7 @@ public class ModPrefs : IModPrefs Improve this Doc - View Source + View Source

    GetBool(String, String, Boolean, Boolean)

    @@ -237,7 +237,7 @@ public class ModPrefs : IModPrefs Improve this Doc - View Source + View Source

    GetFloat(String, String, Single, Boolean)

    @@ -304,7 +304,7 @@ public class ModPrefs : IModPrefs Improve this Doc - View Source + View Source

    GetInt(String, String, Int32, Boolean)

    @@ -371,7 +371,7 @@ public class ModPrefs : IModPrefs Improve this Doc - View Source + View Source

    GetString(String, String, String, Boolean)

    @@ -438,7 +438,7 @@ public class ModPrefs : IModPrefs Improve this Doc - View Source + View Source

    HasKey(String, String)

    @@ -493,7 +493,7 @@ public class ModPrefs : IModPrefs Improve this Doc - View Source + View Source

    SetBool(String, String, Boolean)

    @@ -539,7 +539,7 @@ public class ModPrefs : IModPrefs Improve this Doc - View Source + View Source

    SetFloat(String, String, Single)

    @@ -585,7 +585,7 @@ public class ModPrefs : IModPrefs Improve this Doc - View Source + View Source

    SetInt(String, String, Int32)

    @@ -631,7 +631,7 @@ public class ModPrefs : IModPrefs Improve this Doc - View Source + View Source

    SetString(String, String, String)

    @@ -679,7 +679,7 @@ public class ModPrefs : IModPrefs Improve this Doc - View Source + View Source

    IModPrefs.GetBool(String, String, Boolean, Boolean)

    @@ -741,7 +741,7 @@ public class ModPrefs : IModPrefs Improve this Doc - View Source + View Source

    IModPrefs.GetFloat(String, String, Single, Boolean)

    @@ -803,7 +803,7 @@ public class ModPrefs : IModPrefs Improve this Doc - View Source + View Source

    IModPrefs.GetInt(String, String, Int32, Boolean)

    @@ -865,7 +865,7 @@ public class ModPrefs : IModPrefs Improve this Doc - View Source + View Source

    IModPrefs.GetString(String, String, String, Boolean)

    @@ -927,7 +927,7 @@ public class ModPrefs : IModPrefs Improve this Doc - View Source + View Source

    IModPrefs.HasKey(String, String)

    @@ -979,7 +979,7 @@ public class ModPrefs : IModPrefs Improve this Doc - View Source + View Source

    IModPrefs.SetBool(String, String, Boolean)

    @@ -1021,7 +1021,7 @@ public class ModPrefs : IModPrefs Improve this Doc - View Source + View Source

    IModPrefs.SetFloat(String, String, Single)

    @@ -1063,7 +1063,7 @@ public class ModPrefs : IModPrefs Improve this Doc - View Source + View Source

    IModPrefs.SetInt(String, String, Int32)

    @@ -1105,7 +1105,7 @@ public class ModPrefs : IModPrefs Improve this Doc - View Source + View Source

    IModPrefs.SetString(String, String, String)

    @@ -1173,7 +1173,7 @@ public class ModPrefs : IModPrefs Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Config.Stores.Attributes.IgnoreAttribute.html b/api/IPA.Config.Stores.Attributes.IgnoreAttribute.html index 76f8a4e5..b5f537be 100644 --- a/api/IPA.Config.Stores.Attributes.IgnoreAttribute.html +++ b/api/IPA.Config.Stores.Attributes.IgnoreAttribute.html @@ -277,7 +277,7 @@ public sealed class IgnoreAttribute : Attribute, _Attribute Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Config.Stores.Attributes.NonNullableAttribute.html b/api/IPA.Config.Stores.Attributes.NonNullableAttribute.html index e9e933a4..9fbda7cc 100644 --- a/api/IPA.Config.Stores.Attributes.NonNullableAttribute.html +++ b/api/IPA.Config.Stores.Attributes.NonNullableAttribute.html @@ -278,7 +278,7 @@ public sealed class NonNullableAttribute : Attribute, _Attribute Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Config.Stores.Attributes.NotifyPropertyChangesAttribute.html b/api/IPA.Config.Stores.Attributes.NotifyPropertyChangesAttribute.html index 49b8a4bb..1d1b79af 100644 --- a/api/IPA.Config.Stores.Attributes.NotifyPropertyChangesAttribute.html +++ b/api/IPA.Config.Stores.Attributes.NotifyPropertyChangesAttribute.html @@ -277,7 +277,7 @@ public sealed class NotifyPropertyChangesAttribute : Attribute, _AttributeImprove this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Config.Stores.Attributes.SerializedNameAttribute.html b/api/IPA.Config.Stores.Attributes.SerializedNameAttribute.html index 69d3b8b8..e8676777 100644 --- a/api/IPA.Config.Stores.Attributes.SerializedNameAttribute.html +++ b/api/IPA.Config.Stores.Attributes.SerializedNameAttribute.html @@ -276,7 +276,7 @@ However, if we were to add a Improve this Doc - View Source + View Source

    SerializedNameAttribute(String)

    @@ -312,7 +312,7 @@ However, if we were to add a Improve this Doc - View Source + View Source

    Name

    @@ -369,7 +369,7 @@ However, if we were to add a Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Config.Stores.Attributes.UseConverterAttribute.html b/api/IPA.Config.Stores.Attributes.UseConverterAttribute.html index b86de00f..3201e165 100644 --- a/api/IPA.Config.Stores.Attributes.UseConverterAttribute.html +++ b/api/IPA.Config.Stores.Attributes.UseConverterAttribute.html @@ -253,7 +253,7 @@ public sealed class UseConverterAttribute : Attribute, _Attribute Improve this Doc - View Source + View Source

    UseConverterAttribute()

    @@ -269,7 +269,7 @@ public sealed class UseConverterAttribute : Attribute, _Attribute Improve this Doc - View Source + View Source

    UseConverterAttribute(Type)

    @@ -305,7 +305,7 @@ public sealed class UseConverterAttribute : Attribute, _Attribute Improve this Doc - View Source + View Source

    ConverterTargetType

    @@ -337,7 +337,7 @@ public sealed class UseConverterAttribute : Attribute, _Attribute Improve this Doc - View Source + View Source

    ConverterType

    @@ -368,7 +368,7 @@ public sealed class UseConverterAttribute : Attribute, _Attribute Improve this Doc - View Source + View Source

    IsGenericConverter

    @@ -399,7 +399,7 @@ public sealed class UseConverterAttribute : Attribute, _Attribute Improve this Doc - View Source + View Source

    UseDefaultConverterForType

    @@ -456,7 +456,7 @@ public sealed class UseConverterAttribute : Attribute, _Attribute Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Config.Stores.Converters.CaseInsensitiveEnumConverter-1.html b/api/IPA.Config.Stores.Converters.CaseInsensitiveEnumConverter-1.html index 0310dafd..71b4991f 100644 --- a/api/IPA.Config.Stores.Converters.CaseInsensitiveEnumConverter-1.html +++ b/api/IPA.Config.Stores.Converters.CaseInsensitiveEnumConverter-1.html @@ -160,7 +160,7 @@ ignoring the case of the serialized value for deseiralization.

    Improve this Doc - View Source + View Source

    FromValue(Value, Object)

    @@ -234,7 +234,7 @@ ignoring the case of the serialized value for deseiralization.

    Improve this Doc - View Source + View Source

    ToValue(T, Object)

    @@ -318,7 +318,7 @@ ignoring the case of the serialized value for deseiralization.

    Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Config.Stores.Converters.CollectionConverter-2.html b/api/IPA.Config.Stores.Converters.CollectionConverter-2.html index 1c2aab0d..e6c9c97a 100644 --- a/api/IPA.Config.Stores.Converters.CollectionConverter-2.html +++ b/api/IPA.Config.Stores.Converters.CollectionConverter-2.html @@ -167,7 +167,7 @@ Improve this Doc - View Source + View Source

    CollectionConverter()

    @@ -189,7 +189,7 @@ with Improve this Doc - View Source + View Source

    CollectionConverter(ValueConverter<T>)

    @@ -225,7 +225,7 @@ with Improve this Doc - View Source + View Source

    BaseConverter

    @@ -258,7 +258,7 @@ with Improve this Doc - View Source + View Source

    Create(Int32, Object)

    @@ -319,7 +319,7 @@ with Improve this Doc - View Source + View Source

    FromValue(Value, Object)

    @@ -382,7 +382,7 @@ owned by parent.< Improve this Doc - View Source + View Source

    PopulateFromValue(TCollection, List, Object)

    @@ -433,7 +433,7 @@ with the parent parentImprove this Doc - View Source + View Source

    ToValue(TCollection, Object)

    @@ -521,7 +521,7 @@ with the parent parentImprove this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Config.Stores.Converters.CollectionConverter-3.html b/api/IPA.Config.Stores.Converters.CollectionConverter-3.html index b1aacb21..8ab937b0 100644 --- a/api/IPA.Config.Stores.Converters.CollectionConverter-3.html +++ b/api/IPA.Config.Stores.Converters.CollectionConverter-3.html @@ -191,7 +191,7 @@ Improve this Doc - View Source + View Source

    CollectionConverter()

    @@ -243,7 +243,7 @@ with a default-constructed Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Config.Stores.Converters.Converter-1.html b/api/IPA.Config.Stores.Converters.Converter-1.html index 070f06b6..a31dac9b 100644 --- a/api/IPA.Config.Stores.Converters.Converter-1.html +++ b/api/IPA.Config.Stores.Converters.Converter-1.html @@ -145,7 +145,7 @@ Improve this Doc - View Source + View Source

    Default

    @@ -182,7 +182,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Config.Stores.Converters.Converter.html b/api/IPA.Config.Stores.Converters.Converter.html index 2041cca5..777fb12a 100644 --- a/api/IPA.Config.Stores.Converters.Converter.html +++ b/api/IPA.Config.Stores.Converters.Converter.html @@ -129,7 +129,7 @@ Improve this Doc - View Source + View Source

    FloatValue(Value)

    @@ -180,7 +180,7 @@ or null if Improve this Doc - View Source + View Source

    IntValue(Value)

    @@ -237,7 +237,7 @@ or null if Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Config.Stores.Converters.CustomObjectConverter-1.html b/api/IPA.Config.Stores.Converters.CustomObjectConverter-1.html index cf347c0d..4e6d5083 100644 --- a/api/IPA.Config.Stores.Converters.CustomObjectConverter-1.html +++ b/api/IPA.Config.Stores.Converters.CustomObjectConverter-1.html @@ -159,7 +159,7 @@ Improve this Doc - View Source + View Source

    Deserialize(Value, Object)

    @@ -219,7 +219,7 @@ Improve this Doc - View Source + View Source

    FromValue(Value, Object)

    @@ -281,7 +281,7 @@ Improve this Doc - View Source + View Source

    Serialize(T, Object)

    @@ -341,7 +341,7 @@ Improve this Doc - View Source + View Source

    ToValue(T, Object)

    @@ -433,7 +433,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Config.Stores.Converters.CustomValueTypeConverter-1.html b/api/IPA.Config.Stores.Converters.CustomValueTypeConverter-1.html index a1d91510..07d9b707 100644 --- a/api/IPA.Config.Stores.Converters.CustomValueTypeConverter-1.html +++ b/api/IPA.Config.Stores.Converters.CustomValueTypeConverter-1.html @@ -160,7 +160,7 @@ Improve this Doc - View Source + View Source

    Deserialize(Value, Object)

    @@ -220,7 +220,7 @@ Improve this Doc - View Source + View Source

    FromValue(Value, Object)

    @@ -282,7 +282,7 @@ Improve this Doc - View Source + View Source

    Serialize(T)

    @@ -336,7 +336,7 @@ Improve this Doc - View Source + View Source

    ToValue(T, Object)

    @@ -424,7 +424,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Config.Stores.Converters.DictionaryConverter-1.html b/api/IPA.Config.Stores.Converters.DictionaryConverter-1.html index 2796736c..797b2fa5 100644 --- a/api/IPA.Config.Stores.Converters.DictionaryConverter-1.html +++ b/api/IPA.Config.Stores.Converters.DictionaryConverter-1.html @@ -166,7 +166,7 @@ Improve this Doc - View Source + View Source

    DictionaryConverter()

    @@ -182,7 +182,7 @@ Improve this Doc - View Source + View Source

    DictionaryConverter(ValueConverter<TValue>)

    @@ -218,7 +218,7 @@ Improve this Doc - View Source + View Source

    BaseConverter

    @@ -251,7 +251,7 @@ Improve this Doc - View Source + View Source

    FromValue(Value, Object)

    @@ -309,7 +309,7 @@ Improve this Doc - View Source + View Source

    ToValue(Dictionary<String, TValue>, Object)

    @@ -393,7 +393,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Config.Stores.Converters.DictionaryConverter-2.html b/api/IPA.Config.Stores.Converters.DictionaryConverter-2.html index bb30f35c..26b89b66 100644 --- a/api/IPA.Config.Stores.Converters.DictionaryConverter-2.html +++ b/api/IPA.Config.Stores.Converters.DictionaryConverter-2.html @@ -180,7 +180,7 @@ Improve this Doc - View Source + View Source

    DictionaryConverter()

    @@ -223,7 +223,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Config.Stores.Converters.EnumConverter-1.html b/api/IPA.Config.Stores.Converters.EnumConverter-1.html index 7101640f..bf1c4ab7 100644 --- a/api/IPA.Config.Stores.Converters.EnumConverter-1.html +++ b/api/IPA.Config.Stores.Converters.EnumConverter-1.html @@ -159,7 +159,7 @@ Improve this Doc - View Source + View Source

    FromValue(Value, Object)

    @@ -233,7 +233,7 @@ Improve this Doc - View Source + View Source

    ToValue(T, Object)

    @@ -317,7 +317,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Config.Stores.Converters.HexColorConverter.html b/api/IPA.Config.Stores.Converters.HexColorConverter.html index a6b513e4..85f2cf52 100644 --- a/api/IPA.Config.Stores.Converters.HexColorConverter.html +++ b/api/IPA.Config.Stores.Converters.HexColorConverter.html @@ -143,7 +143,7 @@ Improve this Doc - View Source + View Source

    FromValue(Value, Object)

    @@ -217,7 +217,7 @@ Improve this Doc - View Source + View Source

    ToValue(Color, Object)

    @@ -301,7 +301,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Config.Stores.Converters.IDictionaryConverter-1.html b/api/IPA.Config.Stores.Converters.IDictionaryConverter-1.html index 7db296c0..97f58628 100644 --- a/api/IPA.Config.Stores.Converters.IDictionaryConverter-1.html +++ b/api/IPA.Config.Stores.Converters.IDictionaryConverter-1.html @@ -166,7 +166,7 @@ Improve this Doc - View Source + View Source

    IDictionaryConverter()

    @@ -182,7 +182,7 @@ Improve this Doc - View Source + View Source

    IDictionaryConverter(ValueConverter<TValue>)

    @@ -218,7 +218,7 @@ Improve this Doc - View Source + View Source

    BaseConverter

    @@ -251,7 +251,7 @@ Improve this Doc - View Source + View Source

    FromValue(Value, Object)

    @@ -309,7 +309,7 @@ Improve this Doc - View Source + View Source

    ToValue(IDictionary<String, TValue>, Object)

    @@ -393,7 +393,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Config.Stores.Converters.IDictionaryConverter-2.html b/api/IPA.Config.Stores.Converters.IDictionaryConverter-2.html index fcf5bb97..ee2e26f9 100644 --- a/api/IPA.Config.Stores.Converters.IDictionaryConverter-2.html +++ b/api/IPA.Config.Stores.Converters.IDictionaryConverter-2.html @@ -180,7 +180,7 @@ Improve this Doc - View Source + View Source

    IDictionaryConverter()

    @@ -223,7 +223,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Config.Stores.Converters.IListConverter-1.html b/api/IPA.Config.Stores.Converters.IListConverter-1.html index 52029ae6..5df43986 100644 --- a/api/IPA.Config.Stores.Converters.IListConverter-1.html +++ b/api/IPA.Config.Stores.Converters.IListConverter-1.html @@ -182,7 +182,7 @@ Improve this Doc - View Source + View Source

    IListConverter()

    @@ -202,7 +202,7 @@ Improve this Doc - View Source + View Source

    IListConverter(ValueConverter<T>)

    @@ -238,7 +238,7 @@ Improve this Doc - View Source + View Source

    Create(Int32, Object)

    @@ -326,7 +326,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Config.Stores.Converters.IListConverter-2.html b/api/IPA.Config.Stores.Converters.IListConverter-2.html index bef3cc8d..ef059f3d 100644 --- a/api/IPA.Config.Stores.Converters.IListConverter-2.html +++ b/api/IPA.Config.Stores.Converters.IListConverter-2.html @@ -190,7 +190,7 @@ Improve this Doc - View Source + View Source

    IListConverter()

    @@ -242,7 +242,7 @@ with a default-constructed Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Config.Stores.Converters.ListConverter-1.html b/api/IPA.Config.Stores.Converters.ListConverter-1.html index 6f102215..dfd9b329 100644 --- a/api/IPA.Config.Stores.Converters.ListConverter-1.html +++ b/api/IPA.Config.Stores.Converters.ListConverter-1.html @@ -182,7 +182,7 @@ Improve this Doc - View Source + View Source

    ListConverter()

    @@ -202,7 +202,7 @@ Improve this Doc - View Source + View Source

    ListConverter(ValueConverter<T>)

    @@ -238,7 +238,7 @@ Improve this Doc - View Source + View Source

    Create(Int32, Object)

    @@ -326,7 +326,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Config.Stores.Converters.ListConverter-2.html b/api/IPA.Config.Stores.Converters.ListConverter-2.html index 64f7e5ca..0de64122 100644 --- a/api/IPA.Config.Stores.Converters.ListConverter-2.html +++ b/api/IPA.Config.Stores.Converters.ListConverter-2.html @@ -190,7 +190,7 @@ Improve this Doc - View Source + View Source

    ListConverter()

    @@ -242,7 +242,7 @@ with a default-constructed Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Config.Stores.Converters.NullableConverter-1.html b/api/IPA.Config.Stores.Converters.NullableConverter-1.html index 4cee1004..c77ec4c0 100644 --- a/api/IPA.Config.Stores.Converters.NullableConverter-1.html +++ b/api/IPA.Config.Stores.Converters.NullableConverter-1.html @@ -160,7 +160,7 @@ Improve this Doc - View Source + View Source

    NullableConverter()

    @@ -183,7 +183,7 @@ Equivalent to

    Improve this Doc - View Source + View Source

    NullableConverter(ValueConverter<T>)

    @@ -219,7 +219,7 @@ Equivalent to

    Improve this Doc - View Source + View Source

    FromValue(Value, Object)

    @@ -277,7 +277,7 @@ Equivalent to

    Improve this Doc - View Source + View Source

    ToValue(Nullable<T>, Object)

    @@ -361,7 +361,7 @@ Equivalent to

    Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Config.Stores.Converters.NullableConverter-2.html b/api/IPA.Config.Stores.Converters.NullableConverter-2.html index 2fe96c6c..5ebd04d7 100644 --- a/api/IPA.Config.Stores.Converters.NullableConverter-2.html +++ b/api/IPA.Config.Stores.Converters.NullableConverter-2.html @@ -172,7 +172,7 @@ to use as the underlying converter. Use this in the Improve this Doc - View Source + View Source

    NullableConverter()

    @@ -222,7 +222,7 @@ to use as the underlying converter. Use this in the Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Config.Stores.Converters.NumericEnumConverter-1.html b/api/IPA.Config.Stores.Converters.NumericEnumConverter-1.html index cd4f256e..4d9df50c 100644 --- a/api/IPA.Config.Stores.Converters.NumericEnumConverter-1.html +++ b/api/IPA.Config.Stores.Converters.NumericEnumConverter-1.html @@ -159,7 +159,7 @@ Improve this Doc - View Source + View Source

    FromValue(Value, Object)

    @@ -233,7 +233,7 @@ Improve this Doc - View Source + View Source

    ToValue(T, Object)

    @@ -317,7 +317,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Config.Stores.GeneratedStore.html b/api/IPA.Config.Stores.GeneratedStore.html index 66029da6..ad937bfa 100644 --- a/api/IPA.Config.Stores.GeneratedStore.html +++ b/api/IPA.Config.Stores.GeneratedStore.html @@ -130,7 +130,7 @@ config stores.

    Improve this Doc - View Source + View Source

    AssemblyVisibilityTarget

    The name of the assembly that internals must be visible to to allow internal protection.

    @@ -162,7 +162,7 @@ config stores.

    Improve this Doc - View Source + View Source

    Create<T>()

    @@ -218,7 +218,7 @@ config stores.

    Improve this Doc - View Source + View Source

    Generated<T>(Config, Boolean)

    @@ -347,7 +347,7 @@ the resulting object will implement it and notify it too. Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Config.Stores.IValueConverter.html b/api/IPA.Config.Stores.IValueConverter.html index a5770538..bc638aee 100644 --- a/api/IPA.Config.Stores.IValueConverter.html +++ b/api/IPA.Config.Stores.IValueConverter.html @@ -117,7 +117,7 @@ Converters do not need to perform null checks, as the serializer and de Improve this Doc - View Source + View Source

    Type

    @@ -150,7 +150,7 @@ Converters do not need to perform null checks, as the serializer and de Improve this Doc - View Source + View Source

    FromValue(Value, Object)

    @@ -206,7 +206,7 @@ Converters do not need to perform null checks, as the serializer and de Improve this Doc - View Source + View Source

    ToValue(Object, Object)

    @@ -284,7 +284,7 @@ Converters do not need to perform null checks, as the serializer and de Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Config.Stores.ValueConverter-1.html b/api/IPA.Config.Stores.ValueConverter-1.html index 01fc4364..6336fd5a 100644 --- a/api/IPA.Config.Stores.ValueConverter-1.html +++ b/api/IPA.Config.Stores.ValueConverter-1.html @@ -160,7 +160,7 @@ Improve this Doc - View Source + View Source

    FromValue(Value, Object)

    @@ -220,7 +220,7 @@ Improve this Doc - View Source + View Source

    ToValue(T, Object)

    @@ -282,7 +282,7 @@ Improve this Doc - View Source + View Source

    IValueConverter.FromValue(Value, Object)

    @@ -334,7 +334,7 @@ Improve this Doc - View Source + View Source

    IValueConverter.ToValue(Object, Object)

    @@ -386,7 +386,7 @@ Improve this Doc - View Source + View Source

    IValueConverter.Type

    @@ -446,7 +446,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.InitAttribute.html b/api/IPA.InitAttribute.html index 471e0270..b2c9e125 100644 --- a/api/IPA.InitAttribute.html +++ b/api/IPA.InitAttribute.html @@ -289,7 +289,7 @@ Parameter injection is done with Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Loader.CannotRuntimeDisableException.html b/api/IPA.Loader.CannotRuntimeDisableException.html index 6ee88751..2283aa4d 100644 --- a/api/IPA.Loader.CannotRuntimeDisableException.html +++ b/api/IPA.Loader.CannotRuntimeDisableException.html @@ -169,7 +169,7 @@ public class CannotRuntimeDisableException : Exception, ISerializable, _Exceptio Improve this Doc - View Source + View Source

    CannotRuntimeDisableException(PluginMetadata)

    @@ -203,7 +203,7 @@ public class CannotRuntimeDisableException : Exception, ISerializable, _Exceptio Improve this Doc - View Source + View Source

    CannotRuntimeDisableException(PluginMetadata, String)

    @@ -243,7 +243,7 @@ public class CannotRuntimeDisableException : Exception, ISerializable, _Exceptio Improve this Doc - View Source + View Source

    CannotRuntimeDisableException(SerializationInfo, StreamingContext)

    @@ -298,7 +298,7 @@ public class CannotRuntimeDisableException : Exception, ISerializable, _Exceptio Improve this Doc - View Source + View Source

    Plugin

    @@ -358,7 +358,7 @@ public class CannotRuntimeDisableException : Exception, ISerializable, _Exceptio Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Loader.Features.Feature.html b/api/IPA.Loader.Features.Feature.html index 42d0b518..dcd3d9de 100644 --- a/api/IPA.Loader.Features.Feature.html +++ b/api/IPA.Loader.Features.Feature.html @@ -132,7 +132,7 @@ Improve this Doc - View Source + View Source

    InvalidMessage

    @@ -167,7 +167,7 @@ This should also be set whenever either Improve this Doc - View Source + View Source

    AfterDisable(PluginMetadata)

    @@ -201,7 +201,7 @@ This should also be set whenever either Improve this Doc - View Source + View Source

    AfterInit(PluginMetadata)

    @@ -235,7 +235,7 @@ This should also be set whenever either Improve this Doc - View Source + View Source

    AfterInit(PluginMetadata, Object)

    @@ -275,7 +275,7 @@ This should also be set whenever either Improve this Doc - View Source + View Source

    BeforeInit(PluginMetadata)

    @@ -309,7 +309,7 @@ This should also be set whenever either Improve this Doc - View Source + View Source

    Initialize(PluginMetadata, JObject)

    @@ -391,7 +391,7 @@ This should also be set whenever either Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Loader.IgnoreReason.html b/api/IPA.Loader.IgnoreReason.html index c144e48b..34ad6601 100644 --- a/api/IPA.Loader.IgnoreReason.html +++ b/api/IPA.Loader.IgnoreReason.html @@ -119,7 +119,7 @@ Improve this Doc - View Source + View Source

    IgnoreReason(Reason, String, Exception, PluginMetadata)

    @@ -173,7 +173,7 @@ Improve this Doc - View Source + View Source

    Error

    @@ -204,7 +204,7 @@ Improve this Doc - View Source + View Source

    Reason

    @@ -235,7 +235,7 @@ Improve this Doc - View Source + View Source

    ReasonText

    @@ -267,7 +267,7 @@ include details about why the plugin was ignored, if it is present.

    Improve this Doc - View Source + View Source

    RelatedTo

    @@ -300,7 +300,7 @@ include details about why the plugin was ignored, if it is present.

    Improve this Doc - View Source + View Source

    Equals(IgnoreReason)

    @@ -350,7 +350,7 @@ include details about why the plugin was ignored, if it is present.

    Improve this Doc - View Source + View Source

    Equals(Object)

    @@ -399,7 +399,7 @@ include details about why the plugin was ignored, if it is present.

    Improve this Doc - View Source + View Source

    GetHashCode()

    @@ -433,7 +433,7 @@ include details about why the plugin was ignored, if it is present.

    Improve this Doc - View Source + View Source

    Equality(IgnoreReason, IgnoreReason)

    @@ -489,7 +489,7 @@ include details about why the plugin was ignored, if it is present.

    Improve this Doc - View Source + View Source

    Inequality(IgnoreReason, IgnoreReason)

    @@ -571,7 +571,7 @@ include details about why the plugin was ignored, if it is present.

    Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Loader.PluginInitInjector.InjectParameter.html b/api/IPA.Loader.PluginInitInjector.InjectParameter.html index 897af4e2..78160c22 100644 --- a/api/IPA.Loader.PluginInitInjector.InjectParameter.html +++ b/api/IPA.Loader.PluginInitInjector.InjectParameter.html @@ -166,7 +166,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Loader.PluginInitInjector.InjectParameterNested.html b/api/IPA.Loader.PluginInitInjector.InjectParameterNested.html index f0a2c0ca..95944511 100644 --- a/api/IPA.Loader.PluginInitInjector.InjectParameterNested.html +++ b/api/IPA.Loader.PluginInitInjector.InjectParameterNested.html @@ -172,7 +172,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Loader.PluginInitInjector.InjectedValueProvider.html b/api/IPA.Loader.PluginInitInjector.InjectedValueProvider.html index fae8dbe6..dc7b12e9 100644 --- a/api/IPA.Loader.PluginInitInjector.InjectedValueProvider.html +++ b/api/IPA.Loader.PluginInitInjector.InjectedValueProvider.html @@ -168,7 +168,7 @@ injecting for to this delegate along with a type override to select some other t Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Loader.PluginInitInjector.html b/api/IPA.Loader.PluginInitInjector.html index bdc0e9a0..381bd299 100644 --- a/api/IPA.Loader.PluginInitInjector.html +++ b/api/IPA.Loader.PluginInitInjector.html @@ -140,7 +140,7 @@ For all of the default injectors, only one of each will be generated, and any la Improve this Doc - View Source + View Source

    AddInjector(Type, PluginInitInjector.InjectParameter)

    @@ -180,7 +180,7 @@ For all of the default injectors, only one of each will be generated, and any la Improve this Doc - View Source + View Source

    AddInjector(Type, PluginInitInjector.InjectParameterNested)

    @@ -220,7 +220,7 @@ For all of the default injectors, only one of each will be generated, and any la Improve this Doc - View Source + View Source

    Inject<T>(PluginInitInjector.InjectedValueProvider, ParameterInfo)

    @@ -298,7 +298,7 @@ For all of the default injectors, only one of each will be generated, and any la Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Loader.PluginManager.OnAnyPluginsStateChangedDelegate.html b/api/IPA.Loader.PluginManager.OnAnyPluginsStateChangedDelegate.html index 1e63c81a..e677b5ad 100644 --- a/api/IPA.Loader.PluginManager.OnAnyPluginsStateChangedDelegate.html +++ b/api/IPA.Loader.PluginManager.OnAnyPluginsStateChangedDelegate.html @@ -150,7 +150,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Loader.PluginManager.PluginDisableDelegate.html b/api/IPA.Loader.PluginManager.PluginDisableDelegate.html index 7c35c410..dd8ffd48 100644 --- a/api/IPA.Loader.PluginManager.PluginDisableDelegate.html +++ b/api/IPA.Loader.PluginManager.PluginDisableDelegate.html @@ -144,7 +144,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Loader.PluginManager.PluginEnableDelegate.html b/api/IPA.Loader.PluginManager.PluginEnableDelegate.html index 5fa947cb..3ffbee53 100644 --- a/api/IPA.Loader.PluginManager.PluginEnableDelegate.html +++ b/api/IPA.Loader.PluginManager.PluginEnableDelegate.html @@ -144,7 +144,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Loader.PluginManager.html b/api/IPA.Loader.PluginManager.html index cfeed245..c72f9545 100644 --- a/api/IPA.Loader.PluginManager.html +++ b/api/IPA.Loader.PluginManager.html @@ -129,7 +129,7 @@ Improve this Doc - View Source + View Source

    AllPlugins

    @@ -162,7 +162,7 @@ public static IEnumerable<PluginMetadata> AllPlugins { get; }
    Improve this Doc - View Source + View Source

    DisabledPlugins

    @@ -194,7 +194,7 @@ public static IEnumerable<PluginMetadata> AllPlugins { get; }
    Improve this Doc - View Source + View Source

    EnabledPlugins

    @@ -226,7 +226,7 @@ public static IEnumerable<PluginMetadata> AllPlugins { get; }
    Improve this Doc - View Source + View Source

    IgnoredPlugins

    @@ -258,7 +258,7 @@ public static IEnumerable<PluginMetadata> AllPlugins { get; }
    Improve this Doc - View Source + View Source

    Plugins

    @@ -293,7 +293,7 @@ public static IEnumerable<IPlugin> Plugins { get; }
    Improve this Doc - View Source + View Source

    GetDisabledPlugin(String)

    @@ -343,7 +343,7 @@ public static IEnumerable<IPlugin> Plugins { get; }
    Improve this Doc - View Source + View Source

    GetDisabledPluginFromId(String)

    @@ -393,7 +393,7 @@ public static IEnumerable<IPlugin> Plugins { get; }
    Improve this Doc - View Source + View Source

    GetPlugin(String)

    @@ -443,7 +443,7 @@ public static IEnumerable<IPlugin> Plugins { get; } Improve this Doc - View Source + View Source

    GetPluginFromId(String)

    @@ -493,7 +493,7 @@ public static IEnumerable<IPlugin> Plugins { get; } Improve this Doc - View Source + View Source

    IsDisabled(PluginMetadata)

    @@ -543,7 +543,7 @@ public static IEnumerable<IPlugin> Plugins { get; } Improve this Doc - View Source + View Source

    IsEnabled(PluginMetadata)

    @@ -593,7 +593,7 @@ public static IEnumerable<IPlugin> Plugins { get; } Improve this Doc - View Source + View Source

    PluginStateTransaction()

    @@ -627,7 +627,7 @@ public static IEnumerable<IPlugin> Plugins { get; } Improve this Doc - View Source + View Source

    OnAnyPluginsStateChanged

    Called whenever any plugins, regardless of whether or not their change occurs during runtime, have their state changed.

    @@ -661,7 +661,7 @@ provided represents operations that also run on the Unity main thread.

    Improve this Doc - View Source + View Source

    OnPluginsStateChanged

    Called whenever any plugins have their state changed at runtime with the Task representing that state change.

    @@ -695,7 +695,7 @@ provided represents operations that also run on the Unity main thread.

    Improve this Doc - View Source + View Source

    PluginDisabled

    Called whenever a plugin is disabled, before the plugin in question is enabled.

    @@ -725,7 +725,7 @@ provided represents operations that also run on the Unity main thread.

    Improve this Doc - View Source + View Source

    PluginEnabled

    Called whenever a plugin is enabled, before the plugin in question is enabled.

    @@ -761,7 +761,7 @@ provided represents operations that also run on the Unity main thread.

    Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Loader.PluginMetadata.html b/api/IPA.Loader.PluginMetadata.html index 6e0a2f78..d18968fd 100644 --- a/api/IPA.Loader.PluginMetadata.html +++ b/api/IPA.Loader.PluginMetadata.html @@ -126,7 +126,7 @@ Improve this Doc - View Source + View Source

    Assembly

    @@ -158,7 +158,7 @@ Improve this Doc - View Source + View Source

    AssociatedFiles

    @@ -190,7 +190,7 @@ Improve this Doc - View Source + View Source

    Author

    @@ -222,7 +222,7 @@ Improve this Doc - View Source + View Source

    Description

    @@ -254,7 +254,7 @@ Improve this Doc - View Source + View Source @@ -286,7 +286,7 @@ Improve this Doc - View Source + View Source

    Features

    @@ -318,7 +318,7 @@ Improve this Doc - View Source + View Source

    File

    @@ -350,7 +350,7 @@ Improve this Doc - View Source + View Source

    HVersion

    @@ -382,7 +382,7 @@ Improve this Doc - View Source + View Source

    IconName

    @@ -414,7 +414,7 @@ Improve this Doc - View Source + View Source

    Id

    @@ -446,7 +446,7 @@ Improve this Doc - View Source + View Source

    IsBare

    @@ -478,7 +478,7 @@ Improve this Doc - View Source + View Source

    Name

    @@ -510,7 +510,7 @@ Improve this Doc - View Source + View Source @@ -542,7 +542,7 @@ Improve this Doc - View Source + View Source @@ -574,7 +574,7 @@ Improve this Doc - View Source + View Source

    PluginType

    @@ -606,7 +606,7 @@ Improve this Doc - View Source + View Source

    RuntimeOptions

    @@ -637,7 +637,7 @@ Improve this Doc - View Source + View Source

    Version

    @@ -672,7 +672,7 @@ public Version Version { get; } Improve this Doc - View Source + View Source

    ToString()

    @@ -728,7 +728,7 @@ public Version Version { get; } Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Loader.Reason.html b/api/IPA.Loader.Reason.html index a167815d..609d415a 100644 --- a/api/IPA.Loader.Reason.html +++ b/api/IPA.Loader.Reason.html @@ -179,7 +179,7 @@ present for the purposes of updating.

    Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Loader.StateTransitionTransaction.html b/api/IPA.Loader.StateTransitionTransaction.html index 7676b628..e1c99e57 100644 --- a/api/IPA.Loader.StateTransitionTransaction.html +++ b/api/IPA.Loader.StateTransitionTransaction.html @@ -133,7 +133,7 @@ Improve this Doc - View Source + View Source

    DisabledPlugins

    @@ -180,7 +180,7 @@ Improve this Doc - View Source + View Source

    EnabledPlugins

    @@ -227,7 +227,7 @@ Improve this Doc - View Source + View Source

    HasStateChanged

    @@ -275,7 +275,7 @@ Improve this Doc - View Source + View Source

    WillNeedRestart

    @@ -325,7 +325,7 @@ Improve this Doc - View Source + View Source

    Clone()

    @@ -373,7 +373,7 @@ Improve this Doc - View Source + View Source

    Commit()

    @@ -445,7 +445,7 @@ the number of plugins being disabled, and the time they take. Improve this Doc - View Source + View Source

    Disable(PluginMetadata, Boolean)

    @@ -526,7 +526,7 @@ the number of plugins being disabled, and the time they take. Improve this Doc - View Source + View Source

    Disable(PluginMetadata, out IEnumerable<PluginMetadata>, Boolean)

    @@ -612,7 +612,7 @@ the number of plugins being disabled, and the time they take. Improve this Doc - View Source + View Source

    Dispose()

    @@ -628,7 +628,7 @@ the number of plugins being disabled, and the time they take. Improve this Doc - View Source + View Source

    Enable(PluginMetadata, Boolean)

    @@ -709,7 +709,7 @@ the number of plugins being disabled, and the time they take. Improve this Doc - View Source + View Source

    Enable(PluginMetadata, out IEnumerable<PluginMetadata>, Boolean)

    @@ -795,7 +795,7 @@ the number of plugins being disabled, and the time they take. Improve this Doc - View Source + View Source

    IsDisabled(PluginMetadata)

    @@ -870,7 +870,7 @@ the number of plugins being disabled, and the time they take. Improve this Doc - View Source + View Source

    IsEnabled(PluginMetadata)

    @@ -971,7 +971,7 @@ the number of plugins being disabled, and the time they take. Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Logging.LogPrinter.html b/api/IPA.Logging.LogPrinter.html index 1c359196..1db7f16e 100644 --- a/api/IPA.Logging.LogPrinter.html +++ b/api/IPA.Logging.LogPrinter.html @@ -132,7 +132,7 @@ Improve this Doc - View Source + View Source

    Filter

    @@ -166,7 +166,7 @@ Improve this Doc - View Source + View Source

    EndPrint()

    @@ -183,7 +183,7 @@ Use this to dispose file handles and the like.

    Improve this Doc - View Source + View Source

    Print(Logger.Level, DateTime, String, String)

    @@ -235,7 +235,7 @@ Use this to dispose file handles and the like.

    Improve this Doc - View Source + View Source

    StartPrint()

    @@ -274,7 +274,7 @@ Use this to create file handles and the like.

    Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Logging.Logger.Level.html b/api/IPA.Logging.Logger.Level.html index 15540993..4fc16d5a 100644 --- a/api/IPA.Logging.Logger.Level.html +++ b/api/IPA.Logging.Logger.Level.html @@ -172,7 +172,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Logging.Logger.LogLevel.html b/api/IPA.Logging.Logger.LogLevel.html index 566f2219..00c61c0e 100644 --- a/api/IPA.Logging.Logger.LogLevel.html +++ b/api/IPA.Logging.Logger.LogLevel.html @@ -208,7 +208,7 @@ public enum LogLevel : byte Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Logging.Logger.html b/api/IPA.Logging.Logger.html index 3715dd64..922acce6 100644 --- a/api/IPA.Logging.Logger.html +++ b/api/IPA.Logging.Logger.html @@ -130,7 +130,7 @@ Improve this Doc - View Source + View Source

    LogFormat

    @@ -164,7 +164,7 @@ Improve this Doc - View Source + View Source

    Critical(Exception)

    @@ -203,7 +203,7 @@ Equivalent to Log(Level.Critical, e);

    Improve this Doc - View Source + View Source

    Critical(String)

    @@ -242,7 +242,7 @@ Equivalent to Log(Level.Critical, message);

    Improve this Doc - View Source + View Source

    Debug(Exception)

    @@ -281,7 +281,7 @@ Equivalent to Log(Level.Debug, e);

    Improve this Doc - View Source + View Source

    Debug(String)

    @@ -320,7 +320,7 @@ Equivalent to Log(Level.Debug, message);

    Improve this Doc - View Source + View Source

    Error(Exception)

    @@ -359,7 +359,7 @@ Equivalent to Log(Level.Error, e);

    Improve this Doc - View Source + View Source

    Error(String)

    @@ -398,7 +398,7 @@ Equivalent to Log(Level.Error, message);

    Improve this Doc - View Source + View Source

    Info(Exception)

    @@ -437,7 +437,7 @@ Equivalent to Log(Level.Info, e);

    Improve this Doc - View Source + View Source

    Info(String)

    @@ -476,7 +476,7 @@ Equivalent to Log(Level.Info, message);

    Improve this Doc - View Source + View Source

    Log(Logger.Level, Exception)

    @@ -516,7 +516,7 @@ Equivalent to Log(Level.Info, message);

    Improve this Doc - View Source + View Source

    Log(Logger.Level, String)

    @@ -556,7 +556,7 @@ Equivalent to Log(Level.Info, message);

    Improve this Doc - View Source + View Source

    Notice(Exception)

    @@ -595,7 +595,7 @@ Equivalent to Log(Level.Notice, e);

    Improve this Doc - View Source + View Source

    Notice(String)

    @@ -634,7 +634,7 @@ Equivalent to Log(Level.Notice, message);

    Improve this Doc - View Source + View Source

    Trace(Exception)

    @@ -673,7 +673,7 @@ Equivalent to Log(Level.Trace, e);

    Improve this Doc - View Source + View Source

    Trace(String)

    @@ -712,7 +712,7 @@ Equivalent to Log(Level.Trace, message);

    Improve this Doc - View Source + View Source

    Warn(Exception)

    @@ -751,7 +751,7 @@ Equivalent to Log(Level.Warning, e);

    Improve this Doc - View Source + View Source

    Warn(String)

    @@ -815,7 +815,7 @@ Equivalent to Log(Level.Warning, message);

    Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Logging.LoggerExtensions.html b/api/IPA.Logging.LoggerExtensions.html index 46a305e6..00009071 100644 --- a/api/IPA.Logging.LoggerExtensions.html +++ b/api/IPA.Logging.LoggerExtensions.html @@ -129,7 +129,7 @@ Improve this Doc - View Source + View Source

    GetChildLogger(Logger, String)

    @@ -191,7 +191,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Logging.Printers.ColoredConsolePrinter.html b/api/IPA.Logging.Printers.ColoredConsolePrinter.html index 6367abf2..d8b6b7e7 100644 --- a/api/IPA.Logging.Printers.ColoredConsolePrinter.html +++ b/api/IPA.Logging.Printers.ColoredConsolePrinter.html @@ -136,7 +136,7 @@ Improve this Doc - View Source + View Source

    Color

    @@ -168,7 +168,7 @@ Improve this Doc - View Source + View Source

    Filter

    @@ -204,7 +204,7 @@ Improve this Doc - View Source + View Source

    Print(Logger.Level, DateTime, String, String)

    @@ -280,7 +280,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Logging.Printers.ColorlessConsolePrinter.html b/api/IPA.Logging.Printers.ColorlessConsolePrinter.html index 51a43153..10ba96d8 100644 --- a/api/IPA.Logging.Printers.ColorlessConsolePrinter.html +++ b/api/IPA.Logging.Printers.ColorlessConsolePrinter.html @@ -136,7 +136,7 @@ Improve this Doc - View Source + View Source

    Filter

    @@ -172,7 +172,7 @@ Improve this Doc - View Source + View Source

    Print(Logger.Level, DateTime, String, String)

    @@ -248,7 +248,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Logging.Printers.GZFilePrinter.html b/api/IPA.Logging.Printers.GZFilePrinter.html index db092998..2958efa2 100644 --- a/api/IPA.Logging.Printers.GZFilePrinter.html +++ b/api/IPA.Logging.Printers.GZFilePrinter.html @@ -143,7 +143,7 @@ Improve this Doc - View Source + View Source

    FileWriter

    The StreamWriter that writes to the GZip file.

    @@ -176,7 +176,7 @@ Improve this Doc - View Source + View Source

    Dispose()

    @@ -191,7 +191,7 @@ Improve this Doc - View Source + View Source

    Dispose(Boolean)

    @@ -225,7 +225,7 @@ Improve this Doc - View Source + View Source

    EndPrint()

    @@ -243,7 +243,7 @@ Improve this Doc - View Source + View Source

    GetFileInfo()

    @@ -275,7 +275,7 @@ Improve this Doc - View Source + View Source

    StartPrint()

    @@ -319,7 +319,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Logging.Printers.GlobalLogFilePrinter.html b/api/IPA.Logging.Printers.GlobalLogFilePrinter.html index c752160b..d491364f 100644 --- a/api/IPA.Logging.Printers.GlobalLogFilePrinter.html +++ b/api/IPA.Logging.Printers.GlobalLogFilePrinter.html @@ -150,7 +150,7 @@ Improve this Doc - View Source + View Source

    Filter

    @@ -186,7 +186,7 @@ Improve this Doc - View Source + View Source

    GetFileInfo()

    @@ -220,7 +220,7 @@ Improve this Doc - View Source + View Source

    Print(Logger.Level, DateTime, String, String)

    @@ -300,7 +300,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Logging.Printers.PluginLogFilePrinter.html b/api/IPA.Logging.Printers.PluginLogFilePrinter.html index 0f093e97..b914c4d9 100644 --- a/api/IPA.Logging.Printers.PluginLogFilePrinter.html +++ b/api/IPA.Logging.Printers.PluginLogFilePrinter.html @@ -150,7 +150,7 @@ Improve this Doc - View Source + View Source

    PluginLogFilePrinter(String)

    @@ -186,7 +186,7 @@ Improve this Doc - View Source + View Source

    Filter

    @@ -222,7 +222,7 @@ Improve this Doc - View Source + View Source

    GetFileInfo()

    @@ -256,7 +256,7 @@ Improve this Doc - View Source + View Source

    Print(Logger.Level, DateTime, String, String)

    @@ -336,7 +336,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Logging.Printers.PluginSubLogPrinter.html b/api/IPA.Logging.Printers.PluginSubLogPrinter.html index 39fe347b..1a6c6565 100644 --- a/api/IPA.Logging.Printers.PluginSubLogPrinter.html +++ b/api/IPA.Logging.Printers.PluginSubLogPrinter.html @@ -150,7 +150,7 @@ Improve this Doc - View Source + View Source

    PluginSubLogPrinter(String, String)

    @@ -192,7 +192,7 @@ Improve this Doc - View Source + View Source

    Filter

    @@ -228,7 +228,7 @@ Improve this Doc - View Source + View Source

    GetFileInfo()

    @@ -262,7 +262,7 @@ Improve this Doc - View Source + View Source

    Print(Logger.Level, DateTime, String, String)

    @@ -342,7 +342,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Logging.StandardLogger.html b/api/IPA.Logging.StandardLogger.html index c34b96da..4c065f14 100644 --- a/api/IPA.Logging.StandardLogger.html +++ b/api/IPA.Logging.StandardLogger.html @@ -181,7 +181,7 @@ The modification of printers on a parent are reflected down the chain.

    Improve this Doc - View Source + View Source

    ConsoleWriter

    @@ -213,7 +213,7 @@ The modification of printers on a parent are reflected down the chain.

    Improve this Doc - View Source + View Source

    IsOnLoggerThread

    @@ -245,7 +245,7 @@ The modification of printers on a parent are reflected down the chain.

    Improve this Doc - View Source + View Source

    PrintFilter

    @@ -279,7 +279,7 @@ The modification of printers on a parent are reflected down the chain.

    Improve this Doc - View Source + View Source

    AddPrinter(LogPrinter)

    @@ -313,7 +313,7 @@ The modification of printers on a parent are reflected down the chain.

    Improve this Doc - View Source + View Source

    Debug(String)

    @@ -353,7 +353,7 @@ The modification of printers on a parent are reflected down the chain.

    Improve this Doc - View Source + View Source

    Log(Logger.Level, String)

    @@ -420,7 +420,7 @@ The modification of printers on a parent are reflected down the chain.

    Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.NoEnableDisableAttribute.html b/api/IPA.NoEnableDisableAttribute.html index 6853cdbe..1ada8f0e 100644 --- a/api/IPA.NoEnableDisableAttribute.html +++ b/api/IPA.NoEnableDisableAttribute.html @@ -286,7 +286,7 @@ them, such as with SiraUtil and Zenject.

    Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Old.IEnhancedPlugin.html b/api/IPA.Old.IEnhancedPlugin.html index bfb536b2..03246992 100644 --- a/api/IPA.Old.IEnhancedPlugin.html +++ b/api/IPA.Old.IEnhancedPlugin.html @@ -128,7 +128,7 @@ public interface IEnhancedPlugin : IPlugin Improve this Doc - View Source + View Source

    Filter

    @@ -164,7 +164,7 @@ public interface IEnhancedPlugin : IPlugin Improve this Doc - View Source + View Source

    OnLateUpdate()

    @@ -202,7 +202,7 @@ public interface IEnhancedPlugin : IPlugin Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Old.IPlugin.html b/api/IPA.Old.IPlugin.html index d007991f..e1f3bbea 100644 --- a/api/IPA.Old.IPlugin.html +++ b/api/IPA.Old.IPlugin.html @@ -102,7 +102,7 @@ public interface IPlugin Improve this Doc - View Source + View Source

    Name

    @@ -133,7 +133,7 @@ public interface IPlugin Improve this Doc - View Source + View Source

    Version

    @@ -166,7 +166,7 @@ public interface IPlugin Improve this Doc - View Source + View Source

    OnApplicationQuit()

    @@ -182,7 +182,7 @@ public interface IPlugin Improve this Doc - View Source + View Source

    OnApplicationStart()

    @@ -198,7 +198,7 @@ public interface IPlugin Improve this Doc - View Source + View Source

    OnFixedUpdate()

    @@ -214,7 +214,7 @@ public interface IPlugin Improve this Doc - View Source + View Source

    OnLevelWasInitialized(Int32)

    @@ -247,7 +247,7 @@ public interface IPlugin Improve this Doc - View Source + View Source

    OnLevelWasLoaded(Int32)

    @@ -280,7 +280,7 @@ public interface IPlugin Improve this Doc - View Source + View Source

    OnUpdate()

    @@ -318,7 +318,7 @@ public interface IPlugin Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.OnDisableAttribute.html b/api/IPA.OnDisableAttribute.html index 7a2699ce..b71a9f58 100644 --- a/api/IPA.OnDisableAttribute.html +++ b/api/IPA.OnDisableAttribute.html @@ -294,7 +294,7 @@ The method marked by this attribute will always be called from the Unity main th Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.OnEnableAttribute.html b/api/IPA.OnEnableAttribute.html index 36a87074..a8b509d9 100644 --- a/api/IPA.OnEnableAttribute.html +++ b/api/IPA.OnEnableAttribute.html @@ -294,7 +294,7 @@ The method marked by this attribute will always be called from the Unity main th Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.OnExitAttribute.html b/api/IPA.OnExitAttribute.html index dfb34d62..e07827bf 100644 --- a/api/IPA.OnExitAttribute.html +++ b/api/IPA.OnExitAttribute.html @@ -294,7 +294,7 @@ The method marked by this attribute will always be called from the Unity main th Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.OnStartAttribute.html b/api/IPA.OnStartAttribute.html index 4176f97f..edc07dbb 100644 --- a/api/IPA.OnStartAttribute.html +++ b/api/IPA.OnStartAttribute.html @@ -294,7 +294,7 @@ The method marked by this attribute will always be called from the Unity main th Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.PluginAttribute.html b/api/IPA.PluginAttribute.html index 8eeae8bf..cc89584a 100644 --- a/api/IPA.PluginAttribute.html +++ b/api/IPA.PluginAttribute.html @@ -252,7 +252,7 @@ public sealed class PluginAttribute : Attribute, _Attribute Improve this Doc - View Source + View Source

    PluginAttribute(RuntimeOptions)

    @@ -289,7 +289,7 @@ to indicate the runtime capabilities of the plugin.

    Improve this Doc - View Source + View Source

    RuntimeOptions

    @@ -354,7 +354,7 @@ to indicate the runtime capabilities of the plugin.

    Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.RuntimeOptions.html b/api/IPA.RuntimeOptions.html index ae219a06..be405c52 100644 --- a/api/IPA.RuntimeOptions.html +++ b/api/IPA.RuntimeOptions.html @@ -171,7 +171,7 @@ With this option set, whether or not the plugin is disabled during a given run i Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Utilities.AlmostVersion.StoredAs.html b/api/IPA.Utilities.AlmostVersion.StoredAs.html index 5a410db2..b6bcf08c 100644 --- a/api/IPA.Utilities.AlmostVersion.StoredAs.html +++ b/api/IPA.Utilities.AlmostVersion.StoredAs.html @@ -142,7 +142,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Utilities.AlmostVersion.html b/api/IPA.Utilities.AlmostVersion.html index 93c76a55..2d327f81 100644 --- a/api/IPA.Utilities.AlmostVersion.html +++ b/api/IPA.Utilities.AlmostVersion.html @@ -127,7 +127,7 @@ not a valid .

    Improve this Doc - View Source + View Source

    AlmostVersion(Hive.Versioning.Version)

    @@ -161,7 +161,7 @@ not a valid .

    Improve this Doc - View Source + View Source

    AlmostVersion(Version)

    @@ -196,7 +196,7 @@ public AlmostVersion(Version ver) Improve this Doc - View Source + View Source

    AlmostVersion(String)

    @@ -230,7 +230,7 @@ public AlmostVersion(Version ver) Improve this Doc - View Source + View Source

    AlmostVersion(String, AlmostVersion)

    @@ -271,7 +271,7 @@ same way as the AlmostVe Improve this Doc - View Source + View Source

    AlmostVersion(String, AlmostVersion.StoredAs)

    @@ -314,7 +314,7 @@ the storage mode specified in Improve this Doc - View Source + View Source

    SemverValue

    @@ -346,7 +346,7 @@ the storage mode specified in Improve this Doc - View Source + View Source

    StorageMode

    @@ -378,7 +378,7 @@ the storage mode specified in Improve this Doc - View Source + View Source

    StringValue

    @@ -412,7 +412,7 @@ the storage mode specified in Improve this Doc - View Source + View Source

    CompareTo(Hive.Versioning.Version)

    @@ -470,7 +470,7 @@ be thrown.

    Improve this Doc - View Source + View Source

    CompareTo(AlmostVersion)

    @@ -528,7 +528,7 @@ or Improve this Doc - View Source + View Source

    CompareTo(Version)

    @@ -587,7 +587,7 @@ be thrown.

    Improve this Doc - View Source + View Source

    Equals(Object)

    @@ -646,7 +646,7 @@ be thrown.

    Improve this Doc - View Source + View Source

    GetHashCode()

    @@ -684,7 +684,7 @@ be thrown.

    Improve this Doc - View Source + View Source

    ToString()

    @@ -725,7 +725,7 @@ stored as a , it is equivalent to ca Improve this Doc - View Source + View Source

    Equality(AlmostVersion, AlmostVersion)

    @@ -790,7 +790,7 @@ does not.

    Improve this Doc - View Source + View Source

    GreaterThan(AlmostVersion, AlmostVersion)

    @@ -842,7 +842,7 @@ does not.

    Improve this Doc - View Source + View Source

    GreaterThanOrEqual(AlmostVersion, AlmostVersion)

    @@ -894,7 +894,7 @@ does not.

    Improve this Doc - View Source + View Source

    Implicit(AlmostVersion to Version)

    @@ -949,7 +949,7 @@ public static implicit operator Version(AlmostVersion av)
    Improve this Doc - View Source + View Source

    Implicit(AlmostVersion to Nullable<Hive.Versioning.Version>)

    @@ -1003,7 +1003,7 @@ If not applicable, returns null

    Improve this Doc - View Source + View Source

    Implicit(Version to AlmostVersion)

    @@ -1057,7 +1057,7 @@ public static implicit operator AlmostVersion(Version ver)
    Improve this Doc - View Source + View Source

    Implicit(Nullable<Hive.Versioning.Version> to AlmostVersion)

    @@ -1110,7 +1110,7 @@ public static implicit operator AlmostVersion(Version ver)
    Improve this Doc - View Source + View Source

    Inequality(AlmostVersion, AlmostVersion)

    @@ -1170,7 +1170,7 @@ public static implicit operator AlmostVersion(Version ver)
    Improve this Doc - View Source + View Source

    LessThan(AlmostVersion, AlmostVersion)

    @@ -1222,7 +1222,7 @@ public static implicit operator AlmostVersion(Version ver) Improve this Doc - View Source + View Source

    LessThanOrEqual(AlmostVersion, AlmostVersion)

    @@ -1306,7 +1306,7 @@ public static implicit operator AlmostVersion(Version ver) Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Utilities.AlmostVersionConverter.html b/api/IPA.Utilities.AlmostVersionConverter.html index 0471584f..8edfd055 100644 --- a/api/IPA.Utilities.AlmostVersionConverter.html +++ b/api/IPA.Utilities.AlmostVersionConverter.html @@ -143,7 +143,7 @@ Improve this Doc - View Source + View Source

    FromValue(Value, Object)

    @@ -200,7 +200,7 @@ Improve this Doc - View Source + View Source

    ToValue(AlmostVersion, Object)

    @@ -284,7 +284,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Utilities.Async.Coroutines.html b/api/IPA.Utilities.Async.Coroutines.html index 98149482..51220dbc 100644 --- a/api/IPA.Utilities.Async.Coroutines.html +++ b/api/IPA.Utilities.Async.Coroutines.html @@ -129,7 +129,7 @@ Improve this Doc - View Source + View Source

    AsTask(IEnumerator)

    @@ -190,7 +190,7 @@ helpful on their own, however ma Improve this Doc - View Source + View Source

    WaitForTask(Task)

    @@ -240,7 +240,7 @@ helpful on their own, however ma Improve this Doc - View Source + View Source

    WaitForTask(Task, Boolean)

    @@ -302,7 +302,7 @@ helpful on their own, however ma Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Utilities.Async.SingleCreationValueCache-2.html b/api/IPA.Utilities.Async.SingleCreationValueCache-2.html index 1b487c92..c8099189 100644 --- a/api/IPA.Utilities.Async.SingleCreationValueCache-2.html +++ b/api/IPA.Utilities.Async.SingleCreationValueCache-2.html @@ -154,7 +154,7 @@ to ensure that values are only created once ever, without having multiple parall Improve this Doc - View Source + View Source

    SingleCreationValueCache()

    @@ -172,7 +172,7 @@ capacity, and uses the default comparer for the key type.

    Improve this Doc - View Source + View Source

    SingleCreationValueCache(IEnumerable<KeyValuePair<TKey, TValue>>)

    @@ -230,7 +230,7 @@ the default comparer for the key type.

    Improve this Doc - View Source + View Source

    SingleCreationValueCache(IEnumerable<KeyValuePair<TKey, TValue>>, IEqualityComparer<TKey>)

    @@ -289,7 +289,7 @@ the specified Improve this Doc - View Source + View Source

    SingleCreationValueCache(IEqualityComparer<TKey>)

    @@ -343,7 +343,7 @@ the specified Improve this Doc - View Source + View Source

    Count

    @@ -374,7 +374,7 @@ the specified Improve this Doc - View Source + View Source

    IsEmpty

    @@ -407,7 +407,7 @@ the specified Improve this Doc - View Source + View Source

    Clear()

    @@ -423,7 +423,7 @@ the specified Improve this Doc - View Source + View Source

    ContainsKey(TKey)

    @@ -473,7 +473,7 @@ the specified Improve this Doc - View Source + View Source

    GetOrAdd(TKey, Func<TKey, TValue>)

    @@ -532,7 +532,7 @@ this waits for the creator to finish and retrieves the value.

    Improve this Doc - View Source + View Source

    ToArray()

    @@ -565,7 +565,7 @@ created.

    Improve this Doc - View Source + View Source

    TryGetValue(TKey, out TValue)

    @@ -643,7 +643,7 @@ created.

    Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Utilities.Async.SingleThreadTaskScheduler.html b/api/IPA.Utilities.Async.SingleThreadTaskScheduler.html index c178ffcc..bdc687c9 100644 --- a/api/IPA.Utilities.Async.SingleThreadTaskScheduler.html +++ b/api/IPA.Utilities.Async.SingleThreadTaskScheduler.html @@ -158,7 +158,7 @@ Improve this Doc - View Source + View Source

    IsRunning

    @@ -207,7 +207,7 @@ Improve this Doc - View Source + View Source

    Dispose()

    @@ -223,7 +223,7 @@ Improve this Doc - View Source + View Source

    Dispose(Boolean)

    @@ -257,7 +257,7 @@ Improve this Doc - View Source + View Source

    Exit()

    @@ -308,7 +308,7 @@ Improve this Doc - View Source + View Source

    GetScheduledTasks()

    @@ -358,7 +358,7 @@ Improve this Doc - View Source + View Source

    Join()

    @@ -393,7 +393,7 @@ Improve this Doc - View Source + View Source

    QueueTask(Task)

    @@ -446,7 +446,7 @@ scheduled for this Improve this Doc - View Source + View Source

    Start()

    @@ -478,7 +478,7 @@ scheduled for this Improve this Doc - View Source + View Source

    TryExecuteTaskInline(Task, Boolean)

    @@ -581,7 +581,7 @@ make sense to run it inline.

    Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Utilities.Async.Synchronization.MutexLocker.html b/api/IPA.Utilities.Async.Synchronization.MutexLocker.html index d47387fe..c5ded06a 100644 --- a/api/IPA.Utilities.Async.Synchronization.MutexLocker.html +++ b/api/IPA.Utilities.Async.Synchronization.MutexLocker.html @@ -126,7 +126,7 @@ Create this with Improve this Doc - View Source + View Source

    IDisposable.Dispose()

    @@ -172,7 +172,7 @@ Create this with Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Utilities.Async.Synchronization.ReaderWriterLockSlimReadLocker.html b/api/IPA.Utilities.Async.Synchronization.ReaderWriterLockSlimReadLocker.html index 910d8eaa..613490ef 100644 --- a/api/IPA.Utilities.Async.Synchronization.ReaderWriterLockSlimReadLocker.html +++ b/api/IPA.Utilities.Async.Synchronization.ReaderWriterLockSlimReadLocker.html @@ -126,7 +126,7 @@ it is disposed. Create this with Improve this Doc - View Source + View Source

    IDisposable.Dispose()

    @@ -172,7 +172,7 @@ it is disposed. Create this with Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Utilities.Async.Synchronization.ReaderWriterLockSlimUpgradableReadLocker.html b/api/IPA.Utilities.Async.Synchronization.ReaderWriterLockSlimUpgradableReadLocker.html index 8e8f0beb..5f635c86 100644 --- a/api/IPA.Utilities.Async.Synchronization.ReaderWriterLockSlimUpgradableReadLocker.html +++ b/api/IPA.Utilities.Async.Synchronization.ReaderWriterLockSlimUpgradableReadLocker.html @@ -126,7 +126,7 @@ when it is disposed. Create this with Improve this Doc - View Source + View Source

    Upgrade()

    @@ -165,7 +165,7 @@ upgrading the current thread's lock.

    Improve this Doc - View Source + View Source

    IDisposable.Dispose()

    @@ -211,7 +211,7 @@ upgrading the current thread's lock.

    Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Utilities.Async.Synchronization.ReaderWriterLockSlimWriteLocker.html b/api/IPA.Utilities.Async.Synchronization.ReaderWriterLockSlimWriteLocker.html index 95ad0383..af9e42d6 100644 --- a/api/IPA.Utilities.Async.Synchronization.ReaderWriterLockSlimWriteLocker.html +++ b/api/IPA.Utilities.Async.Synchronization.ReaderWriterLockSlimWriteLocker.html @@ -126,7 +126,7 @@ it is disposed. Create this with Improve this Doc - View Source + View Source

    IDisposable.Dispose()

    @@ -172,7 +172,7 @@ it is disposed. Create this with Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Utilities.Async.Synchronization.SemaphoreLocker.html b/api/IPA.Utilities.Async.Synchronization.SemaphoreLocker.html index e0b3d0d6..ab700ed8 100644 --- a/api/IPA.Utilities.Async.Synchronization.SemaphoreLocker.html +++ b/api/IPA.Utilities.Async.Synchronization.SemaphoreLocker.html @@ -126,7 +126,7 @@ Create this with Improve this Doc - View Source + View Source

    IDisposable.Dispose()

    @@ -172,7 +172,7 @@ Create this with Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Utilities.Async.Synchronization.SemaphoreSlimLocker.html b/api/IPA.Utilities.Async.Synchronization.SemaphoreSlimLocker.html index c562a7c2..ea40df62 100644 --- a/api/IPA.Utilities.Async.Synchronization.SemaphoreSlimLocker.html +++ b/api/IPA.Utilities.Async.Synchronization.SemaphoreSlimLocker.html @@ -126,7 +126,7 @@ Create this with Improve this Doc - View Source + View Source

    IDisposable.Dispose()

    @@ -172,7 +172,7 @@ Create this with Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Utilities.Async.Synchronization.html b/api/IPA.Utilities.Async.Synchronization.html index e11c2b11..3c96676e 100644 --- a/api/IPA.Utilities.Async.Synchronization.html +++ b/api/IPA.Utilities.Async.Synchronization.html @@ -137,7 +137,7 @@ with whichever member you want to use, according to your lock type. Improve this Doc - View Source + View Source

    Lock(Mutex)

    @@ -187,7 +187,7 @@ with whichever member you want to use, according to your lock type. Improve this Doc - View Source + View Source

    Lock(Semaphore)

    @@ -237,7 +237,7 @@ with whichever member you want to use, according to your lock type. Improve this Doc - View Source + View Source

    Lock(SemaphoreSlim)

    @@ -287,7 +287,7 @@ with whichever member you want to use, according to your lock type. Improve this Doc - View Source + View Source

    LockRead(ReaderWriterLockSlim)

    @@ -337,7 +337,7 @@ with whichever member you want to use, according to your lock type. Improve this Doc - View Source + View Source

    LockReadUpgradable(ReaderWriterLockSlim)

    @@ -387,7 +387,7 @@ with whichever member you want to use, according to your lock type. Improve this Doc - View Source + View Source

    LockWrite(ReaderWriterLockSlim)

    @@ -443,7 +443,7 @@ with whichever member you want to use, according to your lock type. Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Utilities.Async.UnityMainThreadTaskScheduler.html b/api/IPA.Utilities.Async.UnityMainThreadTaskScheduler.html index 319252f9..d670bdce 100644 --- a/api/IPA.Utilities.Async.UnityMainThreadTaskScheduler.html +++ b/api/IPA.Utilities.Async.UnityMainThreadTaskScheduler.html @@ -155,7 +155,7 @@ Improve this Doc - View Source + View Source

    Cancelling

    @@ -187,7 +187,7 @@ Improve this Doc - View Source + View Source

    Default

    @@ -219,7 +219,7 @@ Improve this Doc - View Source + View Source

    Factory

    @@ -251,7 +251,7 @@ Improve this Doc - View Source + View Source

    IsRunning

    @@ -283,7 +283,7 @@ Improve this Doc - View Source + View Source

    YieldAfterTasks

    @@ -315,7 +315,7 @@ Improve this Doc - View Source + View Source

    YieldAfterTime

    @@ -349,7 +349,7 @@ Improve this Doc - View Source + View Source

    Cancel()

    @@ -387,7 +387,7 @@ All remaining tasks will be left in the queue.

    Improve this Doc - View Source + View Source

    Coroutine()

    @@ -451,7 +451,7 @@ exit on its own. Improve this Doc - View Source + View Source

    Dispose()

    @@ -467,7 +467,7 @@ exit on its own. Improve this Doc - View Source + View Source

    Dispose(Boolean)

    @@ -501,7 +501,7 @@ exit on its own. Improve this Doc - View Source + View Source

    GetScheduledTasks()

    @@ -551,7 +551,7 @@ exit on its own. Improve this Doc - View Source + View Source

    QueueTask(Task)

    @@ -604,7 +604,7 @@ scheduled for this Improve this Doc - View Source + View Source

    TryExecuteTaskInline(Task, Boolean)

    @@ -704,7 +704,7 @@ scheduled for this Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Utilities.CriticalSection.AutoExecuteSection.html b/api/IPA.Utilities.CriticalSection.AutoExecuteSection.html index 28e7a5ac..cbf9a455 100644 --- a/api/IPA.Utilities.CriticalSection.AutoExecuteSection.html +++ b/api/IPA.Utilities.CriticalSection.AutoExecuteSection.html @@ -125,7 +125,7 @@ Improve this Doc - View Source + View Source

    IDisposable.Dispose()

    @@ -166,7 +166,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Utilities.CriticalSection.html b/api/IPA.Utilities.CriticalSection.html index 162818bc..b7beed28 100644 --- a/api/IPA.Utilities.CriticalSection.html +++ b/api/IPA.Utilities.CriticalSection.html @@ -129,7 +129,7 @@ Improve this Doc - View Source + View Source

    EnterExecuteSection()

    @@ -145,7 +145,7 @@ Improve this Doc - View Source + View Source

    ExecuteSection()

    @@ -177,7 +177,7 @@ Improve this Doc - View Source + View Source

    ExitExecuteSection()

    @@ -199,7 +199,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Utilities.EnumerableExtensions.html b/api/IPA.Utilities.EnumerableExtensions.html index a604700b..3d786fa3 100644 --- a/api/IPA.Utilities.EnumerableExtensions.html +++ b/api/IPA.Utilities.EnumerableExtensions.html @@ -129,7 +129,7 @@ Improve this Doc - View Source + View Source

    NonNull<T>(IEnumerable<T>)

    @@ -196,7 +196,7 @@ Improve this Doc - View Source + View Source

    NonNull<T>(IEnumerable<Nullable<T>>)

    @@ -263,7 +263,7 @@ Improve this Doc - View Source + View Source

    NonNull<T, U>(IEnumerable<T>, Func<T, U>)

    @@ -341,7 +341,7 @@ Improve this Doc - View Source + View Source

    NonNull<T, U>(IEnumerable<T>, Func<T, Nullable<U>>)

    @@ -425,7 +425,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Utilities.Extensions.html b/api/IPA.Utilities.Extensions.html index b4d0600e..4d7f8bd9 100644 --- a/api/IPA.Utilities.Extensions.html +++ b/api/IPA.Utilities.Extensions.html @@ -129,7 +129,7 @@ Improve this Doc - View Source + View Source

    GetDefault(Type)

    @@ -179,7 +179,7 @@ Improve this Doc - View Source + View Source

    IsSubPathOf(String, String)

    @@ -234,7 +234,7 @@ only matches if the base dir folder name is matched exactly ("c:\foobar\fil Improve this Doc - View Source + View Source

    Right(String, Int32)

    @@ -290,7 +290,7 @@ only matches if the base dir folder name is matched exactly ("c:\foobar\fil Improve this Doc - View Source + View Source

    Unwrap(Nullable<Boolean>)

    @@ -340,7 +340,7 @@ only matches if the base dir folder name is matched exactly ("c:\foobar\fil Improve this Doc - View Source + View Source

    WithEnding(String, String)

    @@ -403,7 +403,7 @@ results in satisfying .EndsWith(ending).

    Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Utilities.FieldAccessor-2.Accessor.html b/api/IPA.Utilities.FieldAccessor-2.Accessor.html index 43a2102c..0826c5ec 100644 --- a/api/IPA.Utilities.FieldAccessor-2.Accessor.html +++ b/api/IPA.Utilities.FieldAccessor-2.Accessor.html @@ -154,7 +154,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Utilities.FieldAccessor-2.html b/api/IPA.Utilities.FieldAccessor-2.html index be01dfa1..470bb180 100644 --- a/api/IPA.Utilities.FieldAccessor-2.html +++ b/api/IPA.Utilities.FieldAccessor-2.html @@ -150,7 +150,7 @@ Improve this Doc - View Source + View Source

    Access(ref T, String)

    @@ -226,7 +226,7 @@ Improve this Doc - View Source + View Source

    Get(T, String)

    @@ -304,7 +304,7 @@ Improve this Doc - View Source + View Source

    Get(ref T, String)

    @@ -386,7 +386,7 @@ as it prevents a copy.

    Improve this Doc - View Source + View Source

    GetAccessor(String)

    @@ -452,7 +452,7 @@ as it prevents a copy.

    Improve this Doc - View Source + View Source

    Set(T, String, U)

    @@ -523,7 +523,7 @@ as it prevents a copy.

    Improve this Doc - View Source + View Source

    Set(ref T, String, U)

    @@ -604,7 +604,7 @@ as it prevents a copy.

    Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Utilities.MethodAccessor-2.html b/api/IPA.Utilities.MethodAccessor-2.html index 128f841c..a7845002 100644 --- a/api/IPA.Utilities.MethodAccessor-2.html +++ b/api/IPA.Utilities.MethodAccessor-2.html @@ -151,7 +151,7 @@ Improve this Doc - View Source + View Source

    GetDelegate(String)

    @@ -228,7 +228,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Utilities.PropertyAccessor-2.Getter.html b/api/IPA.Utilities.PropertyAccessor-2.Getter.html index af0c6312..acccbfc3 100644 --- a/api/IPA.Utilities.PropertyAccessor-2.Getter.html +++ b/api/IPA.Utilities.PropertyAccessor-2.Getter.html @@ -154,7 +154,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Utilities.PropertyAccessor-2.Setter.html b/api/IPA.Utilities.PropertyAccessor-2.Setter.html index 85df5e04..37d64a4d 100644 --- a/api/IPA.Utilities.PropertyAccessor-2.Setter.html +++ b/api/IPA.Utilities.PropertyAccessor-2.Setter.html @@ -144,7 +144,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Utilities.PropertyAccessor-2.html b/api/IPA.Utilities.PropertyAccessor-2.html index 974ca9ec..621ec8fd 100644 --- a/api/IPA.Utilities.PropertyAccessor-2.html +++ b/api/IPA.Utilities.PropertyAccessor-2.html @@ -150,7 +150,7 @@ Improve this Doc - View Source + View Source

    Get(T, String)

    @@ -227,7 +227,7 @@ Improve this Doc - View Source + View Source

    Get(ref T, String)

    @@ -308,7 +308,7 @@ it avoids a copy.

    Improve this Doc - View Source + View Source

    GetGetter(String)

    @@ -374,7 +374,7 @@ it avoids a copy.

    Improve this Doc - View Source + View Source

    GetSetter(String)

    @@ -440,7 +440,7 @@ it avoids a copy.

    Improve this Doc - View Source + View Source

    Set(T, String, U)

    @@ -510,7 +510,7 @@ it avoids a copy.

    Improve this Doc - View Source + View Source

    Set(ref T, String, U)

    @@ -586,7 +586,7 @@ it avoids a copy.

    Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Utilities.Ref-1.html b/api/IPA.Utilities.Ref-1.html index 1788e7a3..e4b5563c 100644 --- a/api/IPA.Utilities.Ref-1.html +++ b/api/IPA.Utilities.Ref-1.html @@ -150,7 +150,7 @@ Improve this Doc - View Source + View Source

    Ref(T)

    @@ -186,7 +186,7 @@ Improve this Doc - View Source + View Source

    Error

    @@ -218,7 +218,7 @@ Improve this Doc - View Source + View Source

    Value

    @@ -252,7 +252,7 @@ Improve this Doc - View Source + View Source

    CompareTo(T)

    @@ -302,7 +302,7 @@ Improve this Doc - View Source + View Source

    CompareTo(Ref<T>)

    @@ -352,7 +352,7 @@ Improve this Doc - View Source + View Source

    Verify()

    @@ -370,7 +370,7 @@ Improve this Doc - View Source + View Source

    Implicit(T to Ref<T>)

    @@ -420,7 +420,7 @@ Improve this Doc - View Source + View Source

    Implicit(Ref<T> to T)

    @@ -499,7 +499,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Utilities.Ref.html b/api/IPA.Utilities.Ref.html index 6d25ab54..c49bd7ec 100644 --- a/api/IPA.Utilities.Ref.html +++ b/api/IPA.Utilities.Ref.html @@ -129,7 +129,7 @@ Improve this Doc - View Source + View Source

    Create<T>(T)

    @@ -201,7 +201,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Utilities.ReflectionUtil.html b/api/IPA.Utilities.ReflectionUtil.html index 2961076e..0aed89c7 100644 --- a/api/IPA.Utilities.ReflectionUtil.html +++ b/api/IPA.Utilities.ReflectionUtil.html @@ -129,7 +129,7 @@ Improve this Doc - View Source + View Source

    CopyComponent(Component, Type, GameObject, Type)

    @@ -197,7 +197,7 @@ Improve this Doc - View Source + View Source

    CopyComponent<T>(Component, GameObject, Type)

    @@ -280,7 +280,7 @@ Improve this Doc - View Source + View Source

    GetField<U, T>(T, String)

    @@ -377,7 +377,7 @@ Improve this Doc - View Source + View Source

    GetProperty<U, T>(T, String)

    @@ -474,7 +474,7 @@ Improve this Doc - View Source + View Source

    InvokeMethod<U, T>(T, String, Object[])

    @@ -573,7 +573,7 @@ Improve this Doc - View Source + View Source

    SetField<T, U>(T, String, U)

    @@ -660,7 +660,7 @@ Improve this Doc - View Source + View Source

    SetProperty<T, U>(T, String, U)

    @@ -753,7 +753,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Utilities.UnityGame.Release.html b/api/IPA.Utilities.UnityGame.Release.html index b35b611e..61087daf 100644 --- a/api/IPA.Utilities.UnityGame.Release.html +++ b/api/IPA.Utilities.UnityGame.Release.html @@ -142,7 +142,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Utilities.UnityGame.html b/api/IPA.Utilities.UnityGame.html index 9c211ca0..694b4d00 100644 --- a/api/IPA.Utilities.UnityGame.html +++ b/api/IPA.Utilities.UnityGame.html @@ -129,7 +129,7 @@ Improve this Doc - View Source + View Source

    GameVersion

    @@ -161,7 +161,7 @@ Improve this Doc - View Source + View Source

    InstallPath

    @@ -193,7 +193,7 @@ Improve this Doc - View Source + View Source

    LibraryPath

    @@ -225,7 +225,7 @@ Improve this Doc - View Source + View Source

    NativeLibraryPath

    @@ -257,7 +257,7 @@ Improve this Doc - View Source + View Source

    OnMainThread

    @@ -289,7 +289,7 @@ Improve this Doc - View Source + View Source

    PluginsPath

    @@ -321,7 +321,7 @@ Improve this Doc - View Source + View Source

    ReleaseType

    @@ -356,7 +356,7 @@ Improve this Doc - View Source + View Source

    UserDataPath

    @@ -394,7 +394,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Utilities.Utils.ScopeGuardObject.html b/api/IPA.Utilities.Utils.ScopeGuardObject.html index 033a7bb9..68d5e03c 100644 --- a/api/IPA.Utilities.Utils.ScopeGuardObject.html +++ b/api/IPA.Utilities.Utils.ScopeGuardObject.html @@ -128,7 +128,7 @@ Improve this Doc - View Source + View Source

    ScopeGuardObject(Action)

    @@ -164,7 +164,7 @@ Improve this Doc - View Source + View Source

    IDisposable.Dispose()

    @@ -209,7 +209,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/api/IPA.Utilities.Utils.html b/api/IPA.Utilities.Utils.html index 4a8d20cb..32bce717 100644 --- a/api/IPA.Utilities.Utils.html +++ b/api/IPA.Utilities.Utils.html @@ -129,7 +129,7 @@ Improve this Doc - View Source + View Source

    CanUseDateTimeNowSafely

    @@ -163,7 +163,7 @@ Improve this Doc - View Source + View Source

    ByteArrayToString(Byte[])

    @@ -213,7 +213,7 @@ Improve this Doc - View Source + View Source

    CopyAll(DirectoryInfo, DirectoryInfo, String, Func<Exception, FileInfo, Boolean>)

    @@ -265,7 +265,7 @@ Improve this Doc - View Source + View Source

    CurrentTime()

    @@ -297,7 +297,7 @@ Improve this Doc - View Source + View Source

    Deconstruct<TKey, TValue>(KeyValuePair<TKey, TValue>, out TKey, out TValue)

    @@ -364,7 +364,7 @@ Improve this Doc - View Source + View Source

    GetRelativePath(String, String)

    @@ -420,7 +420,7 @@ Improve this Doc - View Source + View Source

    ScopeGuard(Action)

    @@ -473,7 +473,7 @@ Improve this Doc - View Source + View Source

    StringToByteArray(String)

    @@ -523,7 +523,7 @@ Improve this Doc - View Source + View Source

    UnsafeCompare(Byte[], Byte[])

    @@ -579,7 +579,7 @@ Improve this Doc - View Source + View Source

    VersionCompareNoPrerelease(Hive.Versioning.Version, Hive.Versioning.Version)

    @@ -635,7 +635,7 @@ Improve this Doc - View Source + View Source

    VersionCompareNoPrerelease(Version, Version)

    @@ -698,7 +698,7 @@ public static int VersionCompareNoPrerelease(Version l, Version r) Improve this Doc
  • - View Source + View Source
  • diff --git a/api/SemVer.Range.html b/api/SemVer.Range.html index 5c78ad54..50614e18 100644 --- a/api/SemVer.Range.html +++ b/api/SemVer.Range.html @@ -125,7 +125,7 @@ public class Range : IEquatable<Range>, IEquatable<VersionRange>Improve this Doc - View Source + View Source

    Range(String, Boolean)

    @@ -164,7 +164,7 @@ public class Range : IEquatable<Range>, IEquatable<VersionRange>Improve this Doc - View Source + View Source

    UnderlyingRange

    @@ -196,7 +196,7 @@ public class Range : IEquatable<Range>, IEquatable<VersionRange>Improve this Doc - View Source + View Source

    Equals(VersionRange)

    @@ -243,7 +243,7 @@ public class Range : IEquatable<Range>, IEquatable<VersionRange>Improve this Doc - View Source + View Source

    Equals(Range)

    @@ -290,7 +290,7 @@ public class Range : IEquatable<Range>, IEquatable<VersionRange>Improve this Doc - View Source + View Source

    Equals(Object)

    @@ -339,7 +339,7 @@ public class Range : IEquatable<Range>, IEquatable<VersionRange>Improve this Doc - View Source + View Source

    ForHiveRange(VersionRange)

    @@ -386,7 +386,7 @@ public class Range : IEquatable<Range>, IEquatable<VersionRange>Improve this Doc - View Source + View Source

    GetHashCode()

    @@ -418,7 +418,7 @@ public class Range : IEquatable<Range>, IEquatable<VersionRange>Improve this Doc - View Source + View Source

    Intersect(Range)

    @@ -465,7 +465,7 @@ public class Range : IEquatable<Range>, IEquatable<VersionRange>Improve this Doc - View Source + View Source

    IsSatisfied(Version)

    @@ -512,7 +512,7 @@ public class Range : IEquatable<Range>, IEquatable<VersionRange>Improve this Doc - View Source + View Source

    IsSatisfied(Version)

    @@ -559,7 +559,7 @@ public class Range : IEquatable<Range>, IEquatable<VersionRange>Improve this Doc - View Source + View Source

    IsSatisfied(String, Boolean)

    @@ -611,7 +611,7 @@ public class Range : IEquatable<Range>, IEquatable<VersionRange>Improve this Doc - View Source + View Source

    IsSatisfied(String, String, Boolean)

    @@ -668,7 +668,7 @@ public class Range : IEquatable<Range>, IEquatable<VersionRange>Improve this Doc - View Source + View Source

    MaxSatisfying(IEnumerable<Version>)

    @@ -715,7 +715,7 @@ public class Range : IEquatable<Range>, IEquatable<VersionRange>Improve this Doc - View Source + View Source

    MaxSatisfying(IEnumerable<String>, Boolean)

    @@ -767,7 +767,7 @@ public class Range : IEquatable<Range>, IEquatable<VersionRange>Improve this Doc - View Source + View Source

    MaxSatisfying(String, IEnumerable<String>, Boolean)

    @@ -824,7 +824,7 @@ public class Range : IEquatable<Range>, IEquatable<VersionRange>Improve this Doc - View Source + View Source

    Satisfying(IEnumerable<Version>)

    @@ -871,7 +871,7 @@ public class Range : IEquatable<Range>, IEquatable<VersionRange>Improve this Doc - View Source + View Source

    Satisfying(IEnumerable<String>, Boolean)

    @@ -923,7 +923,7 @@ public class Range : IEquatable<Range>, IEquatable<VersionRange>Improve this Doc - View Source + View Source

    Satisfying(String, IEnumerable<String>, Boolean)

    @@ -980,7 +980,7 @@ public class Range : IEquatable<Range>, IEquatable<VersionRange>Improve this Doc - View Source + View Source

    ToString()

    @@ -1014,7 +1014,7 @@ public class Range : IEquatable<Range>, IEquatable<VersionRange>Improve this Doc - View Source + View Source

    Equality(Range, Range)

    @@ -1066,7 +1066,7 @@ public class Range : IEquatable<Range>, IEquatable<VersionRange>Improve this Doc - View Source + View Source

    Inequality(Range, Range)

    @@ -1147,7 +1147,7 @@ public class Range : IEquatable<Range>, IEquatable<VersionRange>Improve this Doc
  • - View Source + View Source
  • diff --git a/api/SemVer.Version.html b/api/SemVer.Version.html index 7a7d9cac..ce05df94 100644 --- a/api/SemVer.Version.html +++ b/api/SemVer.Version.html @@ -128,7 +128,7 @@ public class Version : IComparable<Version>, IComparable<Version>, I Improve this Doc - View Source + View Source

    Version(Int32, Int32, Int32, String, String)

    @@ -180,7 +180,7 @@ public class Version : IComparable<Version>, IComparable<Version>, I Improve this Doc - View Source + View Source

    Version(String, Boolean)

    @@ -219,7 +219,7 @@ public class Version : IComparable<Version>, IComparable<Version>, I Improve this Doc - View Source + View Source

    Build

    @@ -249,7 +249,7 @@ public class Version : IComparable<Version>, IComparable<Version>, I Improve this Doc - View Source + View Source

    Major

    @@ -279,7 +279,7 @@ public class Version : IComparable<Version>, IComparable<Version>, I Improve this Doc - View Source + View Source

    Minor

    @@ -309,7 +309,7 @@ public class Version : IComparable<Version>, IComparable<Version>, I Improve this Doc - View Source + View Source

    Patch

    @@ -339,7 +339,7 @@ public class Version : IComparable<Version>, IComparable<Version>, I Improve this Doc - View Source + View Source

    PreRelease

    @@ -369,7 +369,7 @@ public class Version : IComparable<Version>, IComparable<Version>, I Improve this Doc - View Source + View Source

    UnderlyingVersion

    @@ -401,7 +401,7 @@ public class Version : IComparable<Version>, IComparable<Version>, I Improve this Doc - View Source + View Source

    BaseVersion()

    @@ -431,7 +431,7 @@ public class Version : IComparable<Version>, IComparable<Version>, I Improve this Doc - View Source + View Source

    Clean()

    @@ -461,7 +461,7 @@ public class Version : IComparable<Version>, IComparable<Version>, I Improve this Doc - View Source + View Source

    CompareTo(Version)

    @@ -508,7 +508,7 @@ public class Version : IComparable<Version>, IComparable<Version>, I Improve this Doc - View Source + View Source

    CompareTo(Version)

    @@ -555,7 +555,7 @@ public class Version : IComparable<Version>, IComparable<Version>, I Improve this Doc - View Source + View Source

    CompareTo(Object)

    @@ -602,7 +602,7 @@ public class Version : IComparable<Version>, IComparable<Version>, I Improve this Doc - View Source + View Source

    Equals(Version)

    @@ -649,7 +649,7 @@ public class Version : IComparable<Version>, IComparable<Version>, I Improve this Doc - View Source + View Source

    Equals(Version)

    @@ -696,7 +696,7 @@ public class Version : IComparable<Version>, IComparable<Version>, I Improve this Doc - View Source + View Source

    Equals(Object)

    @@ -745,7 +745,7 @@ public class Version : IComparable<Version>, IComparable<Version>, I Improve this Doc - View Source + View Source

    ForHiveVersion(Version)

    @@ -792,7 +792,7 @@ public class Version : IComparable<Version>, IComparable<Version>, I Improve this Doc - View Source + View Source

    GetHashCode()

    @@ -824,7 +824,7 @@ public class Version : IComparable<Version>, IComparable<Version>, I Improve this Doc - View Source + View Source

    ToString()

    @@ -858,7 +858,7 @@ public class Version : IComparable<Version>, IComparable<Version>, I Improve this Doc - View Source + View Source

    Equality(Version, Version)

    @@ -910,7 +910,7 @@ public class Version : IComparable<Version>, IComparable<Version>, I Improve this Doc - View Source + View Source

    GreaterThan(Version, Version)

    @@ -962,7 +962,7 @@ public class Version : IComparable<Version>, IComparable<Version>, I Improve this Doc - View Source + View Source

    GreaterThanOrEqual(Version, Version)

    @@ -1014,7 +1014,7 @@ public class Version : IComparable<Version>, IComparable<Version>, I Improve this Doc - View Source + View Source

    Inequality(Version, Version)

    @@ -1066,7 +1066,7 @@ public class Version : IComparable<Version>, IComparable<Version>, I Improve this Doc - View Source + View Source

    LessThan(Version, Version)

    @@ -1118,7 +1118,7 @@ public class Version : IComparable<Version>, IComparable<Version>, I Improve this Doc - View Source + View Source

    LessThanOrEqual(Version, Version)

    @@ -1208,7 +1208,7 @@ public class Version : IComparable<Version>, IComparable<Version>, I Improve this Doc
  • - View Source + View Source
  • diff --git a/api/index.html b/api/index.html index d2b36157..88916b53 100644 --- a/api/index.html +++ b/api/index.html @@ -90,7 +90,7 @@ Select a namespace and a class on the left to get started.

    diff --git a/articles/command-line.html b/articles/command-line.html index a1d23ee9..64e73ded 100644 --- a/articles/command-line.html +++ b/articles/command-line.html @@ -184,7 +184,7 @@ that behaviour, and restricts it to only create a global log and mod logs.

    diff --git a/articles/contributing.html b/articles/contributing.html index 81dcec2e..3f70e059 100644 --- a/articles/contributing.html +++ b/articles/contributing.html @@ -117,7 +117,7 @@ should reference the copy in there. When building for Release, it just uses the
    diff --git a/articles/index.html b/articles/index.html index 1884b11e..fddf594c 100644 --- a/articles/index.html +++ b/articles/index.html @@ -94,7 +94,7 @@
    diff --git a/articles/start-dev.html b/articles/start-dev.html index 318319b3..528482e7 100644 --- a/articles/start-dev.html +++ b/articles/start-dev.html @@ -514,7 +514,7 @@ namespace Demo
    diff --git a/articles/start-user.html b/articles/start-user.html index 22c68914..7e2a6bb2 100644 --- a/articles/start-user.html +++ b/articles/start-user.html @@ -161,7 +161,7 @@ the game directory, though your plugins will be moved to a different folder when
    diff --git a/index.html b/index.html index b6fba39d..79c833e7 100644 --- a/index.html +++ b/index.html @@ -101,7 +101,7 @@
    diff --git a/index.json b/index.json index 88b2eb6f..0b9b48f0 100644 --- a/index.json +++ b/index.json @@ -47,12 +47,12 @@ "api/IPA.Config.Data.Boolean.html": { "href": "api/IPA.Config.Data.Boolean.html", "title": "Class Boolean", - "keywords": "Class Boolean A Value representing a boolean value. Inheritance Object Value Boolean Inherited Members Value.Null() Value.List() Value.Map() Value.From(String) Value.Text(String) Value.From(Int64) Value.Integer(Int64) Value.From(Decimal) Value.Float(Decimal) Value.From(Boolean) Value.Bool(Boolean) Value.From(IEnumerable) Value.From(IDictionary) Value.From(IEnumerable>) Object.Equals(Object) Object.Equals(Object, Object) Object.ReferenceEquals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Namespace : IPA.Config.Data Assembly : IPA.Loader.dll Syntax public sealed class Boolean : Value Properties | Improve this Doc View Source Value The actual value fo this Boolean object. Declaration public bool Value { get; set; } Property Value Type Description Boolean Methods | Improve this Doc View Source ToString() Converts this Value into a human-readable format. Declaration public override string ToString() Returns Type Description String the result of Value.ToString().ToLower() Overrides Value.ToString() Extension Methods ReflectionUtil.SetField(T, String, U) ReflectionUtil.GetField(T, String) ReflectionUtil.SetProperty(T, String, U) ReflectionUtil.GetProperty(T, String) ReflectionUtil.InvokeMethod(T, String, Object[])" + "keywords": "Class Boolean A Value representing a boolean value. Inheritance Object Value Boolean Inherited Members Value.Null() Value.List() Value.Map() Value.From(String) Value.Text(String) Value.From(Int64) Value.Integer(Int64) Value.From(Decimal) Value.Float(Decimal) Value.From(Boolean) Value.Bool(Boolean) Value.From(IEnumerable) Value.From(IDictionary) Value.From(IEnumerable>) Object.Equals(Object) Object.Equals(Object, Object) Object.ReferenceEquals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Namespace : IPA.Config.Data Assembly : IPA.Loader.dll Syntax public sealed class Boolean : Value Constructors | Improve this Doc View Source Boolean() Constructs an empty Boolean object. Declaration [Obsolete(\"Use the long constructor.\")] public Boolean() | Improve this Doc View Source Boolean(Boolean) Constructs a Boolean object containing the provided value. Declaration public Boolean(bool value) Parameters Type Name Description Boolean value The value to construct with. Properties | Improve this Doc View Source Value The actual value fo this Boolean object. Declaration public bool Value { get; set; } Property Value Type Description Boolean Methods | Improve this Doc View Source ToString() Converts this Value into a human-readable format. Declaration public override string ToString() Returns Type Description String the result of Value.ToString().ToLower() Overrides Value.ToString() Extension Methods ReflectionUtil.SetField(T, String, U) ReflectionUtil.GetField(T, String) ReflectionUtil.SetProperty(T, String, U) ReflectionUtil.GetProperty(T, String) ReflectionUtil.InvokeMethod(T, String, Object[])" }, "api/IPA.Config.Data.FloatingPoint.html": { "href": "api/IPA.Config.Data.FloatingPoint.html", "title": "Class FloatingPoint", - "keywords": "Class FloatingPoint A Value representing a floating point value. This may hold a Decimal 's worth of data. Inheritance Object Value FloatingPoint Inherited Members Value.Null() Value.List() Value.Map() Value.From(String) Value.Text(String) Value.From(Int64) Value.Integer(Int64) Value.From(Decimal) Value.Float(Decimal) Value.From(Boolean) Value.Bool(Boolean) Value.From(IEnumerable) Value.From(IDictionary) Value.From(IEnumerable>) Object.Equals(Object) Object.Equals(Object, Object) Object.ReferenceEquals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Namespace : IPA.Config.Data Assembly : IPA.Loader.dll Syntax public sealed class FloatingPoint : Value Properties | Improve this Doc View Source Value The actual value fo this FloatingPoint object. Declaration public decimal Value { get; set; } Property Value Type Description Decimal Methods | Improve this Doc View Source AsInteger() Coerces this FloatingPoint into an Integer . Declaration public Integer AsInteger() Returns Type Description Integer a Integer representing the closest approximation of Value | Improve this Doc View Source ToString() Converts this Value into a human-readable format. Declaration public override string ToString() Returns Type Description String the result of Value.ToString() Overrides Value.ToString() Extension Methods ReflectionUtil.SetField(T, String, U) ReflectionUtil.GetField(T, String) ReflectionUtil.SetProperty(T, String, U) ReflectionUtil.GetProperty(T, String) ReflectionUtil.InvokeMethod(T, String, Object[])" + "keywords": "Class FloatingPoint A Value representing a floating point value. This may hold a Decimal 's worth of data. Inheritance Object Value FloatingPoint Inherited Members Value.Null() Value.List() Value.Map() Value.From(String) Value.Text(String) Value.From(Int64) Value.Integer(Int64) Value.From(Decimal) Value.Float(Decimal) Value.From(Boolean) Value.Bool(Boolean) Value.From(IEnumerable) Value.From(IDictionary) Value.From(IEnumerable>) Object.Equals(Object) Object.Equals(Object, Object) Object.ReferenceEquals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Namespace : IPA.Config.Data Assembly : IPA.Loader.dll Syntax public sealed class FloatingPoint : Value Constructors | Improve this Doc View Source FloatingPoint() Constructs an empty FloatingPoint object. Declaration [Obsolete(\"Use the long constructor.\")] public FloatingPoint() | Improve this Doc View Source FloatingPoint(Decimal) Constructs a FloatingPoint object containing the provided value. Declaration public FloatingPoint(decimal value) Parameters Type Name Description Decimal value The value to construct with. Properties | Improve this Doc View Source Value The actual value fo this FloatingPoint object. Declaration public decimal Value { get; set; } Property Value Type Description Decimal Methods | Improve this Doc View Source AsInteger() Coerces this FloatingPoint into an Integer . Declaration public Integer AsInteger() Returns Type Description Integer a Integer representing the closest approximation of Value | Improve this Doc View Source ToString() Converts this Value into a human-readable format. Declaration public override string ToString() Returns Type Description String the result of Value.ToString() Overrides Value.ToString() Extension Methods ReflectionUtil.SetField(T, String, U) ReflectionUtil.GetField(T, String) ReflectionUtil.SetProperty(T, String, U) ReflectionUtil.GetProperty(T, String) ReflectionUtil.InvokeMethod(T, String, Object[])" }, "api/IPA.Config.Data.html": { "href": "api/IPA.Config.Data.html", @@ -62,7 +62,7 @@ "api/IPA.Config.Data.Integer.html": { "href": "api/IPA.Config.Data.Integer.html", "title": "Class Integer", - "keywords": "Class Integer A Value representing an integer. This may hold a Int64 's worth of data. Inheritance Object Value Integer Inherited Members Value.Null() Value.List() Value.Map() Value.From(String) Value.Text(String) Value.From(Int64) Value.Integer(Int64) Value.From(Decimal) Value.Float(Decimal) Value.From(Boolean) Value.Bool(Boolean) Value.From(IEnumerable) Value.From(IDictionary) Value.From(IEnumerable>) Object.Equals(Object) Object.Equals(Object, Object) Object.ReferenceEquals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Namespace : IPA.Config.Data Assembly : IPA.Loader.dll Syntax public sealed class Integer : Value Properties | Improve this Doc View Source Value The actual value of the Integer object. Declaration public long Value { get; set; } Property Value Type Description Int64 Methods | Improve this Doc View Source AsFloat() Coerces this Integer into a FloatingPoint . Declaration public FloatingPoint AsFloat() Returns Type Description FloatingPoint a FloatingPoint representing the closest approximation of Value | Improve this Doc View Source ToString() Converts this Value into a human-readable format. Declaration public override string ToString() Returns Type Description String the result of Value.ToString() Overrides Value.ToString() Extension Methods ReflectionUtil.SetField(T, String, U) ReflectionUtil.GetField(T, String) ReflectionUtil.SetProperty(T, String, U) ReflectionUtil.GetProperty(T, String) ReflectionUtil.InvokeMethod(T, String, Object[])" + "keywords": "Class Integer A Value representing an integer. This may hold a Int64 's worth of data. Inheritance Object Value Integer Inherited Members Value.Null() Value.List() Value.Map() Value.From(String) Value.Text(String) Value.From(Int64) Value.Integer(Int64) Value.From(Decimal) Value.Float(Decimal) Value.From(Boolean) Value.Bool(Boolean) Value.From(IEnumerable) Value.From(IDictionary) Value.From(IEnumerable>) Object.Equals(Object) Object.Equals(Object, Object) Object.ReferenceEquals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Namespace : IPA.Config.Data Assembly : IPA.Loader.dll Syntax public sealed class Integer : Value Constructors | Improve this Doc View Source Integer() Constructs an empty Integer object. Declaration [Obsolete(\"Use the long constructor.\")] public Integer() | Improve this Doc View Source Integer(Int64) Constructs a Integer object containing the provided value. Declaration public Integer(long value) Parameters Type Name Description Int64 value The value to construct with. Properties | Improve this Doc View Source Value The actual value of the Integer object. Declaration public long Value { get; set; } Property Value Type Description Int64 Methods | Improve this Doc View Source AsFloat() Coerces this Integer into a FloatingPoint . Declaration public FloatingPoint AsFloat() Returns Type Description FloatingPoint a FloatingPoint representing the closest approximation of Value | Improve this Doc View Source ToString() Converts this Value into a human-readable format. Declaration public override string ToString() Returns Type Description String the result of Value.ToString() Overrides Value.ToString() Extension Methods ReflectionUtil.SetField(T, String, U) ReflectionUtil.GetField(T, String) ReflectionUtil.SetProperty(T, String, U) ReflectionUtil.GetProperty(T, String) ReflectionUtil.InvokeMethod(T, String, Object[])" }, "api/IPA.Config.Data.List.html": { "href": "api/IPA.Config.Data.List.html", @@ -77,7 +77,7 @@ "api/IPA.Config.Data.Text.html": { "href": "api/IPA.Config.Data.Text.html", "title": "Class Text", - "keywords": "Class Text A Value representing a piece of text. The only reason this is not named String is so that it doesn't conflict with String . Inheritance Object Value Text Inherited Members Value.Null() Value.List() Value.Map() Value.From(String) Value.Text(String) Value.From(Int64) Value.Integer(Int64) Value.From(Decimal) Value.Float(Decimal) Value.From(Boolean) Value.Bool(Boolean) Value.From(IEnumerable) Value.From(IDictionary) Value.From(IEnumerable>) Object.Equals(Object) Object.Equals(Object, Object) Object.ReferenceEquals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Namespace : IPA.Config.Data Assembly : IPA.Loader.dll Syntax public sealed class Text : Value Properties | Improve this Doc View Source Value The actual value of this Text object. Declaration public string Value { get; set; } Property Value Type Description String Methods | Improve this Doc View Source ToString() Converts this Value into a human-readable format. Declaration public override string ToString() Returns Type Description String a quoted, unescaped string form of Value Overrides Value.ToString() Extension Methods ReflectionUtil.SetField(T, String, U) ReflectionUtil.GetField(T, String) ReflectionUtil.SetProperty(T, String, U) ReflectionUtil.GetProperty(T, String) ReflectionUtil.InvokeMethod(T, String, Object[])" + "keywords": "Class Text A Value representing a piece of text. The only reason this is not named String is so that it doesn't conflict with String . Inheritance Object Value Text Inherited Members Value.Null() Value.List() Value.Map() Value.From(String) Value.Text(String) Value.From(Int64) Value.Integer(Int64) Value.From(Decimal) Value.Float(Decimal) Value.From(Boolean) Value.Bool(Boolean) Value.From(IEnumerable) Value.From(IDictionary) Value.From(IEnumerable>) Object.Equals(Object) Object.Equals(Object, Object) Object.ReferenceEquals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Namespace : IPA.Config.Data Assembly : IPA.Loader.dll Syntax public sealed class Text : Value Constructors | Improve this Doc View Source Text() Constructs an empty Text object. Declaration [Obsolete(\"Use the String constructor.\")] public Text() | Improve this Doc View Source Text(String) Constructs a Text object containing the provided value. Declaration public Text(string value) Parameters Type Name Description String value The value to construct with. Properties | Improve this Doc View Source Value The actual value of this Text object. Declaration public string Value { get; set; } Property Value Type Description String Methods | Improve this Doc View Source ToString() Converts this Value into a human-readable format. Declaration public override string ToString() Returns Type Description String a quoted, unescaped string form of Value Overrides Value.ToString() Extension Methods ReflectionUtil.SetField(T, String, U) ReflectionUtil.GetField(T, String) ReflectionUtil.SetProperty(T, String, U) ReflectionUtil.GetProperty(T, String) ReflectionUtil.InvokeMethod(T, String, Object[])" }, "api/IPA.Config.Data.Value.html": { "href": "api/IPA.Config.Data.Value.html", diff --git a/manifest.json b/manifest.json index b62e161a..8cbe4907 100644 --- a/manifest.json +++ b/manifest.json @@ -18,7 +18,7 @@ "output": { ".html": { "relative_path": "api/IPA.AntiMalware.AntiMalwareEngine.html", - "hash": "+dyclvOJ+gdZpYIm3q8MKt5ctOvtKnwTxKyWrAXqmwE=" + "hash": "UtbiUP98qI/TvJhNQ1Is3PAFlBKwa74RVlO2g/8uYts=" } }, "is_incremental": false, @@ -30,7 +30,7 @@ "output": { ".html": { "relative_path": "api/IPA.AntiMalware.IAntiMalware.html", - "hash": "7kgMpYsrzNfC/Vbv+yo/barMO56rokOfU9Q9l+lPV7k=" + "hash": "rCa2IpMGh+34k6GcI1qn3CtgP3hnyLai+yF1z+u646M=" } }, "is_incremental": false, @@ -42,7 +42,7 @@ "output": { ".html": { "relative_path": "api/IPA.AntiMalware.ScanResult.html", - "hash": "StQ/0/NYalfgFjPcmVjkDMk6K9tARH0iaTIPQgkiPDo=" + "hash": "K3uqOS2xADagD46YEP24h20120d79ExmlHE7EnPIjX8=" } }, "is_incremental": false, @@ -66,7 +66,7 @@ "output": { ".html": { "relative_path": "api/IPA.Config.Config.NameAttribute.html", - "hash": "AjWQ6620efkw/8Vc+4O6DkDBKvzihsHbRjZBjfJfnfg=" + "hash": "nTABR71ljC8uVKWS/MDVNsPYSP5HhneSL+PLbYqN2Ho=" } }, "is_incremental": false, @@ -78,7 +78,7 @@ "output": { ".html": { "relative_path": "api/IPA.Config.Config.PreferAttribute.html", - "hash": "PPlU8CO4eBrWyXYGZ2t+DY1AqT/6ZZhBGGOFPKjF6RM=" + "hash": "z7LwGZNKCbEnyufrxRxlQFIr+2V66Ug/Oj7MxhDhnvA=" } }, "is_incremental": false, @@ -90,7 +90,7 @@ "output": { ".html": { "relative_path": "api/IPA.Config.Config.html", - "hash": "l0cCv903d5jpWoHVvk2fwyO22kz8O62wEpQJILRMjy0=" + "hash": "0ifLI+vw7XNjqLE1fpSwVv+jC3UKa61HqRlMaQ4LnZY=" } }, "is_incremental": false, @@ -102,7 +102,7 @@ "output": { ".html": { "relative_path": "api/IPA.Config.ConfigProvider.html", - "hash": "atUFOBqAWV45jU8Bm5uOKmcHlkzg0Vj3YLVm8Warsas=" + "hash": "H54GrY9Q7ZhP3p/A7G9QF7JDROC8cG8te6HW9thdcUc=" } }, "is_incremental": false, @@ -114,7 +114,7 @@ "output": { ".html": { "relative_path": "api/IPA.Config.Data.Boolean.html", - "hash": "+GlTjQo2/g/3ZgatCTqYXdxmEYWMUnhtRudk7nzEqvc=" + "hash": "VqVQSuG/C0R07qvKiQr7fgwVjQCRVrskeFRiHXXj3Tw=" } }, "is_incremental": false, @@ -126,7 +126,7 @@ "output": { ".html": { "relative_path": "api/IPA.Config.Data.FloatingPoint.html", - "hash": "womp8z5zbqtZEent5A8JHOtF04ZgA/fG77/UAqTEyTg=" + "hash": "xaBAl5Q6T26CBvgJfqb5Nm8Mk/nqsNMkIIJmzuSEbsc=" } }, "is_incremental": false, @@ -138,7 +138,7 @@ "output": { ".html": { "relative_path": "api/IPA.Config.Data.Integer.html", - "hash": "rT+rAT0irIxgiSA0LZ/qUxcMHLegEnSqAULIWPbLz5Q=" + "hash": "ZZV9y6skyRD7rI9fbFjumEdRw5CT60z9+/kwKRVEiyM=" } }, "is_incremental": false, @@ -150,7 +150,7 @@ "output": { ".html": { "relative_path": "api/IPA.Config.Data.List.html", - "hash": "bnzRmbzI8hWrf3YnyMq2UkGoCK65u46PUdWQqvooViY=" + "hash": "EQvfpjszAs1cdzl9uxE8fb4hEhXQjEPP8UXuazlYuQc=" } }, "is_incremental": false, @@ -162,7 +162,7 @@ "output": { ".html": { "relative_path": "api/IPA.Config.Data.Map.html", - "hash": "U3JW5bKTiGHN+jYM5Aq0hrb+JBGBwtclHugAsztxvsc=" + "hash": "4Nrw+ZWeiz8CXrLHQqlhVbhp2ibcH8zZ1CbFIuCsxbU=" } }, "is_incremental": false, @@ -174,7 +174,7 @@ "output": { ".html": { "relative_path": "api/IPA.Config.Data.Text.html", - "hash": "/fUQ10eMVD3WEv9Usy+zi2omwAeRY+0FlIBMChhkW34=" + "hash": "FFlIOTICU8xjQXxiK4OSSvbaG7egWwqI6N6r4Pq+bT4=" } }, "is_incremental": false, @@ -186,7 +186,7 @@ "output": { ".html": { "relative_path": "api/IPA.Config.Data.Value.html", - "hash": "WEy10OtVWehaZdjpXg6+ZVDVnvSvOrX6NaRbP0TpNYA=" + "hash": "9e4JUGqLIdh76cjDv7UVmfkyaYsPDDRQuGTV4PG6IrI=" } }, "is_incremental": false, @@ -198,7 +198,7 @@ "output": { ".html": { "relative_path": "api/IPA.Config.Data.html", - "hash": "OD+tFMeqNhR9MqnAIkyi1bWHZebDkiTBhU15CYSYZFE=" + "hash": "9pk07jmK307hjgmNvS03IT3hFdUrKLobF2+QaACW7pg=" } }, "is_incremental": false, @@ -210,7 +210,7 @@ "output": { ".html": { "relative_path": "api/IPA.Config.IConfigProvider.html", - "hash": "r5wPl6KAPDbDR38PbgjE4BD9Pvd/NB+AyS2ni5Va6a0=" + "hash": "huVgtavoeuOH5vrA0SZig1GjJSXbmyQBLzD1Ev/wBNU=" } }, "is_incremental": false, @@ -222,7 +222,7 @@ "output": { ".html": { "relative_path": "api/IPA.Config.IConfigStore.html", - "hash": "QvFmNTBapVdqaTyAefCz+tkB4l+gOnxIc09QDRZm2FU=" + "hash": "XSnu5G7a9sCfnJutr1SDxtrVemure6rXqbZqkzY2OYA=" } }, "is_incremental": false, @@ -234,7 +234,7 @@ "output": { ".html": { "relative_path": "api/IPA.Config.IModPrefs.html", - "hash": "oHmoGzdDfWpugrK1Fl12+FwVKMkoIkXqyQP1tpH2H0I=" + "hash": "pNq3W91a1ejllCzB3+2l1addv68miHnntWOc4hoBzfk=" } }, "is_incremental": false, @@ -246,7 +246,7 @@ "output": { ".html": { "relative_path": "api/IPA.Config.ModPrefs.html", - "hash": "vkRVYoU4XAck/7D8NJtFzUPey3C9sKQRTX44QCSoUZw=" + "hash": "HEkpTK5U4TXEjyya4pEg5gNvhQN7dFHvFljxpkgvfEg=" } }, "is_incremental": false, @@ -258,7 +258,7 @@ "output": { ".html": { "relative_path": "api/IPA.Config.Stores.Attributes.IgnoreAttribute.html", - "hash": "VWuo98Qkl+GTcSthUfqB5HdJGaoS6cG0y43X0XHF784=" + "hash": "lpJt7VFiiPS1H6A+Igukn7RaO0djctWVn0udHvFAbnI=" } }, "is_incremental": false, @@ -270,7 +270,7 @@ "output": { ".html": { "relative_path": "api/IPA.Config.Stores.Attributes.NonNullableAttribute.html", - "hash": "jT21mT0EWuFES50+2vCwXl8QZJ2aPjZ2+FNq5DEoXwQ=" + "hash": "o/sD6E6l/jngEKKF+sTB1XriiIq1Zz17qQrk3ITWliM=" } }, "is_incremental": false, @@ -282,7 +282,7 @@ "output": { ".html": { "relative_path": "api/IPA.Config.Stores.Attributes.NotifyPropertyChangesAttribute.html", - "hash": "yTYB+Vr7+fmCLjgMthmeTGnRKcYfu0px9ZIstg3iUMM=" + "hash": "F5EbeaTxlzXwEi3VqVh4/TtvCTB17fCGViaYcdZKf1s=" } }, "is_incremental": false, @@ -294,7 +294,7 @@ "output": { ".html": { "relative_path": "api/IPA.Config.Stores.Attributes.SerializedNameAttribute.html", - "hash": "Mx6AhFofdoXYdzjUxL1t83JY9Re0OXPI50jyUp/2dAc=" + "hash": "Rl21ozAs4v3K598c9NhGylEOYLZhb2Y2OfDAchGzuh4=" } }, "is_incremental": false, @@ -306,7 +306,7 @@ "output": { ".html": { "relative_path": "api/IPA.Config.Stores.Attributes.UseConverterAttribute.html", - "hash": "xunV6N9hgpm+99eFdh9RzJWq7rowW8nxFXsJPL1+VLs=" + "hash": "MxZI1BKgbBFc55BBugWzhOH2Sf6nW5qRHUwiBzY15eY=" } }, "is_incremental": false, @@ -330,7 +330,7 @@ "output": { ".html": { "relative_path": "api/IPA.Config.Stores.Converters.CaseInsensitiveEnumConverter-1.html", - "hash": "YOCm6Sd/DNADc7DTF4G1NbTUzA0fPk5XM8vBEXgy5bw=" + "hash": "KT2qM4aOKV0kvD8LYzvk0FJt/IodEQW9aIDLSERe9T8=" } }, "is_incremental": false, @@ -342,7 +342,7 @@ "output": { ".html": { "relative_path": "api/IPA.Config.Stores.Converters.CollectionConverter-2.html", - "hash": "OKGfeoxwktZ/f8xQrqPP7SieIce/JYHxLWhXGZ7VTVg=" + "hash": "p/H8SKnB1JikXwTZ7UjL3WRx5lmUDfjk0aOBeFBk6as=" } }, "is_incremental": false, @@ -354,7 +354,7 @@ "output": { ".html": { "relative_path": "api/IPA.Config.Stores.Converters.CollectionConverter-3.html", - "hash": "Qdh73o3mWlkQs+iTHepD3zvuxoFP9hcm0GN6Hk6PWy0=" + "hash": "poPta26VR6CBib3AdR7FGYVpHkGzYQKBc/uZnWIpuaQ=" } }, "is_incremental": false, @@ -366,7 +366,7 @@ "output": { ".html": { "relative_path": "api/IPA.Config.Stores.Converters.Converter-1.html", - "hash": "vJFDOLQlwUqAM8wK98lNgucXuVToFUjV+wu/GvpMTTg=" + "hash": "7A1FtyuAzZeTYPvQ7WS22fCbg1tJ8o5uTWxjP7WCguM=" } }, "is_incremental": false, @@ -378,7 +378,7 @@ "output": { ".html": { "relative_path": "api/IPA.Config.Stores.Converters.Converter.html", - "hash": "HyPthcwju1kMwAUFx+TKfLJJL/rXZu+gWloTmC6tMho=" + "hash": "QFGJIaDr9j/UaMNS7M/0zB2DC63wNi8VFwg2hBc1V2E=" } }, "is_incremental": false, @@ -390,7 +390,7 @@ "output": { ".html": { "relative_path": "api/IPA.Config.Stores.Converters.CustomObjectConverter-1.html", - "hash": "vD3EP2JrPW2xEyxYfZ4Wf8ziPn1rzER4Q0+OIKS5YGg=" + "hash": "vdqwlNOINvPgeWUjkDhnODwM++etaowM/RMsvRDw1GI=" } }, "is_incremental": false, @@ -402,7 +402,7 @@ "output": { ".html": { "relative_path": "api/IPA.Config.Stores.Converters.CustomValueTypeConverter-1.html", - "hash": "U573eh7+oYxDL1HG6JCQaanfrbgFxeH6lzS5aDrewXo=" + "hash": "SO5Z+YxgAngqv4ElFLozzQ9drQPzZGVPF2lktf6p2nU=" } }, "is_incremental": false, @@ -414,7 +414,7 @@ "output": { ".html": { "relative_path": "api/IPA.Config.Stores.Converters.DictionaryConverter-1.html", - "hash": "+5Kv8bKk/6+YlLf50sTiEe0Z4HmFc4H9T8m354X53x4=" + "hash": "LjuMg2s6IsCHruLx4YqxCOv6si3jkmCPDBaq/8B6Q3Y=" } }, "is_incremental": false, @@ -426,7 +426,7 @@ "output": { ".html": { "relative_path": "api/IPA.Config.Stores.Converters.DictionaryConverter-2.html", - "hash": "ueUReFS4P6yXPtYqiA2B/6oBPUB9u9d6207evjtn940=" + "hash": "COHZGgAyaCtSYkKvUIOyPbBtGUF32LLS3PKBcGhfDKs=" } }, "is_incremental": false, @@ -438,7 +438,7 @@ "output": { ".html": { "relative_path": "api/IPA.Config.Stores.Converters.EnumConverter-1.html", - "hash": "lkseaq442GwlLyhdSaQ7ZvxW1ju/1sH2y/zeHSs5Xa8=" + "hash": "NvVZDEGU7rd847NPdw6zxOfLoB+f93WLjfCsKoLNnqg=" } }, "is_incremental": false, @@ -450,7 +450,7 @@ "output": { ".html": { "relative_path": "api/IPA.Config.Stores.Converters.HexColorConverter.html", - "hash": "7RJRgdSUcYx74UkcPlSrKXRcPsaq3IpTeDAW+zUKEhc=" + "hash": "dE+wBK61p9QnWknlQEjsrvFkskBG+MFqHSFdX9IXMwo=" } }, "is_incremental": false, @@ -462,7 +462,7 @@ "output": { ".html": { "relative_path": "api/IPA.Config.Stores.Converters.IDictionaryConverter-1.html", - "hash": "UPfAhH9JNoxHp0l2vwQ+E9u32LTeX+m9zakuShvYPQo=" + "hash": "bfVX6php6PL3nt04F/3P1ASztmyxG9o2XwKuU3hfPFY=" } }, "is_incremental": false, @@ -474,7 +474,7 @@ "output": { ".html": { "relative_path": "api/IPA.Config.Stores.Converters.IDictionaryConverter-2.html", - "hash": "KTZt+u2Y6yKZI2aeHxg6FCUKyfe0S9Xm+sEDPvh49PE=" + "hash": "Qv9ExwgrX8wU01Ut9hmdGv5XTcwbakoJM8UmAQDj+RU=" } }, "is_incremental": false, @@ -486,7 +486,7 @@ "output": { ".html": { "relative_path": "api/IPA.Config.Stores.Converters.IListConverter-1.html", - "hash": "OBQ0HmYuS58WREAY5yZP8W5bSuM6/3k/GBgOHOqXkXM=" + "hash": "zEqF28UnVDeOd9fNDOJph4WVRocFhHhLbiLLy42a4f0=" } }, "is_incremental": false, @@ -498,7 +498,7 @@ "output": { ".html": { "relative_path": "api/IPA.Config.Stores.Converters.IListConverter-2.html", - "hash": "HyAio/o8yT/+FkOIjvVcK2gyNjf8aNnvyN5ID68JzII=" + "hash": "lkt9gqd6tbGwJjoO8X9OagmP6xN+1I52LmoRrg4rgQc=" } }, "is_incremental": false, @@ -510,7 +510,7 @@ "output": { ".html": { "relative_path": "api/IPA.Config.Stores.Converters.ListConverter-1.html", - "hash": "KUwrg8hbrV5uDOjxXXMwFaAf2lJ+xuE6eSb0pvUziB4=" + "hash": "283V6yeApRh9zJwPJeVhfpcFNyCT6Yi6U7c6vC495Lk=" } }, "is_incremental": false, @@ -522,7 +522,7 @@ "output": { ".html": { "relative_path": "api/IPA.Config.Stores.Converters.ListConverter-2.html", - "hash": "iykVGRRDofdSGwOgtuPVTf1E/YccPODi6yX1oqIlFYg=" + "hash": "FI5DfkPZI5BNDRnKFHN63qHUov9oxtcfyT/3tkMX4es=" } }, "is_incremental": false, @@ -534,7 +534,7 @@ "output": { ".html": { "relative_path": "api/IPA.Config.Stores.Converters.NullableConverter-1.html", - "hash": "FL3DEAq1evGumKegrpsnRbvcS64oOOA/XBjDM2Mwic4=" + "hash": "Oxnyn+9xaxAnKheVBPAhXweYQK/A2Guyd47kqKfOw2g=" } }, "is_incremental": false, @@ -546,7 +546,7 @@ "output": { ".html": { "relative_path": "api/IPA.Config.Stores.Converters.NullableConverter-2.html", - "hash": "/a0nXdMkrfpSpByGWNya4aBOxcUXwB498AHM+UTjhhQ=" + "hash": "xSpC5ox6GjWT6pZwF5EujgWFXRrd8GgIhTsvODM24e0=" } }, "is_incremental": false, @@ -558,7 +558,7 @@ "output": { ".html": { "relative_path": "api/IPA.Config.Stores.Converters.NumericEnumConverter-1.html", - "hash": "P9xc4gDahSGB43XXBLMUNBeM7SYWCYtrermd3upFAUI=" + "hash": "sfn0zYFATCWByKEFn1zSy0f7vP6ApIdl8wR30p20zO8=" } }, "is_incremental": false, @@ -582,7 +582,7 @@ "output": { ".html": { "relative_path": "api/IPA.Config.Stores.GeneratedStore.html", - "hash": "6UZCE/2ZaStG5Gmt0jssU0EUZ+J7koVuSSxKKNVChvk=" + "hash": "Uk6Ihsv5lmuWmon3eXMCO74IA7LqgadjS2Z/85XDl+A=" } }, "is_incremental": false, @@ -594,7 +594,7 @@ "output": { ".html": { "relative_path": "api/IPA.Config.Stores.IValueConverter.html", - "hash": "lG8Boqus2w2m7Gw9NWSbJRaYVZy6okyLHkLkt1qAiU0=" + "hash": "zVzEly1M4Bid9PdwOBSq5j3KXEWKR+GZFn6eaFc5XjQ=" } }, "is_incremental": false, @@ -606,7 +606,7 @@ "output": { ".html": { "relative_path": "api/IPA.Config.Stores.ValueConverter-1.html", - "hash": "jD3HEy0s3GaHsvIRFFGPKKSNrgoIv73t4uasw3/QU6Y=" + "hash": "sYuE4CZPRdoJd8GSrn8TnQ0q/DTGJCw5u/eoJZy4vEQ=" } }, "is_incremental": false, @@ -642,7 +642,7 @@ "output": { ".html": { "relative_path": "api/IPA.InitAttribute.html", - "hash": "MZcxPDSERQm82/b3AFY2Z4rARm3bdeDwjGegOtPEZkE=" + "hash": "VqmaDm9arLU3P3U262LnObZGh7Kz+sQFu5GSRTpCV4E=" } }, "is_incremental": false, @@ -654,7 +654,7 @@ "output": { ".html": { "relative_path": "api/IPA.Loader.CannotRuntimeDisableException.html", - "hash": "6ftslOGDnNZc+asz8MNZVmRL9/lIAo15Z4QeOgc7AlI=" + "hash": "XcuFu2xn8IIExGiBHuLiVt/EQjdlWnXx3UAeWXJ6DBc=" } }, "is_incremental": false, @@ -666,7 +666,7 @@ "output": { ".html": { "relative_path": "api/IPA.Loader.Features.Feature.html", - "hash": "fAJAx63lBR4xzoYXzmC9AkI3YKwRotWQt5gIVMLrbH0=" + "hash": "d/6UwXUEw3Dd4eVc1hBY2Mlu82BvVXZbUN8QJsmG9qc=" } }, "is_incremental": false, @@ -690,7 +690,7 @@ "output": { ".html": { "relative_path": "api/IPA.Loader.IgnoreReason.html", - "hash": "+LtLk0DkxmxRW2g2XFbaffdJ3LyrI2Uoy5olM+NP5go=" + "hash": "ZsTtjHNPJcq2IOLb/wHfmSkEQBf+BS5k0E5T78ug3dI=" } }, "is_incremental": false, @@ -702,7 +702,7 @@ "output": { ".html": { "relative_path": "api/IPA.Loader.PluginInitInjector.InjectParameter.html", - "hash": "lsvZMmWDbFB73rJ1h0l2tSRoMuiLajDSV2KStb85t+8=" + "hash": "ay2vW2kIrtx/vx/9MYpeAy0gTEjnXoFO1yZLaNwsBAE=" } }, "is_incremental": false, @@ -714,7 +714,7 @@ "output": { ".html": { "relative_path": "api/IPA.Loader.PluginInitInjector.InjectParameterNested.html", - "hash": "iOy8NTsVI+jnWSnI/YmBpgLooRmKueSvO7NbjISXqsE=" + "hash": "LsFZuVMXv+fztWqU/fv+zGK7LpcDI8K0J3iIJk4vOxg=" } }, "is_incremental": false, @@ -726,7 +726,7 @@ "output": { ".html": { "relative_path": "api/IPA.Loader.PluginInitInjector.InjectedValueProvider.html", - "hash": "Fec+Mo/snrgKpM3KoGmHmz3AuCm42zf6r3LItZSVMek=" + "hash": "Ky295bm2XNBXbwdyR9xg14KyD8mLhsN5xEMAGRB/ujU=" } }, "is_incremental": false, @@ -738,7 +738,7 @@ "output": { ".html": { "relative_path": "api/IPA.Loader.PluginInitInjector.html", - "hash": "vatr0QrXt4bC2m1Lu8BGQ09zlvQC4PYQuS/AXXjPcHg=" + "hash": "WBOFT0GweM3MRdjDMP0gWEMEtUawWQFmBm7L74fv6+4=" } }, "is_incremental": false, @@ -750,7 +750,7 @@ "output": { ".html": { "relative_path": "api/IPA.Loader.PluginManager.OnAnyPluginsStateChangedDelegate.html", - "hash": "48QvvFnXpIj1+kC7E54QW8AKHRyqMUJoLjq8iK0zSFk=" + "hash": "tzyOot/2bIl/aFI5qcOfKbHmqyTenv6S0yC/4ovEmxU=" } }, "is_incremental": false, @@ -762,7 +762,7 @@ "output": { ".html": { "relative_path": "api/IPA.Loader.PluginManager.PluginDisableDelegate.html", - "hash": "35xIoEMNwQXLZZNsmVcz5D1F/QEHsaXdllcQSn3DYjI=" + "hash": "qeZin/d/W0xrzW+K+Ve6NkjMetRp/GdLfjuwW4+//+8=" } }, "is_incremental": false, @@ -774,7 +774,7 @@ "output": { ".html": { "relative_path": "api/IPA.Loader.PluginManager.PluginEnableDelegate.html", - "hash": "R/EAxi2ScLk449g5gb066uxXyKUgs1IQnbVIp3Krhqs=" + "hash": "5hpgbMohgt0/4ZJ8OK77r/havhNjpva39yA8QTCkDdQ=" } }, "is_incremental": false, @@ -786,7 +786,7 @@ "output": { ".html": { "relative_path": "api/IPA.Loader.PluginManager.html", - "hash": "Y47dKm9CuzEjt7WIySpall0Ea9r2JjKjb3rvTIDqtUE=" + "hash": "eG+mW7Lm+dcAJs2XUpFBOqmlciE4Qd4OSMLF20PqSwY=" } }, "is_incremental": false, @@ -798,7 +798,7 @@ "output": { ".html": { "relative_path": "api/IPA.Loader.PluginMetadata.html", - "hash": "gJFf/VJLWyVTSFeUi8sG6EdAAGSQSWwWO1IAlFa2VWk=" + "hash": "HPWCXClLQUqadQJn+5VRyQ5pYT633PRgSe/TJi7uo4o=" } }, "is_incremental": false, @@ -810,7 +810,7 @@ "output": { ".html": { "relative_path": "api/IPA.Loader.Reason.html", - "hash": "fLScv4wz18WiYL3kChEJo30dlBwvlzy3R9osdYOv/Vo=" + "hash": "7Odxu3bdcZt2zeAFDWktKZk/XnIQ/l5vWfy2py3ruRg=" } }, "is_incremental": false, @@ -822,7 +822,7 @@ "output": { ".html": { "relative_path": "api/IPA.Loader.StateTransitionTransaction.html", - "hash": "EEgCAZgKlE3o92uW2EjSFdtHCgKSUJSedaQysYe1gic=" + "hash": "0Y/qVc569ZC0s02LqPvq0M2gY11WlcVkl03tV4XyFhI=" } }, "is_incremental": false, @@ -846,7 +846,7 @@ "output": { ".html": { "relative_path": "api/IPA.Logging.LogPrinter.html", - "hash": "qqPzH9B1A7kFpNuXoSSK0tDb5IqofkHwSSlBPfWSmZ4=" + "hash": "aKKuqzr1IiMNE0GjIODD3iSw1uEfAK2Eg+a+5fym4sA=" } }, "is_incremental": false, @@ -858,7 +858,7 @@ "output": { ".html": { "relative_path": "api/IPA.Logging.Logger.Level.html", - "hash": "GTuBh4opmTThNvQh8qgGg88u+cCp5pIEmnjsQo807oE=" + "hash": "Eg4gQN9F/Nz7uIVDs9a+Gee0Jtnx2oNeqCfDz7d5jNQ=" } }, "is_incremental": false, @@ -870,7 +870,7 @@ "output": { ".html": { "relative_path": "api/IPA.Logging.Logger.LogLevel.html", - "hash": "sofe6RJAkh+e2goELq/mFd8Wkd20QKBxmukkqroFOdw=" + "hash": "MSYnl9ohzeiuAlTXXP9J+A8GUse/6AHlX4LpozpUr7A=" } }, "is_incremental": false, @@ -882,7 +882,7 @@ "output": { ".html": { "relative_path": "api/IPA.Logging.Logger.html", - "hash": "4OS41Oo9DOfwCJczNgT2bqNklSFMrJGjuqXEUcy3oJk=" + "hash": "9+djOyjdA2LXdz4zyOJ5VcdoOFkQQfioHYM+q0CYY8o=" } }, "is_incremental": false, @@ -894,7 +894,7 @@ "output": { ".html": { "relative_path": "api/IPA.Logging.LoggerExtensions.html", - "hash": "xJwQSITqL+FtbnsYy1D65NomMTFfWwPB/abMCPnGnpQ=" + "hash": "YzSOHPB/muZWpDMtShCibcjTf5TS53HAiTynCm2YrbQ=" } }, "is_incremental": false, @@ -906,7 +906,7 @@ "output": { ".html": { "relative_path": "api/IPA.Logging.Printers.ColoredConsolePrinter.html", - "hash": "LNIo29l6ENEx6ZLaYiPvJjOiIGKRp6Mlhll5a2N7YWs=" + "hash": "xvJH3iDVR6cbwSEsvApTcrYyHVjNBjCXRorGhaw9EUY=" } }, "is_incremental": false, @@ -918,7 +918,7 @@ "output": { ".html": { "relative_path": "api/IPA.Logging.Printers.ColorlessConsolePrinter.html", - "hash": "MYliyujLnc8OV/+pE9fo0LDVGdZJyCwUEGxr0G5PVwY=" + "hash": "aPSXbo0t1cIKkBDzhGrkO/SuUHXKX90h9piLlU7+2As=" } }, "is_incremental": false, @@ -930,7 +930,7 @@ "output": { ".html": { "relative_path": "api/IPA.Logging.Printers.GZFilePrinter.html", - "hash": "++gD+4bWF2lJFPqTODnfZYAupMydWf2NerNqJZoKMLE=" + "hash": "p845gabTItIHx6MvSxRwwRyXGL8xOJVbQ5l2FPt1LnI=" } }, "is_incremental": false, @@ -942,7 +942,7 @@ "output": { ".html": { "relative_path": "api/IPA.Logging.Printers.GlobalLogFilePrinter.html", - "hash": "w0DRTTVOeM5WAMNswURZLJ157nDERzaVQ+6youBok6Y=" + "hash": "/1REPEIrm2WfA+6bY4YEcFQhkIZ3NYLWxQ5zqxqtMfI=" } }, "is_incremental": false, @@ -954,7 +954,7 @@ "output": { ".html": { "relative_path": "api/IPA.Logging.Printers.PluginLogFilePrinter.html", - "hash": "qCVc7FTXfjSlo+xzDtmTzhja9VZt533pIRZ5b4Gox/c=" + "hash": "AXGhED2rsIBc4CyzOVQR/kGVbQzimeThGF0Ce/kvsJw=" } }, "is_incremental": false, @@ -966,7 +966,7 @@ "output": { ".html": { "relative_path": "api/IPA.Logging.Printers.PluginSubLogPrinter.html", - "hash": "r4CWSx9Ccd0WXxARCuaZSCs/6U2LqpZy1DqX4FoVOmM=" + "hash": "IknPIdDoAV8jtUy4P5rQG10zDUd+U0O5TC4lM3MWtEQ=" } }, "is_incremental": false, @@ -990,7 +990,7 @@ "output": { ".html": { "relative_path": "api/IPA.Logging.StandardLogger.html", - "hash": "D7fXMSLtgrho5e19lgYjm/FcgEivgh/ZMyUMKxcf1AQ=" + "hash": "XuaExFw1te/f2Lj3mcy7otr0Bqgi3+Ts4o8lhDeY4/A=" } }, "is_incremental": false, @@ -1014,7 +1014,7 @@ "output": { ".html": { "relative_path": "api/IPA.NoEnableDisableAttribute.html", - "hash": "q08kqr3wITev18VwaSBgXGYZsPD7PgLAcRKu2T8bGiQ=" + "hash": "RWQLewoNT0oGO7GzUGgdhhwu3DdgwfiJPusCEUDYssM=" } }, "is_incremental": false, @@ -1026,7 +1026,7 @@ "output": { ".html": { "relative_path": "api/IPA.Old.IEnhancedPlugin.html", - "hash": "qW4ItP7WlaVGE3OvrqYlWjhvXmO0658vOm8lMEPiYd8=" + "hash": "3F3e4/hH807IyooFZkz1nSdOaeaF7lEEEUHGa4b1GXw=" } }, "is_incremental": false, @@ -1038,7 +1038,7 @@ "output": { ".html": { "relative_path": "api/IPA.Old.IPlugin.html", - "hash": "p6g0oMOBaTrv4PWxUo/i0aBBJCjsY0K/atdUU8yFnsE=" + "hash": "8dXnSZI8aarKVCTUT36q8/zb5vUhvt4Hl6g5fdTKVMM=" } }, "is_incremental": false, @@ -1062,7 +1062,7 @@ "output": { ".html": { "relative_path": "api/IPA.OnDisableAttribute.html", - "hash": "O2OVjszaX4P/7iTxXqCiBcudiHTRnStYcPA/cgVF5jU=" + "hash": "gWKHeRmtBnSnG7waTrIB/tfNmx2TF8+MYKBwdlpYPtI=" } }, "is_incremental": false, @@ -1074,7 +1074,7 @@ "output": { ".html": { "relative_path": "api/IPA.OnEnableAttribute.html", - "hash": "5UKqv0ZvrHXMp+g/L7E9HK0ST7Y9NBvONzZhLivxYKU=" + "hash": "vKZui9B7TS9GxqDFYIRErv3j75qnGnKUV2zur/L724c=" } }, "is_incremental": false, @@ -1086,7 +1086,7 @@ "output": { ".html": { "relative_path": "api/IPA.OnExitAttribute.html", - "hash": "gVhAliFQ7UQcchEwYAH/+1U2cX0rDRZHGbVfVsfy2Ko=" + "hash": "Ql9icuFNUFtF/YnpADVK/ZtLeaULCVJCyTIcNer58s0=" } }, "is_incremental": false, @@ -1098,7 +1098,7 @@ "output": { ".html": { "relative_path": "api/IPA.OnStartAttribute.html", - "hash": "63GBnnxSZ3Oh3eyfK561mINj/4RUabHfygvLaUJ3h7o=" + "hash": "OuCupUaHtsj41TbNF69FSischUGD5VEaK4a41Z5LCMU=" } }, "is_incremental": false, @@ -1110,7 +1110,7 @@ "output": { ".html": { "relative_path": "api/IPA.PluginAttribute.html", - "hash": "Li/uCHhKa43ry/9r/q5S9FNSZFT291ykYtjKpBjLFeI=" + "hash": "w3J3a1c674Mao85b3Nb6S2CjAfN5xWGIgIkXToEnHIM=" } }, "is_incremental": false, @@ -1122,7 +1122,7 @@ "output": { ".html": { "relative_path": "api/IPA.RuntimeOptions.html", - "hash": "c498xXXmt8tJv2kpBBgcwMxKT7ox8wDfy2XH8XjGThU=" + "hash": "qtPR5t+H3jQ4mhgC8yzne+X9k1YnlJlvtLVvTVurjtg=" } }, "is_incremental": false, @@ -1134,7 +1134,7 @@ "output": { ".html": { "relative_path": "api/IPA.Utilities.AlmostVersion.StoredAs.html", - "hash": "Zc8cNkBkgI7S2jHx58qBf2O2I0dxCBMlCzohQASA63Q=" + "hash": "nlTetTE3H5T7H776+UHsh+gH32wouokvu+9OiShOmzE=" } }, "is_incremental": false, @@ -1146,7 +1146,7 @@ "output": { ".html": { "relative_path": "api/IPA.Utilities.AlmostVersion.html", - "hash": "tK/NO21hyIHSgZ1wXAIveRRUptWYFvRyO1K2/fi+e84=" + "hash": "hF4GwdnM99gohGWH6m4NqXji3G5vsrWAktlRLaT+ppY=" } }, "is_incremental": false, @@ -1158,7 +1158,7 @@ "output": { ".html": { "relative_path": "api/IPA.Utilities.AlmostVersionConverter.html", - "hash": "Tpb/H6PUIMyrAyxlnZYH4ua1jrgWWHfS6hZVsRUUCc0=" + "hash": "FJTKQAntNqcPFD8l8JXBxpblzFhovx7GOBU+Jkit8yg=" } }, "is_incremental": false, @@ -1170,7 +1170,7 @@ "output": { ".html": { "relative_path": "api/IPA.Utilities.Async.Coroutines.html", - "hash": "gFX86u0dduld/DpzoKdluJd5aSBjs/nOZ3JiOmG4DmI=" + "hash": "zdEkR+5iCHXtnAfC+XuvH3MBRfFseT8GvfgpTj9e3Ek=" } }, "is_incremental": false, @@ -1182,7 +1182,7 @@ "output": { ".html": { "relative_path": "api/IPA.Utilities.Async.SingleCreationValueCache-2.html", - "hash": "CqZlA9SYOqZHN4azeeW5VeOHg3amtUuvYuJFhgxJSw4=" + "hash": "a2dcTnVhoXvtCPtZwHUlELn21s0GGlVG4pQFZxrezko=" } }, "is_incremental": false, @@ -1194,7 +1194,7 @@ "output": { ".html": { "relative_path": "api/IPA.Utilities.Async.SingleThreadTaskScheduler.html", - "hash": "6K4QEZZzRUHK4DX3EUmSkQWqn6AkF2AlLJyH4D7++Kg=" + "hash": "I/D1GDeKGxT6wgwmZ3VYhHQt/Egsl/CuDGx2XD+O2fc=" } }, "is_incremental": false, @@ -1206,7 +1206,7 @@ "output": { ".html": { "relative_path": "api/IPA.Utilities.Async.Synchronization.MutexLocker.html", - "hash": "ha2iootPN3LxO5BBTd6w+Zq8+cyPpzD2KLtpjsRmriY=" + "hash": "JiruSL7q2jCjnquCJ254D73hnX24559RsZKQGddDCkY=" } }, "is_incremental": false, @@ -1218,7 +1218,7 @@ "output": { ".html": { "relative_path": "api/IPA.Utilities.Async.Synchronization.ReaderWriterLockSlimReadLocker.html", - "hash": "3ZMZ4dKuL9QFpHZq5QdNzZwnAsEqtz+K338ZOSmcCcQ=" + "hash": "W0NgjBZ+YO/CAz2sz/My1DYfbHQm6XAoDrFR+vUdd1g=" } }, "is_incremental": false, @@ -1230,7 +1230,7 @@ "output": { ".html": { "relative_path": "api/IPA.Utilities.Async.Synchronization.ReaderWriterLockSlimUpgradableReadLocker.html", - "hash": "cZ9MHomza/W5JoUcGqnZpaBQz09xD455COdUKu34OO0=" + "hash": "UO4BnwDECTRYlAOusCutWW2fESxeqim9jQKoJzD9TYg=" } }, "is_incremental": false, @@ -1242,7 +1242,7 @@ "output": { ".html": { "relative_path": "api/IPA.Utilities.Async.Synchronization.ReaderWriterLockSlimWriteLocker.html", - "hash": "QjM2+Z4T54E2uUC1NNX/VgC4ndsl52iTPE3SRFg+1Oo=" + "hash": "w6zrpfHuWHGx/yZEZPe5eaUlNYOvUJNV/G5mfpri4cw=" } }, "is_incremental": false, @@ -1254,7 +1254,7 @@ "output": { ".html": { "relative_path": "api/IPA.Utilities.Async.Synchronization.SemaphoreLocker.html", - "hash": "f62uAj6zTi9ePV09Wec1446JvEthgKKrdIp2ZM3vH5s=" + "hash": "Z88curEwGZxoC/q+v8yTZXYKsL6EVkORv1K1+vC6xjk=" } }, "is_incremental": false, @@ -1266,7 +1266,7 @@ "output": { ".html": { "relative_path": "api/IPA.Utilities.Async.Synchronization.SemaphoreSlimLocker.html", - "hash": "vdgweGGfsioMd7nIsUNHkeihPanxmmS6uZG81IRdl2c=" + "hash": "mYqFlzjCR0i7c8lwk8WSF2izBCb9CRqeDmfhG+YBOj8=" } }, "is_incremental": false, @@ -1278,7 +1278,7 @@ "output": { ".html": { "relative_path": "api/IPA.Utilities.Async.Synchronization.html", - "hash": "c6kQasLGqanYWv3GLAH9NDBQ/QQw48x9f+mDqglkCpE=" + "hash": "gh+oBmEq9AVhhWRJornjeghwJm97CS9rU0cYqHJy47M=" } }, "is_incremental": false, @@ -1290,7 +1290,7 @@ "output": { ".html": { "relative_path": "api/IPA.Utilities.Async.UnityMainThreadTaskScheduler.html", - "hash": "nHHFbATFXF65oz8GILWPjcmsHeuUQi+Oy6VStYdLgvE=" + "hash": "zFV/BzBF0ZYGbl1mo2xz71LsHcxVv1cwz523C088tHM=" } }, "is_incremental": false, @@ -1314,7 +1314,7 @@ "output": { ".html": { "relative_path": "api/IPA.Utilities.CriticalSection.AutoExecuteSection.html", - "hash": "l5h+AJDec/5LPEA+2dNKox3YKqHvuoK/jBm+am/0QnI=" + "hash": "/6kW19SI3eyBKlHXzM/oNbKz/KBvsdW29zwZJpi0Cxg=" } }, "is_incremental": false, @@ -1326,7 +1326,7 @@ "output": { ".html": { "relative_path": "api/IPA.Utilities.CriticalSection.html", - "hash": "PwnBd/18pcuFISAGF1JWkGgwFMA9xUr3MJ4L2H0GV8w=" + "hash": "9ZdtsthBbgPmUgUOEEAro8JgosqtDoBxjmHnzofOs7c=" } }, "is_incremental": false, @@ -1338,7 +1338,7 @@ "output": { ".html": { "relative_path": "api/IPA.Utilities.EnumerableExtensions.html", - "hash": "qEuSOe/CRqfmGzqcLUMcNvFU8+wgDoinp8yOFofH7Qw=" + "hash": "mUUPC1Ob23jIlAgA06W09IneVRRkdy48ChwuPhJ+ZnQ=" } }, "is_incremental": false, @@ -1350,7 +1350,7 @@ "output": { ".html": { "relative_path": "api/IPA.Utilities.Extensions.html", - "hash": "46pv5Ftes20jcn8j0zQJbuDlrSqtB3dNZP76vCKPtf4=" + "hash": "jNbPT/gvGKn8gzeECx/yvZ5s82QZp4uGQA7bUIePerE=" } }, "is_incremental": false, @@ -1362,7 +1362,7 @@ "output": { ".html": { "relative_path": "api/IPA.Utilities.FieldAccessor-2.Accessor.html", - "hash": "vc5EerhKUcA0SNFOVslB+77lHW0REChq0bkOTsWuYJw=" + "hash": "h7PSWAbjFYr/5s16sm3FqlgoXQkiHr0JcojLa7XAKf0=" } }, "is_incremental": false, @@ -1374,7 +1374,7 @@ "output": { ".html": { "relative_path": "api/IPA.Utilities.FieldAccessor-2.html", - "hash": "AZ0q1MoKnc6kzYplgmOnUe0Y9tfP8/T1sx0aUhyv1xY=" + "hash": "orvwa4dR4VpuYAmjsT8zCXlHaHWGsfmyKm6aB0h2980=" } }, "is_incremental": false, @@ -1386,7 +1386,7 @@ "output": { ".html": { "relative_path": "api/IPA.Utilities.MethodAccessor-2.html", - "hash": "xFTjNRNltTSDVEA9yhZqjL/nkJJvBEPcA6MsvsVPEJU=" + "hash": "/Y/gWZmt1CX+CYH5sB8r985rLMseD47mu0CuJEIKsUQ=" } }, "is_incremental": false, @@ -1398,7 +1398,7 @@ "output": { ".html": { "relative_path": "api/IPA.Utilities.PropertyAccessor-2.Getter.html", - "hash": "ZL4rR6WrJvgQ3jZ92+Jizpbw+UdCUvGK4eGIh04SARk=" + "hash": "evKnIceYGSFwEbxLFGp7Vy6lUz8iwuga3Mse43+dD4M=" } }, "is_incremental": false, @@ -1410,7 +1410,7 @@ "output": { ".html": { "relative_path": "api/IPA.Utilities.PropertyAccessor-2.Setter.html", - "hash": "DGdrrj74sscLiUIKRXr5IjdJDuRmNCsqHMTlYuvEPF8=" + "hash": "8A1KtGEcwvqILv2oBCz4zulsV8aUYOnYbf87vOXziXA=" } }, "is_incremental": false, @@ -1422,7 +1422,7 @@ "output": { ".html": { "relative_path": "api/IPA.Utilities.PropertyAccessor-2.html", - "hash": "dS/FfhYmJtdo3ntvzejdJix2MrN+AvZSfYpXblSG14s=" + "hash": "znlEpveQ0huayor5wCxvDpn9CuYmojQ09yIMQdMgoAE=" } }, "is_incremental": false, @@ -1434,7 +1434,7 @@ "output": { ".html": { "relative_path": "api/IPA.Utilities.Ref-1.html", - "hash": "lSWek7tc5u2OTrS0AaAQBr7ed1YIfsJfupjTdvLPXJw=" + "hash": "6+bhMviNSZt6tpiKZ5WAahfdOaCBW0Yw5xbRY12uQNc=" } }, "is_incremental": false, @@ -1446,7 +1446,7 @@ "output": { ".html": { "relative_path": "api/IPA.Utilities.Ref.html", - "hash": "BabQld/8/U43jyKmLlm9NWy1dWseWQiwD/gcopFPBmw=" + "hash": "eXFvSPcnMRg+F2N7kfEySLFvKzEV1QR3LH3RVgkTE7Y=" } }, "is_incremental": false, @@ -1458,7 +1458,7 @@ "output": { ".html": { "relative_path": "api/IPA.Utilities.ReflectionUtil.html", - "hash": "2Gg5t4TGQtBUXDXHDr4MDc22nvhevE26M3rQkHaLeQ4=" + "hash": "QrBffhDpYbeZlDhQ/Qswyn6nVlIZQU/Da0AqfgC+lSg=" } }, "is_incremental": false, @@ -1470,7 +1470,7 @@ "output": { ".html": { "relative_path": "api/IPA.Utilities.UnityGame.Release.html", - "hash": "zO5S+hr2N8cWCPCOH/weltJNBnLOuLiwjeIJIPMrWEo=" + "hash": "b0ZK1C4qDeImd2gF390h0GHx0P+8DGW4m/zOncAt+ao=" } }, "is_incremental": false, @@ -1482,7 +1482,7 @@ "output": { ".html": { "relative_path": "api/IPA.Utilities.UnityGame.html", - "hash": "HspdUS+6uLr9a4qTtiwhqIA29aV0LYlTq8I+afHxz8k=" + "hash": "w7z0fv1uGVbbfX82ekAIoquEHqQTa1x+MeWKxtu0xww=" } }, "is_incremental": false, @@ -1494,7 +1494,7 @@ "output": { ".html": { "relative_path": "api/IPA.Utilities.Utils.ScopeGuardObject.html", - "hash": "TGdoIoiBb5OVnhtR3fe02fJ1EWP7DBFmhptfyHGU/cc=" + "hash": "5Rgm8rK7MPn8T2IHPE7j/7TyxX0sQMY7XfgSusrmcJU=" } }, "is_incremental": false, @@ -1506,7 +1506,7 @@ "output": { ".html": { "relative_path": "api/IPA.Utilities.Utils.html", - "hash": "xNPnparAUF/4KLFfee6C/oiScT7LfnBavmq+2T1Q2jg=" + "hash": "8zMGqPT9KvjnTtFo32aDrGStafwbETHTBjvWzmh6eiQ=" } }, "is_incremental": false, @@ -1542,7 +1542,7 @@ "output": { ".html": { "relative_path": "api/SemVer.Range.html", - "hash": "X9LeygEhCZ00elfXJ+6zz1dx2tGbujgI/zbBRcALN9I=" + "hash": "snLrXtct0WyYEl1jQTYkyfJ9aJwZrUILV/mGzLJlR8c=" } }, "is_incremental": false, @@ -1554,7 +1554,7 @@ "output": { ".html": { "relative_path": "api/SemVer.Version.html", - "hash": "XXoNXcjnWMTuuKzCvgqfh6rdsPg4PBzLmGTUPaRSglM=" + "hash": "unFCWGQzvtj13tvAmIr0AhWeJ1hqPKvnLVY7erUShTQ=" } }, "is_incremental": false, @@ -1578,7 +1578,7 @@ "output": { ".html": { "relative_path": "api/index.html", - "hash": "FVB4A15tPEx/MQWD3slsQFrPi8o/AEWclwC8NG1fHJI=" + "hash": "pR3Et+kMUDytZQTpUpQng49gRo9nP41m9Gts/q9N5zg=" } }, "is_incremental": false, @@ -1602,7 +1602,7 @@ "output": { ".html": { "relative_path": "articles/command-line.html", - "hash": "h3iPl1/o5gNSHN/zeOjEe7oY7kK9kfTcq2YZ8NrFIxo=" + "hash": "MoBIUnvSZp4hzF8QsQ1F37dEEZlpvaTAZhjBhe/lOfI=" } }, "is_incremental": false, @@ -1614,7 +1614,7 @@ "output": { ".html": { "relative_path": "articles/contributing.html", - "hash": "tuyUxFctA0pQx5FXxEVIPw3/6OqbpB8X7dAGqd9GwSQ=" + "hash": "5Ah6jE7ZR0hcWLpJL7NhkewZPQp7EQspSLdW3YBq7+E=" } }, "is_incremental": false, @@ -1626,7 +1626,7 @@ "output": { ".html": { "relative_path": "articles/index.html", - "hash": "lAC0Qi80b0+L/Lgn2WTUFhWAFvUNL2e+Eyh6zMCCLqg=" + "hash": "a4qZRSu27dqErlHKiqeJsS6504AQ8KVqfv/g5O/MH3I=" } }, "is_incremental": false, @@ -1638,7 +1638,7 @@ "output": { ".html": { "relative_path": "articles/start-dev.html", - "hash": "XjeXBqIzNb15+H8IMm721tQUbBGnaPbrKVDaqMS6X8U=" + "hash": "8L5BPOTDThN6fT3UpnufWMaUeCmQ8y8wmt4h578aEaU=" } }, "is_incremental": false, @@ -1650,7 +1650,7 @@ "output": { ".html": { "relative_path": "articles/start-user.html", - "hash": "OTT7BsnHKxaUnrxoTRPvltrIUgW5eHi4tOdWmJsy1Jc=" + "hash": "pXWs4n8W2d0gFosg2S0IKH3AMB3pd6XaNWn4CfW9Tpk=" } }, "is_incremental": false, @@ -1740,7 +1740,7 @@ "output": { ".html": { "relative_path": "index.html", - "hash": "U6rJKBX5Yx51WME0OQFnIf7ZetmK/3zvzXPbr0eJUKo=" + "hash": "LaiHfmoBuO7ey8mn1OTLzvtWCyCPTcjumQpAY8IJAYA=" } }, "is_incremental": false, @@ -1752,7 +1752,7 @@ "output": { ".html": { "relative_path": "other_api/config/schema.html", - "hash": "tX5B5GbkV1r9cp6BAnFcEMzm/8cAyKbIDEk76QKBGAc=" + "hash": "p/cP8j3hqflKZSlFMQnme5z+077DucB1UYtLrChf3+k=" } }, "is_incremental": false, @@ -1764,7 +1764,7 @@ "output": { ".html": { "relative_path": "other_api/index.html", - "hash": "bjgnqPye/2x5bbq9LLKTOz6dacaWO7VkN5Nq+xvk4Y8=" + "hash": "PqekNHAKIPSso+ZioCmmcXshxG60RXtqj8ue/+aohYo=" } }, "is_incremental": false, diff --git a/other_api/config/schema.html b/other_api/config/schema.html index ff751499..56d8f42d 100644 --- a/other_api/config/schema.html +++ b/other_api/config/schema.html @@ -181,7 +181,7 @@ diff --git a/other_api/index.html b/other_api/index.html index d17760b4..7d1358b7 100644 --- a/other_api/index.html +++ b/other_api/index.html @@ -87,7 +87,7 @@ diff --git a/xrefmap.yml b/xrefmap.yml index 5085328b..acbde3a1 100644 --- a/xrefmap.yml +++ b/xrefmap.yml @@ -341,6 +341,25 @@ references: commentId: T:IPA.Config.Data.Boolean fullName: IPA.Config.Data.Boolean nameWithType: Boolean +- uid: IPA.Config.Data.Boolean.#ctor + name: Boolean() + href: api/IPA.Config.Data.Boolean.html#IPA_Config_Data_Boolean__ctor + commentId: M:IPA.Config.Data.Boolean.#ctor + fullName: IPA.Config.Data.Boolean.Boolean() + nameWithType: Boolean.Boolean() +- uid: IPA.Config.Data.Boolean.#ctor(System.Boolean) + name: Boolean(Boolean) + href: api/IPA.Config.Data.Boolean.html#IPA_Config_Data_Boolean__ctor_System_Boolean_ + commentId: M:IPA.Config.Data.Boolean.#ctor(System.Boolean) + fullName: IPA.Config.Data.Boolean.Boolean(System.Boolean) + nameWithType: Boolean.Boolean(Boolean) +- uid: IPA.Config.Data.Boolean.#ctor* + name: Boolean + href: api/IPA.Config.Data.Boolean.html#IPA_Config_Data_Boolean__ctor_ + commentId: Overload:IPA.Config.Data.Boolean.#ctor + isSpec: "True" + fullName: IPA.Config.Data.Boolean.Boolean + nameWithType: Boolean.Boolean - uid: IPA.Config.Data.Boolean.ToString name: ToString() href: api/IPA.Config.Data.Boolean.html#IPA_Config_Data_Boolean_ToString @@ -373,6 +392,25 @@ references: commentId: T:IPA.Config.Data.FloatingPoint fullName: IPA.Config.Data.FloatingPoint nameWithType: FloatingPoint +- uid: IPA.Config.Data.FloatingPoint.#ctor + name: FloatingPoint() + href: api/IPA.Config.Data.FloatingPoint.html#IPA_Config_Data_FloatingPoint__ctor + commentId: M:IPA.Config.Data.FloatingPoint.#ctor + fullName: IPA.Config.Data.FloatingPoint.FloatingPoint() + nameWithType: FloatingPoint.FloatingPoint() +- uid: IPA.Config.Data.FloatingPoint.#ctor(System.Decimal) + name: FloatingPoint(Decimal) + href: api/IPA.Config.Data.FloatingPoint.html#IPA_Config_Data_FloatingPoint__ctor_System_Decimal_ + commentId: M:IPA.Config.Data.FloatingPoint.#ctor(System.Decimal) + fullName: IPA.Config.Data.FloatingPoint.FloatingPoint(System.Decimal) + nameWithType: FloatingPoint.FloatingPoint(Decimal) +- uid: IPA.Config.Data.FloatingPoint.#ctor* + name: FloatingPoint + href: api/IPA.Config.Data.FloatingPoint.html#IPA_Config_Data_FloatingPoint__ctor_ + commentId: Overload:IPA.Config.Data.FloatingPoint.#ctor + isSpec: "True" + fullName: IPA.Config.Data.FloatingPoint.FloatingPoint + nameWithType: FloatingPoint.FloatingPoint - uid: IPA.Config.Data.FloatingPoint.AsInteger name: AsInteger() href: api/IPA.Config.Data.FloatingPoint.html#IPA_Config_Data_FloatingPoint_AsInteger @@ -418,6 +456,25 @@ references: commentId: T:IPA.Config.Data.Integer fullName: IPA.Config.Data.Integer nameWithType: Integer +- uid: IPA.Config.Data.Integer.#ctor + name: Integer() + href: api/IPA.Config.Data.Integer.html#IPA_Config_Data_Integer__ctor + commentId: M:IPA.Config.Data.Integer.#ctor + fullName: IPA.Config.Data.Integer.Integer() + nameWithType: Integer.Integer() +- uid: IPA.Config.Data.Integer.#ctor(System.Int64) + name: Integer(Int64) + href: api/IPA.Config.Data.Integer.html#IPA_Config_Data_Integer__ctor_System_Int64_ + commentId: M:IPA.Config.Data.Integer.#ctor(System.Int64) + fullName: IPA.Config.Data.Integer.Integer(System.Int64) + nameWithType: Integer.Integer(Int64) +- uid: IPA.Config.Data.Integer.#ctor* + name: Integer + href: api/IPA.Config.Data.Integer.html#IPA_Config_Data_Integer__ctor_ + commentId: Overload:IPA.Config.Data.Integer.#ctor + isSpec: "True" + fullName: IPA.Config.Data.Integer.Integer + nameWithType: Integer.Integer - uid: IPA.Config.Data.Integer.AsFloat name: AsFloat() href: api/IPA.Config.Data.Integer.html#IPA_Config_Data_Integer_AsFloat @@ -948,6 +1005,25 @@ references: commentId: T:IPA.Config.Data.Text fullName: IPA.Config.Data.Text nameWithType: Text +- uid: IPA.Config.Data.Text.#ctor + name: Text() + href: api/IPA.Config.Data.Text.html#IPA_Config_Data_Text__ctor + commentId: M:IPA.Config.Data.Text.#ctor + fullName: IPA.Config.Data.Text.Text() + nameWithType: Text.Text() +- uid: IPA.Config.Data.Text.#ctor(System.String) + name: Text(String) + href: api/IPA.Config.Data.Text.html#IPA_Config_Data_Text__ctor_System_String_ + commentId: M:IPA.Config.Data.Text.#ctor(System.String) + fullName: IPA.Config.Data.Text.Text(System.String) + nameWithType: Text.Text(String) +- uid: IPA.Config.Data.Text.#ctor* + name: Text + href: api/IPA.Config.Data.Text.html#IPA_Config_Data_Text__ctor_ + commentId: Overload:IPA.Config.Data.Text.#ctor + isSpec: "True" + fullName: IPA.Config.Data.Text.Text + nameWithType: Text.Text - uid: IPA.Config.Data.Text.ToString name: ToString() href: api/IPA.Config.Data.Text.html#IPA_Config_Data_Text_ToString