From c3549848b208ca0ba790a037917d942ab692d6d2 Mon Sep 17 00:00:00 2001 From: Julian Kittel <62687014+ToniMacaroni@users.noreply.github.com> Date: Thu, 21 Mar 2024 19:22:49 +0100 Subject: [PATCH] update doc --- README.md | 5 +- docs/api/index.html | 6 +- docs/index.json | 1140 +++ docs/manifest.json | 2292 ++++- docs/toc.html | 2 +- docs/xrefmap.yml | 19409 +++++++++++++++++++++++++++++++++++++++++- 6 files changed, 22848 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9f6bd0a..4284581 100644 --- a/README.md +++ b/README.md @@ -95,11 +95,12 @@ ___ | `togglegrass` | | Toggles the visibility of grass | | `xfreecam` | | Freecam mode without "exiting" the player | | `cancelblueprints` | | Cancel all blueprints in a radius | +| `finishblueprints` | | Finish all blueprints in a radius | | `noforest` | | Removes trees, bushes and (including billboards) for debugging purposes | | `clearpickups` | | Clears all pickups in a radius | | `gotopickup` | | Go to a pickup by name (picks the first one that contains the name). Useful for finding story items. | -| `goto` | | Go to a coordinate, goto-location or gameobject. | -| `addcharacter` | | Spawn a new character into the world. | +| `aighostplayer` | | Will make the ai ignore the player. | +| `saveconsolepos` | | Save the console position to the config. | | `virginiasentiment` | | Add sentiment to virginia | | `virginiavisit` | | Invokes a virginia visit event | | `dump` | | Dump various data from the game. dump [items, characters, prefabs] | diff --git a/docs/api/index.html b/docs/api/index.html index 615f822..eb89713 100644 --- a/docs/api/index.html +++ b/docs/api/index.html @@ -19,7 +19,7 @@ - + @@ -60,6 +60,10 @@ + +
+
+
diff --git a/docs/index.json b/docs/index.json index 600b8fe..dc679a5 100644 --- a/docs/index.json +++ b/docs/index.json @@ -1,9 +1,1149 @@ { + "api/ForestNanosuit.html": { + "href": "api/ForestNanosuit.html", + "title": "Namespace ForestNanosuit | RedLoader Docs", + "keywords": "Namespace ForestNanosuit Classes UFileWriter" + }, + "api/ForestNanosuit.UFileWriter.html": { + "href": "api/ForestNanosuit.UFileWriter.html", + "title": "Class UFileWriter | RedLoader Docs", + "keywords": "Class UFileWriter Inheritance object UFileWriter Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: ForestNanosuit Assembly: SonsSdk.dll Syntax public class UFileWriter Constructors UFileWriter(string) Declaration public UFileWriter(string path) Parameters Type Name Description string path Properties Content Declaration public string Content { get; } Property Value Type Description string Methods Add(string) Declaration public UFileWriter Add(string text) Parameters Type Name Description string text Returns Type Description UFileWriter Line() Declaration public UFileWriter Line() Returns Type Description UFileWriter Line(string) Declaration public UFileWriter Line(string text) Parameters Type Name Description string text Returns Type Description UFileWriter Save() Declaration public void Save() Tab() Declaration public UFileWriter Tab() Returns Type Description UFileWriter" + }, + "api/Harmony.ConfiguredPatcher-1.html": { + "href": "api/Harmony.ConfiguredPatcher-1.html", + "title": "Class ConfiguredPatcher | RedLoader Docs", + "keywords": "Class ConfiguredPatcher Inheritance object ConfiguredPatcher ConfiguredPatcher Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: Harmony Assembly: RedLoader.dll Syntax public class ConfiguredPatcher : ConfiguredPatcher Type Parameters Name Description T Constructors ConfiguredPatcher(Harmony) Declaration public ConfiguredPatcher(Harmony harmony) Parameters Type Name Description Harmony harmony Methods Postfix(string, string) Declaration public void Postfix(string sourceMethodName, string targetMethodName) Parameters Type Name Description string sourceMethodName string targetMethodName Type Parameters Name Description T2 Prefix(string, string, params Type[]) Declaration public void Prefix(string sourceMethodName, string targetMethodName, params Type[] parameters) Parameters Type Name Description string sourceMethodName string targetMethodName Type[] parameters Type Parameters Name Description T2" + }, + "api/Harmony.ConfiguredPatcher.EMethodType.html": { + "href": "api/Harmony.ConfiguredPatcher.EMethodType.html", + "title": "Enum ConfiguredPatcher.EMethodType | RedLoader Docs", + "keywords": "Enum ConfiguredPatcher.EMethodType Namespace: Harmony Assembly: RedLoader.dll Syntax public enum ConfiguredPatcher.EMethodType Fields Name Description PrivateInstance PrivateStatic PublicInstance PublicStatic Extension Methods EnumExtensions.HasFlag(Enum, Enum)" + }, + "api/Harmony.ConfiguredPatcher.html": { + "href": "api/Harmony.ConfiguredPatcher.html", + "title": "Class ConfiguredPatcher | RedLoader Docs", + "keywords": "Class ConfiguredPatcher Inheritance object ConfiguredPatcher ConfiguredPatcher Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: Harmony Assembly: RedLoader.dll Syntax public class ConfiguredPatcher Constructors ConfiguredPatcher() Declaration public ConfiguredPatcher()" + }, + "api/Harmony.html": { + "href": "api/Harmony.html", + "title": "Namespace Harmony | RedLoader Docs", + "keywords": "Namespace Harmony Classes ConfiguredPatcher ConfiguredPatcher Enums ConfiguredPatcher.EMethodType" + }, "api/index.html": { "href": "api/index.html", "title": "Redloader API | RedLoader Docs", "keywords": "Redloader API Here you can find the API refeference for RedLoader as well as the SonsSDK." }, + "api/RedLoader.Assertions.html": { + "href": "api/RedLoader.Assertions.html", + "title": "Namespace RedLoader.Assertions | RedLoader Docs", + "keywords": "Namespace RedLoader.Assertions Classes LemonAssert LemonAssertException LemonAssertMapping" + }, + "api/RedLoader.Assertions.LemonAssert.html": { + "href": "api/RedLoader.Assertions.LemonAssert.html", + "title": "Class LemonAssert | RedLoader Docs", + "keywords": "Class LemonAssert Inheritance object LemonAssert Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader.Assertions Assembly: RedLoader.dll Syntax public static class LemonAssert Methods IsEqual(T, T) Declaration public static void IsEqual(T obj, T obj2) Parameters Type Name Description T obj T obj2 Type Parameters Name Description T IsEqual(T, T, string) Declaration public static void IsEqual(T obj, T obj2, string userMessage) Parameters Type Name Description T obj T obj2 string userMessage Type Parameters Name Description T IsEqual(T, T, string, bool) Declaration public static void IsEqual(T obj, T obj2, string userMessage, bool shouldThrowException) Parameters Type Name Description T obj T obj2 string userMessage bool shouldThrowException Type Parameters Name Description T IsFalse(bool) Declaration public static void IsFalse(bool obj) Parameters Type Name Description bool obj IsFalse(bool, string) Declaration public static void IsFalse(bool obj, string userMessage) Parameters Type Name Description bool obj string userMessage IsFalse(bool, string, bool) Declaration public static void IsFalse(bool obj, string userMessage, bool shouldThrowException) Parameters Type Name Description bool obj string userMessage bool shouldThrowException IsNotEqual(T, T) Declaration public static void IsNotEqual(T obj, T obj2) Parameters Type Name Description T obj T obj2 Type Parameters Name Description T IsNotEqual(T, T, string) Declaration public static void IsNotEqual(T obj, T obj2, string userMessage) Parameters Type Name Description T obj T obj2 string userMessage Type Parameters Name Description T IsNotEqual(T, T, string, bool) Declaration public static void IsNotEqual(T obj, T obj2, string userMessage, bool shouldThrowException) Parameters Type Name Description T obj T obj2 string userMessage bool shouldThrowException Type Parameters Name Description T IsNotNull(T) Declaration public static void IsNotNull(T obj) Parameters Type Name Description T obj Type Parameters Name Description T IsNotNull(T, string) Declaration public static void IsNotNull(T obj, string userMessage) Parameters Type Name Description T obj string userMessage Type Parameters Name Description T IsNotNull(T, string, bool) Declaration public static void IsNotNull(T obj, string userMessage, bool shouldThrowException) Parameters Type Name Description T obj string userMessage bool shouldThrowException Type Parameters Name Description T IsNull(T) Declaration public static void IsNull(T obj) Parameters Type Name Description T obj Type Parameters Name Description T IsNull(T, string) Declaration public static void IsNull(T obj, string userMessage) Parameters Type Name Description T obj string userMessage Type Parameters Name Description T IsNull(T, string, bool) Declaration public static void IsNull(T obj, string userMessage, bool shouldThrowException) Parameters Type Name Description T obj string userMessage bool shouldThrowException Type Parameters Name Description T IsTrue(bool) Declaration public static void IsTrue(bool obj) Parameters Type Name Description bool obj IsTrue(bool, string) Declaration public static void IsTrue(bool obj, string userMessage) Parameters Type Name Description bool obj string userMessage IsTrue(bool, string, bool) Declaration public static void IsTrue(bool obj, string userMessage, bool shouldThrowException) Parameters Type Name Description bool obj string userMessage bool shouldThrowException" + }, + "api/RedLoader.Assertions.LemonAssertException.html": { + "href": "api/RedLoader.Assertions.LemonAssertException.html", + "title": "Class LemonAssertException | RedLoader Docs", + "keywords": "Class LemonAssertException Inheritance object Exception LemonAssertException Implements ISerializable Inherited Members Exception.GetBaseException() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.ToString() Exception.GetType() Exception.TargetSite Exception.Data Exception.InnerException Exception.HelpLink Exception.Source Exception.HResult Exception.StackTrace Exception.SerializeObjectState object.MemberwiseClone() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader.Assertions Assembly: RedLoader.dll Syntax public class LemonAssertException : Exception, ISerializable Constructors LemonAssertException(string, string) Declaration public LemonAssertException(string exceptionMsg, string userMessage) Parameters Type Name Description string exceptionMsg string userMessage Properties Message Declaration public override string Message { get; } Property Value Type Description string Overrides Exception.Message Implements ISerializable" + }, + "api/RedLoader.Assertions.LemonAssertMapping.html": { + "href": "api/RedLoader.Assertions.LemonAssertMapping.html", + "title": "Class LemonAssertMapping | RedLoader Docs", + "keywords": "Class LemonAssertMapping Inheritance object LemonAssertMapping Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader.Assertions Assembly: RedLoader.dll Syntax public static class LemonAssertMapping Methods Register_IsEqual(Func) Declaration public static void Register_IsEqual(Func method) Parameters Type Name Description Func method Type Parameters Name Description T Register_IsNull(Func) Declaration public static void Register_IsNull(Func method) Parameters Type Name Description Func method Type Parameters Name Description T" + }, + "api/RedLoader.BieModWrapper.html": { + "href": "api/RedLoader.BieModWrapper.html", + "title": "Class BieModWrapper | RedLoader Docs", + "keywords": "Class BieModWrapper Inheritance object ModBase ModTypeBase MelonMod BieModWrapper Inherited Members MelonMod.OnSceneWasLoaded(int, string) MelonMod.OnSceneWasInitialized(int, string) MelonMod.OnSceneWasUnloaded(int, string) ModTypeBase.ExecuteAll(LemonAction, bool, string) ModTypeBase.RegisteredMods ModTypeBase.TypeName ModTypeBase.MelonTypeName ModBase.OnMelonRegistered ModBase.OnMelonUnregistered ModBase.OnMelonInitializing ModBase.OnRegister ModBase.OnUnregister ModBase.CreateWrapper(string, string, string, MelonGameAttribute[], MelonProcessAttribute[], int, Color?, Color?, string) ModBase.RegisterSorted(IEnumerable) ModBase.OnPreSupportModule() ModBase.OnUpdate() ModBase.OnFixedUpdate() ModBase.OnLateUpdate() ModBase.OnGUI() ModBase.OnApplicationQuit() ModBase.OnPreferencesSaved() ModBase.OnPreferencesSaved(string) ModBase.OnPreferencesLoaded() ModBase.OnPreferencesLoaded(string) ModBase.OnEarlyInitializeMelon() ModBase.OnLateInitializeMod() ModBase.OnDeinitializeMod() ModBase.FindIncompatiblities(MelonGameAttribute, string, string, string, string, MelonPlatformAttribute.CompatiblePlatforms, MelonPlatformDomainAttribute.CompatibleDomains) ModBase.FindIncompatiblitiesFromContext() ModBase.PrintIncompatibilities(ModBase.Incompatibility[], ModBase) ModBase.Register() ModBase.FindMelon(string, string) ModBase.Unregister(string, bool) ModBase.ExecuteAll(LemonAction, bool, string) ModBase.ExecuteList(LemonAction, List, bool, string) ModBase.SendMessageAll(string, params object[]) ModBase.SendMessage(string, params object[]) ModBase.RegisteredMelons ModBase.MelonAssembly ModBase.Priority ModBase.ConsoleColor ModBase.AuthorConsoleColor ModBase.AdditionalCredits ModBase.SupportedGameVersion ModBase.OptionalDependencies ModBase.HarmonyInstance ModBase.LoggerInstance ModBase.ID ModBase.Description ModBase.Registered object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public class BieModWrapper : MelonMod Constructors BieModWrapper(BasePlugin) Declaration public BieModWrapper(BasePlugin plugin) Parameters Type Name Description BasePlugin plugin Methods OnInitializeMod() Runs after the Mod has registered. This callback waits until the loader has fully initialized (OnApplicationStart). Declaration protected override void OnInitializeMod() Overrides ModBase.OnInitializeMod()" + }, + "api/RedLoader.BuildInfo.html": { + "href": "api/RedLoader.BuildInfo.html", + "title": "Class BuildInfo | RedLoader Docs", + "keywords": "Class BuildInfo Inheritance object BuildInfo Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public static class BuildInfo Fields Author Declaration public const string Author = \"Lava Gang & Toni Macaroni\" Field Value Type Description string Description Declaration public const string Description = \"RedLoader based on RedLoader\" Field Value Type Description string Name Declaration public const string Name = \"RedLoader\" Field Value Type Description string Version Declaration public static readonly string Version Field Value Type Description string" + }, + "api/RedLoader.CollectionExtensions.html": { + "href": "api/RedLoader.CollectionExtensions.html", + "title": "Class CollectionExtensions | RedLoader Docs", + "keywords": "Class CollectionExtensions Inheritance object CollectionExtensions Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public static class CollectionExtensions Methods WrapToIl2Cpp(IEnumerable) Declaration public static IEnumerable WrapToIl2Cpp(this IEnumerable self) Parameters Type Name Description IEnumerable self Returns Type Description IEnumerable WrapToIl2Cpp(IEnumerator) Declaration public static IEnumerator WrapToIl2Cpp(this IEnumerator self) Parameters Type Name Description IEnumerator self Returns Type Description IEnumerator WrapToManaged(IEnumerable) Declaration public static IEnumerable WrapToManaged(this IEnumerable self) Parameters Type Name Description IEnumerable self Returns Type Description IEnumerable WrapToManaged(IEnumerator) Declaration public static IEnumerator WrapToManaged(this IEnumerator self) Parameters Type Name Description IEnumerator self Returns Type Description IEnumerator" + }, + "api/RedLoader.ConfigCategory.html": { + "href": "api/RedLoader.ConfigCategory.html", + "title": "Class ConfigCategory | RedLoader Docs", + "keywords": "Class ConfigCategory Inheritance object ConfigCategory Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public class ConfigCategory Fields Entries Declaration public readonly List Entries Field Value Type Description List Properties DisplayName Declaration public string DisplayName { get; set; } Property Value Type Description string Identifier Declaration public string Identifier { get; } Property Value Type Description string IsHidden Declaration public bool IsHidden { get; set; } Property Value Type Description bool IsInlined Declaration public bool IsInlined { get; set; } Property Value Type Description bool Methods CreateEntry(string, T, string, bool) Declaration public ConfigEntry CreateEntry(string identifier, T default_value, string display_name, bool is_hidden) Parameters Type Name Description string identifier T default_value string display_name bool is_hidden Returns Type Description ConfigEntry Type Parameters Name Description T CreateEntry(string, T, string, string, bool, bool, ValueValidator) Declaration public ConfigEntry CreateEntry(string identifier, T default_value, string display_name, string description, bool is_hidden, bool dont_save_default, ValueValidator validator) Parameters Type Name Description string identifier T default_value string display_name string description bool is_hidden bool dont_save_default ValueValidator validator Returns Type Description ConfigEntry Type Parameters Name Description T CreateEntry(string, T, string, string, bool, bool, ValueValidator, string) Declaration public ConfigEntry CreateEntry(string identifier, T default_value, string display_name = null, string description = null, bool is_hidden = false, bool dont_save_default = false, ValueValidator validator = null, string oldIdentifier = null) Parameters Type Name Description string identifier T default_value string display_name string description bool is_hidden bool dont_save_default ValueValidator validator string oldIdentifier Returns Type Description ConfigEntry Type Parameters Name Description T DeleteEntry(string) Declaration public bool DeleteEntry(string identifier) Parameters Type Name Description string identifier Returns Type Description bool DestroyFileWatcher() Declaration public void DestroyFileWatcher() GetEntry(string) Declaration public ConfigEntry GetEntry(string identifier) Parameters Type Name Description string identifier Returns Type Description ConfigEntry GetEntry(string) Declaration public ConfigEntry GetEntry(string identifier) Parameters Type Name Description string identifier Returns Type Description ConfigEntry Type Parameters Name Description T HasEntry(string) Declaration public bool HasEntry(string identifier) Parameters Type Name Description string identifier Returns Type Description bool LoadFromFile(bool) Declaration public void LoadFromFile(bool printmsg = true) Parameters Type Name Description bool printmsg RenameEntry(string, string) Declaration public bool RenameEntry(string identifier, string newIdentifier) Parameters Type Name Description string identifier string newIdentifier Returns Type Description bool ResetFilePath() Declaration public void ResetFilePath() SaveToFile(bool) Declaration public void SaveToFile(bool printmsg = true) Parameters Type Name Description bool printmsg SetFilePath(string) Declaration public void SetFilePath(string filepath) Parameters Type Name Description string filepath SetFilePath(string, bool) Declaration public void SetFilePath(string filepath, bool autoload) Parameters Type Name Description string filepath bool autoload SetFilePath(string, bool, bool) Declaration public void SetFilePath(string filepath, bool autoload, bool printmsg) Parameters Type Name Description string filepath bool autoload bool printmsg" + }, + "api/RedLoader.ConfigEntry-1.html": { + "href": "api/RedLoader.ConfigEntry-1.html", + "title": "Class ConfigEntry | RedLoader Docs", + "keywords": "Class ConfigEntry Inheritance object ConfigEntry ConfigEntry Inherited Members ConfigEntry.OnEntryValueChangedUntyped ConfigEntry.GetExceptionMessage(string) ConfigEntry.FireUntypedValueChanged(object, object) ConfigEntry.Identifier ConfigEntry.DisplayName ConfigEntry.Description ConfigEntry.Comment ConfigEntry.IsHidden ConfigEntry.DontSaveDefault ConfigEntry.Category ConfigEntry.Validator ConfigEntry.OnValueChangedUntyped object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public class ConfigEntry : ConfigEntry Type Parameters Name Description T Constructors ConfigEntry() Declaration public ConfigEntry() Fields OnEntryValueChanged Declaration public readonly MelonEvent OnEntryValueChanged Field Value Type Description MelonEvent Properties BoxedEditedValue Declaration public override object BoxedEditedValue { get; set; } Property Value Type Description object Overrides ConfigEntry.BoxedEditedValue BoxedValue Declaration public override object BoxedValue { get; set; } Property Value Type Description object Overrides ConfigEntry.BoxedValue DefaultValue Declaration public T DefaultValue { get; set; } Property Value Type Description T EditedValue Declaration public T EditedValue { get; set; } Property Value Type Description T Value Declaration public T Value { get; set; } Property Value Type Description T Methods GetDefaultValueAsString() Declaration public override string GetDefaultValueAsString() Returns Type Description string Overrides ConfigEntry.GetDefaultValueAsString() GetEditedValueAsString() Declaration public override string GetEditedValueAsString() Returns Type Description string Overrides ConfigEntry.GetEditedValueAsString() GetReflectedType() Declaration public override Type GetReflectedType() Returns Type Description Type Overrides ConfigEntry.GetReflectedType() GetValueAsString() Declaration public override string GetValueAsString() Returns Type Description string Overrides ConfigEntry.GetValueAsString() Load(TomlValue) Declaration public override void Load(TomlValue obj) Parameters Type Name Description TomlValue obj Overrides ConfigEntry.Load(TomlValue) ResetToDefault() Declaration public override void ResetToDefault() Overrides ConfigEntry.ResetToDefault() Save() Declaration public override TomlValue Save() Returns Type Description TomlValue Overrides ConfigEntry.Save() Events OnValueChanged Declaration [Obsolete(\"Please use the OnEntryValueChanged MelonEvent instead.\")] public event Action OnValueChanged Event Type Type Description Action" + }, + "api/RedLoader.ConfigEntry.html": { + "href": "api/RedLoader.ConfigEntry.html", + "title": "Class ConfigEntry | RedLoader Docs", + "keywords": "Class ConfigEntry Inheritance object ConfigEntry ConfigEntry Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public abstract class ConfigEntry Constructors ConfigEntry() Declaration protected ConfigEntry() Fields OnEntryValueChangedUntyped Declaration public readonly MelonEvent OnEntryValueChangedUntyped Field Value Type Description MelonEvent Properties BoxedEditedValue Declaration public abstract object BoxedEditedValue { get; set; } Property Value Type Description object BoxedValue Declaration public abstract object BoxedValue { get; set; } Property Value Type Description object Category Declaration public ConfigCategory Category { get; } Property Value Type Description ConfigCategory Comment Declaration public string Comment { get; set; } Property Value Type Description string Description Declaration public string Description { get; set; } Property Value Type Description string DisplayName Declaration public string DisplayName { get; set; } Property Value Type Description string DontSaveDefault Declaration public bool DontSaveDefault { get; set; } Property Value Type Description bool Identifier Declaration public string Identifier { get; } Property Value Type Description string IsHidden Declaration public bool IsHidden { get; set; } Property Value Type Description bool Validator Declaration public ValueValidator Validator { get; } Property Value Type Description ValueValidator Methods FireUntypedValueChanged(object, object) Declaration protected void FireUntypedValueChanged(object old, object neew) Parameters Type Name Description object old object neew GetDefaultValueAsString() Declaration public abstract string GetDefaultValueAsString() Returns Type Description string GetEditedValueAsString() Declaration public abstract string GetEditedValueAsString() Returns Type Description string GetExceptionMessage(string) Declaration public string GetExceptionMessage(string submsg) Parameters Type Name Description string submsg Returns Type Description string GetReflectedType() Declaration public abstract Type GetReflectedType() Returns Type Description Type GetValueAsString() Declaration public abstract string GetValueAsString() Returns Type Description string Load(TomlValue) Declaration public abstract void Load(TomlValue obj) Parameters Type Name Description TomlValue obj ResetToDefault() Declaration public abstract void ResetToDefault() Save() Declaration public abstract TomlValue Save() Returns Type Description TomlValue Events OnValueChangedUntyped Declaration [Obsolete(\"Please use the OnEntryValueChangedUntyped MelonEvent instead.\")] public event Action OnValueChangedUntyped Event Type Type Description Action" + }, + "api/RedLoader.ConfigSystem.html": { + "href": "api/RedLoader.ConfigSystem.html", + "title": "Class ConfigSystem | RedLoader Docs", + "keywords": "Class ConfigSystem Inheritance object ConfigSystem Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public static class ConfigSystem Fields Categories Declaration public static readonly List Categories Field Value Type Description List Mapper Declaration public static readonly TomlMapper Mapper Field Value Type Description TomlMapper OnPreferencesLoaded Occurs when a Preferences File has been loaded. string: Path of the Preferences File. Declaration public static readonly MelonEvent OnPreferencesLoaded Field Value Type Description MelonEvent OnPreferencesSaved Occurs when a Preferences File has been saved. string: Path of the Preferences File. Declaration public static readonly MelonEvent OnPreferencesSaved Field Value Type Description MelonEvent ReflectiveCategories Declaration public static readonly List ReflectiveCategories Field Value Type Description List Methods CreateCategory(string) Declaration public static ConfigCategory CreateCategory(string identifier) Parameters Type Name Description string identifier Returns Type Description ConfigCategory CreateCategory(string, string) Declaration public static ConfigCategory CreateCategory(string identifier, string display_name = null) Parameters Type Name Description string identifier string display_name Returns Type Description ConfigCategory CreateCategory(string, string, bool, bool) Declaration public static ConfigCategory CreateCategory(string identifier, string display_name = null, bool is_hidden = false, bool should_save = true) Parameters Type Name Description string identifier string display_name bool is_hidden bool should_save Returns Type Description ConfigCategory CreateCategory(string, string) Declaration public static ReflectiveConfigCategory CreateCategory(string identifier, string display_name = null) where T : new() Parameters Type Name Description string identifier string display_name Returns Type Description ReflectiveConfigCategory Type Parameters Name Description T CreateEntry(string, string, T, string, bool) Declaration [Obsolete] public static ConfigEntry CreateEntry(string category_identifier, string entry_identifier, T default_value, string display_name, bool is_hidden) Parameters Type Name Description string category_identifier string entry_identifier T default_value string display_name bool is_hidden Returns Type Description ConfigEntry Type Parameters Name Description T CreateEntry(string, string, T, string, string, bool, bool, ValueValidator) Declaration public static ConfigEntry CreateEntry(string category_identifier, string entry_identifier, T default_value, string display_name = null, string description = null, bool is_hidden = false, bool dont_save_default = false, ValueValidator validator = null) Parameters Type Name Description string category_identifier string entry_identifier T default_value string display_name string description bool is_hidden bool dont_save_default ValueValidator validator Returns Type Description ConfigEntry Type Parameters Name Description T CreateFileCategory(string, string, string) Create a new category which will be saved to a custom file. Declaration public static ConfigCategory CreateFileCategory(string identifier, string display_name, string file_name) Parameters Type Name Description string identifier string display_name string file_name The relative filepath Returns Type Description ConfigCategory GetCategory(string) Declaration public static ConfigCategory GetCategory(string identifier) Parameters Type Name Description string identifier Returns Type Description ConfigCategory GetCategory(string) Declaration public static T GetCategory(string identifier) where T : new() Parameters Type Name Description string identifier Returns Type Description T Type Parameters Name Description T GetEntry(string, string) Declaration public static ConfigEntry GetEntry(string category_identifier, string entry_identifier) Parameters Type Name Description string category_identifier string entry_identifier Returns Type Description ConfigEntry GetEntryValue(string, string) Declaration public static T GetEntryValue(string category_identifier, string entry_identifier) Parameters Type Name Description string category_identifier string entry_identifier Returns Type Description T Type Parameters Name Description T GetEntry(string, string) Declaration public static ConfigEntry GetEntry(string category_identifier, string entry_identifier) Parameters Type Name Description string category_identifier string entry_identifier Returns Type Description ConfigEntry Type Parameters Name Description T GetFilePath(string) Gets the absulute path of a Preferences File. Declaration public static string GetFilePath(string fileName) Parameters Type Name Description string fileName Filename relative to the userdata path Returns Type Description string The absolute filepath HasEntry(string, string) Declaration public static bool HasEntry(string category_identifier, string entry_identifier) Parameters Type Name Description string category_identifier string entry_identifier Returns Type Description bool Load() Declaration public static void Load() RemoveCategoryFromFile(string, string) Declaration public static void RemoveCategoryFromFile(string filePath, string categoryName) Parameters Type Name Description string filePath string categoryName Save() Declaration public static void Save() SaveCategory(string, bool) Declaration public static void SaveCategory(string identifier, bool printmsg = true) Parameters Type Name Description string identifier bool printmsg Type Parameters Name Description T SetEntryValue(string, string, T) Declaration public static void SetEntryValue(string category_identifier, string entry_identifier, T value) Parameters Type Name Description string category_identifier string entry_identifier T value Type Parameters Name Description T" + }, + "api/RedLoader.CoreClrUtils.html": { + "href": "api/RedLoader.CoreClrUtils.html", + "title": "Namespace RedLoader.CoreClrUtils | RedLoader Docs", + "keywords": "Namespace RedLoader.CoreClrUtils Classes NativeStackWalk NativeStackWalk.NativeStackFrame" + }, + "api/RedLoader.CoreClrUtils.NativeStackWalk.html": { + "href": "api/RedLoader.CoreClrUtils.NativeStackWalk.html", + "title": "Class NativeStackWalk | RedLoader Docs", + "keywords": "Class NativeStackWalk Inheritance object NativeStackWalk Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader.CoreClrUtils Assembly: RedLoader.dll Syntax public static class NativeStackWalk Properties NativeStackTrace Declaration public static string NativeStackTrace { get; } Property Value Type Description string Methods GetNativeStackFrames() Declaration public static List GetNativeStackFrames() Returns Type Description List LogNativeStackTrace() Declaration public static void LogNativeStackTrace()" + }, + "api/RedLoader.CoreClrUtils.NativeStackWalk.NativeStackFrame.html": { + "href": "api/RedLoader.CoreClrUtils.NativeStackWalk.NativeStackFrame.html", + "title": "Class NativeStackWalk.NativeStackFrame | RedLoader Docs", + "keywords": "Class NativeStackWalk.NativeStackFrame Inheritance object NativeStackWalk.NativeStackFrame Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader.CoreClrUtils Assembly: RedLoader.dll Syntax public class NativeStackWalk.NativeStackFrame Constructors NativeStackFrame() Declaration public NativeStackFrame() Fields Function Declaration public string? Function Field Value Type Description string ModulePath Declaration public string? ModulePath Field Value Type Description string Offset Declaration public ulong Offset Field Value Type Description ulong Pointer Declaration public ulong Pointer Field Value Type Description ulong Properties ModuleName Declaration public string? ModuleName { get; } Property Value Type Description string" + }, + "api/RedLoader.CorePreferences.FConsoleRect.html": { + "href": "api/RedLoader.CorePreferences.FConsoleRect.html", + "title": "Struct CorePreferences.FConsoleRect | RedLoader Docs", + "keywords": "Struct CorePreferences.FConsoleRect Inherited Members ValueType.Equals(object) ValueType.GetHashCode() ValueType.ToString() object.GetType() object.Equals(object, object) object.ReferenceEquals(object, object) Namespace: RedLoader Assembly: RedLoader.dll Syntax public struct CorePreferences.FConsoleRect Constructors FConsoleRect(int, int, int, int) Declaration public FConsoleRect(int x, int y, int width, int height) Parameters Type Name Description int x int y int width int height Fields Height Declaration public int Height Field Value Type Description int Width Declaration public int Width Field Value Type Description int X Declaration public int X Field Value Type Description int Y Declaration public int Y Field Value Type Description int" + }, + "api/RedLoader.CorePreferences.html": { + "href": "api/RedLoader.CorePreferences.html", + "title": "Class CorePreferences | RedLoader Docs", + "keywords": "Class CorePreferences Inheritance object CorePreferences Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public class CorePreferences Properties ConsoleRect Declaration public static ConfigEntry ConsoleRect { get; } Property Value Type Description ConfigEntry CoreCategory Declaration public static ConfigCategory CoreCategory { get; } Property Value Type Description ConfigCategory HideStatusWindow Declaration public static ConfigEntry HideStatusWindow { get; } Property Value Type Description ConfigEntry Instance Declaration public static CorePreferences Instance { get; } Property Value Type Description CorePreferences SaveConsoleRect Declaration public static ConfigEntry SaveConsoleRect { get; } Property Value Type Description ConfigEntry ShowConsole Declaration public static ConfigEntry ShowConsole { get; } Property Value Type Description ConfigEntry Methods Load() Declaration public static void Load()" + }, + "api/RedLoader.CoroutineExtensions.html": { + "href": "api/RedLoader.CoroutineExtensions.html", + "title": "Class CoroutineExtensions | RedLoader Docs", + "keywords": "Class CoroutineExtensions Inheritance object CoroutineExtensions Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public static class CoroutineExtensions Methods RunCoro(IEnumerator) Declaration public static Coroutines.CoroutineToken RunCoro(this IEnumerator coro) Parameters Type Name Description IEnumerator coro Returns Type Description Coroutines.CoroutineToken" + }, + "api/RedLoader.Coroutines.CoroutineToken.html": { + "href": "api/RedLoader.Coroutines.CoroutineToken.html", + "title": "Class Coroutines.CoroutineToken | RedLoader Docs", + "keywords": "Class Coroutines.CoroutineToken Inheritance object Coroutines.CoroutineToken Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public class Coroutines.CoroutineToken Constructors CoroutineToken(object) Declaration public CoroutineToken(object token) Parameters Type Name Description object token Properties IsValid Declaration public bool IsValid { get; } Property Value Type Description bool Methods Stop() Declaration public void Stop() Operators implicit operator bool(CoroutineToken) Declaration public static implicit operator bool(Coroutines.CoroutineToken token) Parameters Type Name Description Coroutines.CoroutineToken token Returns Type Description bool" + }, + "api/RedLoader.Coroutines.html": { + "href": "api/RedLoader.Coroutines.html", + "title": "Class Coroutines | RedLoader Docs", + "keywords": "Class Coroutines Inheritance object Coroutines Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public class Coroutines Constructors Coroutines() Declaration public Coroutines() Methods Start(IEnumerator) Start a new coroutine. Coroutines are called at the end of the game Update loops. Declaration public static object Start(IEnumerator routine) Parameters Type Name Description IEnumerator routine The target routine Returns Type Description object An object that can be passed to Stop to stop this coroutine Stop(object) Stop a currently running coroutine Declaration public static void Stop(object coroutineToken) Parameters Type Name Description object coroutineToken The coroutine to stop" + }, + "api/RedLoader.EnumExtensions.html": { + "href": "api/RedLoader.EnumExtensions.html", + "title": "Class EnumExtensions | RedLoader Docs", + "keywords": "Class EnumExtensions Extentions for enums. Inheritance object EnumExtensions Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public static class EnumExtensions Methods HasFlag(Enum, Enum) From: http://www.sambeauvois.be/blog/2011/08/enum-hasflag-method-extension-for-4-0-framework/ A FX 3.5 way to mimic the FX4 \"HasFlag\" method. Declaration public static bool HasFlag(this Enum variable, Enum value) Parameters Type Name Description Enum variable The tested enum. Enum value The value to test. Returns Type Description bool True if the flag is set. Otherwise false." + }, + "api/RedLoader.GlobalEvents.html": { + "href": "api/RedLoader.GlobalEvents.html", + "title": "Class GlobalEvents | RedLoader Docs", + "keywords": "Class GlobalEvents Inheritance object GlobalEvents Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public static class GlobalEvents Fields OnApplicationDefiniteQuit Called before the Application is closed. It is not possible to prevent the game from closing at this point. Declaration public static readonly MelonEvent OnApplicationDefiniteQuit Field Value Type Description MelonEvent OnApplicationEarlyStart Called after Game Initialization, before OnApplicationStart and before Assembly Generation on Il2Cpp games. Declaration public static readonly MelonEvent OnApplicationEarlyStart Field Value Type Description MelonEvent OnApplicationLateStart Called when the first 'Start' Unity Messages are invoked. Declaration public static readonly MelonEvent OnApplicationLateStart Field Value Type Description MelonEvent OnApplicationQuit Called on a quit request. It is possible to abort the request in this callback. Declaration public static readonly MelonEvent OnApplicationQuit Field Value Type Description MelonEvent OnApplicationStart Called after all RedLoader components are fully initialized (including all MelonMods). Don't use this event to initialize your Melons anymore! Instead, override OnInitializeMod(). Declaration public static readonly MelonEvent OnApplicationStart Field Value Type Description MelonEvent OnFixedUpdate Called every 0.02 seconds, unless Time.fixedDeltaTime has a different Value. It is recommended to do all important Physics calculations inside this Callback. Declaration public static readonly MelonEvent OnFixedUpdate Field Value Type Description MelonEvent OnGUI Called at every IMGUI event. Only use this for drawing IMGUI Elements. Declaration public static readonly MelonEvent OnGUI Field Value Type Description MelonEvent OnLateUpdate Called once per frame, after OnUpdate. Declaration public static readonly MelonEvent OnLateUpdate Field Value Type Description MelonEvent OnPreInitialization Called after all MelonPlugins are initialized. Declaration public static readonly MelonEvent OnPreInitialization Field Value Type Description MelonEvent OnPreModsLoaded Called before MelonMods are loaded from the Mods folder. Declaration public static readonly MelonEvent OnPreModsLoaded Field Value Type Description MelonEvent OnPreSupportModule Called after all MelonMods are initialized and before the right Support Module is loaded. Declaration public static readonly MelonEvent OnPreSupportModule Field Value Type Description MelonEvent OnSceneWasInitialized Called once a Scene is initialized. Arguments: int: Build Index of the Scene. string: Name of the Scene. Declaration public static readonly MelonEvent OnSceneWasInitialized Field Value Type Description MelonEvent OnSceneWasLoaded Called when a new Scene is loaded. Arguments: int: Build Index of the Scene. string: Name of the Scene. Declaration public static readonly MelonEvent OnSceneWasLoaded Field Value Type Description MelonEvent OnSceneWasUnloaded Called once a Scene unloads. Arguments: int: Build Index of the Scene. string: Name of the Scene. Declaration public static readonly MelonEvent OnSceneWasUnloaded Field Value Type Description MelonEvent OnUpdate Called once per frame. Declaration public static readonly MelonEvent OnUpdate Field Value Type Description MelonEvent" + }, + "api/RedLoader.HarmonyDontPatchAllAttribute.html": { + "href": "api/RedLoader.HarmonyDontPatchAllAttribute.html", + "title": "Class HarmonyDontPatchAllAttribute | RedLoader Docs", + "keywords": "Class HarmonyDontPatchAllAttribute Inheritance object Attribute HarmonyDontPatchAllAttribute Inherited Members Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) Namespace: RedLoader Assembly: RedLoader.dll Syntax [AttributeUsage(AttributeTargets.Assembly)] public class HarmonyDontPatchAllAttribute : Attribute Constructors HarmonyDontPatchAllAttribute() Declaration public HarmonyDontPatchAllAttribute()" + }, + "api/RedLoader.html": { + "href": "api/RedLoader.html", + "title": "Namespace RedLoader | RedLoader Docs", + "keywords": "Namespace RedLoader Namespaces RedLoader.Assertions RedLoader.CoreClrUtils RedLoader.Pastel RedLoader.Preferences RedLoader.TinyJSON RedLoader.Utils Classes BieModWrapper BuildInfo CollectionExtensions ConfigCategory ConfigEntry ConfigEntry ConfigSystem CorePreferences CoroutineExtensions Coroutines Coroutines.CoroutineToken EnumExtensions Extentions for enums. GlobalEvents HarmonyDontPatchAllAttribute Il2CppManagedEnumerable Il2CppManagedEnumerator IniFile InteropSupport LaunchOptions LaunchOptions.AnalyticsBlocker LaunchOptions.Console LaunchOptions.Core LaunchOptions.Il2CppAssemblyGenerator LaunchOptions.Logger LaunchOptions.SonsSdk LemonArraySegment LemonEnumerator LemonTuple LemonTuple LemonTuple LemonTuple LemonTuple LemonTuple LemonTuple LemonTuple LemonTuple LemonTuple LoaderUtils ManagedIl2CppEnumerable ManagedIl2CppEnumerator MelonAdditionalCreditsAttribute MelonAdditionalDependenciesAttribute MelonAssembly MelonAuthorColorAttribute MelonColorAttribute MelonCompatibilityLayer MelonDebug MelonEvent MelonEventBase MelonEventBase.MelonEventSubscriber MelonEvent MelonEvent MelonEvent MelonEvent MelonEvent MelonEvent MelonEvent MelonEvent MelonGameAttribute MelonGameVersionAttribute MelonHandler MelonIDAttribute MelonIncompatibleAssembliesAttribute MelonInfoAttribute MelonMod MelonOptionalDependenciesAttribute MelonPlatformAttribute MelonPlatformDomainAttribute MelonPlugin MelonPriorityAttribute MelonProcessAttribute Melon ModBase ModTypeBase NativeLibrary NativeLibrary PatchShield RLog RLog.Instance RegisterTypeInIl2Cpp ResolvedMelons RottenMelon An info class for broken Melons. TomlMapper VerifyLoaderBuildAttribute VerifyLoaderVersionAttribute Structs CorePreferences.FConsoleRect Interfaces ISupportModule_From ISupportModule_To InteropSupport.Interface Enums LaunchOptions.Console.DisplayMode LaunchOptions.Core.LoadModeEnum MelonPlatformAttribute.CompatiblePlatforms MelonPlatformDomainAttribute.CompatibleDomains ModBase.Incompatibility Delegates LemonAction LemonAction LemonAction LemonAction LemonAction LemonAction LemonAction LemonAction LemonAction LemonFunc LemonFunc LemonFunc LemonFunc LemonFunc LemonFunc LemonFunc LemonFunc LemonFunc" + }, + "api/RedLoader.Il2CppManagedEnumerable.html": { + "href": "api/RedLoader.Il2CppManagedEnumerable.html", + "title": "Class Il2CppManagedEnumerable | RedLoader Docs", + "keywords": "Class Il2CppManagedEnumerable Inheritance object Il2CppManagedEnumerable Namespace: RedLoader Assembly: RedLoader.dll Syntax public class Il2CppManagedEnumerable : Object Constructors Il2CppManagedEnumerable(IEnumerable) Declaration public Il2CppManagedEnumerable(IEnumerable enumerable) Parameters Type Name Description IEnumerable enumerable Il2CppManagedEnumerable(IntPtr) Declaration public Il2CppManagedEnumerable(IntPtr ptr) Parameters Type Name Description IntPtr ptr Methods GetEnumerator() Declaration public IEnumerator GetEnumerator() Returns Type Description IEnumerator" + }, + "api/RedLoader.Il2CppManagedEnumerator.html": { + "href": "api/RedLoader.Il2CppManagedEnumerator.html", + "title": "Class Il2CppManagedEnumerator | RedLoader Docs", + "keywords": "Class Il2CppManagedEnumerator Inheritance object Il2CppManagedEnumerator Namespace: RedLoader Assembly: RedLoader.dll Syntax public class Il2CppManagedEnumerator : Object Constructors Il2CppManagedEnumerator(IEnumerator) Declaration public Il2CppManagedEnumerator(IEnumerator enumerator) Parameters Type Name Description IEnumerator enumerator Il2CppManagedEnumerator(IntPtr) Declaration public Il2CppManagedEnumerator(IntPtr ptr) Parameters Type Name Description IntPtr ptr Properties Current Declaration public Object Current { get; } Property Value Type Description Object Methods MoveNext() Declaration public bool MoveNext() Returns Type Description bool Reset() Declaration public void Reset()" + }, + "api/RedLoader.IniFile.html": { + "href": "api/RedLoader.IniFile.html", + "title": "Class IniFile | RedLoader Docs", + "keywords": "Class IniFile Inheritance object IniFile Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public class IniFile Constructors IniFile(string) Declaration public IniFile(string INIPath) Parameters Type Name Description string INIPath Properties Path Declaration public string Path { get; } Property Value Type Description string Methods GetBool(string, string, bool, bool) Declaration public bool GetBool(string section, string name, bool defaultValue = false, bool autoSave = false) Parameters Type Name Description string section string name bool defaultValue bool autoSave Returns Type Description bool GetFloat(string, string, float, bool) Declaration public float GetFloat(string section, string name, float defaultValue = 0, bool autoSave = false) Parameters Type Name Description string section string name float defaultValue bool autoSave Returns Type Description float GetInt(string, string, int, bool) Declaration public int GetInt(string section, string name, int defaultValue = 0, bool autoSave = false) Parameters Type Name Description string section string name int defaultValue bool autoSave Returns Type Description int GetString(string, string, string, bool) Declaration public string GetString(string section, string name, string defaultValue = \"\", bool autoSave = false) Parameters Type Name Description string section string name string defaultValue bool autoSave Returns Type Description string HasKey(string, string) Declaration public bool HasKey(string section, string name) Parameters Type Name Description string section string name Returns Type Description bool SetBool(string, string, bool) Declaration public void SetBool(string section, string name, bool value) Parameters Type Name Description string section string name bool value SetFloat(string, string, float) Declaration public void SetFloat(string section, string name, float value) Parameters Type Name Description string section string name float value SetInt(string, string, int) Declaration public void SetInt(string section, string name, int value) Parameters Type Name Description string section string name int value SetString(string, string, string) Declaration public void SetString(string section, string name, string value) Parameters Type Name Description string section string name string value" + }, + "api/RedLoader.InteropSupport.html": { + "href": "api/RedLoader.InteropSupport.html", + "title": "Class InteropSupport | RedLoader Docs", + "keywords": "Class InteropSupport Inheritance object InteropSupport Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public static class InteropSupport Methods CopyMethodInfoStruct(IntPtr) Declaration public static IntPtr CopyMethodInfoStruct(IntPtr ptr) Parameters Type Name Description IntPtr ptr Returns Type Description IntPtr GetClassPointerForType(Type) Declaration public static IntPtr GetClassPointerForType(Type type) Parameters Type Name Description Type type Returns Type Description IntPtr GetIl2CppMethodCallerCount(MethodBase) Declaration public static int? GetIl2CppMethodCallerCount(MethodBase method) Parameters Type Name Description MethodBase method Returns Type Description int? Il2CppObjectPtrToIl2CppObject(IntPtr) Declaration public static T Il2CppObjectPtrToIl2CppObject(IntPtr ptr) Parameters Type Name Description IntPtr ptr Returns Type Description T Type Parameters Name Description T IsGeneratedAssemblyType(Type) Declaration public static bool IsGeneratedAssemblyType(Type type) Parameters Type Name Description Type type Returns Type Description bool IsInheritedFromIl2CppObjectBase(Type) Declaration public static bool IsInheritedFromIl2CppObjectBase(Type type) Parameters Type Name Description Type type Returns Type Description bool IsInjectedType(Type) Declaration public static bool IsInjectedType(Type type) Parameters Type Name Description Type type Returns Type Description bool MethodBaseToIl2CppFieldInfo(MethodBase) Declaration public static FieldInfo MethodBaseToIl2CppFieldInfo(MethodBase method) Parameters Type Name Description MethodBase method Returns Type Description FieldInfo MethodBaseToIl2CppMethodInfoPointer(MethodBase) Declaration public static IntPtr MethodBaseToIl2CppMethodInfoPointer(MethodBase method) Parameters Type Name Description MethodBase method Returns Type Description IntPtr RegisterTypeInIl2CppDomain(Type) Declaration public static void RegisterTypeInIl2CppDomain(Type type) Parameters Type Name Description Type type RegisterTypeInIl2CppDomain(Type, bool) Declaration public static void RegisterTypeInIl2CppDomain(Type type, bool logSuccess) Parameters Type Name Description Type type bool logSuccess" + }, + "api/RedLoader.InteropSupport.Interface.html": { + "href": "api/RedLoader.InteropSupport.Interface.html", + "title": "Interface InteropSupport.Interface | RedLoader Docs", + "keywords": "Interface InteropSupport.Interface Namespace: RedLoader Assembly: RedLoader.dll Syntax public interface InteropSupport.Interface Methods CopyMethodInfoStruct(IntPtr) Declaration IntPtr CopyMethodInfoStruct(IntPtr ptr) Parameters Type Name Description IntPtr ptr Returns Type Description IntPtr GetClassPointerForType(Type) Declaration IntPtr GetClassPointerForType(Type type) Parameters Type Name Description Type type Returns Type Description IntPtr GetIl2CppMethodCallerCount(MethodBase) Declaration int? GetIl2CppMethodCallerCount(MethodBase method) Parameters Type Name Description MethodBase method Returns Type Description int? IsInheritedFromIl2CppObjectBase(Type) Declaration bool IsInheritedFromIl2CppObjectBase(Type type) Parameters Type Name Description Type type Returns Type Description bool IsInjectedType(Type) Declaration bool IsInjectedType(Type type) Parameters Type Name Description Type type Returns Type Description bool MethodBaseToIl2CppFieldInfo(MethodBase) Declaration FieldInfo MethodBaseToIl2CppFieldInfo(MethodBase method) Parameters Type Name Description MethodBase method Returns Type Description FieldInfo RegisterTypeInIl2CppDomain(Type, bool) Declaration void RegisterTypeInIl2CppDomain(Type type, bool logSuccess) Parameters Type Name Description Type type bool logSuccess" + }, + "api/RedLoader.ISupportModule_From.html": { + "href": "api/RedLoader.ISupportModule_From.html", + "title": "Interface ISupportModule_From | RedLoader Docs", + "keywords": "Interface ISupportModule_From Namespace: RedLoader Assembly: RedLoader.dll Syntax public interface ISupportModule_From Methods DefiniteQuit() Declaration void DefiniteQuit() FixedUpdate() Declaration void FixedUpdate() LateUpdate() Declaration void LateUpdate() OnApplicationLateStart() Declaration void OnApplicationLateStart() OnGUI() Declaration void OnGUI() OnSceneWasInitialized(int, string) Declaration void OnSceneWasInitialized(int buildIndex, string sceneName) Parameters Type Name Description int buildIndex string sceneName OnSceneWasLoaded(int, string) Declaration void OnSceneWasLoaded(int buildIndex, string sceneName) Parameters Type Name Description int buildIndex string sceneName OnSceneWasUnloaded(int, string) Declaration void OnSceneWasUnloaded(int buildIndex, string sceneName) Parameters Type Name Description int buildIndex string sceneName Quit() Declaration void Quit() SetInteropSupportInterface(Interface) Declaration void SetInteropSupportInterface(InteropSupport.Interface interop) Parameters Type Name Description InteropSupport.Interface interop Update() Declaration void Update()" + }, + "api/RedLoader.ISupportModule_To.html": { + "href": "api/RedLoader.ISupportModule_To.html", + "title": "Interface ISupportModule_To | RedLoader Docs", + "keywords": "Interface ISupportModule_To Namespace: RedLoader Assembly: RedLoader.dll Syntax public interface ISupportModule_To Methods StartCoroutine(IEnumerator) Declaration object StartCoroutine(IEnumerator coroutine) Parameters Type Name Description IEnumerator coroutine Returns Type Description object StopCoroutine(object) Declaration void StopCoroutine(object coroutineToken) Parameters Type Name Description object coroutineToken UnityDebugLog(string) Declaration void UnityDebugLog(string msg) Parameters Type Name Description string msg" + }, + "api/RedLoader.LaunchOptions.AnalyticsBlocker.html": { + "href": "api/RedLoader.LaunchOptions.AnalyticsBlocker.html", + "title": "Class LaunchOptions.AnalyticsBlocker | RedLoader Docs", + "keywords": "Class LaunchOptions.AnalyticsBlocker Inheritance object LaunchOptions.AnalyticsBlocker Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public static class LaunchOptions.AnalyticsBlocker Properties ShouldDAB Declaration public static bool ShouldDAB { get; } Property Value Type Description bool" + }, + "api/RedLoader.LaunchOptions.Console.DisplayMode.html": { + "href": "api/RedLoader.LaunchOptions.Console.DisplayMode.html", + "title": "Enum LaunchOptions.Console.DisplayMode | RedLoader Docs", + "keywords": "Enum LaunchOptions.Console.DisplayMode Namespace: RedLoader Assembly: RedLoader.dll Syntax public enum LaunchOptions.Console.DisplayMode Fields Name Description LEMON MAGENTA NORMAL RAINBOW RANDOMRAINBOW Extension Methods EnumExtensions.HasFlag(Enum, Enum)" + }, + "api/RedLoader.LaunchOptions.Console.html": { + "href": "api/RedLoader.LaunchOptions.Console.html", + "title": "Class LaunchOptions.Console | RedLoader Docs", + "keywords": "Class LaunchOptions.Console Inheritance object LaunchOptions.Console Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public static class LaunchOptions.Console Properties AlwaysOnTop Declaration public static bool AlwaysOnTop { get; } Property Value Type Description bool CleanUnityLogs Declaration public static bool CleanUnityLogs { get; } Property Value Type Description bool HideWarnings Declaration public static bool HideWarnings { get; } Property Value Type Description bool Mode Declaration public static LaunchOptions.Console.DisplayMode Mode { get; } Property Value Type Description LaunchOptions.Console.DisplayMode ShouldHide Declaration public static bool ShouldHide { get; } Property Value Type Description bool ShouldSetTitle Declaration public static bool ShouldSetTitle { get; } Property Value Type Description bool" + }, + "api/RedLoader.LaunchOptions.Core.html": { + "href": "api/RedLoader.LaunchOptions.Core.html", + "title": "Class LaunchOptions.Core | RedLoader Docs", + "keywords": "Class LaunchOptions.Core Inheritance object LaunchOptions.Core Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public static class LaunchOptions.Core Properties IsDebug Declaration public static bool IsDebug { get; } Property Value Type Description bool LoadMode_Mods Declaration public static LaunchOptions.Core.LoadModeEnum LoadMode_Mods { get; } Property Value Type Description LaunchOptions.Core.LoadModeEnum LoadMode_Plugins Declaration public static LaunchOptions.Core.LoadModeEnum LoadMode_Plugins { get; } Property Value Type Description LaunchOptions.Core.LoadModeEnum QuitFix Declaration public static bool QuitFix { get; } Property Value Type Description bool ShouldDisplayAnalyticsBlocker Declaration public static bool ShouldDisplayAnalyticsBlocker { get; } Property Value Type Description bool StartScreen Declaration public static bool StartScreen { get; } Property Value Type Description bool UnityVersion Declaration public static string UnityVersion { get; } Property Value Type Description string UserWantsDebugger Declaration public static bool UserWantsDebugger { get; } Property Value Type Description bool" + }, + "api/RedLoader.LaunchOptions.Core.LoadModeEnum.html": { + "href": "api/RedLoader.LaunchOptions.Core.LoadModeEnum.html", + "title": "Enum LaunchOptions.Core.LoadModeEnum | RedLoader Docs", + "keywords": "Enum LaunchOptions.Core.LoadModeEnum Namespace: RedLoader Assembly: RedLoader.dll Syntax public enum LaunchOptions.Core.LoadModeEnum Fields Name Description BOTH DEV NORMAL Extension Methods EnumExtensions.HasFlag(Enum, Enum)" + }, + "api/RedLoader.LaunchOptions.html": { + "href": "api/RedLoader.LaunchOptions.html", + "title": "Class LaunchOptions | RedLoader Docs", + "keywords": "Class LaunchOptions Inheritance object LaunchOptions Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public static class LaunchOptions" + }, + "api/RedLoader.LaunchOptions.Il2CppAssemblyGenerator.html": { + "href": "api/RedLoader.LaunchOptions.Il2CppAssemblyGenerator.html", + "title": "Class LaunchOptions.Il2CppAssemblyGenerator | RedLoader Docs", + "keywords": "Class LaunchOptions.Il2CppAssemblyGenerator Inheritance object LaunchOptions.Il2CppAssemblyGenerator Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public static class LaunchOptions.Il2CppAssemblyGenerator Properties DisableDeobfMapIntegrityCheck Declaration public static bool DisableDeobfMapIntegrityCheck { get; } Property Value Type Description bool ForceRegeneration Declaration public static bool ForceRegeneration { get; } Property Value Type Description bool ForceRegex Declaration public static string ForceRegex { get; } Property Value Type Description string ForceVersion_Dumper Declaration public static string ForceVersion_Dumper { get; } Property Value Type Description string OfflineMode Declaration public static bool OfflineMode { get; } Property Value Type Description bool" + }, + "api/RedLoader.LaunchOptions.Logger.html": { + "href": "api/RedLoader.LaunchOptions.Logger.html", + "title": "Class LaunchOptions.Logger | RedLoader Docs", + "keywords": "Class LaunchOptions.Logger Inheritance object LaunchOptions.Logger Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public static class LaunchOptions.Logger Properties MaxErrors Declaration public static int MaxErrors { get; } Property Value Type Description int MaxLogs Declaration public static int MaxLogs { get; } Property Value Type Description int MaxWarnings Declaration public static int MaxWarnings { get; } Property Value Type Description int" + }, + "api/RedLoader.LaunchOptions.SonsSdk.html": { + "href": "api/RedLoader.LaunchOptions.SonsSdk.html", + "title": "Class LaunchOptions.SonsSdk | RedLoader Docs", + "keywords": "Class LaunchOptions.SonsSdk Inheritance object LaunchOptions.SonsSdk Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public static class LaunchOptions.SonsSdk Properties LoadIntoMain Immediately loads the game into a test environment world. Declaration public static bool LoadIntoMain { get; } Property Value Type Description bool LoadSaveGame Immediately loads the game into a savegame (specified by savegame id). Declaration public static string LoadSaveGame { get; } Property Value Type Description string Examples --savegame 1440719049" + }, + "api/RedLoader.LemonAction-1.html": { + "href": "api/RedLoader.LemonAction-1.html", + "title": "Delegate LemonAction | RedLoader Docs", + "keywords": "Delegate LemonAction Namespace: RedLoader Assembly: RedLoader.dll Syntax public delegate void LemonAction(T1 arg1) Parameters Type Name Description T1 arg1 Type Parameters Name Description T1 Constructors LemonAction(object, IntPtr) Declaration public LemonAction(object @object, IntPtr method) Parameters Type Name Description object object IntPtr method Methods BeginInvoke(T1, AsyncCallback, object) Declaration public virtual IAsyncResult BeginInvoke(T1 arg1, AsyncCallback callback, object @object) Parameters Type Name Description T1 arg1 AsyncCallback callback object object Returns Type Description IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual void EndInvoke(IAsyncResult result) Parameters Type Name Description IAsyncResult result Invoke(T1) Declaration public virtual void Invoke(T1 arg1) Parameters Type Name Description T1 arg1 Extension Methods LoaderUtils.GetFunctionPointer(Delegate)" + }, + "api/RedLoader.LemonAction-2.html": { + "href": "api/RedLoader.LemonAction-2.html", + "title": "Delegate LemonAction | RedLoader Docs", + "keywords": "Delegate LemonAction Namespace: RedLoader Assembly: RedLoader.dll Syntax public delegate void LemonAction(T1 arg1, T2 arg2) Parameters Type Name Description T1 arg1 T2 arg2 Type Parameters Name Description T1 T2 Constructors LemonAction(object, IntPtr) Declaration public LemonAction(object @object, IntPtr method) Parameters Type Name Description object object IntPtr method Methods BeginInvoke(T1, T2, AsyncCallback, object) Declaration public virtual IAsyncResult BeginInvoke(T1 arg1, T2 arg2, AsyncCallback callback, object @object) Parameters Type Name Description T1 arg1 T2 arg2 AsyncCallback callback object object Returns Type Description IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual void EndInvoke(IAsyncResult result) Parameters Type Name Description IAsyncResult result Invoke(T1, T2) Declaration public virtual void Invoke(T1 arg1, T2 arg2) Parameters Type Name Description T1 arg1 T2 arg2 Extension Methods LoaderUtils.GetFunctionPointer(Delegate)" + }, + "api/RedLoader.LemonAction-3.html": { + "href": "api/RedLoader.LemonAction-3.html", + "title": "Delegate LemonAction | RedLoader Docs", + "keywords": "Delegate LemonAction Namespace: RedLoader Assembly: RedLoader.dll Syntax public delegate void LemonAction(T1 arg1, T2 arg2, T3 arg3) Parameters Type Name Description T1 arg1 T2 arg2 T3 arg3 Type Parameters Name Description T1 T2 T3 Constructors LemonAction(object, IntPtr) Declaration public LemonAction(object @object, IntPtr method) Parameters Type Name Description object object IntPtr method Methods BeginInvoke(T1, T2, T3, AsyncCallback, object) Declaration public virtual IAsyncResult BeginInvoke(T1 arg1, T2 arg2, T3 arg3, AsyncCallback callback, object @object) Parameters Type Name Description T1 arg1 T2 arg2 T3 arg3 AsyncCallback callback object object Returns Type Description IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual void EndInvoke(IAsyncResult result) Parameters Type Name Description IAsyncResult result Invoke(T1, T2, T3) Declaration public virtual void Invoke(T1 arg1, T2 arg2, T3 arg3) Parameters Type Name Description T1 arg1 T2 arg2 T3 arg3 Extension Methods LoaderUtils.GetFunctionPointer(Delegate)" + }, + "api/RedLoader.LemonAction-4.html": { + "href": "api/RedLoader.LemonAction-4.html", + "title": "Delegate LemonAction | RedLoader Docs", + "keywords": "Delegate LemonAction Namespace: RedLoader Assembly: RedLoader.dll Syntax public delegate void LemonAction(T1 arg1, T2 arg2, T3 arg3, T4 arg4) Parameters Type Name Description T1 arg1 T2 arg2 T3 arg3 T4 arg4 Type Parameters Name Description T1 T2 T3 T4 Constructors LemonAction(object, IntPtr) Declaration public LemonAction(object @object, IntPtr method) Parameters Type Name Description object object IntPtr method Methods BeginInvoke(T1, T2, T3, T4, AsyncCallback, object) Declaration public virtual IAsyncResult BeginInvoke(T1 arg1, T2 arg2, T3 arg3, T4 arg4, AsyncCallback callback, object @object) Parameters Type Name Description T1 arg1 T2 arg2 T3 arg3 T4 arg4 AsyncCallback callback object object Returns Type Description IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual void EndInvoke(IAsyncResult result) Parameters Type Name Description IAsyncResult result Invoke(T1, T2, T3, T4) Declaration public virtual void Invoke(T1 arg1, T2 arg2, T3 arg3, T4 arg4) Parameters Type Name Description T1 arg1 T2 arg2 T3 arg3 T4 arg4 Extension Methods LoaderUtils.GetFunctionPointer(Delegate)" + }, + "api/RedLoader.LemonAction-5.html": { + "href": "api/RedLoader.LemonAction-5.html", + "title": "Delegate LemonAction | RedLoader Docs", + "keywords": "Delegate LemonAction Namespace: RedLoader Assembly: RedLoader.dll Syntax public delegate void LemonAction(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5) Parameters Type Name Description T1 arg1 T2 arg2 T3 arg3 T4 arg4 T5 arg5 Type Parameters Name Description T1 T2 T3 T4 T5 Constructors LemonAction(object, IntPtr) Declaration public LemonAction(object @object, IntPtr method) Parameters Type Name Description object object IntPtr method Methods BeginInvoke(T1, T2, T3, T4, T5, AsyncCallback, object) Declaration public virtual IAsyncResult BeginInvoke(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, AsyncCallback callback, object @object) Parameters Type Name Description T1 arg1 T2 arg2 T3 arg3 T4 arg4 T5 arg5 AsyncCallback callback object object Returns Type Description IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual void EndInvoke(IAsyncResult result) Parameters Type Name Description IAsyncResult result Invoke(T1, T2, T3, T4, T5) Declaration public virtual void Invoke(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5) Parameters Type Name Description T1 arg1 T2 arg2 T3 arg3 T4 arg4 T5 arg5 Extension Methods LoaderUtils.GetFunctionPointer(Delegate)" + }, + "api/RedLoader.LemonAction-6.html": { + "href": "api/RedLoader.LemonAction-6.html", + "title": "Delegate LemonAction | RedLoader Docs", + "keywords": "Delegate LemonAction Namespace: RedLoader Assembly: RedLoader.dll Syntax public delegate void LemonAction(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6) Parameters Type Name Description T1 arg1 T2 arg2 T3 arg3 T4 arg4 T5 arg5 T6 arg6 Type Parameters Name Description T1 T2 T3 T4 T5 T6 Constructors LemonAction(object, IntPtr) Declaration public LemonAction(object @object, IntPtr method) Parameters Type Name Description object object IntPtr method Methods BeginInvoke(T1, T2, T3, T4, T5, T6, AsyncCallback, object) Declaration public virtual IAsyncResult BeginInvoke(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, AsyncCallback callback, object @object) Parameters Type Name Description T1 arg1 T2 arg2 T3 arg3 T4 arg4 T5 arg5 T6 arg6 AsyncCallback callback object object Returns Type Description IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual void EndInvoke(IAsyncResult result) Parameters Type Name Description IAsyncResult result Invoke(T1, T2, T3, T4, T5, T6) Declaration public virtual void Invoke(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6) Parameters Type Name Description T1 arg1 T2 arg2 T3 arg3 T4 arg4 T5 arg5 T6 arg6 Extension Methods LoaderUtils.GetFunctionPointer(Delegate)" + }, + "api/RedLoader.LemonAction-7.html": { + "href": "api/RedLoader.LemonAction-7.html", + "title": "Delegate LemonAction | RedLoader Docs", + "keywords": "Delegate LemonAction Namespace: RedLoader Assembly: RedLoader.dll Syntax public delegate void LemonAction(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7) Parameters Type Name Description T1 arg1 T2 arg2 T3 arg3 T4 arg4 T5 arg5 T6 arg6 T7 arg7 Type Parameters Name Description T1 T2 T3 T4 T5 T6 T7 Constructors LemonAction(object, IntPtr) Declaration public LemonAction(object @object, IntPtr method) Parameters Type Name Description object object IntPtr method Methods BeginInvoke(T1, T2, T3, T4, T5, T6, T7, AsyncCallback, object) Declaration public virtual IAsyncResult BeginInvoke(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, AsyncCallback callback, object @object) Parameters Type Name Description T1 arg1 T2 arg2 T3 arg3 T4 arg4 T5 arg5 T6 arg6 T7 arg7 AsyncCallback callback object object Returns Type Description IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual void EndInvoke(IAsyncResult result) Parameters Type Name Description IAsyncResult result Invoke(T1, T2, T3, T4, T5, T6, T7) Declaration public virtual void Invoke(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7) Parameters Type Name Description T1 arg1 T2 arg2 T3 arg3 T4 arg4 T5 arg5 T6 arg6 T7 arg7 Extension Methods LoaderUtils.GetFunctionPointer(Delegate)" + }, + "api/RedLoader.LemonAction-8.html": { + "href": "api/RedLoader.LemonAction-8.html", + "title": "Delegate LemonAction | RedLoader Docs", + "keywords": "Delegate LemonAction Namespace: RedLoader Assembly: RedLoader.dll Syntax public delegate void LemonAction(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8) Parameters Type Name Description T1 arg1 T2 arg2 T3 arg3 T4 arg4 T5 arg5 T6 arg6 T7 arg7 T8 arg8 Type Parameters Name Description T1 T2 T3 T4 T5 T6 T7 T8 Constructors LemonAction(object, IntPtr) Declaration public LemonAction(object @object, IntPtr method) Parameters Type Name Description object object IntPtr method Methods BeginInvoke(T1, T2, T3, T4, T5, T6, T7, T8, AsyncCallback, object) Declaration public virtual IAsyncResult BeginInvoke(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, AsyncCallback callback, object @object) Parameters Type Name Description T1 arg1 T2 arg2 T3 arg3 T4 arg4 T5 arg5 T6 arg6 T7 arg7 T8 arg8 AsyncCallback callback object object Returns Type Description IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual void EndInvoke(IAsyncResult result) Parameters Type Name Description IAsyncResult result Invoke(T1, T2, T3, T4, T5, T6, T7, T8) Declaration public virtual void Invoke(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8) Parameters Type Name Description T1 arg1 T2 arg2 T3 arg3 T4 arg4 T5 arg5 T6 arg6 T7 arg7 T8 arg8 Extension Methods LoaderUtils.GetFunctionPointer(Delegate)" + }, + "api/RedLoader.LemonAction.html": { + "href": "api/RedLoader.LemonAction.html", + "title": "Delegate LemonAction | RedLoader Docs", + "keywords": "Delegate LemonAction Namespace: RedLoader Assembly: RedLoader.dll Syntax public delegate void LemonAction() Constructors LemonAction(object, IntPtr) Declaration public LemonAction(object @object, IntPtr method) Parameters Type Name Description object object IntPtr method Methods BeginInvoke(AsyncCallback, object) Declaration public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object @object) Parameters Type Name Description AsyncCallback callback object object Returns Type Description IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual void EndInvoke(IAsyncResult result) Parameters Type Name Description IAsyncResult result Invoke() Declaration public virtual void Invoke() Extension Methods LoaderUtils.GetFunctionPointer(Delegate)" + }, + "api/RedLoader.LemonArraySegment-1.html": { + "href": "api/RedLoader.LemonArraySegment-1.html", + "title": "Class LemonArraySegment | RedLoader Docs", + "keywords": "Class LemonArraySegment Inheritance object LemonArraySegment Implements IList ICollection IEnumerable IEnumerable Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) Namespace: RedLoader Assembly: RedLoader.dll Syntax public class LemonArraySegment : IList, ICollection, IEnumerable, IEnumerable Type Parameters Name Description T Constructors LemonArraySegment(T[]) Initializes a new instance of the LemonArraySegment structure that delimits all the elements in the specified array. Declaration public LemonArraySegment(T[] array) Parameters Type Name Description T[] array The array to wrap. Exceptions Type Condition ArgumentNullException array is null. LemonArraySegment(T[], int, int) Initializes a new instance of the LemonArraySegment structure that delimits the specified range of the elements in the specified array. Declaration public LemonArraySegment(T[] array, int offset, int count) Parameters Type Name Description T[] array The array containing the range of elements to delimit. int offset The zero-based index of the first element in the range. int count The number of elements in the range. Exceptions Type Condition ArgumentNullException array is null. ArgumentOutOfRangeException offset or count is less than 0. ArgumentException offset and count do not specify a valid range in array. Properties Array Gets the original array containing the range of elements that the array segment delimits. Declaration public T[] Array { get; } Property Value Type Description T[] The original array that was passed to the constructor, and that contains the range delimited by the LemonArraySegment. Count Gets the number of elements in the range delimited by the array segment. Declaration public int Count { get; } Property Value Type Description int The number of elements in the range delimited by the LemonArraySegment. Offset Gets the position of the first element in the range delimited by the array segment, relative to the start of the original array. Declaration public int Offset { get; } Property Value Type Description int The position of the first element in the range delimited by the LemonArraySegment, relative to the start of the original array. Methods Equals(LemonArraySegment) Determines whether the specified LemonArraySegment structure is equal to the current instance. Declaration public bool Equals(LemonArraySegment obj) Parameters Type Name Description LemonArraySegment obj The structure to compare with the current instance. Returns Type Description bool true if the specified LemonArraySegment structure is equal to the current instance; otherwise, false. Equals(object) Determines whether the specified object is equal to the current instance. Declaration public override bool Equals(object obj) Parameters Type Name Description object obj The object to be compared with the current instance. Returns Type Description bool true if the specified object is a LemonArraySegment structure and is equal to the current instance; otherwise, false. Overrides object.Equals(object) GetHashCode() Returns the hash code for the current instance. Declaration public override int GetHashCode() Returns Type Description int A 32-bit signed integer hash code. Overrides object.GetHashCode() Operators operator ==(LemonArraySegment, LemonArraySegment) Indicates whether two LemonArraySegment structures are equal. Declaration public static bool operator ==(LemonArraySegment a, LemonArraySegment b) Parameters Type Name Description LemonArraySegment a The structure on the left side of the equality operator. LemonArraySegment b The structure on the right side of the equality operator. Returns Type Description bool true if a is equal to b; otherwise, false. operator !=(LemonArraySegment, LemonArraySegment) Indicates whether two LemonArraySegment structures are unequal. Declaration public static bool operator !=(LemonArraySegment a, LemonArraySegment b) Parameters Type Name Description LemonArraySegment a The structure on the left side of the inequality operator. LemonArraySegment b The structure on the right side of the inequality operator. Returns Type Description bool true if a is not equal to b; otherwise, false. Implements IList ICollection IEnumerable IEnumerable Extension Methods Extensions.AnyOfType(IEnumerable, Type) CollectionExtensions.WrapToIl2Cpp(IEnumerable)" + }, + "api/RedLoader.LemonEnumerator-1.html": { + "href": "api/RedLoader.LemonEnumerator-1.html", + "title": "Class LemonEnumerator | RedLoader Docs", + "keywords": "Class LemonEnumerator Inheritance object LemonEnumerator Implements IEnumerator IEnumerator IDisposable IEnumerable IEnumerable Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public class LemonEnumerator : IEnumerator, IEnumerator, IDisposable, IEnumerable, IEnumerable Type Parameters Name Description T Constructors LemonEnumerator(IList) Creates a new instance of LemonEnumerator with a new copy of 'lemons'. Declaration public LemonEnumerator(IList lemons) Parameters Type Name Description IList lemons LemonEnumerator(T[]) Creates a new instance of LemonEnumerator with a new copy of 'lemons'. Declaration public LemonEnumerator(T[] lemons) Parameters Type Name Description T[] lemons Properties Current Declaration public T Current { get; } Property Value Type Description T Methods Dispose() Declaration public void Dispose() GetEnumerator() Declaration public IEnumerator GetEnumerator() Returns Type Description IEnumerator MoveNext() Declaration public bool MoveNext() Returns Type Description bool Reset() Declaration public void Reset() Implements IEnumerator IEnumerator IDisposable IEnumerable IEnumerable Extension Methods Extensions.AnyOfType(IEnumerable, Type) CollectionExtensions.WrapToIl2Cpp(IEnumerable) CollectionExtensions.WrapToIl2Cpp(IEnumerator) CoroutineExtensions.RunCoro(IEnumerator)" + }, + "api/RedLoader.LemonFunc-1.html": { + "href": "api/RedLoader.LemonFunc-1.html", + "title": "Delegate LemonFunc | RedLoader Docs", + "keywords": "Delegate LemonFunc Namespace: RedLoader Assembly: RedLoader.dll Syntax public delegate RT LemonFunc() Returns Type Description RT Type Parameters Name Description RT Constructors LemonFunc(object, IntPtr) Declaration public LemonFunc(object @object, IntPtr method) Parameters Type Name Description object object IntPtr method Methods BeginInvoke(AsyncCallback, object) Declaration public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object @object) Parameters Type Name Description AsyncCallback callback object object Returns Type Description IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual RT EndInvoke(IAsyncResult result) Parameters Type Name Description IAsyncResult result Returns Type Description RT Invoke() Declaration public virtual RT Invoke() Returns Type Description RT Extension Methods LoaderUtils.GetFunctionPointer(Delegate)" + }, + "api/RedLoader.LemonFunc-2.html": { + "href": "api/RedLoader.LemonFunc-2.html", + "title": "Delegate LemonFunc | RedLoader Docs", + "keywords": "Delegate LemonFunc Namespace: RedLoader Assembly: RedLoader.dll Syntax public delegate RT LemonFunc(T1 arg1) Parameters Type Name Description T1 arg1 Returns Type Description RT Type Parameters Name Description T1 RT Constructors LemonFunc(object, IntPtr) Declaration public LemonFunc(object @object, IntPtr method) Parameters Type Name Description object object IntPtr method Methods BeginInvoke(T1, AsyncCallback, object) Declaration public virtual IAsyncResult BeginInvoke(T1 arg1, AsyncCallback callback, object @object) Parameters Type Name Description T1 arg1 AsyncCallback callback object object Returns Type Description IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual RT EndInvoke(IAsyncResult result) Parameters Type Name Description IAsyncResult result Returns Type Description RT Invoke(T1) Declaration public virtual RT Invoke(T1 arg1) Parameters Type Name Description T1 arg1 Returns Type Description RT Extension Methods LoaderUtils.GetFunctionPointer(Delegate)" + }, + "api/RedLoader.LemonFunc-3.html": { + "href": "api/RedLoader.LemonFunc-3.html", + "title": "Delegate LemonFunc | RedLoader Docs", + "keywords": "Delegate LemonFunc Namespace: RedLoader Assembly: RedLoader.dll Syntax public delegate RT LemonFunc(T1 arg1, T2 arg2) Parameters Type Name Description T1 arg1 T2 arg2 Returns Type Description RT Type Parameters Name Description T1 T2 RT Constructors LemonFunc(object, IntPtr) Declaration public LemonFunc(object @object, IntPtr method) Parameters Type Name Description object object IntPtr method Methods BeginInvoke(T1, T2, AsyncCallback, object) Declaration public virtual IAsyncResult BeginInvoke(T1 arg1, T2 arg2, AsyncCallback callback, object @object) Parameters Type Name Description T1 arg1 T2 arg2 AsyncCallback callback object object Returns Type Description IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual RT EndInvoke(IAsyncResult result) Parameters Type Name Description IAsyncResult result Returns Type Description RT Invoke(T1, T2) Declaration public virtual RT Invoke(T1 arg1, T2 arg2) Parameters Type Name Description T1 arg1 T2 arg2 Returns Type Description RT Extension Methods LoaderUtils.GetFunctionPointer(Delegate)" + }, + "api/RedLoader.LemonFunc-4.html": { + "href": "api/RedLoader.LemonFunc-4.html", + "title": "Delegate LemonFunc | RedLoader Docs", + "keywords": "Delegate LemonFunc Namespace: RedLoader Assembly: RedLoader.dll Syntax public delegate RT LemonFunc(T1 arg1, T2 arg2, T3 arg3) Parameters Type Name Description T1 arg1 T2 arg2 T3 arg3 Returns Type Description RT Type Parameters Name Description T1 T2 T3 RT Constructors LemonFunc(object, IntPtr) Declaration public LemonFunc(object @object, IntPtr method) Parameters Type Name Description object object IntPtr method Methods BeginInvoke(T1, T2, T3, AsyncCallback, object) Declaration public virtual IAsyncResult BeginInvoke(T1 arg1, T2 arg2, T3 arg3, AsyncCallback callback, object @object) Parameters Type Name Description T1 arg1 T2 arg2 T3 arg3 AsyncCallback callback object object Returns Type Description IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual RT EndInvoke(IAsyncResult result) Parameters Type Name Description IAsyncResult result Returns Type Description RT Invoke(T1, T2, T3) Declaration public virtual RT Invoke(T1 arg1, T2 arg2, T3 arg3) Parameters Type Name Description T1 arg1 T2 arg2 T3 arg3 Returns Type Description RT Extension Methods LoaderUtils.GetFunctionPointer(Delegate)" + }, + "api/RedLoader.LemonFunc-5.html": { + "href": "api/RedLoader.LemonFunc-5.html", + "title": "Delegate LemonFunc | RedLoader Docs", + "keywords": "Delegate LemonFunc Namespace: RedLoader Assembly: RedLoader.dll Syntax public delegate RT LemonFunc(T1 arg1, T2 arg2, T3 arg3, T4 arg4) Parameters Type Name Description T1 arg1 T2 arg2 T3 arg3 T4 arg4 Returns Type Description RT Type Parameters Name Description T1 T2 T3 T4 RT Constructors LemonFunc(object, IntPtr) Declaration public LemonFunc(object @object, IntPtr method) Parameters Type Name Description object object IntPtr method Methods BeginInvoke(T1, T2, T3, T4, AsyncCallback, object) Declaration public virtual IAsyncResult BeginInvoke(T1 arg1, T2 arg2, T3 arg3, T4 arg4, AsyncCallback callback, object @object) Parameters Type Name Description T1 arg1 T2 arg2 T3 arg3 T4 arg4 AsyncCallback callback object object Returns Type Description IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual RT EndInvoke(IAsyncResult result) Parameters Type Name Description IAsyncResult result Returns Type Description RT Invoke(T1, T2, T3, T4) Declaration public virtual RT Invoke(T1 arg1, T2 arg2, T3 arg3, T4 arg4) Parameters Type Name Description T1 arg1 T2 arg2 T3 arg3 T4 arg4 Returns Type Description RT Extension Methods LoaderUtils.GetFunctionPointer(Delegate)" + }, + "api/RedLoader.LemonFunc-6.html": { + "href": "api/RedLoader.LemonFunc-6.html", + "title": "Delegate LemonFunc | RedLoader Docs", + "keywords": "Delegate LemonFunc Namespace: RedLoader Assembly: RedLoader.dll Syntax public delegate RT LemonFunc(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5) Parameters Type Name Description T1 arg1 T2 arg2 T3 arg3 T4 arg4 T5 arg5 Returns Type Description RT Type Parameters Name Description T1 T2 T3 T4 T5 RT Constructors LemonFunc(object, IntPtr) Declaration public LemonFunc(object @object, IntPtr method) Parameters Type Name Description object object IntPtr method Methods BeginInvoke(T1, T2, T3, T4, T5, AsyncCallback, object) Declaration public virtual IAsyncResult BeginInvoke(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, AsyncCallback callback, object @object) Parameters Type Name Description T1 arg1 T2 arg2 T3 arg3 T4 arg4 T5 arg5 AsyncCallback callback object object Returns Type Description IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual RT EndInvoke(IAsyncResult result) Parameters Type Name Description IAsyncResult result Returns Type Description RT Invoke(T1, T2, T3, T4, T5) Declaration public virtual RT Invoke(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5) Parameters Type Name Description T1 arg1 T2 arg2 T3 arg3 T4 arg4 T5 arg5 Returns Type Description RT Extension Methods LoaderUtils.GetFunctionPointer(Delegate)" + }, + "api/RedLoader.LemonFunc-7.html": { + "href": "api/RedLoader.LemonFunc-7.html", + "title": "Delegate LemonFunc | RedLoader Docs", + "keywords": "Delegate LemonFunc Namespace: RedLoader Assembly: RedLoader.dll Syntax public delegate RT LemonFunc(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6) Parameters Type Name Description T1 arg1 T2 arg2 T3 arg3 T4 arg4 T5 arg5 T6 arg6 Returns Type Description RT Type Parameters Name Description T1 T2 T3 T4 T5 T6 RT Constructors LemonFunc(object, IntPtr) Declaration public LemonFunc(object @object, IntPtr method) Parameters Type Name Description object object IntPtr method Methods BeginInvoke(T1, T2, T3, T4, T5, T6, AsyncCallback, object) Declaration public virtual IAsyncResult BeginInvoke(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, AsyncCallback callback, object @object) Parameters Type Name Description T1 arg1 T2 arg2 T3 arg3 T4 arg4 T5 arg5 T6 arg6 AsyncCallback callback object object Returns Type Description IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual RT EndInvoke(IAsyncResult result) Parameters Type Name Description IAsyncResult result Returns Type Description RT Invoke(T1, T2, T3, T4, T5, T6) Declaration public virtual RT Invoke(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6) Parameters Type Name Description T1 arg1 T2 arg2 T3 arg3 T4 arg4 T5 arg5 T6 arg6 Returns Type Description RT Extension Methods LoaderUtils.GetFunctionPointer(Delegate)" + }, + "api/RedLoader.LemonFunc-8.html": { + "href": "api/RedLoader.LemonFunc-8.html", + "title": "Delegate LemonFunc | RedLoader Docs", + "keywords": "Delegate LemonFunc Namespace: RedLoader Assembly: RedLoader.dll Syntax public delegate RT LemonFunc(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7) Parameters Type Name Description T1 arg1 T2 arg2 T3 arg3 T4 arg4 T5 arg5 T6 arg6 T7 arg7 Returns Type Description RT Type Parameters Name Description T1 T2 T3 T4 T5 T6 T7 RT Constructors LemonFunc(object, IntPtr) Declaration public LemonFunc(object @object, IntPtr method) Parameters Type Name Description object object IntPtr method Methods BeginInvoke(T1, T2, T3, T4, T5, T6, T7, AsyncCallback, object) Declaration public virtual IAsyncResult BeginInvoke(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, AsyncCallback callback, object @object) Parameters Type Name Description T1 arg1 T2 arg2 T3 arg3 T4 arg4 T5 arg5 T6 arg6 T7 arg7 AsyncCallback callback object object Returns Type Description IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual RT EndInvoke(IAsyncResult result) Parameters Type Name Description IAsyncResult result Returns Type Description RT Invoke(T1, T2, T3, T4, T5, T6, T7) Declaration public virtual RT Invoke(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7) Parameters Type Name Description T1 arg1 T2 arg2 T3 arg3 T4 arg4 T5 arg5 T6 arg6 T7 arg7 Returns Type Description RT Extension Methods LoaderUtils.GetFunctionPointer(Delegate)" + }, + "api/RedLoader.LemonFunc-9.html": { + "href": "api/RedLoader.LemonFunc-9.html", + "title": "Delegate LemonFunc | RedLoader Docs", + "keywords": "Delegate LemonFunc Namespace: RedLoader Assembly: RedLoader.dll Syntax public delegate RT LemonFunc(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8) Parameters Type Name Description T1 arg1 T2 arg2 T3 arg3 T4 arg4 T5 arg5 T6 arg6 T7 arg7 T8 arg8 Returns Type Description RT Type Parameters Name Description T1 T2 T3 T4 T5 T6 T7 T8 RT Constructors LemonFunc(object, IntPtr) Declaration public LemonFunc(object @object, IntPtr method) Parameters Type Name Description object object IntPtr method Methods BeginInvoke(T1, T2, T3, T4, T5, T6, T7, T8, AsyncCallback, object) Declaration public virtual IAsyncResult BeginInvoke(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, AsyncCallback callback, object @object) Parameters Type Name Description T1 arg1 T2 arg2 T3 arg3 T4 arg4 T5 arg5 T6 arg6 T7 arg7 T8 arg8 AsyncCallback callback object object Returns Type Description IAsyncResult EndInvoke(IAsyncResult) Declaration public virtual RT EndInvoke(IAsyncResult result) Parameters Type Name Description IAsyncResult result Returns Type Description RT Invoke(T1, T2, T3, T4, T5, T6, T7, T8) Declaration public virtual RT Invoke(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8) Parameters Type Name Description T1 arg1 T2 arg2 T3 arg3 T4 arg4 T5 arg5 T6 arg6 T7 arg7 T8 arg8 Returns Type Description RT Extension Methods LoaderUtils.GetFunctionPointer(Delegate)" + }, + "api/RedLoader.LemonTuple-1.html": { + "href": "api/RedLoader.LemonTuple-1.html", + "title": "Class LemonTuple | RedLoader Docs", + "keywords": "Class LemonTuple Inheritance object LemonTuple LemonTuple Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public class LemonTuple Type Parameters Name Description T1 Constructors LemonTuple() Declaration public LemonTuple() LemonTuple(T1) Declaration public LemonTuple(T1 item1) Parameters Type Name Description T1 item1 Fields Item1 Declaration public T1 Item1 Field Value Type Description T1" + }, + "api/RedLoader.LemonTuple-10.html": { + "href": "api/RedLoader.LemonTuple-10.html", + "title": "Class LemonTuple | RedLoader Docs", + "keywords": "Class LemonTuple Inheritance object LemonTuple LemonTuple LemonTuple LemonTuple LemonTuple LemonTuple LemonTuple LemonTuple LemonTuple LemonTuple Inherited Members LemonTuple.Item9 LemonTuple.Item8 LemonTuple.Item7 LemonTuple.Item6 LemonTuple.Item5 LemonTuple.Item4 LemonTuple.Item3 LemonTuple.Item2 LemonTuple.Item1 object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public class LemonTuple : LemonTuple Type Parameters Name Description T1 T2 T3 T4 T5 T6 T7 T8 T9 T10 Constructors LemonTuple() Declaration public LemonTuple() LemonTuple(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) Declaration public LemonTuple(T1 item1, T2 item2, T3 item3, T4 item4, T5 item5, T6 item6, T7 item7, T8 item8, T9 item9, T10 item10) Parameters Type Name Description T1 item1 T2 item2 T3 item3 T4 item4 T5 item5 T6 item6 T7 item7 T8 item8 T9 item9 T10 item10 Fields Item10 Declaration public T10 Item10 Field Value Type Description T10" + }, + "api/RedLoader.LemonTuple-2.html": { + "href": "api/RedLoader.LemonTuple-2.html", + "title": "Class LemonTuple | RedLoader Docs", + "keywords": "Class LemonTuple Inheritance object LemonTuple LemonTuple LemonTuple Inherited Members LemonTuple.Item1 object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public class LemonTuple : LemonTuple Type Parameters Name Description T1 T2 Constructors LemonTuple() Declaration public LemonTuple() LemonTuple(T1, T2) Declaration public LemonTuple(T1 item1, T2 item2) Parameters Type Name Description T1 item1 T2 item2 Fields Item2 Declaration public T2 Item2 Field Value Type Description T2" + }, + "api/RedLoader.LemonTuple-3.html": { + "href": "api/RedLoader.LemonTuple-3.html", + "title": "Class LemonTuple | RedLoader Docs", + "keywords": "Class LemonTuple Inheritance object LemonTuple LemonTuple LemonTuple LemonTuple Inherited Members LemonTuple.Item2 LemonTuple.Item1 object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public class LemonTuple : LemonTuple Type Parameters Name Description T1 T2 T3 Constructors LemonTuple() Declaration public LemonTuple() LemonTuple(T1, T2, T3) Declaration public LemonTuple(T1 item1, T2 item2, T3 item3) Parameters Type Name Description T1 item1 T2 item2 T3 item3 Fields Item3 Declaration public T3 Item3 Field Value Type Description T3" + }, + "api/RedLoader.LemonTuple-4.html": { + "href": "api/RedLoader.LemonTuple-4.html", + "title": "Class LemonTuple | RedLoader Docs", + "keywords": "Class LemonTuple Inheritance object LemonTuple LemonTuple LemonTuple LemonTuple LemonTuple Inherited Members LemonTuple.Item3 LemonTuple.Item2 LemonTuple.Item1 object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public class LemonTuple : LemonTuple Type Parameters Name Description T1 T2 T3 T4 Constructors LemonTuple() Declaration public LemonTuple() LemonTuple(T1, T2, T3, T4) Declaration public LemonTuple(T1 item1, T2 item2, T3 item3, T4 item4) Parameters Type Name Description T1 item1 T2 item2 T3 item3 T4 item4 Fields Item4 Declaration public T4 Item4 Field Value Type Description T4" + }, + "api/RedLoader.LemonTuple-5.html": { + "href": "api/RedLoader.LemonTuple-5.html", + "title": "Class LemonTuple | RedLoader Docs", + "keywords": "Class LemonTuple Inheritance object LemonTuple LemonTuple LemonTuple LemonTuple LemonTuple LemonTuple Inherited Members LemonTuple.Item4 LemonTuple.Item3 LemonTuple.Item2 LemonTuple.Item1 object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public class LemonTuple : LemonTuple Type Parameters Name Description T1 T2 T3 T4 T5 Constructors LemonTuple() Declaration public LemonTuple() LemonTuple(T1, T2, T3, T4, T5) Declaration public LemonTuple(T1 item1, T2 item2, T3 item3, T4 item4, T5 item5) Parameters Type Name Description T1 item1 T2 item2 T3 item3 T4 item4 T5 item5 Fields Item5 Declaration public T5 Item5 Field Value Type Description T5" + }, + "api/RedLoader.LemonTuple-6.html": { + "href": "api/RedLoader.LemonTuple-6.html", + "title": "Class LemonTuple | RedLoader Docs", + "keywords": "Class LemonTuple Inheritance object LemonTuple LemonTuple LemonTuple LemonTuple LemonTuple LemonTuple LemonTuple Inherited Members LemonTuple.Item5 LemonTuple.Item4 LemonTuple.Item3 LemonTuple.Item2 LemonTuple.Item1 object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public class LemonTuple : LemonTuple Type Parameters Name Description T1 T2 T3 T4 T5 T6 Constructors LemonTuple() Declaration public LemonTuple() LemonTuple(T1, T2, T3, T4, T5, T6) Declaration public LemonTuple(T1 item1, T2 item2, T3 item3, T4 item4, T5 item5, T6 item6) Parameters Type Name Description T1 item1 T2 item2 T3 item3 T4 item4 T5 item5 T6 item6 Fields Item6 Declaration public T6 Item6 Field Value Type Description T6" + }, + "api/RedLoader.LemonTuple-7.html": { + "href": "api/RedLoader.LemonTuple-7.html", + "title": "Class LemonTuple | RedLoader Docs", + "keywords": "Class LemonTuple Inheritance object LemonTuple LemonTuple LemonTuple LemonTuple LemonTuple LemonTuple LemonTuple LemonTuple Inherited Members LemonTuple.Item6 LemonTuple.Item5 LemonTuple.Item4 LemonTuple.Item3 LemonTuple.Item2 LemonTuple.Item1 object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public class LemonTuple : LemonTuple Type Parameters Name Description T1 T2 T3 T4 T5 T6 T7 Constructors LemonTuple() Declaration public LemonTuple() LemonTuple(T1, T2, T3, T4, T5, T6, T7) Declaration public LemonTuple(T1 item1, T2 item2, T3 item3, T4 item4, T5 item5, T6 item6, T7 item7) Parameters Type Name Description T1 item1 T2 item2 T3 item3 T4 item4 T5 item5 T6 item6 T7 item7 Fields Item7 Declaration public T7 Item7 Field Value Type Description T7" + }, + "api/RedLoader.LemonTuple-8.html": { + "href": "api/RedLoader.LemonTuple-8.html", + "title": "Class LemonTuple | RedLoader Docs", + "keywords": "Class LemonTuple Inheritance object LemonTuple LemonTuple LemonTuple LemonTuple LemonTuple LemonTuple LemonTuple LemonTuple LemonTuple Inherited Members LemonTuple.Item7 LemonTuple.Item6 LemonTuple.Item5 LemonTuple.Item4 LemonTuple.Item3 LemonTuple.Item2 LemonTuple.Item1 object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public class LemonTuple : LemonTuple Type Parameters Name Description T1 T2 T3 T4 T5 T6 T7 T8 Constructors LemonTuple() Declaration public LemonTuple() LemonTuple(T1, T2, T3, T4, T5, T6, T7, T8) Declaration public LemonTuple(T1 item1, T2 item2, T3 item3, T4 item4, T5 item5, T6 item6, T7 item7, T8 item8) Parameters Type Name Description T1 item1 T2 item2 T3 item3 T4 item4 T5 item5 T6 item6 T7 item7 T8 item8 Fields Item8 Declaration public T8 Item8 Field Value Type Description T8" + }, + "api/RedLoader.LemonTuple-9.html": { + "href": "api/RedLoader.LemonTuple-9.html", + "title": "Class LemonTuple | RedLoader Docs", + "keywords": "Class LemonTuple Inheritance object LemonTuple LemonTuple LemonTuple LemonTuple LemonTuple LemonTuple LemonTuple LemonTuple LemonTuple LemonTuple Inherited Members LemonTuple.Item8 LemonTuple.Item7 LemonTuple.Item6 LemonTuple.Item5 LemonTuple.Item4 LemonTuple.Item3 LemonTuple.Item2 LemonTuple.Item1 object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public class LemonTuple : LemonTuple Type Parameters Name Description T1 T2 T3 T4 T5 T6 T7 T8 T9 Constructors LemonTuple() Declaration public LemonTuple() LemonTuple(T1, T2, T3, T4, T5, T6, T7, T8, T9) Declaration public LemonTuple(T1 item1, T2 item2, T3 item3, T4 item4, T5 item5, T6 item6, T7 item7, T8 item8, T9 item9) Parameters Type Name Description T1 item1 T2 item2 T3 item3 T4 item4 T5 item5 T6 item6 T7 item7 T8 item8 T9 item9 Fields Item9 Declaration public T9 Item9 Field Value Type Description T9" + }, + "api/RedLoader.LoaderUtils.html": { + "href": "api/RedLoader.LoaderUtils.html", + "title": "Class LoaderUtils | RedLoader Docs", + "keywords": "Class LoaderUtils Inheritance object LoaderUtils Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public static class LoaderUtils Properties CurrentDomain Declaration public static MelonPlatformDomainAttribute.CompatibleDomains CurrentDomain { get; } Property Value Type Description MelonPlatformDomainAttribute.CompatibleDomains CurrentGameAttribute Declaration public static MelonGameAttribute CurrentGameAttribute { get; } Property Value Type Description MelonGameAttribute CurrentPlatform Declaration public static MelonPlatformAttribute.CompatiblePlatforms CurrentPlatform { get; } Property Value Type Description MelonPlatformAttribute.CompatiblePlatforms GameDeveloper Declaration [Obsolete(\"RedLoader.MelonUtils.GameDeveloper is obsolete. Please use RedLoader.InternalUtils.UnityInformationHandler.GameDeveloper instead.\")] public static string GameDeveloper { get; } Property Value Type Description string GameName Declaration [Obsolete(\"RedLoader.MelonUtils.GameName is obsolete. Please use RedLoader.InternalUtils.UnityInformationHandler.GameName instead.\")] public static string GameName { get; } Property Value Type Description string GameVersion Declaration [Obsolete(\"RedLoader.MelonUtils.GameVersion is obsolete. Please use RedLoader.InternalUtils.UnityInformationHandler.GameVersion instead.\")] public static string GameVersion { get; } Property Value Type Description string GetPlatform Declaration public static PlatformID GetPlatform { get; } Property Value Type Description PlatformID HashCode Declaration public static string HashCode { get; } Property Value Type Description string IsMac Declaration public static bool IsMac { get; } Property Value Type Description bool IsUnix Declaration public static bool IsUnix { get; } Property Value Type Description bool IsWindows Declaration public static bool IsWindows { get; } Property Value Type Description bool Methods Clamp(T, T, T) Declaration public static T Clamp(T value, T min, T max) where T : IComparable Parameters Type Name Description T value T min T max Returns Type Description T Type Parameters Name Description T ColorFromString(string) Declaration public static Color ColorFromString(string color) Parameters Type Name Description string color Returns Type Description Color ComputeSimpleSHA256Hash(string) Declaration public static string ComputeSimpleSHA256Hash(string filePath) Parameters Type Name Description string filePath Returns Type Description string ContainsExtension(string) Declaration public static bool ContainsExtension(this string path) Parameters Type Name Description string path Returns Type Description bool GetDelegate(IntPtr, Type) Declaration public static Delegate GetDelegate(this IntPtr ptr, Type type) Parameters Type Name Description IntPtr ptr Type type Returns Type Description Delegate GetDelegate(IntPtr) Declaration public static T GetDelegate(this IntPtr ptr) where T : Delegate Parameters Type Name Description IntPtr ptr Returns Type Description T Type Parameters Name Description T GetDelegate(IntPtr, out T) Declaration public static void GetDelegate(this IntPtr ptr, out T output) where T : Delegate Parameters Type Name Description IntPtr ptr T output Type Parameters Name Description T GetFileProductName(string) Declaration public static string GetFileProductName(string filepath) Parameters Type Name Description string filepath Returns Type Description string GetFunctionPointer(Delegate) Declaration public static IntPtr GetFunctionPointer(this Delegate del) Parameters Type Name Description Delegate del Returns Type Description IntPtr GetMelonFromStackTrace() Declaration public static ModBase GetMelonFromStackTrace() Returns Type Description ModBase GetMelonFromStackTrace(StackTrace, bool) Declaration public static ModBase GetMelonFromStackTrace(StackTrace st, bool allFrames = false) Parameters Type Name Description StackTrace st bool allFrames Returns Type Description ModBase GetNativeLibraryExport(IntPtr, string) Declaration public static IntPtr GetNativeLibraryExport(this IntPtr ptr, string name) Parameters Type Name Description IntPtr ptr string name Returns Type Description IntPtr GetUnityVersion() Declaration [Obsolete(\"RedLoader.MelonUtils.GetUnityVersion() is obsolete. Please use RedLoader.InternalUtils.UnityInformationHandler.EngineVersion instead.\")] public static string GetUnityVersion() Returns Type Description string GetValidTypes(Assembly) Declaration public static IEnumerable GetValidTypes(this Assembly asm) Parameters Type Name Description Assembly asm Returns Type Description IEnumerable GetValidTypes(Assembly, LemonFunc) Declaration public static IEnumerable GetValidTypes(this Assembly asm, LemonFunc predicate) Parameters Type Name Description Assembly asm LemonFunc predicate Returns Type Description IEnumerable IsGame32Bit() Declaration public static bool IsGame32Bit() Returns Type Description bool IsGameIl2Cpp() Declaration public static bool IsGameIl2Cpp() Returns Type Description bool IsNotImplemented(MethodBase) Declaration public static bool IsNotImplemented(this MethodBase methodBase) Parameters Type Name Description MethodBase methodBase Returns Type Description bool IsOldMono() Declaration public static bool IsOldMono() Returns Type Description bool IsTypeEqualToFullName(Type, string) Declaration public static bool IsTypeEqualToFullName(Type type1, string type2) Parameters Type Name Description Type type1 string type2 Returns Type Description bool IsTypeEqualToName(Type, string) Declaration public static bool IsTypeEqualToName(Type type1, string type2) Parameters Type Name Description Type type1 string type2 Returns Type Description bool IsUnderWineOrSteamProton() Declaration public static bool IsUnderWineOrSteamProton() Returns Type Description bool LoadIncludedClassPackage(AssetsManager) Declaration public static ClassPackageFile LoadIncludedClassPackage(this AssetsManager assetsManager) Parameters Type Name Description AssetsManager assetsManager Returns Type Description ClassPackageFile MakePlural(string, int) Declaration public static string MakePlural(this string str, int amount) Parameters Type Name Description string str int amount Returns Type Description string NativeHookAttach(IntPtr, IntPtr) Declaration [Obsolete(\"Use NativeUtils.NativeHook instead\")] public static void NativeHookAttach(IntPtr target, IntPtr detour) Parameters Type Name Description IntPtr target IntPtr detour NativeHookDetach(IntPtr, IntPtr) Declaration [Obsolete(\"Use NativeUtils.NativeHook instead\")] public static void NativeHookDetach(IntPtr target, IntPtr detour) Parameters Type Name Description IntPtr target IntPtr detour ParseJSONStringtoStruct(string) Declaration public static T ParseJSONStringtoStruct(string jsonstr) Parameters Type Name Description string jsonstr Returns Type Description T Type Parameters Name Description T PullAttributeFromAssembly(Assembly, bool) Declaration public static T PullAttributeFromAssembly(Assembly asm, bool inherit = false) where T : Attribute Parameters Type Name Description Assembly asm bool inherit Returns Type Description T Type Parameters Name Description T PullAttributesFromAssembly(Assembly, bool) Declaration public static T[] PullAttributesFromAssembly(Assembly asm, bool inherit = false) where T : Attribute Parameters Type Name Description Assembly asm bool inherit Returns Type Description T[] Type Parameters Name Description T RandomDouble() Declaration public static double RandomDouble() Returns Type Description double RandomInt() Declaration public static int RandomInt() Returns Type Description int RandomInt(int) Declaration public static int RandomInt(int max) Parameters Type Name Description int max Returns Type Description int RandomInt(int, int) Declaration public static int RandomInt(int min, int max) Parameters Type Name Description int min int max Returns Type Description int RandomString(int) Declaration public static string RandomString(int length) Parameters Type Name Description int length Returns Type Description string SetApplicationBase(AppDomainSetup, string) Declaration public static void SetApplicationBase(this AppDomainSetup _this, string value) Parameters Type Name Description AppDomainSetup _this string value SetConsoleTitle(string) Declaration public static void SetConsoleTitle(string title) Parameters Type Name Description string title SetCurrentDomainBaseDirectory(string, AppDomain) Declaration public static void SetCurrentDomainBaseDirectory(string dirpath, AppDomain domain = null) Parameters Type Name Description string dirpath AppDomain domain SetHashSizeValue(HashAlgorithm, int) Declaration public static void SetHashSizeValue(this HashAlgorithm _this, int value) Parameters Type Name Description HashAlgorithm _this int value ToNewDynamicMethodDefinition(MethodBase) Declaration public static DynamicMethodDefinition ToNewDynamicMethodDefinition(this MethodBase methodBase) Parameters Type Name Description MethodBase methodBase Returns Type Description DynamicMethodDefinition ToNewHarmonyMethod(MethodInfo) Declaration public static HarmonyMethod ToNewHarmonyMethod(this MethodInfo methodInfo) Parameters Type Name Description MethodInfo methodInfo Returns Type Description HarmonyMethod ToNewNativeLibrary(IntPtr) Declaration public static NativeLibrary ToNewNativeLibrary(this IntPtr ptr) Parameters Type Name Description IntPtr ptr Returns Type Description NativeLibrary ToNewNativeLibrary(IntPtr) Declaration public static NativeLibrary ToNewNativeLibrary(this IntPtr ptr) Parameters Type Name Description IntPtr ptr Returns Type Description NativeLibrary Type Parameters Name Description T" + }, + "api/RedLoader.ManagedIl2CppEnumerable.html": { + "href": "api/RedLoader.ManagedIl2CppEnumerable.html", + "title": "Class ManagedIl2CppEnumerable | RedLoader Docs", + "keywords": "Class ManagedIl2CppEnumerable Inheritance object ManagedIl2CppEnumerable Implements IEnumerable Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public class ManagedIl2CppEnumerable : IEnumerable Constructors ManagedIl2CppEnumerable(IEnumerable) Declaration public ManagedIl2CppEnumerable(IEnumerable enumerable) Parameters Type Name Description IEnumerable enumerable Methods GetEnumerator() Declaration public IEnumerator GetEnumerator() Returns Type Description IEnumerator Implements IEnumerable Extension Methods CollectionExtensions.WrapToIl2Cpp(IEnumerable)" + }, + "api/RedLoader.ManagedIl2CppEnumerator.html": { + "href": "api/RedLoader.ManagedIl2CppEnumerator.html", + "title": "Class ManagedIl2CppEnumerator | RedLoader Docs", + "keywords": "Class ManagedIl2CppEnumerator Inheritance object ManagedIl2CppEnumerator Implements IEnumerator Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public class ManagedIl2CppEnumerator : IEnumerator Constructors ManagedIl2CppEnumerator(IEnumerator) Declaration public ManagedIl2CppEnumerator(IEnumerator enumerator) Parameters Type Name Description IEnumerator enumerator Properties Current Declaration public object Current { get; } Property Value Type Description object Methods MoveNext() Declaration public bool MoveNext() Returns Type Description bool Reset() Declaration public void Reset() Implements IEnumerator Extension Methods CollectionExtensions.WrapToIl2Cpp(IEnumerator) CoroutineExtensions.RunCoro(IEnumerator)" + }, + "api/RedLoader.Melon-1.html": { + "href": "api/RedLoader.Melon-1.html", + "title": "Class Melon | RedLoader Docs", + "keywords": "Class Melon Inheritance object Melon Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public static class Melon where T : ModBase Type Parameters Name Description T Properties Instance Declaration public static T Instance { get; } Property Value Type Description T Logger Declaration public static RLog.Instance Logger { get; } Property Value Type Description RLog.Instance" + }, + "api/RedLoader.MelonAdditionalCreditsAttribute.html": { + "href": "api/RedLoader.MelonAdditionalCreditsAttribute.html", + "title": "Class MelonAdditionalCreditsAttribute | RedLoader Docs", + "keywords": "Class MelonAdditionalCreditsAttribute Inheritance object Attribute MelonAdditionalCreditsAttribute Inherited Members Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) Namespace: RedLoader Assembly: RedLoader.dll Syntax [AttributeUsage(AttributeTargets.Assembly)] public class MelonAdditionalCreditsAttribute : Attribute Constructors MelonAdditionalCreditsAttribute(string) AdditionalCredits constructor Declaration public MelonAdditionalCreditsAttribute(string credits) Parameters Type Name Description string credits The additional credits of the mod Properties Credits Any additional credits that the mod author might want to include Declaration public string Credits { get; } Property Value Type Description string" + }, + "api/RedLoader.MelonAdditionalDependenciesAttribute.html": { + "href": "api/RedLoader.MelonAdditionalDependenciesAttribute.html", + "title": "Class MelonAdditionalDependenciesAttribute | RedLoader Docs", + "keywords": "Class MelonAdditionalDependenciesAttribute Inheritance object Attribute MelonAdditionalDependenciesAttribute Inherited Members Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) Namespace: RedLoader Assembly: RedLoader.dll Syntax [AttributeUsage(AttributeTargets.Assembly)] public class MelonAdditionalDependenciesAttribute : Attribute Constructors MelonAdditionalDependenciesAttribute(params string[]) Declaration public MelonAdditionalDependenciesAttribute(params string[] assemblyNames) Parameters Type Name Description string[] assemblyNames Properties AssemblyNames The (simple) assembly names of Additional Dependencies that aren't directly referenced but should still be regarded as important. Declaration public string[] AssemblyNames { get; } Property Value Type Description string[]" + }, + "api/RedLoader.MelonAssembly.html": { + "href": "api/RedLoader.MelonAssembly.html", + "title": "Class MelonAssembly | RedLoader Docs", + "keywords": "Class MelonAssembly Inheritance object MelonAssembly Inherited Members object.GetType() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public sealed class MelonAssembly Fields OnAssemblyResolving Called before a process of resolving Melons from a MelonAssembly has started. Declaration public static readonly MelonEvent OnAssemblyResolving Field Value Type Description MelonEvent OnUnregister Declaration public readonly MelonEvent OnUnregister Field Value Type Description MelonEvent Properties Assembly Declaration public Assembly Assembly { get; } Property Value Type Description Assembly HarmonyDontPatchAll Declaration public bool HarmonyDontPatchAll { get; } Property Value Type Description bool Hash A SHA256 Hash of the Assembly. Declaration public string Hash { get; } Property Value Type Description string LoadedAssemblies List of all loaded MelonAssemblies. Declaration public static ReadOnlyCollection LoadedAssemblies { get; } Property Value Type Description ReadOnlyCollection LoadedMelons A list of all loaded Melons in the Assembly. Declaration public ReadOnlyCollection LoadedMelons { get; } Property Value Type Description ReadOnlyCollection Location Declaration public string Location { get; } Property Value Type Description string RottenMelons A list of all broken Melons in the Assembly. Declaration public ReadOnlyCollection RottenMelons { get; } Property Value Type Description ReadOnlyCollection Methods FindMelonInstance() Tries to find the instance of Melon with type T, whether it's registered or not Declaration public static T FindMelonInstance() where T : ModBase Returns Type Description T Type Parameters Name Description T GetMelonAssemblyOfMember(MemberInfo, object) Gets the MelonAssembly of the given member. If the given member is not in any MelonAssembly, returns null. Declaration public static MelonAssembly GetMelonAssemblyOfMember(MemberInfo member, object obj = null) Parameters Type Name Description MemberInfo member object obj Returns Type Description MelonAssembly LoadMelonAssembly(string, bool) Loads or finds a MelonAssembly from path. Declaration public static MelonAssembly LoadMelonAssembly(string path, bool loadMelons = true) Parameters Type Name Description string path Path of the MelonAssembly bool loadMelons Sets whether Melons should be auto-loaded or not Returns Type Description MelonAssembly LoadMelonAssembly(string, Assembly, bool) Loads or finds a MelonAssembly. Declaration public static MelonAssembly LoadMelonAssembly(string path, Assembly assembly, bool loadMelons = true) Parameters Type Name Description string path Assembly assembly bool loadMelons Returns Type Description MelonAssembly LoadMelons() Declaration public void LoadMelons() LoadRawMelonAssembly(string, byte[], byte[], bool) Loads or finds a MelonAssembly from raw Assembly Data. Declaration public static MelonAssembly LoadRawMelonAssembly(string path, byte[] assemblyData, byte[] symbolsData = null, bool loadMelons = true) Parameters Type Name Description string path byte[] assemblyData byte[] symbolsData bool loadMelons Returns Type Description MelonAssembly UnregisterMelons(string, bool) Unregisters all Melons in this Assembly. Declaration public void UnregisterMelons(string reason = null, bool silent = false) Parameters Type Name Description string reason bool silent Events CustomMelonResolvers Declaration public static event LemonFunc CustomMelonResolvers Event Type Type Description LemonFunc" + }, + "api/RedLoader.MelonAuthorColorAttribute.html": { + "href": "api/RedLoader.MelonAuthorColorAttribute.html", + "title": "Class MelonAuthorColorAttribute | RedLoader Docs", + "keywords": "Class MelonAuthorColorAttribute Inheritance object Attribute MelonAuthorColorAttribute Inherited Members Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) Namespace: RedLoader Assembly: RedLoader.dll Syntax [AttributeUsage(AttributeTargets.Assembly)] public class MelonAuthorColorAttribute : Attribute Constructors MelonAuthorColorAttribute() Declaration public MelonAuthorColorAttribute() MelonAuthorColorAttribute(ConsoleColor) Declaration [Obsolete(\"ConsoleColor is obsolete, use the (int, int, int, int) or (Color) constructor instead.\")] public MelonAuthorColorAttribute(ConsoleColor color) Parameters Type Name Description ConsoleColor color MelonAuthorColorAttribute(Color) Declaration public MelonAuthorColorAttribute(Color drawingColor) Parameters Type Name Description Color drawingColor MelonAuthorColorAttribute(int, int, int, int) Declaration public MelonAuthorColorAttribute(int alpha, int red, int green, int blue) Parameters Type Name Description int alpha int red int green int blue Properties Color Color of the Author Log. Declaration [Obsolete(\"Color is obsolete. Use DrawingColor for full Color support.\")] public ConsoleColor Color { get; set; } Property Value Type Description ConsoleColor DrawingColor Color of the Author Log. Declaration public Color DrawingColor { get; } Property Value Type Description Color" + }, + "api/RedLoader.MelonColorAttribute.html": { + "href": "api/RedLoader.MelonColorAttribute.html", + "title": "Class MelonColorAttribute | RedLoader Docs", + "keywords": "Class MelonColorAttribute Inheritance object Attribute MelonColorAttribute Inherited Members Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) Namespace: RedLoader Assembly: RedLoader.dll Syntax [AttributeUsage(AttributeTargets.Assembly)] public class MelonColorAttribute : Attribute Constructors MelonColorAttribute() Declaration public MelonColorAttribute() MelonColorAttribute(ConsoleColor) Declaration [Obsolete(\"ConsoleColor is obsolete, use the (int, int, int, int) or (Color) constructor instead.\")] public MelonColorAttribute(ConsoleColor color) Parameters Type Name Description ConsoleColor color MelonColorAttribute(Color) Declaration public MelonColorAttribute(Color drawingColor) Parameters Type Name Description Color drawingColor MelonColorAttribute(int, int, int, int) Declaration public MelonColorAttribute(int alpha, int red, int green, int blue) Parameters Type Name Description int alpha int red int green int blue Properties Color Color of the Melon. Declaration [Obsolete(\"Color is obsolete. Use DrawingColor for full Color support.\")] public ConsoleColor Color { get; set; } Property Value Type Description ConsoleColor DrawingColor Color of the Author Log. Declaration public Color DrawingColor { get; } Property Value Type Description Color" + }, + "api/RedLoader.MelonCompatibilityLayer.html": { + "href": "api/RedLoader.MelonCompatibilityLayer.html", + "title": "Class MelonCompatibilityLayer | RedLoader Docs", + "keywords": "Class MelonCompatibilityLayer Inheritance object MelonCompatibilityLayer Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public static class MelonCompatibilityLayer Fields baseDirectory Declaration public static string baseDirectory Field Value Type Description string" + }, + "api/RedLoader.MelonDebug.html": { + "href": "api/RedLoader.MelonDebug.html", + "title": "Class MelonDebug | RedLoader Docs", + "keywords": "Class MelonDebug Inheritance object MelonDebug Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public static class MelonDebug Methods Error(string) Declaration public static void Error(string txt) Parameters Type Name Description string txt IsEnabled() Declaration public static bool IsEnabled() Returns Type Description bool Msg(object) Declaration public static void Msg(object obj) Parameters Type Name Description object obj Msg(string) Declaration public static void Msg(string txt) Parameters Type Name Description string txt Msg(string, params object[]) Declaration public static void Msg(string txt, params object[] args) Parameters Type Name Description string txt object[] args Events ErrorCallbackHandler Declaration public static event Action ErrorCallbackHandler Event Type Type Description Action MsgCallbackHandler Declaration public static event Action MsgCallbackHandler Event Type Type Description Action" + }, + "api/RedLoader.MelonEvent-1.html": { + "href": "api/RedLoader.MelonEvent-1.html", + "title": "Class MelonEvent | RedLoader Docs", + "keywords": "Class MelonEvent Inheritance object MelonEventBase> MelonEvent Inherited Members MelonEventBase>.oneTimeUse MelonEventBase>.CheckIfSubscribed(MethodInfo, object) MelonEventBase>.Subscribe(LemonAction, int, bool) MelonEventBase>.Unsubscribe(LemonAction) MelonEventBase>.UnsubscribeAll() MelonEventBase>.Unsubscribe(MethodInfo, object) MelonEventBase>.GetSubscribers() MelonEventBase>.Invoke(Action>) MelonEventBase>.Dispose() MelonEventBase>.Disposed object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public class MelonEvent : MelonEventBase> Type Parameters Name Description T1 Constructors MelonEvent(bool) Declaration public MelonEvent(bool oneTimeUse = false) Parameters Type Name Description bool oneTimeUse Methods Invoke(T1) Declaration public void Invoke(T1 arg1) Parameters Type Name Description T1 arg1" + }, + "api/RedLoader.MelonEvent-2.html": { + "href": "api/RedLoader.MelonEvent-2.html", + "title": "Class MelonEvent | RedLoader Docs", + "keywords": "Class MelonEvent Inheritance object MelonEventBase> MelonEvent Inherited Members MelonEventBase>.oneTimeUse MelonEventBase>.CheckIfSubscribed(MethodInfo, object) MelonEventBase>.Subscribe(LemonAction, int, bool) MelonEventBase>.Unsubscribe(LemonAction) MelonEventBase>.UnsubscribeAll() MelonEventBase>.Unsubscribe(MethodInfo, object) MelonEventBase>.GetSubscribers() MelonEventBase>.Invoke(Action>) MelonEventBase>.Dispose() MelonEventBase>.Disposed object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public class MelonEvent : MelonEventBase> Type Parameters Name Description T1 T2 Constructors MelonEvent(bool) Declaration public MelonEvent(bool oneTimeUse = false) Parameters Type Name Description bool oneTimeUse Methods Invoke(T1, T2) Declaration public void Invoke(T1 arg1, T2 arg2) Parameters Type Name Description T1 arg1 T2 arg2" + }, + "api/RedLoader.MelonEvent-3.html": { + "href": "api/RedLoader.MelonEvent-3.html", + "title": "Class MelonEvent | RedLoader Docs", + "keywords": "Class MelonEvent Inheritance object MelonEventBase> MelonEvent Inherited Members MelonEventBase>.oneTimeUse MelonEventBase>.CheckIfSubscribed(MethodInfo, object) MelonEventBase>.Subscribe(LemonAction, int, bool) MelonEventBase>.Unsubscribe(LemonAction) MelonEventBase>.UnsubscribeAll() MelonEventBase>.Unsubscribe(MethodInfo, object) MelonEventBase>.GetSubscribers() MelonEventBase>.Invoke(Action>) MelonEventBase>.Dispose() MelonEventBase>.Disposed object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public class MelonEvent : MelonEventBase> Type Parameters Name Description T1 T2 T3 Constructors MelonEvent(bool) Declaration public MelonEvent(bool oneTimeUse = false) Parameters Type Name Description bool oneTimeUse Methods Invoke(T1, T2, T3) Declaration public void Invoke(T1 arg1, T2 arg2, T3 arg3) Parameters Type Name Description T1 arg1 T2 arg2 T3 arg3" + }, + "api/RedLoader.MelonEvent-4.html": { + "href": "api/RedLoader.MelonEvent-4.html", + "title": "Class MelonEvent | RedLoader Docs", + "keywords": "Class MelonEvent Inheritance object MelonEventBase> MelonEvent Inherited Members MelonEventBase>.oneTimeUse MelonEventBase>.CheckIfSubscribed(MethodInfo, object) MelonEventBase>.Subscribe(LemonAction, int, bool) MelonEventBase>.Unsubscribe(LemonAction) MelonEventBase>.UnsubscribeAll() MelonEventBase>.Unsubscribe(MethodInfo, object) MelonEventBase>.GetSubscribers() MelonEventBase>.Invoke(Action>) MelonEventBase>.Dispose() MelonEventBase>.Disposed object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public class MelonEvent : MelonEventBase> Type Parameters Name Description T1 T2 T3 T4 Constructors MelonEvent(bool) Declaration public MelonEvent(bool oneTimeUse = false) Parameters Type Name Description bool oneTimeUse Methods Invoke(T1, T2, T3, T4) Declaration public void Invoke(T1 arg1, T2 arg2, T3 arg3, T4 arg4) Parameters Type Name Description T1 arg1 T2 arg2 T3 arg3 T4 arg4" + }, + "api/RedLoader.MelonEvent-5.html": { + "href": "api/RedLoader.MelonEvent-5.html", + "title": "Class MelonEvent | RedLoader Docs", + "keywords": "Class MelonEvent Inheritance object MelonEventBase> MelonEvent Inherited Members MelonEventBase>.oneTimeUse MelonEventBase>.CheckIfSubscribed(MethodInfo, object) MelonEventBase>.Subscribe(LemonAction, int, bool) MelonEventBase>.Unsubscribe(LemonAction) MelonEventBase>.UnsubscribeAll() MelonEventBase>.Unsubscribe(MethodInfo, object) MelonEventBase>.GetSubscribers() MelonEventBase>.Invoke(Action>) MelonEventBase>.Dispose() MelonEventBase>.Disposed object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public class MelonEvent : MelonEventBase> Type Parameters Name Description T1 T2 T3 T4 T5 Constructors MelonEvent(bool) Declaration public MelonEvent(bool oneTimeUse = false) Parameters Type Name Description bool oneTimeUse Methods Invoke(T1, T2, T3, T4, T5) Declaration public void Invoke(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5) Parameters Type Name Description T1 arg1 T2 arg2 T3 arg3 T4 arg4 T5 arg5" + }, + "api/RedLoader.MelonEvent-6.html": { + "href": "api/RedLoader.MelonEvent-6.html", + "title": "Class MelonEvent | RedLoader Docs", + "keywords": "Class MelonEvent Inheritance object MelonEventBase> MelonEvent Inherited Members MelonEventBase>.oneTimeUse MelonEventBase>.CheckIfSubscribed(MethodInfo, object) MelonEventBase>.Subscribe(LemonAction, int, bool) MelonEventBase>.Unsubscribe(LemonAction) MelonEventBase>.UnsubscribeAll() MelonEventBase>.Unsubscribe(MethodInfo, object) MelonEventBase>.GetSubscribers() MelonEventBase>.Invoke(Action>) MelonEventBase>.Dispose() MelonEventBase>.Disposed object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public class MelonEvent : MelonEventBase> Type Parameters Name Description T1 T2 T3 T4 T5 T6 Constructors MelonEvent(bool) Declaration public MelonEvent(bool oneTimeUse = false) Parameters Type Name Description bool oneTimeUse Methods Invoke(T1, T2, T3, T4, T5, T6) Declaration public void Invoke(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6) Parameters Type Name Description T1 arg1 T2 arg2 T3 arg3 T4 arg4 T5 arg5 T6 arg6" + }, + "api/RedLoader.MelonEvent-7.html": { + "href": "api/RedLoader.MelonEvent-7.html", + "title": "Class MelonEvent | RedLoader Docs", + "keywords": "Class MelonEvent Inheritance object MelonEventBase> MelonEvent Inherited Members MelonEventBase>.oneTimeUse MelonEventBase>.CheckIfSubscribed(MethodInfo, object) MelonEventBase>.Subscribe(LemonAction, int, bool) MelonEventBase>.Unsubscribe(LemonAction) MelonEventBase>.UnsubscribeAll() MelonEventBase>.Unsubscribe(MethodInfo, object) MelonEventBase>.GetSubscribers() MelonEventBase>.Invoke(Action>) MelonEventBase>.Dispose() MelonEventBase>.Disposed object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public class MelonEvent : MelonEventBase> Type Parameters Name Description T1 T2 T3 T4 T5 T6 T7 Constructors MelonEvent(bool) Declaration public MelonEvent(bool oneTimeUse = false) Parameters Type Name Description bool oneTimeUse Methods Invoke(T1, T2, T3, T4, T5, T6, T7) Declaration public void Invoke(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7) Parameters Type Name Description T1 arg1 T2 arg2 T3 arg3 T4 arg4 T5 arg5 T6 arg6 T7 arg7" + }, + "api/RedLoader.MelonEvent-8.html": { + "href": "api/RedLoader.MelonEvent-8.html", + "title": "Class MelonEvent | RedLoader Docs", + "keywords": "Class MelonEvent Inheritance object MelonEventBase> MelonEvent Inherited Members MelonEventBase>.oneTimeUse MelonEventBase>.CheckIfSubscribed(MethodInfo, object) MelonEventBase>.Subscribe(LemonAction, int, bool) MelonEventBase>.Unsubscribe(LemonAction) MelonEventBase>.UnsubscribeAll() MelonEventBase>.Unsubscribe(MethodInfo, object) MelonEventBase>.GetSubscribers() MelonEventBase>.Invoke(Action>) MelonEventBase>.Dispose() MelonEventBase>.Disposed object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public class MelonEvent : MelonEventBase> Type Parameters Name Description T1 T2 T3 T4 T5 T6 T7 T8 Constructors MelonEvent(bool) Declaration public MelonEvent(bool oneTimeUse = false) Parameters Type Name Description bool oneTimeUse Methods Invoke(T1, T2, T3, T4, T5, T6, T7, T8) Declaration public void Invoke(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8) Parameters Type Name Description T1 arg1 T2 arg2 T3 arg3 T4 arg4 T5 arg5 T6 arg6 T7 arg7 T8 arg8" + }, + "api/RedLoader.MelonEvent.html": { + "href": "api/RedLoader.MelonEvent.html", + "title": "Class MelonEvent | RedLoader Docs", + "keywords": "Class MelonEvent Inheritance object MelonEventBase MelonEvent Inherited Members MelonEventBase.oneTimeUse MelonEventBase.CheckIfSubscribed(MethodInfo, object) MelonEventBase.Subscribe(LemonAction, int, bool) MelonEventBase.Unsubscribe(LemonAction) MelonEventBase.UnsubscribeAll() MelonEventBase.Unsubscribe(MethodInfo, object) MelonEventBase.GetSubscribers() MelonEventBase.Invoke(Action) MelonEventBase.Dispose() MelonEventBase.Disposed object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public class MelonEvent : MelonEventBase Constructors MelonEvent(bool) Declaration public MelonEvent(bool oneTimeUse = false) Parameters Type Name Description bool oneTimeUse Methods Invoke() Declaration public void Invoke()" + }, + "api/RedLoader.MelonEventBase-1.html": { + "href": "api/RedLoader.MelonEventBase-1.html", + "title": "Class MelonEventBase | RedLoader Docs", + "keywords": "Class MelonEventBase Inheritance object MelonEventBase MelonEvent MelonEvent MelonEvent MelonEvent MelonEvent MelonEvent MelonEvent MelonEvent MelonEvent Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public abstract class MelonEventBase where T : Delegate Type Parameters Name Description T Constructors MelonEventBase(bool) Declaration public MelonEventBase(bool oneTimeUse = false) Parameters Type Name Description bool oneTimeUse Fields oneTimeUse Declaration public readonly bool oneTimeUse Field Value Type Description bool Properties Disposed Declaration public bool Disposed { get; } Property Value Type Description bool Methods CheckIfSubscribed(MethodInfo, object) Declaration public bool CheckIfSubscribed(MethodInfo method, object obj = null) Parameters Type Name Description MethodInfo method object obj Returns Type Description bool Dispose() Declaration public void Dispose() GetSubscribers() Declaration public MelonEventBase.MelonEventSubscriber[] GetSubscribers() Returns Type Description MelonEventSubscriber[] Invoke(Action) Declaration protected void Invoke(Action delegateInvoker) Parameters Type Name Description Action delegateInvoker Subscribe(T, int, bool) Declaration public void Subscribe(T action, int priority = 0, bool unsubscribeOnFirstInvocation = false) Parameters Type Name Description T action int priority bool unsubscribeOnFirstInvocation Unsubscribe(MethodInfo, object) Declaration public void Unsubscribe(MethodInfo method, object obj = null) Parameters Type Name Description MethodInfo method object obj Unsubscribe(T) Declaration public void Unsubscribe(T action) Parameters Type Name Description T action UnsubscribeAll() Declaration public void UnsubscribeAll()" + }, + "api/RedLoader.MelonEventBase-1.MelonEventSubscriber.html": { + "href": "api/RedLoader.MelonEventBase-1.MelonEventSubscriber.html", + "title": "Class MelonEventBase.MelonEventSubscriber | RedLoader Docs", + "keywords": "Class MelonEventBase.MelonEventSubscriber Inheritance object MelonEventBase.MelonEventSubscriber Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public class MelonEventBase.MelonEventSubscriber Constructors MelonEventSubscriber() Declaration public MelonEventSubscriber() Fields del Declaration public T del Field Value Type Description T melonAssembly Declaration public MelonAssembly melonAssembly Field Value Type Description MelonAssembly priority Declaration public int priority Field Value Type Description int unsubscribeOnFirstInvocation Declaration public bool unsubscribeOnFirstInvocation Field Value Type Description bool" + }, + "api/RedLoader.MelonGameAttribute.html": { + "href": "api/RedLoader.MelonGameAttribute.html", + "title": "Class MelonGameAttribute | RedLoader Docs", + "keywords": "Class MelonGameAttribute Inheritance object Attribute MelonGameAttribute Inherited Members Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) Namespace: RedLoader Assembly: RedLoader.dll Syntax [AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)] public class MelonGameAttribute : Attribute Constructors MelonGameAttribute(string, string) Declaration public MelonGameAttribute(string developer = null, string name = null) Parameters Type Name Description string developer string name Properties Developer Developer of the Game. Declaration public string Developer { get; } Property Value Type Description string Name Name of the Game. Declaration public string Name { get; } Property Value Type Description string Universal If the Attribute is set as Universal or not. Declaration public bool Universal { get; } Property Value Type Description bool Methods IsCompatible(MelonGameAttribute) Returns true or false if the Game is compatible with this Assembly. Declaration public bool IsCompatible(MelonGameAttribute att) Parameters Type Name Description MelonGameAttribute att Returns Type Description bool IsCompatible(string, string) Returns true or false if the Game is compatible with this Assembly. Declaration public bool IsCompatible(string developer, string gameName) Parameters Type Name Description string developer string gameName Returns Type Description bool IsCompatibleBecauseUniversal(MelonGameAttribute) Returns true or false if the Game is compatible with this Assembly specifically because of Universal Compatibility. Declaration public bool IsCompatibleBecauseUniversal(MelonGameAttribute att) Parameters Type Name Description MelonGameAttribute att Returns Type Description bool" + }, + "api/RedLoader.MelonGameVersionAttribute.html": { + "href": "api/RedLoader.MelonGameVersionAttribute.html", + "title": "Class MelonGameVersionAttribute | RedLoader Docs", + "keywords": "Class MelonGameVersionAttribute Inheritance object Attribute MelonGameVersionAttribute Inherited Members Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) Namespace: RedLoader Assembly: RedLoader.dll Syntax [AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)] public class MelonGameVersionAttribute : Attribute Constructors MelonGameVersionAttribute(string) Declaration public MelonGameVersionAttribute(string version = null) Parameters Type Name Description string version Properties Universal If the Attribute is set as Universal or not. Declaration public bool Universal { get; } Property Value Type Description bool Version Version of the Game. Declaration public string Version { get; } Property Value Type Description string" + }, + "api/RedLoader.MelonHandler.html": { + "href": "api/RedLoader.MelonHandler.html", + "title": "Class MelonHandler | RedLoader Docs", + "keywords": "Class MelonHandler Inheritance object MelonHandler Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public static class MelonHandler Methods LoadMelonsFromDirectory(string) Declaration public static void LoadMelonsFromDirectory(string path) where T : ModTypeBase Parameters Type Name Description string path Type Parameters Name Description T LoadModsFromDirectory(string, string) Declaration public static void LoadModsFromDirectory(string path, string name) Parameters Type Name Description string path string name" + }, + "api/RedLoader.MelonIDAttribute.html": { + "href": "api/RedLoader.MelonIDAttribute.html", + "title": "Class MelonIDAttribute | RedLoader Docs", + "keywords": "Class MelonIDAttribute Inheritance object Attribute MelonIDAttribute Inherited Members Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) Namespace: RedLoader Assembly: RedLoader.dll Syntax [AttributeUsage(AttributeTargets.Assembly)] public class MelonIDAttribute : Attribute Constructors MelonIDAttribute(int) Declaration public MelonIDAttribute(int id) Parameters Type Name Description int id MelonIDAttribute(string) Declaration public MelonIDAttribute(string id) Parameters Type Name Description string id Properties ID ID of the Melon. Declaration public string ID { get; } Property Value Type Description string" + }, + "api/RedLoader.MelonIncompatibleAssembliesAttribute.html": { + "href": "api/RedLoader.MelonIncompatibleAssembliesAttribute.html", + "title": "Class MelonIncompatibleAssembliesAttribute | RedLoader Docs", + "keywords": "Class MelonIncompatibleAssembliesAttribute Inheritance object Attribute MelonIncompatibleAssembliesAttribute Inherited Members Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) Namespace: RedLoader Assembly: RedLoader.dll Syntax [AttributeUsage(AttributeTargets.Assembly)] public class MelonIncompatibleAssembliesAttribute : Attribute Constructors MelonIncompatibleAssembliesAttribute(params string[]) Declaration public MelonIncompatibleAssembliesAttribute(params string[] assemblyNames) Parameters Type Name Description string[] assemblyNames Properties AssemblyNames The (simple) assembly names of the mods that are incompatible. Declaration public string[] AssemblyNames { get; } Property Value Type Description string[]" + }, + "api/RedLoader.MelonInfoAttribute.html": { + "href": "api/RedLoader.MelonInfoAttribute.html", + "title": "Class MelonInfoAttribute | RedLoader Docs", + "keywords": "Class MelonInfoAttribute Inheritance object Attribute MelonInfoAttribute Inherited Members Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) Namespace: RedLoader Assembly: RedLoader.dll Syntax [Obsolete(\"Should only be used by plugins.\")] [AttributeUsage(AttributeTargets.Assembly)] public class MelonInfoAttribute : Attribute Constructors MelonInfoAttribute(Type, string, int, int, int, string, string) MelonInfo constructor. Declaration public MelonInfoAttribute(Type type, string name, int versionMajor, int versionMinor, int versionRevision, string author, string downloadLink = null) Parameters Type Name Description Type type The main Melon type of the Melon (for example TestMod) string name Name of the Melon int versionMajor Version Major of the Melon (Using the Semantic Versioning format) int versionMinor Version Minor of the Melon (Using the Semantic Versioning format) int versionRevision Version Revision of the Melon (Using the Semantic Versioning format) string author Author of the Melon string downloadLink URL to the download link of the mod [optional] MelonInfoAttribute(Type, string, int, int, int, string, string, string) MelonInfo constructor. Declaration public MelonInfoAttribute(Type type, string name, int versionMajor, int versionMinor, int versionRevision, string versionIdentifier, string author, string downloadLink = null) Parameters Type Name Description Type type The main Melon type of the Melon (for example TestMod) string name Name of the Melon int versionMajor Version Major of the Melon (Using the Semantic Versioning format) int versionMinor Version Minor of the Melon (Using the Semantic Versioning format) int versionRevision Version Revision of the Melon (Using the Semantic Versioning format) string versionIdentifier Version Identifier of the Melon (Using the Semantic Versioning format) string author Author of the Melon string downloadLink URL to the download link of the mod [optional] Properties Author Author of the Melon. Declaration public string Author { get; } Property Value Type Description string DownloadLink Download Link of the Melon. Declaration public string DownloadLink { get; } Property Value Type Description string Name Name of the Melon. Declaration public string Name { get; } Property Value Type Description string SemanticVersion Semantic Version of the Melon. Will be null if Version is not using the Semantic Versioning format. Declaration public SemVersion SemanticVersion { get; } Property Value Type Description SemVersion SystemType System.Type of the Melon. Declaration public Type SystemType { get; } Property Value Type Description Type Version Version of the Melon. Declaration public string Version { get; } Property Value Type Description string" + }, + "api/RedLoader.MelonMod.html": { + "href": "api/RedLoader.MelonMod.html", + "title": "Class MelonMod | RedLoader Docs", + "keywords": "Class MelonMod Inheritance object ModBase ModTypeBase MelonMod BieModWrapper Inherited Members ModTypeBase.ExecuteAll(LemonAction, bool, string) ModTypeBase.RegisteredMods ModTypeBase.TypeName ModTypeBase.MelonTypeName ModBase.OnMelonRegistered ModBase.OnMelonUnregistered ModBase.OnMelonInitializing ModBase.OnRegister ModBase.OnUnregister ModBase.CreateWrapper(string, string, string, MelonGameAttribute[], MelonProcessAttribute[], int, Color?, Color?, string) ModBase.RegisterSorted(IEnumerable) ModBase.OnPreSupportModule() ModBase.OnUpdate() ModBase.OnFixedUpdate() ModBase.OnLateUpdate() ModBase.OnGUI() ModBase.OnApplicationQuit() ModBase.OnPreferencesSaved() ModBase.OnPreferencesSaved(string) ModBase.OnPreferencesLoaded() ModBase.OnPreferencesLoaded(string) ModBase.OnEarlyInitializeMelon() ModBase.OnInitializeMod() ModBase.OnLateInitializeMod() ModBase.OnDeinitializeMod() ModBase.FindIncompatiblities(MelonGameAttribute, string, string, string, string, MelonPlatformAttribute.CompatiblePlatforms, MelonPlatformDomainAttribute.CompatibleDomains) ModBase.FindIncompatiblitiesFromContext() ModBase.PrintIncompatibilities(ModBase.Incompatibility[], ModBase) ModBase.Register() ModBase.FindMelon(string, string) ModBase.Unregister(string, bool) ModBase.ExecuteAll(LemonAction, bool, string) ModBase.ExecuteList(LemonAction, List, bool, string) ModBase.SendMessageAll(string, params object[]) ModBase.SendMessage(string, params object[]) ModBase.RegisteredMelons ModBase.MelonAssembly ModBase.Priority ModBase.ConsoleColor ModBase.AuthorConsoleColor ModBase.AdditionalCredits ModBase.SupportedGameVersion ModBase.OptionalDependencies ModBase.HarmonyInstance ModBase.LoggerInstance ModBase.ID ModBase.Description ModBase.Registered object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax [Obsolete(\"This class is deprecated, please use SonsMod instead.\")] public abstract class MelonMod : ModTypeBase Constructors MelonMod() Declaration protected MelonMod() Methods OnSceneWasInitialized(int, string) Runs once a Scene is initialized. Declaration public virtual void OnSceneWasInitialized(int buildIndex, string sceneName) Parameters Type Name Description int buildIndex string sceneName OnSceneWasLoaded(int, string) Runs when a new Scene is loaded. Declaration public virtual void OnSceneWasLoaded(int buildIndex, string sceneName) Parameters Type Name Description int buildIndex string sceneName OnSceneWasUnloaded(int, string) Runs once a Scene unloads. Declaration public virtual void OnSceneWasUnloaded(int buildIndex, string sceneName) Parameters Type Name Description int buildIndex string sceneName" + }, + "api/RedLoader.MelonOptionalDependenciesAttribute.html": { + "href": "api/RedLoader.MelonOptionalDependenciesAttribute.html", + "title": "Class MelonOptionalDependenciesAttribute | RedLoader Docs", + "keywords": "Class MelonOptionalDependenciesAttribute Inheritance object Attribute MelonOptionalDependenciesAttribute Inherited Members Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) Namespace: RedLoader Assembly: RedLoader.dll Syntax [AttributeUsage(AttributeTargets.Assembly)] public class MelonOptionalDependenciesAttribute : Attribute Constructors MelonOptionalDependenciesAttribute(params string[]) Declaration public MelonOptionalDependenciesAttribute(params string[] assemblyNames) Parameters Type Name Description string[] assemblyNames Properties AssemblyNames The (simple) assembly names of the dependencies that should be regarded as optional. Declaration public string[] AssemblyNames { get; } Property Value Type Description string[]" + }, + "api/RedLoader.MelonPlatformAttribute.CompatiblePlatforms.html": { + "href": "api/RedLoader.MelonPlatformAttribute.CompatiblePlatforms.html", + "title": "Enum MelonPlatformAttribute.CompatiblePlatforms | RedLoader Docs", + "keywords": "Enum MelonPlatformAttribute.CompatiblePlatforms Namespace: RedLoader Assembly: RedLoader.dll Syntax public enum MelonPlatformAttribute.CompatiblePlatforms Fields Name Description UNIVERSAL WINDOWS_X64 WINDOWS_X86 Extension Methods EnumExtensions.HasFlag(Enum, Enum)" + }, + "api/RedLoader.MelonPlatformAttribute.html": { + "href": "api/RedLoader.MelonPlatformAttribute.html", + "title": "Class MelonPlatformAttribute | RedLoader Docs", + "keywords": "Class MelonPlatformAttribute Inheritance object Attribute MelonPlatformAttribute Inherited Members Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) Namespace: RedLoader Assembly: RedLoader.dll Syntax [AttributeUsage(AttributeTargets.Assembly)] public class MelonPlatformAttribute : Attribute Constructors MelonPlatformAttribute(params CompatiblePlatforms[]) Declaration public MelonPlatformAttribute(params MelonPlatformAttribute.CompatiblePlatforms[] platforms) Parameters Type Name Description CompatiblePlatforms[] platforms Properties Platforms Declaration public MelonPlatformAttribute.CompatiblePlatforms[] Platforms { get; } Property Value Type Description CompatiblePlatforms[] Methods IsCompatible(CompatiblePlatforms) Declaration public bool IsCompatible(MelonPlatformAttribute.CompatiblePlatforms platform) Parameters Type Name Description MelonPlatformAttribute.CompatiblePlatforms platform Returns Type Description bool" + }, + "api/RedLoader.MelonPlatformDomainAttribute.CompatibleDomains.html": { + "href": "api/RedLoader.MelonPlatformDomainAttribute.CompatibleDomains.html", + "title": "Enum MelonPlatformDomainAttribute.CompatibleDomains | RedLoader Docs", + "keywords": "Enum MelonPlatformDomainAttribute.CompatibleDomains Namespace: RedLoader Assembly: RedLoader.dll Syntax public enum MelonPlatformDomainAttribute.CompatibleDomains Fields Name Description IL2CPP MONO UNIVERSAL Extension Methods EnumExtensions.HasFlag(Enum, Enum)" + }, + "api/RedLoader.MelonPlatformDomainAttribute.html": { + "href": "api/RedLoader.MelonPlatformDomainAttribute.html", + "title": "Class MelonPlatformDomainAttribute | RedLoader Docs", + "keywords": "Class MelonPlatformDomainAttribute Inheritance object Attribute MelonPlatformDomainAttribute Inherited Members Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) Namespace: RedLoader Assembly: RedLoader.dll Syntax [AttributeUsage(AttributeTargets.Assembly)] public class MelonPlatformDomainAttribute : Attribute Constructors MelonPlatformDomainAttribute(CompatibleDomains) Declaration public MelonPlatformDomainAttribute(MelonPlatformDomainAttribute.CompatibleDomains domain = CompatibleDomains.UNIVERSAL) Parameters Type Name Description MelonPlatformDomainAttribute.CompatibleDomains domain Properties Domain Declaration public MelonPlatformDomainAttribute.CompatibleDomains Domain { get; } Property Value Type Description MelonPlatformDomainAttribute.CompatibleDomains Methods IsCompatible(CompatibleDomains) Declaration public bool IsCompatible(MelonPlatformDomainAttribute.CompatibleDomains domain) Parameters Type Name Description MelonPlatformDomainAttribute.CompatibleDomains domain Returns Type Description bool" + }, + "api/RedLoader.MelonPlugin.html": { + "href": "api/RedLoader.MelonPlugin.html", + "title": "Class MelonPlugin | RedLoader Docs", + "keywords": "Class MelonPlugin Inheritance object ModBase ModTypeBase MelonPlugin Inherited Members ModTypeBase.ExecuteAll(LemonAction, bool, string) ModTypeBase.RegisteredMods ModTypeBase.TypeName ModTypeBase.MelonTypeName ModBase.OnMelonRegistered ModBase.OnMelonUnregistered ModBase.OnMelonInitializing ModBase.OnRegister ModBase.OnUnregister ModBase.CreateWrapper(string, string, string, MelonGameAttribute[], MelonProcessAttribute[], int, Color?, Color?, string) ModBase.RegisterSorted(IEnumerable) ModBase.OnPreSupportModule() ModBase.OnUpdate() ModBase.OnFixedUpdate() ModBase.OnLateUpdate() ModBase.OnGUI() ModBase.OnApplicationQuit() ModBase.OnPreferencesSaved() ModBase.OnPreferencesSaved(string) ModBase.OnPreferencesLoaded() ModBase.OnPreferencesLoaded(string) ModBase.OnEarlyInitializeMelon() ModBase.OnInitializeMod() ModBase.OnLateInitializeMod() ModBase.OnDeinitializeMod() ModBase.FindIncompatiblities(MelonGameAttribute, string, string, string, string, MelonPlatformAttribute.CompatiblePlatforms, MelonPlatformDomainAttribute.CompatibleDomains) ModBase.FindIncompatiblitiesFromContext() ModBase.PrintIncompatibilities(ModBase.Incompatibility[], ModBase) ModBase.Register() ModBase.FindMelon(string, string) ModBase.Unregister(string, bool) ModBase.ExecuteAll(LemonAction, bool, string) ModBase.ExecuteList(LemonAction, List, bool, string) ModBase.SendMessageAll(string, params object[]) ModBase.SendMessage(string, params object[]) ModBase.RegisteredMelons ModBase.MelonAssembly ModBase.Priority ModBase.ConsoleColor ModBase.AuthorConsoleColor ModBase.AdditionalCredits ModBase.SupportedGameVersion ModBase.OptionalDependencies ModBase.HarmonyInstance ModBase.LoggerInstance ModBase.ID ModBase.Description ModBase.Registered object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public abstract class MelonPlugin : ModTypeBase Constructors MelonPlugin() Declaration protected MelonPlugin() Methods OnApplicationEarlyStart() Runs after Game Initialization, before OnApplicationStart and before Assembly Generation on Il2Cpp games Declaration public virtual void OnApplicationEarlyStart() OnApplicationStarted() Runs after all RedLoader components are fully initialized (including all MelonMods). Declaration public virtual void OnApplicationStarted() OnPreInitialization() Runs before Game Initialization. Declaration public virtual void OnPreInitialization() OnPreModsLoaded() Runs before MelonMods from the Mods folder are loaded. Declaration public virtual void OnPreModsLoaded()" + }, + "api/RedLoader.MelonPriorityAttribute.html": { + "href": "api/RedLoader.MelonPriorityAttribute.html", + "title": "Class MelonPriorityAttribute | RedLoader Docs", + "keywords": "Class MelonPriorityAttribute Inheritance object Attribute MelonPriorityAttribute Inherited Members Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) Namespace: RedLoader Assembly: RedLoader.dll Syntax [AttributeUsage(AttributeTargets.Assembly)] public class MelonPriorityAttribute : Attribute Constructors MelonPriorityAttribute(int) Declaration public MelonPriorityAttribute(int priority = 0) Parameters Type Name Description int priority Fields Priority Priority of the Melon. Declaration public int Priority Field Value Type Description int" + }, + "api/RedLoader.MelonProcessAttribute.html": { + "href": "api/RedLoader.MelonProcessAttribute.html", + "title": "Class MelonProcessAttribute | RedLoader Docs", + "keywords": "Class MelonProcessAttribute Inheritance object Attribute MelonProcessAttribute Inherited Members Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) Namespace: RedLoader Assembly: RedLoader.dll Syntax [AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)] public class MelonProcessAttribute : Attribute Constructors MelonProcessAttribute(string) Declaration public MelonProcessAttribute(string exe_name = null) Parameters Type Name Description string exe_name Properties EXE_Name Name of the Game's Executable without the '.exe' extension. Declaration public string EXE_Name { get; } Property Value Type Description string Universal If the Attribute is set as Universal or not. Declaration public bool Universal { get; } Property Value Type Description bool Methods IsCompatible(string) Checks if the Attribute is compatible with processName or not. Declaration public bool IsCompatible(string processName) Parameters Type Name Description string processName Returns Type Description bool" + }, + "api/RedLoader.ModBase.html": { + "href": "api/RedLoader.ModBase.html", + "title": "Class ModBase | RedLoader Docs", + "keywords": "Class ModBase Inheritance object ModBase ModTypeBase Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public abstract class ModBase Constructors ModBase() Declaration protected ModBase() Fields OnMelonInitializing Called before a Melon starts initializing. Declaration public static readonly MelonEvent OnMelonInitializing Field Value Type Description MelonEvent OnMelonRegistered Called once a Melon is fully registered. Declaration public static readonly MelonEvent OnMelonRegistered Field Value Type Description MelonEvent OnMelonUnregistered Called when a Melon unregisters. Declaration public static readonly MelonEvent OnMelonUnregistered Field Value Type Description MelonEvent OnRegister Declaration public readonly MelonEvent OnRegister Field Value Type Description MelonEvent OnUnregister Declaration public readonly MelonEvent OnUnregister Field Value Type Description MelonEvent Properties AdditionalCredits AdditionalCredits Attribute of the Melon Declaration public MelonAdditionalCreditsAttribute AdditionalCredits { get; } Property Value Type Description MelonAdditionalCreditsAttribute AuthorConsoleColor Console Color of the Author that made this melon. Declaration public Color AuthorConsoleColor { get; } Property Value Type Description Color ConsoleColor Console Color of the Melon. Declaration public Color ConsoleColor { get; } Property Value Type Description Color Description Description of the Mod. Declaration public string Description { get; } Property Value Type Description string HarmonyInstance Auto-Created Harmony Instance of the Melon. Declaration public Harmony HarmonyInstance { get; } Property Value Type Description Harmony ID Optional ID of the Melon. Declaration public string ID { get; } Property Value Type Description string LoggerInstance Auto-Created MelonLogger Instance of the Melon. Declaration public RLog.Instance LoggerInstance { get; } Property Value Type Description RLog.Instance MelonAssembly MelonAssembly of the Melon. Declaration public MelonAssembly MelonAssembly { get; } Property Value Type Description MelonAssembly MelonTypeName Name of the current Melon Type. Declaration public abstract string MelonTypeName { get; } Property Value Type Description string OptionalDependencies Optional Dependencies Attribute of the Melon. Declaration public string[] OptionalDependencies { get; } Property Value Type Description string[] Priority Priority of the Melon. Declaration public int Priority { get; } Property Value Type Description int Registered true if the Melon is registered. Declaration public bool Registered { get; } Property Value Type Description bool RegisteredMelons Declaration public static ReadOnlyCollection RegisteredMelons { get; } Property Value Type Description ReadOnlyCollection SupportedGameVersion Game Version Attributes of the Melon. Declaration public string SupportedGameVersion { get; } Property Value Type Description string Methods CreateWrapper(string, string, string, MelonGameAttribute[], MelonProcessAttribute[], int, Color?, Color?, string) Creates a new Melon instance for a Wrapper. Declaration public static T CreateWrapper(string name, string author, string version, MelonGameAttribute[] games = null, MelonProcessAttribute[] processes = null, int priority = 0, Color? color = null, Color? authorColor = null, string id = null) where T : ModBase, new() Parameters Type Name Description string name string author string version MelonGameAttribute[] games MelonProcessAttribute[] processes int priority Color? color Color? authorColor string id Returns Type Description T Type Parameters Name Description T ExecuteAll(LemonAction, bool, string) Declaration public static void ExecuteAll(LemonAction func, bool unregisterOnFail = false, string unregistrationReason = null) Parameters Type Name Description LemonAction func bool unregisterOnFail string unregistrationReason ExecuteList(LemonAction, List, bool, string) Declaration public static void ExecuteList(LemonAction func, List melons, bool unregisterOnFail = false, string unregistrationReason = null) where T : ModBase Parameters Type Name Description LemonAction func List melons bool unregisterOnFail string unregistrationReason Type Parameters Name Description T FindIncompatiblities(MelonGameAttribute, string, string, string, string, CompatiblePlatforms, CompatibleDomains) Declaration public ModBase.Incompatibility[] FindIncompatiblities(MelonGameAttribute game, string processName, string gameVersion, string mlVersion, string mlBuildHashCode, MelonPlatformAttribute.CompatiblePlatforms platform, MelonPlatformDomainAttribute.CompatibleDomains domain) Parameters Type Name Description MelonGameAttribute game string processName string gameVersion string mlVersion string mlBuildHashCode MelonPlatformAttribute.CompatiblePlatforms platform MelonPlatformDomainAttribute.CompatibleDomains domain Returns Type Description Incompatibility[] FindIncompatiblitiesFromContext() Declaration public ModBase.Incompatibility[] FindIncompatiblitiesFromContext() Returns Type Description Incompatibility[] FindMelon(string, string) Tries to find a registered Melon that matches the given Info. Declaration public static ModBase FindMelon(string melonName, string melonAuthor) Parameters Type Name Description string melonName string melonAuthor Returns Type Description ModBase OnApplicationQuit() Runs on a quit request. It is possible to abort the request in this callback. Declaration protected virtual void OnApplicationQuit() OnDeinitializeMod() Runs when the mod is unregistered. Also runs before the Application is closed (OnApplicationDefiniteQuit). Declaration protected virtual void OnDeinitializeMod() OnEarlyInitializeMelon() Runs when the Melon is registered. Executed before the Melon's info is printed to the console. This callback should only be used a constructor for the Melon. Declaration protected virtual void OnEarlyInitializeMelon() Remarks Please note that this callback may run before the Support Module is loaded. As a result, using unhollowed assemblies may not be possible yet and you would have to override OnInitializeMod() instead. OnFixedUpdate() Can run multiple times per frame. Mostly used for Physics. Declaration protected virtual void OnFixedUpdate() OnGUI() Can run multiple times per frame. Mostly used for Unity's IMGUI. Declaration protected virtual void OnGUI() OnInitializeMod() Runs after the Mod has registered. This callback waits until the loader has fully initialized (OnApplicationStart). Declaration protected virtual void OnInitializeMod() OnLateInitializeMod() Runs after OnInitializeMod(). This callback waits until Unity has invoked the first 'Start' messages (OnApplicationLateStart). Declaration protected virtual void OnLateInitializeMod() OnLateUpdate() Runs once per frame, after OnUpdate(). Declaration protected virtual void OnLateUpdate() OnPreSupportModule() Runs before Support Module Initialization and after Assembly Generation for Il2Cpp Games. Declaration protected virtual void OnPreSupportModule() OnPreferencesLoaded() Runs when Melon Preferences get loaded. Declaration protected virtual void OnPreferencesLoaded() OnPreferencesLoaded(string) Runs when Melon Preferences get loaded. Gets passed the Preferences's File Path. Declaration protected virtual void OnPreferencesLoaded(string filepath) Parameters Type Name Description string filepath OnPreferencesSaved() Runs when Melon Preferences get saved. Declaration protected virtual void OnPreferencesSaved() OnPreferencesSaved(string) Runs when Melon Preferences get saved. Gets passed the Preferences's File Path. Declaration protected virtual void OnPreferencesSaved(string filepath) Parameters Type Name Description string filepath OnUpdate() Runs once per frame. Declaration protected virtual void OnUpdate() PrintIncompatibilities(Incompatibility[], ModBase) Declaration public static void PrintIncompatibilities(ModBase.Incompatibility[] incompatibilities, ModBase mod) Parameters Type Name Description Incompatibility[] incompatibilities ModBase mod Register() Registers the Melon. Declaration public bool Register() Returns Type Description bool RegisterSorted(IEnumerable) Registers a List of Melons in the right order. Declaration public static void RegisterSorted(IEnumerable melons) where T : ModBase Parameters Type Name Description IEnumerable melons Type Parameters Name Description T SendMessage(string, params object[]) Declaration public object SendMessage(string name, params object[] arguments) Parameters Type Name Description string name object[] arguments Returns Type Description object SendMessageAll(string, params object[]) Declaration public static void SendMessageAll(string name, params object[] arguments) Parameters Type Name Description string name object[] arguments Unregister(string, bool) Unregisters the Melon and all other Melons located in the same Assembly. This only unsubscribes the Melons from all Callbacks/MelonEvents and unpatches all Methods that were patched by Harmony, but doesn't actually unload the whole Assembly. Declaration public void Unregister(string reason = null, bool silent = false) Parameters Type Name Description string reason bool silent" + }, + "api/RedLoader.ModBase.Incompatibility.html": { + "href": "api/RedLoader.ModBase.Incompatibility.html", + "title": "Enum ModBase.Incompatibility | RedLoader Docs", + "keywords": "Enum ModBase.Incompatibility Namespace: RedLoader Assembly: RedLoader.dll Syntax public enum ModBase.Incompatibility Fields Name Description Domain Game GameVersion MLBuild MLVersion Platform ProcessName Extension Methods EnumExtensions.HasFlag(Enum, Enum)" + }, + "api/RedLoader.ModTypeBase-1.html": { + "href": "api/RedLoader.ModTypeBase-1.html", + "title": "Class ModTypeBase | RedLoader Docs", + "keywords": "Class ModTypeBase Inheritance object ModBase ModTypeBase MelonMod MelonPlugin SonsMod Inherited Members ModBase.OnMelonRegistered ModBase.OnMelonUnregistered ModBase.OnMelonInitializing ModBase.OnRegister ModBase.OnUnregister ModBase.CreateWrapper(string, string, string, MelonGameAttribute[], MelonProcessAttribute[], int, Color?, Color?, string) ModBase.RegisterSorted(IEnumerable) ModBase.OnPreSupportModule() ModBase.OnUpdate() ModBase.OnFixedUpdate() ModBase.OnLateUpdate() ModBase.OnGUI() ModBase.OnApplicationQuit() ModBase.OnPreferencesSaved() ModBase.OnPreferencesSaved(string) ModBase.OnPreferencesLoaded() ModBase.OnPreferencesLoaded(string) ModBase.OnEarlyInitializeMelon() ModBase.OnInitializeMod() ModBase.OnLateInitializeMod() ModBase.OnDeinitializeMod() ModBase.FindIncompatiblities(MelonGameAttribute, string, string, string, string, MelonPlatformAttribute.CompatiblePlatforms, MelonPlatformDomainAttribute.CompatibleDomains) ModBase.FindIncompatiblitiesFromContext() ModBase.PrintIncompatibilities(ModBase.Incompatibility[], ModBase) ModBase.Register() ModBase.FindMelon(string, string) ModBase.Unregister(string, bool) ModBase.ExecuteAll(LemonAction, bool, string) ModBase.ExecuteList(LemonAction, List, bool, string) ModBase.SendMessageAll(string, params object[]) ModBase.SendMessage(string, params object[]) ModBase.RegisteredMelons ModBase.MelonAssembly ModBase.Priority ModBase.ConsoleColor ModBase.AuthorConsoleColor ModBase.AdditionalCredits ModBase.SupportedGameVersion ModBase.OptionalDependencies ModBase.HarmonyInstance ModBase.LoggerInstance ModBase.ID ModBase.Description ModBase.Registered object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public abstract class ModTypeBase : ModBase where T : ModTypeBase Type Parameters Name Description T Constructors ModTypeBase() Declaration protected ModTypeBase() Properties MelonTypeName Name of the current Melon Type. Declaration public override sealed string MelonTypeName { get; } Property Value Type Description string Overrides ModBase.MelonTypeName RegisteredMods List of registered Ts. Declaration public static ReadOnlyCollection RegisteredMods { get; } Property Value Type Description ReadOnlyCollection TypeName A Human-Readable Name for T. Declaration public static string TypeName { get; protected set; } Property Value Type Description string Methods ExecuteAll(LemonAction, bool, string) Declaration public static void ExecuteAll(LemonAction func, bool unregisterOnFail = false, string unregistrationReason = null) Parameters Type Name Description LemonAction func bool unregisterOnFail string unregistrationReason" + }, + "api/RedLoader.NativeLibrary-1.html": { + "href": "api/RedLoader.NativeLibrary-1.html", + "title": "Class NativeLibrary | RedLoader Docs", + "keywords": "Class NativeLibrary Inheritance object NativeLibrary NativeLibrary Inherited Members NativeLibrary.Ptr NativeLibrary.Load(string) NativeLibrary.Load(string) NativeLibrary.ReflectiveLoad(string) NativeLibrary.LoadLib(string) NativeLibrary.GetExport(string) NativeLibrary.GetExport(Type, string) NativeLibrary.GetExport(string) NativeLibrary.GetExport(string, out T) NativeLibrary.GetExport(IntPtr, string) NativeLibrary.AgnosticLoadLibrary(string) NativeLibrary.AgnosticGetProcAddress(IntPtr, string) NativeLibrary.dlopen(string, int) NativeLibrary.dlsym(IntPtr, string) object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public class NativeLibrary : NativeLibrary Type Parameters Name Description T Constructors NativeLibrary(IntPtr) Declaration public NativeLibrary(IntPtr ptr) Parameters Type Name Description IntPtr ptr Fields Instance Declaration public readonly T Instance Field Value Type Description T" + }, + "api/RedLoader.NativeLibrary.html": { + "href": "api/RedLoader.NativeLibrary.html", + "title": "Class NativeLibrary | RedLoader Docs", + "keywords": "Class NativeLibrary Inheritance object NativeLibrary NativeLibrary Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public class NativeLibrary Constructors NativeLibrary(IntPtr) Declaration public NativeLibrary(IntPtr ptr) Parameters Type Name Description IntPtr ptr Fields Ptr Declaration public readonly IntPtr Ptr Field Value Type Description IntPtr Methods AgnosticGetProcAddress(IntPtr, string) Declaration public static IntPtr AgnosticGetProcAddress(IntPtr hModule, string lpProcName) Parameters Type Name Description IntPtr hModule string lpProcName Returns Type Description IntPtr AgnosticLoadLibrary(string) Declaration public static IntPtr AgnosticLoadLibrary(string name) Parameters Type Name Description string name Returns Type Description IntPtr GetExport(IntPtr, string) Declaration public static IntPtr GetExport(IntPtr nativeLib, string name) Parameters Type Name Description IntPtr nativeLib string name Returns Type Description IntPtr GetExport(string) Declaration public IntPtr GetExport(string name) Parameters Type Name Description string name Returns Type Description IntPtr GetExport(Type, string) Declaration public Delegate GetExport(Type type, string name) Parameters Type Name Description Type type string name Returns Type Description Delegate GetExport(string) Declaration public T GetExport(string name) where T : Delegate Parameters Type Name Description string name Returns Type Description T Type Parameters Name Description T GetExport(string, out T) Declaration public void GetExport(string name, out T output) where T : Delegate Parameters Type Name Description string name T output Type Parameters Name Description T Load(string) Declaration public static NativeLibrary Load(string filepath) Parameters Type Name Description string filepath Returns Type Description NativeLibrary LoadLib(string) Declaration public static IntPtr LoadLib(string filepath) Parameters Type Name Description string filepath Returns Type Description IntPtr Load(string) Declaration public static NativeLibrary Load(string filepath) Parameters Type Name Description string filepath Returns Type Description NativeLibrary Type Parameters Name Description T ReflectiveLoad(string) Declaration public static T ReflectiveLoad(string filepath) Parameters Type Name Description string filepath Returns Type Description T Type Parameters Name Description T dlopen(string, int) Declaration protected static extern IntPtr dlopen(string filename, int flags) Parameters Type Name Description string filename int flags Returns Type Description IntPtr dlsym(IntPtr, string) Declaration protected static extern IntPtr dlsym(IntPtr handle, string symbol) Parameters Type Name Description IntPtr handle string symbol Returns Type Description IntPtr" + }, + "api/RedLoader.Pastel.ConsoleExtensions.html": { + "href": "api/RedLoader.Pastel.ConsoleExtensions.html", + "title": "Class ConsoleExtensions | RedLoader Docs", + "keywords": "Class ConsoleExtensions Controls colored console output by Pastel. Inheritance object ConsoleExtensions Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader.Pastel Assembly: RedLoader.dll Syntax public static class ConsoleExtensions Methods Disable() Disables any future console color output produced by Pastel. Declaration public static void Disable() Enable() Enables any future console color output produced by Pastel. Declaration public static void Enable() Pastel(string, Color) Returns a string wrapped in an ANSI foreground color code using the specified color. Declaration public static string Pastel(this string input, Color color) Parameters Type Name Description string input The string to color. Color color The color to use on the specified string. Returns Type Description string Pastel(string, string) Returns a string wrapped in an ANSI foreground color code using the specified color. Declaration public static string Pastel(this string input, string hexColor) Parameters Type Name Description string input The string to color. string hexColor The color to use on the specified string. Supported format: [#]RRGGBB. Returns Type Description string PastelBg(string, Color) Returns a string wrapped in an ANSI background color code using the specified color. Declaration public static string PastelBg(this string input, Color color) Parameters Type Name Description string input The string to color. Color color The color to use on the specified string. Returns Type Description string PastelBg(string, string) Returns a string wrapped in an ANSI background color code using the specified color. Declaration public static string PastelBg(this string input, string hexColor) Parameters Type Name Description string input The string to color. string hexColor The color to use on the specified string. Supported format: [#]RRGGBB. Returns Type Description string" + }, + "api/RedLoader.Pastel.html": { + "href": "api/RedLoader.Pastel.html", + "title": "Namespace RedLoader.Pastel | RedLoader Docs", + "keywords": "Namespace RedLoader.Pastel Classes ConsoleExtensions Controls colored console output by Pastel." + }, + "api/RedLoader.PatchShield.html": { + "href": "api/RedLoader.PatchShield.html", + "title": "Class PatchShield | RedLoader Docs", + "keywords": "Class PatchShield Inheritance object Attribute PatchShield Inherited Members Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) Namespace: RedLoader Assembly: RedLoader.dll Syntax [AttributeUsage(AttributeTargets.Assembly|AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Method)] public class PatchShield : Attribute Constructors PatchShield() Declaration public PatchShield()" + }, + "api/RedLoader.Preferences.html": { + "href": "api/RedLoader.Preferences.html", + "title": "Namespace RedLoader.Preferences | RedLoader Docs", + "keywords": "Namespace RedLoader.Preferences Classes ReflectiveConfigCategory ValueRange ValueValidator Interfaces IValueRange" + }, + "api/RedLoader.Preferences.IValueRange.html": { + "href": "api/RedLoader.Preferences.IValueRange.html", + "title": "Interface IValueRange | RedLoader Docs", + "keywords": "Interface IValueRange Namespace: RedLoader.Preferences Assembly: RedLoader.dll Syntax public interface IValueRange Properties MaxValue Declaration object MaxValue { get; } Property Value Type Description object MinValue Declaration object MinValue { get; } Property Value Type Description object" + }, + "api/RedLoader.Preferences.ReflectiveConfigCategory.html": { + "href": "api/RedLoader.Preferences.ReflectiveConfigCategory.html", + "title": "Class ReflectiveConfigCategory | RedLoader Docs", + "keywords": "Class ReflectiveConfigCategory Inheritance object ReflectiveConfigCategory Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader.Preferences Assembly: RedLoader.dll Syntax public class ReflectiveConfigCategory Properties DisplayName Declaration public string DisplayName { get; } Property Value Type Description string Identifier Declaration public string Identifier { get; } Property Value Type Description string Methods DestroyFileWatcher() Declaration public void DestroyFileWatcher() GetValue() Declaration public T GetValue() where T : new() Returns Type Description T Type Parameters Name Description T LoadFromFile(bool) Declaration public void LoadFromFile(bool printmsg = true) Parameters Type Name Description bool printmsg ResetFilePath() Declaration public void ResetFilePath() SaveToFile(bool) Declaration public void SaveToFile(bool printmsg = true) Parameters Type Name Description bool printmsg SetFilePath(string, bool, bool) Declaration public void SetFilePath(string filepath, bool autoload = true, bool printmsg = true) Parameters Type Name Description string filepath bool autoload bool printmsg" + }, + "api/RedLoader.Preferences.ValueRange-1.html": { + "href": "api/RedLoader.Preferences.ValueRange-1.html", + "title": "Class ValueRange | RedLoader Docs", + "keywords": "Class ValueRange Inheritance object ValueValidator ValueRange Implements IValueRange Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader.Preferences Assembly: RedLoader.dll Syntax public class ValueRange : ValueValidator, IValueRange where T : IComparable Type Parameters Name Description T Constructors ValueRange(T, T) Declaration public ValueRange(T minValue, T maxValue) Parameters Type Name Description T minValue T maxValue Properties MaxValue Declaration public T MaxValue { get; } Property Value Type Description T MinValue Declaration public T MinValue { get; } Property Value Type Description T Methods EnsureValid(object) Declaration public override object EnsureValid(object value) Parameters Type Name Description object value Returns Type Description object Overrides ValueValidator.EnsureValid(object) IsValid(object) Declaration public override bool IsValid(object value) Parameters Type Name Description object value Returns Type Description bool Overrides ValueValidator.IsValid(object) Implements IValueRange" + }, + "api/RedLoader.Preferences.ValueValidator.html": { + "href": "api/RedLoader.Preferences.ValueValidator.html", + "title": "Class ValueValidator | RedLoader Docs", + "keywords": "Class ValueValidator Inheritance object ValueValidator ValueRange Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader.Preferences Assembly: RedLoader.dll Syntax public abstract class ValueValidator Constructors ValueValidator() Declaration protected ValueValidator() Methods EnsureValid(object) Declaration public abstract object EnsureValid(object value) Parameters Type Name Description object value Returns Type Description object IsValid(object) Declaration public abstract bool IsValid(object value) Parameters Type Name Description object value Returns Type Description bool" + }, + "api/RedLoader.RegisterTypeInIl2Cpp.html": { + "href": "api/RedLoader.RegisterTypeInIl2Cpp.html", + "title": "Class RegisterTypeInIl2Cpp | RedLoader Docs", + "keywords": "Class RegisterTypeInIl2Cpp Inheritance object Attribute RegisterTypeInIl2Cpp Inherited Members Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) Namespace: RedLoader Assembly: RedLoader.dll Syntax [AttributeUsage(AttributeTargets.Class)] public class RegisterTypeInIl2Cpp : Attribute Constructors RegisterTypeInIl2Cpp() Declaration public RegisterTypeInIl2Cpp() RegisterTypeInIl2Cpp(bool) Declaration public RegisterTypeInIl2Cpp(bool logSuccess) Parameters Type Name Description bool logSuccess Methods RegisterAssembly(Assembly) Declaration public static void RegisterAssembly(Assembly asm) Parameters Type Name Description Assembly asm" + }, + "api/RedLoader.ResolvedMelons.html": { + "href": "api/RedLoader.ResolvedMelons.html", + "title": "Class ResolvedMelons | RedLoader Docs", + "keywords": "Class ResolvedMelons Inheritance object ResolvedMelons Inherited Members object.GetType() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public sealed class ResolvedMelons Constructors ResolvedMelons(ModBase[], RottenMelon[]) Declaration public ResolvedMelons(ModBase[] loadedMelons, RottenMelon[] rottenMelons) Parameters Type Name Description ModBase[] loadedMelons RottenMelon[] rottenMelons Fields loadedMelons Declaration public readonly ModBase[] loadedMelons Field Value Type Description ModBase[] rottenMelons Declaration public readonly RottenMelon[] rottenMelons Field Value Type Description RottenMelon[]" + }, + "api/RedLoader.RLog.html": { + "href": "api/RedLoader.RLog.html", + "title": "Class RLog | RedLoader Docs", + "keywords": "Class RLog Inheritance object RLog Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public class RLog Constructors RLog() Declaration public RLog() Fields DefaultMelonColor Declaration public static readonly Color DefaultMelonColor Field Value Type Description Color DefaultTextColor Declaration public static readonly Color DefaultTextColor Field Value Type Description Color Methods BigError(string, string) Declaration public static void BigError(string namesection, string txt) Parameters Type Name Description string namesection string txt Debug(object) Declaration [Conditional(\"DEBUG\")] public static void Debug(object obj) Parameters Type Name Description object obj DebugBig(object) Declaration [Conditional(\"DEBUG\")] public static void DebugBig(object obj) Parameters Type Name Description object obj Error(object) Declaration public static void Error(object obj) Parameters Type Name Description object obj Error(string) Declaration public static void Error(string txt) Parameters Type Name Description string txt Error(string, Exception) Declaration public static void Error(string txt, Exception ex) Parameters Type Name Description string txt Exception ex Error(string, params object[]) Declaration public static void Error(string txt, params object[] args) Parameters Type Name Description string txt object[] args Log(ConsoleColor, object) Declaration [Obsolete(\"Log is obsolete. Please use Msg instead.\")] public static void Log(ConsoleColor color, object obj) Parameters Type Name Description ConsoleColor color object obj Log(ConsoleColor, string) Declaration [Obsolete(\"Log is obsolete. Please use Msg instead.\")] public static void Log(ConsoleColor color, string txt) Parameters Type Name Description ConsoleColor color string txt Log(ConsoleColor, string, params object[]) Declaration [Obsolete(\"Log is obsolete. Please use Msg instead.\")] public static void Log(ConsoleColor color, string txt, params object[] args) Parameters Type Name Description ConsoleColor color string txt object[] args Log(object) Declaration [Obsolete(\"Log is obsolete. Please use Msg instead.\")] public static void Log(object obj) Parameters Type Name Description object obj Log(string) Declaration [Obsolete(\"Log is obsolete. Please use Msg instead.\")] public static void Log(string txt) Parameters Type Name Description string txt Log(string, params object[]) Declaration [Obsolete(\"Log is obsolete. Please use Msg instead.\")] public static void Log(string txt, params object[] args) Parameters Type Name Description string txt object[] args LogError(string) Declaration [Obsolete(\"LogError is obsolete. Please use Error instead.\")] public static void LogError(string txt) Parameters Type Name Description string txt LogError(string, params object[]) Declaration [Obsolete(\"LogError is obsolete. Please use Error instead.\")] public static void LogError(string txt, params object[] args) Parameters Type Name Description string txt object[] args LogWarning(string) Declaration [Obsolete(\"LogWarning is obsolete. Please use Warning instead.\")] public static void LogWarning(string txt) Parameters Type Name Description string txt LogWarning(string, params object[]) Declaration [Obsolete(\"LogWarning is obsolete. Please use Warning instead.\")] public static void LogWarning(string txt, params object[] args) Parameters Type Name Description string txt object[] args Msg(ConsoleColor, object) Declaration public static void Msg(ConsoleColor txt_color, object obj) Parameters Type Name Description ConsoleColor txt_color object obj Msg(ConsoleColor, string) Declaration public static void Msg(ConsoleColor txt_color, string txt) Parameters Type Name Description ConsoleColor txt_color string txt Msg(ConsoleColor, string, params object[]) Declaration public static void Msg(ConsoleColor txt_color, string txt, params object[] args) Parameters Type Name Description ConsoleColor txt_color string txt object[] args Msg(Color, object) Declaration public static void Msg(Color txt_color, object obj) Parameters Type Name Description Color txt_color object obj Msg(Color, string) Declaration public static void Msg(Color txt_color, string txt) Parameters Type Name Description Color txt_color string txt Msg(Color, string, params object[]) Declaration public static void Msg(Color txt_color, string txt, params object[] args) Parameters Type Name Description Color txt_color string txt object[] args Msg(object) Declaration public static void Msg(object obj) Parameters Type Name Description object obj Msg(string) Declaration public static void Msg(string txt) Parameters Type Name Description string txt Msg(string, params object[]) Declaration public static void Msg(string txt, params object[] args) Parameters Type Name Description string txt object[] args MsgDirect(Color, string) Declaration public static void MsgDirect(Color txt_color, string txt) Parameters Type Name Description Color txt_color string txt Warning(object) Declaration public static void Warning(object obj) Parameters Type Name Description object obj Warning(string) Declaration public static void Warning(string txt) Parameters Type Name Description string txt Warning(string, params object[]) Declaration public static void Warning(string txt, params object[] args) Parameters Type Name Description string txt object[] args WriteLine(Color, int) Declaration public static void WriteLine(Color color, int length = 30) Parameters Type Name Description Color color int length WriteLine(int) Declaration public static void WriteLine(int length = 30) Parameters Type Name Description int length Events ErrorCallbackHandler Declaration public static event Action ErrorCallbackHandler Event Type Type Description Action MsgCallbackHandler Declaration [Obsolete(\"MsgCallbackHandler is obsolete. Please use MsgDrawingCallbackHandler for full Color support.\")] public static event Action MsgCallbackHandler Event Type Type Description Action MsgDrawingCallbackHandler Declaration public static event Action MsgDrawingCallbackHandler Event Type Type Description Action WarningCallbackHandler Declaration public static event Action WarningCallbackHandler Event Type Type Description Action" + }, + "api/RedLoader.RLog.Instance.html": { + "href": "api/RedLoader.RLog.Instance.html", + "title": "Class RLog.Instance | RedLoader Docs", + "keywords": "Class RLog.Instance Inheritance object RLog.Instance Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public class RLog.Instance Constructors Instance(string) Declaration public Instance(string name) Parameters Type Name Description string name Instance(string, ConsoleColor) Declaration [Obsolete(\"ConsoleColor is obsolete, use the (string, Color) constructor instead.\")] public Instance(string name, ConsoleColor color) Parameters Type Name Description string name ConsoleColor color Instance(string, Color) Declaration public Instance(string name, Color color) Parameters Type Name Description string name Color color Methods BigError(string) Declaration public void BigError(string txt) Parameters Type Name Description string txt Error(object) Declaration public void Error(object obj) Parameters Type Name Description object obj Error(string) Declaration public void Error(string txt) Parameters Type Name Description string txt Error(string, Exception) Declaration public void Error(string txt, Exception ex) Parameters Type Name Description string txt Exception ex Error(string, params object[]) Declaration public void Error(string txt, params object[] args) Parameters Type Name Description string txt object[] args Msg(ConsoleColor, object) Declaration public void Msg(ConsoleColor txt_color, object obj) Parameters Type Name Description ConsoleColor txt_color object obj Msg(ConsoleColor, string) Declaration public void Msg(ConsoleColor txt_color, string txt) Parameters Type Name Description ConsoleColor txt_color string txt Msg(ConsoleColor, string, params object[]) Declaration public void Msg(ConsoleColor txt_color, string txt, params object[] args) Parameters Type Name Description ConsoleColor txt_color string txt object[] args Msg(Color, object) Declaration public void Msg(Color txt_color, object obj) Parameters Type Name Description Color txt_color object obj Msg(Color, string) Declaration public void Msg(Color txt_color, string txt) Parameters Type Name Description Color txt_color string txt Msg(Color, string, params object[]) Declaration public void Msg(Color txt_color, string txt, params object[] args) Parameters Type Name Description Color txt_color string txt object[] args Msg(object) Declaration public void Msg(object obj) Parameters Type Name Description object obj Msg(string) Declaration public void Msg(string txt) Parameters Type Name Description string txt Msg(string, params object[]) Declaration public void Msg(string txt, params object[] args) Parameters Type Name Description string txt object[] args Warning(object) Declaration public void Warning(object obj) Parameters Type Name Description object obj Warning(string) Declaration public void Warning(string txt) Parameters Type Name Description string txt Warning(string, params object[]) Declaration public void Warning(string txt, params object[] args) Parameters Type Name Description string txt object[] args WriteLine(Color, int) Declaration public void WriteLine(Color color, int length = 30) Parameters Type Name Description Color color int length WriteLine(int) Declaration public void WriteLine(int length = 30) Parameters Type Name Description int length WriteSpacer() Declaration public void WriteSpacer()" + }, + "api/RedLoader.RottenMelon.html": { + "href": "api/RedLoader.RottenMelon.html", + "title": "Class RottenMelon | RedLoader Docs", + "keywords": "Class RottenMelon An info class for broken Melons. Inheritance object RottenMelon Inherited Members object.GetType() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public sealed class RottenMelon Constructors RottenMelon(Type, string, Exception) Declaration public RottenMelon(Type type, string errorMessage, Exception exception = null) Parameters Type Name Description Type type string errorMessage Exception exception Fields assembly Declaration public readonly MelonAssembly assembly Field Value Type Description MelonAssembly errorMessage Declaration public readonly string errorMessage Field Value Type Description string exception Declaration public readonly Exception exception Field Value Type Description Exception type Declaration public readonly Type type Field Value Type Description Type" + }, + "api/RedLoader.TinyJSON.AfterDecode.html": { + "href": "api/RedLoader.TinyJSON.AfterDecode.html", + "title": "Class AfterDecode | RedLoader Docs", + "keywords": "Class AfterDecode Mark methods to be called after an object is decoded. Inheritance object Attribute AfterDecode Load Inherited Members Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) Namespace: RedLoader.TinyJSON Assembly: RedLoader.dll Syntax [AttributeUsage(AttributeTargets.Method)] public class AfterDecode : Attribute Constructors AfterDecode() Declaration public AfterDecode()" + }, + "api/RedLoader.TinyJSON.BeforeEncode.html": { + "href": "api/RedLoader.TinyJSON.BeforeEncode.html", + "title": "Class BeforeEncode | RedLoader Docs", + "keywords": "Class BeforeEncode Mark methods to be called before an object is encoded. Inheritance object Attribute BeforeEncode Inherited Members Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) Namespace: RedLoader.TinyJSON Assembly: RedLoader.dll Syntax [AttributeUsage(AttributeTargets.Method)] public class BeforeEncode : Attribute Constructors BeforeEncode() Declaration public BeforeEncode()" + }, + "api/RedLoader.TinyJSON.DecodeAlias.html": { + "href": "api/RedLoader.TinyJSON.DecodeAlias.html", + "title": "Class DecodeAlias | RedLoader Docs", + "keywords": "Class DecodeAlias Provide field and property aliases when an object is decoded. If a field or property is not found while decoding, this list will be searched for a matching alias. Inheritance object Attribute DecodeAlias Inherited Members Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) Namespace: RedLoader.TinyJSON Assembly: RedLoader.dll Syntax [AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = true)] public class DecodeAlias : Attribute Constructors DecodeAlias(params string[]) Declaration public DecodeAlias(params string[] names) Parameters Type Name Description string[] names Properties Names Declaration public string[] Names { get; } Property Value Type Description string[] Methods Contains(string) Declaration public bool Contains(string name) Parameters Type Name Description string name Returns Type Description bool" + }, + "api/RedLoader.TinyJSON.DecodeException.html": { + "href": "api/RedLoader.TinyJSON.DecodeException.html", + "title": "Class DecodeException | RedLoader Docs", + "keywords": "Class DecodeException Inheritance object Exception DecodeException Implements ISerializable Inherited Members Exception.GetBaseException() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.ToString() Exception.GetType() Exception.TargetSite Exception.Message Exception.Data Exception.InnerException Exception.HelpLink Exception.Source Exception.HResult Exception.StackTrace object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader.TinyJSON Assembly: RedLoader.dll Syntax public sealed class DecodeException : Exception, ISerializable Constructors DecodeException(string) Declaration public DecodeException(string message) Parameters Type Name Description string message DecodeException(string, Exception) Declaration public DecodeException(string message, Exception innerException) Parameters Type Name Description string message Exception innerException Implements ISerializable" + }, + "api/RedLoader.TinyJSON.Decoder.html": { + "href": "api/RedLoader.TinyJSON.Decoder.html", + "title": "Class Decoder | RedLoader Docs", + "keywords": "Class Decoder Inheritance object Decoder Implements IDisposable Inherited Members object.GetType() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader.TinyJSON Assembly: RedLoader.dll Syntax public sealed class Decoder : IDisposable Methods Decode(string) Declaration public static Variant Decode(string jsonString) Parameters Type Name Description string jsonString Returns Type Description Variant Dispose() Declaration public void Dispose() Implements IDisposable" + }, + "api/RedLoader.TinyJSON.EncodeOptions.html": { + "href": "api/RedLoader.TinyJSON.EncodeOptions.html", + "title": "Enum EncodeOptions | RedLoader Docs", + "keywords": "Enum EncodeOptions Namespace: RedLoader.TinyJSON Assembly: RedLoader.dll Syntax [Flags] public enum EncodeOptions Fields Name Description EnforceHeirarchyOrder EnforceHierarchyOrder IncludePublicProperties NoTypeHints None PrettyPrint Extension Methods EnumExtensions.HasFlag(Enum, Enum)" + }, + "api/RedLoader.TinyJSON.Encoder.html": { + "href": "api/RedLoader.TinyJSON.Encoder.html", + "title": "Class Encoder | RedLoader Docs", + "keywords": "Class Encoder Inheritance object Encoder Inherited Members object.GetType() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader.TinyJSON Assembly: RedLoader.dll Syntax public sealed class Encoder Methods Encode(object) Declaration public static string Encode(object obj) Parameters Type Name Description object obj Returns Type Description string Encode(object, EncodeOptions) Declaration public static string Encode(object obj, EncodeOptions options) Parameters Type Name Description object obj EncodeOptions options Returns Type Description string" + }, + "api/RedLoader.TinyJSON.Exclude.html": { + "href": "api/RedLoader.TinyJSON.Exclude.html", + "title": "Class Exclude | RedLoader Docs", + "keywords": "Class Exclude Mark members that should be excluded. Private fields and all properties are excluded by default. Inheritance object Attribute Exclude Skip Inherited Members Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) Namespace: RedLoader.TinyJSON Assembly: RedLoader.dll Syntax [AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)] public class Exclude : Attribute Constructors Exclude() Declaration public Exclude()" + }, + "api/RedLoader.TinyJSON.Extensions.html": { + "href": "api/RedLoader.TinyJSON.Extensions.html", + "title": "Class Extensions | RedLoader Docs", + "keywords": "Class Extensions Inheritance object Extensions Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader.TinyJSON Assembly: RedLoader.dll Syntax public static class Extensions Methods AnyOfType(IEnumerable, Type) Declaration public static bool AnyOfType(this IEnumerable source, Type expectedType) Parameters Type Name Description IEnumerable source Type expectedType Returns Type Description bool Type Parameters Name Description TSource" + }, + "api/RedLoader.TinyJSON.html": { + "href": "api/RedLoader.TinyJSON.html", + "title": "Namespace RedLoader.TinyJSON | RedLoader Docs", + "keywords": "Namespace RedLoader.TinyJSON Classes AfterDecode Mark methods to be called after an object is decoded. BeforeEncode Mark methods to be called before an object is encoded. DecodeAlias Provide field and property aliases when an object is decoded. If a field or property is not found while decoding, this list will be searched for a matching alias. DecodeException Decoder Encoder Exclude Mark members that should be excluded. Private fields and all properties are excluded by default. Extensions Include Mark members that should be included. Public fields are included by default. JSON Load ProxyArray ProxyBoolean ProxyNumber ProxyObject ProxyString Skip TypeHint Mark members to force type hinting even when EncodeOptions.NoTypeHints is set. Variant Enums EncodeOptions" + }, + "api/RedLoader.TinyJSON.Include.html": { + "href": "api/RedLoader.TinyJSON.Include.html", + "title": "Class Include | RedLoader Docs", + "keywords": "Class Include Mark members that should be included. Public fields are included by default. Inheritance object Attribute Include Inherited Members Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.GetType() object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) Namespace: RedLoader.TinyJSON Assembly: RedLoader.dll Syntax [AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)] public sealed class Include : Attribute Constructors Include() Declaration public Include()" + }, + "api/RedLoader.TinyJSON.JSON.html": { + "href": "api/RedLoader.TinyJSON.JSON.html", + "title": "Class JSON | RedLoader Docs", + "keywords": "Class JSON Inheritance object JSON Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader.TinyJSON Assembly: RedLoader.dll Syntax public static class JSON Methods Dump(object) Declaration public static string Dump(object data) Parameters Type Name Description object data Returns Type Description string Dump(object, EncodeOptions) Declaration public static string Dump(object data, EncodeOptions options) Parameters Type Name Description object data EncodeOptions options Returns Type Description string Load(string) Declaration public static Variant Load(string json) Parameters Type Name Description string json Returns Type Description Variant MakeInto(Variant, out T) Declaration public static void MakeInto(Variant data, out T item) Parameters Type Name Description Variant data T item Type Parameters Name Description T Populate(Variant, T) Declaration public static void Populate(Variant data, T item) where T : class Parameters Type Name Description Variant data T item Type Parameters Name Description T SupportTypeForAOT() Declaration public static void SupportTypeForAOT() Type Parameters Name Description T" + }, + "api/RedLoader.TinyJSON.Load.html": { + "href": "api/RedLoader.TinyJSON.Load.html", + "title": "Class Load | RedLoader Docs", + "keywords": "Class Load Inheritance object Attribute AfterDecode Load Inherited Members Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.GetType() object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) Namespace: RedLoader.TinyJSON Assembly: RedLoader.dll Syntax [Obsolete(\"Use the AfterDecode attribute instead.\")] public sealed class Load : AfterDecode Constructors Load() Declaration public Load()" + }, + "api/RedLoader.TinyJSON.ProxyArray.html": { + "href": "api/RedLoader.TinyJSON.ProxyArray.html", + "title": "Class ProxyArray | RedLoader Docs", + "keywords": "Class ProxyArray Inheritance object Variant ProxyArray Implements IConvertible IEnumerable IEnumerable Inherited Members Variant.Make(out T) Variant.Make() Variant.Populate(T) Variant.ToJSON() Variant.GetTypeCode() Variant.ToType(Type, IFormatProvider) Variant.ToDateTime(IFormatProvider) Variant.ToBoolean(IFormatProvider) Variant.ToByte(IFormatProvider) Variant.ToChar(IFormatProvider) Variant.ToDecimal(IFormatProvider) Variant.ToDouble(IFormatProvider) Variant.ToInt16(IFormatProvider) Variant.ToInt32(IFormatProvider) Variant.ToInt64(IFormatProvider) Variant.ToSByte(IFormatProvider) Variant.ToSingle(IFormatProvider) Variant.ToString(IFormatProvider) Variant.ToUInt16(IFormatProvider) Variant.ToUInt32(IFormatProvider) Variant.ToUInt64(IFormatProvider) Variant.ToString() Variant.this[string] object.GetType() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader.TinyJSON Assembly: RedLoader.dll Syntax public sealed class ProxyArray : Variant, IConvertible, IEnumerable, IEnumerable Constructors ProxyArray() Declaration public ProxyArray() Properties Count Declaration public int Count { get; } Property Value Type Description int this[int] Declaration public override Variant this[int index] { get; set; } Parameters Type Name Description int index Property Value Type Description Variant Overrides Variant.this[int] Methods Add(Variant) Declaration public void Add(Variant item) Parameters Type Name Description Variant item Implements IConvertible IEnumerable IEnumerable Extension Methods Extensions.AnyOfType(IEnumerable, Type) CollectionExtensions.WrapToIl2Cpp(IEnumerable)" + }, + "api/RedLoader.TinyJSON.ProxyBoolean.html": { + "href": "api/RedLoader.TinyJSON.ProxyBoolean.html", + "title": "Class ProxyBoolean | RedLoader Docs", + "keywords": "Class ProxyBoolean Inheritance object Variant ProxyBoolean Implements IConvertible Inherited Members Variant.Make(out T) Variant.Make() Variant.Populate(T) Variant.ToJSON() Variant.GetTypeCode() Variant.ToType(Type, IFormatProvider) Variant.ToDateTime(IFormatProvider) Variant.ToByte(IFormatProvider) Variant.ToChar(IFormatProvider) Variant.ToDecimal(IFormatProvider) Variant.ToDouble(IFormatProvider) Variant.ToInt16(IFormatProvider) Variant.ToInt32(IFormatProvider) Variant.ToInt64(IFormatProvider) Variant.ToSByte(IFormatProvider) Variant.ToSingle(IFormatProvider) Variant.ToUInt16(IFormatProvider) Variant.ToUInt32(IFormatProvider) Variant.ToUInt64(IFormatProvider) Variant.ToString() Variant.this[string] Variant.this[int] object.GetType() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader.TinyJSON Assembly: RedLoader.dll Syntax public sealed class ProxyBoolean : Variant, IConvertible Constructors ProxyBoolean(bool) Declaration public ProxyBoolean(bool value) Parameters Type Name Description bool value Methods ToBoolean(IFormatProvider) Declaration public override bool ToBoolean(IFormatProvider provider) Parameters Type Name Description IFormatProvider provider Returns Type Description bool Overrides Variant.ToBoolean(IFormatProvider) ToString(IFormatProvider) Declaration public override string ToString(IFormatProvider provider) Parameters Type Name Description IFormatProvider provider Returns Type Description string Overrides Variant.ToString(IFormatProvider) Implements IConvertible" + }, + "api/RedLoader.TinyJSON.ProxyNumber.html": { + "href": "api/RedLoader.TinyJSON.ProxyNumber.html", + "title": "Class ProxyNumber | RedLoader Docs", + "keywords": "Class ProxyNumber Inheritance object Variant ProxyNumber Implements IConvertible Inherited Members Variant.Make(out T) Variant.Make() Variant.Populate(T) Variant.ToJSON() Variant.GetTypeCode() Variant.ToType(Type, IFormatProvider) Variant.ToDateTime(IFormatProvider) Variant.ToString() Variant.this[string] Variant.this[int] object.GetType() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader.TinyJSON Assembly: RedLoader.dll Syntax public sealed class ProxyNumber : Variant, IConvertible Constructors ProxyNumber(IConvertible) Declaration public ProxyNumber(IConvertible value) Parameters Type Name Description IConvertible value Methods ToBoolean(IFormatProvider) Declaration public override bool ToBoolean(IFormatProvider provider) Parameters Type Name Description IFormatProvider provider Returns Type Description bool Overrides Variant.ToBoolean(IFormatProvider) ToByte(IFormatProvider) Declaration public override byte ToByte(IFormatProvider provider) Parameters Type Name Description IFormatProvider provider Returns Type Description byte Overrides Variant.ToByte(IFormatProvider) ToChar(IFormatProvider) Declaration public override char ToChar(IFormatProvider provider) Parameters Type Name Description IFormatProvider provider Returns Type Description char Overrides Variant.ToChar(IFormatProvider) ToDecimal(IFormatProvider) Declaration public override decimal ToDecimal(IFormatProvider provider) Parameters Type Name Description IFormatProvider provider Returns Type Description decimal Overrides Variant.ToDecimal(IFormatProvider) ToDouble(IFormatProvider) Declaration public override double ToDouble(IFormatProvider provider) Parameters Type Name Description IFormatProvider provider Returns Type Description double Overrides Variant.ToDouble(IFormatProvider) ToInt16(IFormatProvider) Declaration public override short ToInt16(IFormatProvider provider) Parameters Type Name Description IFormatProvider provider Returns Type Description short Overrides Variant.ToInt16(IFormatProvider) ToInt32(IFormatProvider) Declaration public override int ToInt32(IFormatProvider provider) Parameters Type Name Description IFormatProvider provider Returns Type Description int Overrides Variant.ToInt32(IFormatProvider) ToInt64(IFormatProvider) Declaration public override long ToInt64(IFormatProvider provider) Parameters Type Name Description IFormatProvider provider Returns Type Description long Overrides Variant.ToInt64(IFormatProvider) ToSByte(IFormatProvider) Declaration public override sbyte ToSByte(IFormatProvider provider) Parameters Type Name Description IFormatProvider provider Returns Type Description sbyte Overrides Variant.ToSByte(IFormatProvider) ToSingle(IFormatProvider) Declaration public override float ToSingle(IFormatProvider provider) Parameters Type Name Description IFormatProvider provider Returns Type Description float Overrides Variant.ToSingle(IFormatProvider) ToString(IFormatProvider) Declaration public override string ToString(IFormatProvider provider) Parameters Type Name Description IFormatProvider provider Returns Type Description string Overrides Variant.ToString(IFormatProvider) ToUInt16(IFormatProvider) Declaration public override ushort ToUInt16(IFormatProvider provider) Parameters Type Name Description IFormatProvider provider Returns Type Description ushort Overrides Variant.ToUInt16(IFormatProvider) ToUInt32(IFormatProvider) Declaration public override uint ToUInt32(IFormatProvider provider) Parameters Type Name Description IFormatProvider provider Returns Type Description uint Overrides Variant.ToUInt32(IFormatProvider) ToUInt64(IFormatProvider) Declaration public override ulong ToUInt64(IFormatProvider provider) Parameters Type Name Description IFormatProvider provider Returns Type Description ulong Overrides Variant.ToUInt64(IFormatProvider) Implements IConvertible" + }, + "api/RedLoader.TinyJSON.ProxyObject.html": { + "href": "api/RedLoader.TinyJSON.ProxyObject.html", + "title": "Class ProxyObject | RedLoader Docs", + "keywords": "Class ProxyObject Inheritance object Variant ProxyObject Implements IConvertible IEnumerable> IEnumerable Inherited Members Variant.Make(out T) Variant.Make() Variant.Populate(T) Variant.ToJSON() Variant.GetTypeCode() Variant.ToType(Type, IFormatProvider) Variant.ToDateTime(IFormatProvider) Variant.ToBoolean(IFormatProvider) Variant.ToByte(IFormatProvider) Variant.ToChar(IFormatProvider) Variant.ToDecimal(IFormatProvider) Variant.ToDouble(IFormatProvider) Variant.ToInt16(IFormatProvider) Variant.ToInt32(IFormatProvider) Variant.ToInt64(IFormatProvider) Variant.ToSByte(IFormatProvider) Variant.ToSingle(IFormatProvider) Variant.ToString(IFormatProvider) Variant.ToUInt16(IFormatProvider) Variant.ToUInt32(IFormatProvider) Variant.ToUInt64(IFormatProvider) Variant.ToString() Variant.this[int] object.GetType() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader.TinyJSON Assembly: RedLoader.dll Syntax public sealed class ProxyObject : Variant, IConvertible, IEnumerable>, IEnumerable Constructors ProxyObject() Declaration public ProxyObject() Fields TypeHintKey Declaration public const string TypeHintKey = \"@type\" Field Value Type Description string Properties Count Declaration public int Count { get; } Property Value Type Description int this[string] Declaration public override Variant this[string key] { get; set; } Parameters Type Name Description string key Property Value Type Description Variant Overrides Variant.this[string] Keys Declaration public Dictionary.KeyCollection Keys { get; } Property Value Type Description Dictionary.KeyCollection TypeHint Declaration public string TypeHint { get; } Property Value Type Description string Values Declaration public Dictionary.ValueCollection Values { get; } Property Value Type Description Dictionary.ValueCollection Methods Add(string, Variant) Declaration public void Add(string key, Variant item) Parameters Type Name Description string key Variant item TryGetValue(string, out Variant) Declaration public bool TryGetValue(string key, out Variant item) Parameters Type Name Description string key Variant item Returns Type Description bool Implements IConvertible IEnumerable IEnumerable Extension Methods Extensions.AnyOfType(IEnumerable, Type) CollectionExtensions.WrapToIl2Cpp(IEnumerable)" + }, + "api/RedLoader.TinyJSON.ProxyString.html": { + "href": "api/RedLoader.TinyJSON.ProxyString.html", + "title": "Class ProxyString | RedLoader Docs", + "keywords": "Class ProxyString Inheritance object Variant ProxyString Implements IConvertible Inherited Members Variant.Make(out T) Variant.Make() Variant.Populate(T) Variant.ToJSON() Variant.GetTypeCode() Variant.ToType(Type, IFormatProvider) Variant.ToDateTime(IFormatProvider) Variant.ToBoolean(IFormatProvider) Variant.ToByte(IFormatProvider) Variant.ToChar(IFormatProvider) Variant.ToDecimal(IFormatProvider) Variant.ToDouble(IFormatProvider) Variant.ToInt16(IFormatProvider) Variant.ToInt32(IFormatProvider) Variant.ToInt64(IFormatProvider) Variant.ToSByte(IFormatProvider) Variant.ToSingle(IFormatProvider) Variant.ToUInt16(IFormatProvider) Variant.ToUInt32(IFormatProvider) Variant.ToUInt64(IFormatProvider) Variant.ToString() Variant.this[string] Variant.this[int] object.GetType() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader.TinyJSON Assembly: RedLoader.dll Syntax public sealed class ProxyString : Variant, IConvertible Constructors ProxyString(string) Declaration public ProxyString(string value) Parameters Type Name Description string value Methods ToString(IFormatProvider) Declaration public override string ToString(IFormatProvider provider) Parameters Type Name Description IFormatProvider provider Returns Type Description string Overrides Variant.ToString(IFormatProvider) Implements IConvertible" + }, + "api/RedLoader.TinyJSON.Skip.html": { + "href": "api/RedLoader.TinyJSON.Skip.html", + "title": "Class Skip | RedLoader Docs", + "keywords": "Class Skip Inheritance object Attribute Exclude Skip Inherited Members Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.GetType() object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) Namespace: RedLoader.TinyJSON Assembly: RedLoader.dll Syntax [Obsolete(\"Use the Exclude attribute instead.\")] public sealed class Skip : Exclude Constructors Skip() Declaration public Skip()" + }, + "api/RedLoader.TinyJSON.TypeHint.html": { + "href": "api/RedLoader.TinyJSON.TypeHint.html", + "title": "Class TypeHint | RedLoader Docs", + "keywords": "Class TypeHint Mark members to force type hinting even when EncodeOptions.NoTypeHints is set. Inheritance object Attribute TypeHint Inherited Members Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) Namespace: RedLoader.TinyJSON Assembly: RedLoader.dll Syntax [AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)] public class TypeHint : Attribute Constructors TypeHint() Declaration public TypeHint()" + }, + "api/RedLoader.TinyJSON.Variant.html": { + "href": "api/RedLoader.TinyJSON.Variant.html", + "title": "Class Variant | RedLoader Docs", + "keywords": "Class Variant Inheritance object Variant ProxyArray ProxyBoolean ProxyNumber ProxyObject ProxyString Implements IConvertible Inherited Members object.GetType() object.MemberwiseClone() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader.TinyJSON Assembly: RedLoader.dll Syntax public abstract class Variant : IConvertible Constructors Variant() Declaration protected Variant() Fields FormatProvider Declaration protected static readonly IFormatProvider FormatProvider Field Value Type Description IFormatProvider Properties this[int] Declaration public virtual Variant this[int index] { get; set; } Parameters Type Name Description int index Property Value Type Description Variant this[string] Declaration public virtual Variant this[string key] { get; set; } Parameters Type Name Description string key Property Value Type Description Variant Methods GetTypeCode() Declaration public virtual TypeCode GetTypeCode() Returns Type Description TypeCode Make() Declaration public T Make() Returns Type Description T Type Parameters Name Description T Make(out T) Declaration public void Make(out T item) Parameters Type Name Description T item Type Parameters Name Description T Populate(T) Declaration public void Populate(T item) where T : class Parameters Type Name Description T item Type Parameters Name Description T ToBoolean(IFormatProvider) Declaration public virtual bool ToBoolean(IFormatProvider provider) Parameters Type Name Description IFormatProvider provider Returns Type Description bool ToByte(IFormatProvider) Declaration public virtual byte ToByte(IFormatProvider provider) Parameters Type Name Description IFormatProvider provider Returns Type Description byte ToChar(IFormatProvider) Declaration public virtual char ToChar(IFormatProvider provider) Parameters Type Name Description IFormatProvider provider Returns Type Description char ToDateTime(IFormatProvider) Declaration public virtual DateTime ToDateTime(IFormatProvider provider) Parameters Type Name Description IFormatProvider provider Returns Type Description DateTime ToDecimal(IFormatProvider) Declaration public virtual decimal ToDecimal(IFormatProvider provider) Parameters Type Name Description IFormatProvider provider Returns Type Description decimal ToDouble(IFormatProvider) Declaration public virtual double ToDouble(IFormatProvider provider) Parameters Type Name Description IFormatProvider provider Returns Type Description double ToInt16(IFormatProvider) Declaration public virtual short ToInt16(IFormatProvider provider) Parameters Type Name Description IFormatProvider provider Returns Type Description short ToInt32(IFormatProvider) Declaration public virtual int ToInt32(IFormatProvider provider) Parameters Type Name Description IFormatProvider provider Returns Type Description int ToInt64(IFormatProvider) Declaration public virtual long ToInt64(IFormatProvider provider) Parameters Type Name Description IFormatProvider provider Returns Type Description long ToJSON() Declaration public string ToJSON() Returns Type Description string ToSByte(IFormatProvider) Declaration public virtual sbyte ToSByte(IFormatProvider provider) Parameters Type Name Description IFormatProvider provider Returns Type Description sbyte ToSingle(IFormatProvider) Declaration public virtual float ToSingle(IFormatProvider provider) Parameters Type Name Description IFormatProvider provider Returns Type Description float ToString() Declaration public override string ToString() Returns Type Description string Overrides object.ToString() ToString(IFormatProvider) Declaration public virtual string ToString(IFormatProvider provider) Parameters Type Name Description IFormatProvider provider Returns Type Description string ToType(Type, IFormatProvider) Declaration public virtual object ToType(Type conversionType, IFormatProvider provider) Parameters Type Name Description Type conversionType IFormatProvider provider Returns Type Description object ToUInt16(IFormatProvider) Declaration public virtual ushort ToUInt16(IFormatProvider provider) Parameters Type Name Description IFormatProvider provider Returns Type Description ushort ToUInt32(IFormatProvider) Declaration public virtual uint ToUInt32(IFormatProvider provider) Parameters Type Name Description IFormatProvider provider Returns Type Description uint ToUInt64(IFormatProvider) Declaration public virtual ulong ToUInt64(IFormatProvider provider) Parameters Type Name Description IFormatProvider provider Returns Type Description ulong Operators implicit operator bool(Variant) Declaration public static implicit operator bool(Variant variant) Parameters Type Name Description Variant variant Returns Type Description bool implicit operator decimal(Variant) Declaration public static implicit operator decimal(Variant variant) Parameters Type Name Description Variant variant Returns Type Description decimal implicit operator double(Variant) Declaration public static implicit operator double(Variant variant) Parameters Type Name Description Variant variant Returns Type Description double implicit operator Guid(Variant) Declaration public static implicit operator Guid(Variant variant) Parameters Type Name Description Variant variant Returns Type Description Guid implicit operator short(Variant) Declaration public static implicit operator short(Variant variant) Parameters Type Name Description Variant variant Returns Type Description short implicit operator int(Variant) Declaration public static implicit operator int(Variant variant) Parameters Type Name Description Variant variant Returns Type Description int implicit operator long(Variant) Declaration public static implicit operator long(Variant variant) Parameters Type Name Description Variant variant Returns Type Description long implicit operator float(Variant) Declaration public static implicit operator float(Variant variant) Parameters Type Name Description Variant variant Returns Type Description float implicit operator string(Variant) Declaration public static implicit operator string(Variant variant) Parameters Type Name Description Variant variant Returns Type Description string implicit operator ushort(Variant) Declaration public static implicit operator ushort(Variant variant) Parameters Type Name Description Variant variant Returns Type Description ushort implicit operator uint(Variant) Declaration public static implicit operator uint(Variant variant) Parameters Type Name Description Variant variant Returns Type Description uint implicit operator ulong(Variant) Declaration public static implicit operator ulong(Variant variant) Parameters Type Name Description Variant variant Returns Type Description ulong Implements IConvertible" + }, + "api/RedLoader.TomlMapper.html": { + "href": "api/RedLoader.TomlMapper.html", + "title": "Class TomlMapper | RedLoader Docs", + "keywords": "Class TomlMapper Inheritance object TomlMapper Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader Assembly: RedLoader.dll Syntax public class TomlMapper Constructors TomlMapper() Declaration public TomlMapper() Methods FromToml(TomlValue) Declaration public T FromToml(TomlValue value) Parameters Type Name Description TomlValue value Returns Type Description T Type Parameters Name Description T ReadArray(TomlValue) Declaration public T[] ReadArray(TomlValue value) Parameters Type Name Description TomlValue value Returns Type Description T[] Type Parameters Name Description T ReadList(TomlValue) Declaration public List ReadList(TomlValue value) Parameters Type Name Description TomlValue value Returns Type Description List Type Parameters Name Description T ToToml(T) Declaration public TomlValue ToToml(T value) Parameters Type Name Description T value Returns Type Description TomlValue Type Parameters Name Description T WriteArray(T[]) Declaration public TomlArray WriteArray(T[] value) Parameters Type Name Description T[] value Returns Type Description TomlArray Type Parameters Name Description T WriteList(List) Declaration public TomlArray WriteList(List value) Parameters Type Name Description List value Returns Type Description TomlArray Type Parameters Name Description T" + }, + "api/RedLoader.Utils.BufferedAdder-1.html": { + "href": "api/RedLoader.Utils.BufferedAdder-1.html", + "title": "Class BufferedAdder | RedLoader Docs", + "keywords": "Class BufferedAdder Inheritance object BufferedAdder Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader.Utils Assembly: RedLoader.dll Syntax public class BufferedAdder Type Parameters Name Description T Constructors BufferedAdder(Func, Action) Declaration public BufferedAdder(Func canAddFunc, Action addFunc) Parameters Type Name Description Func canAddFunc Action addFunc Methods Add(T) Declaration public void Add(T item) Parameters Type Name Description T item Flush() Declaration public void Flush()" + }, + "api/RedLoader.Utils.CodeWriter.html": { + "href": "api/RedLoader.Utils.CodeWriter.html", + "title": "Class CodeWriter | RedLoader Docs", + "keywords": "Class CodeWriter Helper class for writing code to files Inheritance object CodeWriter Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader.Utils Assembly: RedLoader.dll Syntax public class CodeWriter Constructors CodeWriter(string) Declaration public CodeWriter(string path) Parameters Type Name Description string path Properties Content Declaration public string Content { get; } Property Value Type Description string IndentLevel Declaration public int IndentLevel { get; } Property Value Type Description int Methods Add(string) Declaration public CodeWriter Add(string text) Parameters Type Name Description string text Returns Type Description CodeWriter Indent() Declaration public CodeWriter Indent() Returns Type Description CodeWriter Line() Declaration public CodeWriter Line() Returns Type Description CodeWriter Line(string) Declaration public CodeWriter Line(string text) Parameters Type Name Description string text Returns Type Description CodeWriter Save() Declaration public void Save() Tab() Declaration public CodeWriter Tab() Returns Type Description CodeWriter Unindent() Declaration public CodeWriter Unindent() Returns Type Description CodeWriter" + }, + "api/RedLoader.Utils.CommonExtensions.html": { + "href": "api/RedLoader.Utils.CommonExtensions.html", + "title": "Class CommonExtensions | RedLoader Docs", + "keywords": "Class CommonExtensions Inheritance object CommonExtensions Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader.Utils Assembly: RedLoader.dll Syntax public static class CommonExtensions" + }, + "api/RedLoader.Utils.FileWriter.html": { + "href": "api/RedLoader.Utils.FileWriter.html", + "title": "Class FileWriter | RedLoader Docs", + "keywords": "Class FileWriter Helper class for writing text to files Inheritance object FileWriter Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader.Utils Assembly: RedLoader.dll Syntax public class FileWriter Constructors FileWriter(string) Declaration public FileWriter(string path) Parameters Type Name Description string path Properties Content Declaration public string Content { get; } Property Value Type Description string Methods Add(string) Declaration public FileWriter Add(string text) Parameters Type Name Description string text Returns Type Description FileWriter Line() Declaration public FileWriter Line() Returns Type Description FileWriter Line(string) Declaration public FileWriter Line(string text) Parameters Type Name Description string text Returns Type Description FileWriter Save() Declaration public void Save() Tab() Declaration public FileWriter Tab() Returns Type Description FileWriter" + }, + "api/RedLoader.Utils.html": { + "href": "api/RedLoader.Utils.html", + "title": "Namespace RedLoader.Utils | RedLoader Docs", + "keywords": "Namespace RedLoader.Utils Classes BufferedAdder CodeWriter Helper class for writing code to files CommonExtensions FileWriter Helper class for writing text to files LoaderEnvironment SteamManifestReader TimingLogger Structs PathObject SingleShotHandler" + }, + "api/RedLoader.Utils.LoaderEnvironment.html": { + "href": "api/RedLoader.Utils.LoaderEnvironment.html", + "title": "Class LoaderEnvironment | RedLoader Docs", + "keywords": "Class LoaderEnvironment Inheritance object LoaderEnvironment Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader.Utils Assembly: RedLoader.dll Syntax public static class LoaderEnvironment Properties CompatibilityLayerDirectory Declaration public static string CompatibilityLayerDirectory { get; } Property Value Type Description string DependenciesDirectory Declaration public static string DependenciesDirectory { get; } Property Value Type Description string GameExecutableName Name of the executable without the extension Declaration public static string GameExecutableName { get; } Property Value Type Description string GameExecutablePath Declaration public static string GameExecutablePath { get; } Property Value Type Description string GameRootDirectory Path of the directory where the game executable is located Declaration public static string GameRootDirectory { get; } Property Value Type Description string Il2CppAssembliesDirectory Declaration public static string Il2CppAssembliesDirectory { get; } Property Value Type Description string Il2CppAssemblyGeneratorDirectory Declaration public static string Il2CppAssemblyGeneratorDirectory { get; } Property Value Type Description string Il2CppDataDirectory Declaration public static string Il2CppDataDirectory { get; } Property Value Type Description string IsDotnetRuntime Declaration public static bool IsDotnetRuntime { get; } Property Value Type Description bool IsMonoRuntime Declaration public static bool IsMonoRuntime { get; } Property Value Type Description bool LibsDirectory Declaration public static string LibsDirectory { get; } Property Value Type Description string LoaderDirectory Path of {gameroot}/{loader}/ Declaration public static string LoaderDirectory { get; } Property Value Type Description string LoaderFolderName The folder name of the loader Declaration public static string LoaderFolderName { get; } Property Value Type Description string ModsDirectory Declaration public static string ModsDirectory { get; } Property Value Type Description string OurRuntimeDirectory Declaration public static string OurRuntimeDirectory { get; } Property Value Type Description string PendingDirectory Declaration public static string PendingDirectory { get; } Property Value Type Description string PluginsDirectory Declaration public static string PluginsDirectory { get; } Property Value Type Description string SupportModuleDirectory Declaration public static string SupportModuleDirectory { get; } Property Value Type Description string UnityGameDataDirectory Declaration public static string UnityGameDataDirectory { get; } Property Value Type Description string UnityPlayerPath Declaration public static string UnityPlayerPath { get; } Property Value Type Description string UserDataDirectory Declaration public static string UserDataDirectory { get; } Property Value Type Description string Methods GetMetadataPath(Assembly) Declaration public static PathObject GetMetadataPath(Assembly assembly) Parameters Type Name Description Assembly assembly Returns Type Description PathObject GetModDataPath(ModBase) Declaration public static PathObject GetModDataPath(ModBase mod) Parameters Type Name Description ModBase mod Returns Type Description PathObject GetModDataPath(Assembly) Declaration public static PathObject GetModDataPath(Assembly assembly) Parameters Type Name Description Assembly assembly Returns Type Description PathObject" + }, + "api/RedLoader.Utils.PathObject.html": { + "href": "api/RedLoader.Utils.PathObject.html", + "title": "Struct PathObject | RedLoader Docs", + "keywords": "Struct PathObject Inherited Members ValueType.Equals(object) ValueType.GetHashCode() ValueType.ToString() object.GetType() object.Equals(object, object) object.ReferenceEquals(object, object) Namespace: RedLoader.Utils Assembly: RedLoader.dll Syntax public struct PathObject Constructors PathObject(string) Declaration public PathObject(string path) Parameters Type Name Description string path Properties Path Declaration public readonly string Path { get; } Property Value Type Description string Methods DirectoryExists() Declaration public bool DirectoryExists() Returns Type Description bool FileExists() Declaration public bool FileExists() Returns Type Description bool GetFiles() Declaration public IEnumerable GetFiles() Returns Type Description IEnumerable GetFiles(string) Declaration public IEnumerable GetFiles(string searchPattern) Parameters Type Name Description string searchPattern Returns Type Description IEnumerable ReadJson() Declaration public T ReadJson() Returns Type Description T Type Parameters Name Description T ReadText() Declaration public string ReadText() Returns Type Description string WriteJson(object) Declaration public void WriteJson(object obj) Parameters Type Name Description object obj WriteText(string) Declaration public void WriteText(string text) Parameters Type Name Description string text Operators operator /(PathObject, PathObject) Declaration public static PathObject operator /(PathObject path1, PathObject path2) Parameters Type Name Description PathObject path1 PathObject path2 Returns Type Description PathObject operator /(PathObject, string) Declaration public static PathObject operator /(PathObject path1, string path2) Parameters Type Name Description PathObject path1 string path2 Returns Type Description PathObject implicit operator string(PathObject) Declaration public static implicit operator string(PathObject path) Parameters Type Name Description PathObject path Returns Type Description string" + }, + "api/RedLoader.Utils.SingleShotHandler.html": { + "href": "api/RedLoader.Utils.SingleShotHandler.html", + "title": "Struct SingleShotHandler | RedLoader Docs", + "keywords": "Struct SingleShotHandler Inherited Members ValueType.Equals(object) ValueType.GetHashCode() ValueType.ToString() object.GetType() object.Equals(object, object) object.ReferenceEquals(object, object) Namespace: RedLoader.Utils Assembly: RedLoader.dll Syntax public struct SingleShotHandler Properties HasTriggered Declaration public bool HasTriggered { get; } Property Value Type Description bool Methods Reset() Declaration public void Reset() Trigger() Declaration public bool Trigger() Returns Type Description bool" + }, + "api/RedLoader.Utils.SteamManifestReader.html": { + "href": "api/RedLoader.Utils.SteamManifestReader.html", + "title": "Class SteamManifestReader | RedLoader Docs", + "keywords": "Class SteamManifestReader Inheritance object SteamManifestReader Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader.Utils Assembly: RedLoader.dll Syntax public static class SteamManifestReader Methods GetInstallPathFromAppId(string) Declaration public static string GetInstallPathFromAppId(string appid) Parameters Type Name Description string appid Returns Type Description string" + }, + "api/RedLoader.Utils.TimingLogger.html": { + "href": "api/RedLoader.Utils.TimingLogger.html", + "title": "Class TimingLogger | RedLoader Docs", + "keywords": "Class TimingLogger Inheritance object TimingLogger Implements IDisposable Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: RedLoader.Utils Assembly: RedLoader.dll Syntax public class TimingLogger : IDisposable Constructors TimingLogger(string, bool) Declaration public TimingLogger(string name, bool printOnDispose = true) Parameters Type Name Description string name bool printOnDispose Methods Dispose() Declaration public void Dispose() Restart(string) Declaration public void Restart(string operationName = null) Parameters Type Name Description string operationName Start() Declaration public void Start() StartNew(string, bool) Declaration public static TimingLogger StartNew(string name, bool printOnDispose = true) Parameters Type Name Description string name bool printOnDispose Returns Type Description TimingLogger Stop(string) Declaration public void Stop(string operationName = null) Parameters Type Name Description string operationName Implements IDisposable" + }, + "api/RedLoader.VerifyLoaderBuildAttribute.html": { + "href": "api/RedLoader.VerifyLoaderBuildAttribute.html", + "title": "Class VerifyLoaderBuildAttribute | RedLoader Docs", + "keywords": "Class VerifyLoaderBuildAttribute Inheritance object Attribute VerifyLoaderBuildAttribute Inherited Members Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) Namespace: RedLoader Assembly: RedLoader.dll Syntax [AttributeUsage(AttributeTargets.Assembly)] public class VerifyLoaderBuildAttribute : Attribute Constructors VerifyLoaderBuildAttribute(string) Declaration public VerifyLoaderBuildAttribute(string hashcode) Parameters Type Name Description string hashcode Properties HashCode Build HashCode of RedLoader. Declaration public string HashCode { get; } Property Value Type Description string Methods IsCompatible(string) Declaration public bool IsCompatible(string hashCode) Parameters Type Name Description string hashCode Returns Type Description bool" + }, + "api/RedLoader.VerifyLoaderVersionAttribute.html": { + "href": "api/RedLoader.VerifyLoaderVersionAttribute.html", + "title": "Class VerifyLoaderVersionAttribute | RedLoader Docs", + "keywords": "Class VerifyLoaderVersionAttribute Inheritance object Attribute VerifyLoaderVersionAttribute Inherited Members Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) Namespace: RedLoader Assembly: RedLoader.dll Syntax [AttributeUsage(AttributeTargets.Assembly)] public class VerifyLoaderVersionAttribute : Attribute Constructors VerifyLoaderVersionAttribute(SemVersion, bool) Declaration public VerifyLoaderVersionAttribute(SemVersion semver, bool is_minimum) Parameters Type Name Description SemVersion semver bool is_minimum VerifyLoaderVersionAttribute(int, int, int) Declaration public VerifyLoaderVersionAttribute(int major, int minor, int patch) Parameters Type Name Description int major int minor int patch VerifyLoaderVersionAttribute(int, int, int, bool) Declaration public VerifyLoaderVersionAttribute(int major, int minor, int patch, bool is_minimum) Parameters Type Name Description int major int minor int patch bool is_minimum VerifyLoaderVersionAttribute(string) Declaration public VerifyLoaderVersionAttribute(string version) Parameters Type Name Description string version VerifyLoaderVersionAttribute(string, bool) Declaration public VerifyLoaderVersionAttribute(string version, bool is_minimum) Parameters Type Name Description string version bool is_minimum Properties IsMinimum If Version Specified is a Minimum. Declaration public bool IsMinimum { get; } Property Value Type Description bool Major Specified Version Major. Declaration public int Major { get; } Property Value Type Description int Minor Specified Version Minor. Declaration public int Minor { get; } Property Value Type Description int Patch Specified Version Patch. Declaration public int Patch { get; } Property Value Type Description int SemVer Specified SemVersion. Declaration public SemVersion SemVer { get; } Property Value Type Description SemVersion Methods IsCompatible(SemVersion) Declaration public bool IsCompatible(SemVersion version) Parameters Type Name Description SemVersion version Returns Type Description bool IsCompatible(string) Declaration public bool IsCompatible(string version) Parameters Type Name Description string version Returns Type Description bool" + }, + "api/Semver.html": { + "href": "api/Semver.html", + "title": "Namespace Semver | RedLoader Docs", + "keywords": "Namespace Semver Classes SemVersion A semantic version implementation. Conforms with v2.0.0 of http://semver.org" + }, + "api/Semver.SemVersion.html": { + "href": "api/Semver.SemVersion.html", + "title": "Class SemVersion | RedLoader Docs", + "keywords": "Class SemVersion A semantic version implementation. Conforms with v2.0.0 of http://semver.org Inheritance object SemVersion Implements IComparable IComparable ISerializable Inherited Members object.GetType() object.Equals(object, object) object.ReferenceEquals(object, object) Namespace: Semver Assembly: RedLoader.dll Syntax public sealed class SemVersion : IComparable, IComparable, ISerializable Constructors SemVersion(int, int, int, string, string) Constructs a new instance of the SemVersion class. Declaration public SemVersion(int major, int minor = 0, int patch = 0, string prerelease = \"\", string build = \"\") Parameters Type Name Description int major The major version. int minor The minor version. int patch The patch version. string prerelease The prerelease version (e.g. \"alpha\"). string build The build metadata (e.g. \"nightly.232\"). SemVersion(Version) Constructs a new instance of the SemVersion class from a Version. Declaration public SemVersion(Version version) Parameters Type Name Description Version version The Version that is used to initialize the Major, Minor, Patch and Build. Properties Build Gets the build metadata. Declaration public string Build { get; } Property Value Type Description string The build metadata. Empty string if there is no build metadata. Major Gets the major version. Declaration public int Major { get; } Property Value Type Description int The major version. Minor Gets the minor version. Declaration public int Minor { get; } Property Value Type Description int The minor version. Patch Gets the patch version. Declaration public int Patch { get; } Property Value Type Description int The patch version. Prerelease Gets the prerelease version. Declaration public string Prerelease { get; } Property Value Type Description string The prerelease version. Empty string if this is a release version. Methods Change(int?, int?, int?, string, string) Make a copy of the current instance with changed properties. Declaration public SemVersion Change(int? major = null, int? minor = null, int? patch = null, string prerelease = null, string build = null) Parameters Type Name Description int? major The value to replace the major version or null to leave it unchanged. int? minor The value to replace the minor version or null to leave it unchanged. int? patch The value to replace the patch version or null to leave it unchanged. string prerelease The value to replace the prerelease version or null to leave it unchanged. string build The value to replace the build metadata or null to leave it unchanged. Returns Type Description SemVersion The new version object. Remarks The change method is intended to be called using named argument syntax, passing only those fields to be changed. Examples To change only the patch version: version.Change(patch: 4) Compare(SemVersion, SemVersion) Compares the specified versions. Declaration public static int Compare(SemVersion versionA, SemVersion versionB) Parameters Type Name Description SemVersion versionA The first version to compare. SemVersion versionB The second version to compare. Returns Type Description int A signed number indicating the relative values of versionA and versionB. CompareByPrecedence(SemVersion) Compares two semantic versions by precedence as defined in the SemVer spec. Versions that differ only by build metadata have the same precedence. Declaration public int CompareByPrecedence(SemVersion other) Parameters Type Name Description SemVersion other The semantic version. Returns Type Description int A value that indicates the relative order of the objects being compared. The return value has these meanings: Less than zero: This instance precedes other in the sort order. Zero: This instance occurs in the same position in the sort order as other. Greater than zero: This instance follows other in the sort order. CompareTo(SemVersion) Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. Declaration public int CompareTo(SemVersion other) Parameters Type Name Description SemVersion other An object to compare with this instance. Returns Type Description int A value that indicates the relative order of the objects being compared. The return value has these meanings: Less than zero: This instance precedes other in the sort order. Zero: This instance occurs in the same position in the sort order as other. Greater than zero: This instance follows other in the sort order. CompareTo(object) Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. Declaration public int CompareTo(object obj) Parameters Type Name Description object obj An object to compare with this instance. Returns Type Description int A value that indicates the relative order of the objects being compared. The return value has these meanings: Less than zero: This instance precedes obj in the sort order. Zero: This instance occurs in the same position in the sort order as obj. Greater than zero: This instance follows obj in the sort order. Exceptions Type Condition InvalidCastException The obj is not a SemVersion. Equals(SemVersion, SemVersion) Checks whether two semantic versions are equal. Declaration public static bool Equals(SemVersion versionA, SemVersion versionB) Parameters Type Name Description SemVersion versionA The first version to compare. SemVersion versionB The second version to compare. Returns Type Description bool true if the two values are equal, otherwise false. Equals(object) Determines whether the specified object is equal to this instance. Declaration public override bool Equals(object obj) Parameters Type Name Description object obj The object to compare with this instance. Returns Type Description bool true if the specified object is equal to this instance, otherwise false. Overrides object.Equals(object) Exceptions Type Condition InvalidCastException The obj is not a SemVersion. GetHashCode() Returns a hash code for this instance. Declaration public override int GetHashCode() Returns Type Description int A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. Overrides object.GetHashCode() GetObjectData(SerializationInfo, StreamingContext) Populates a SerializationInfo with the data needed to serialize the target object. Declaration public void GetObjectData(SerializationInfo info, StreamingContext context) Parameters Type Name Description SerializationInfo info The SerializationInfo to populate with data. StreamingContext context The destination (see SerializationInfo) for this serialization. Parse(string, bool) Converts the string representation of a semantic version to its SemVersion equivalent. Declaration public static SemVersion Parse(string version, bool strict = false) Parameters Type Name Description string version The version string. bool strict If set to true minor and patch version are required, otherwise they are optional. Returns Type Description SemVersion The SemVersion object. Exceptions Type Condition ArgumentNullException The version is null. ArgumentException The version has an invalid format. InvalidOperationException The version is missing Minor or Patch versions and strict is true. OverflowException The Major, Minor, or Patch versions are larger than int.MaxValue . PrecedenceMatches(SemVersion) Returns whether two semantic versions have the same precedence. Versions that differ only by build metadata have the same precedence. Declaration public bool PrecedenceMatches(SemVersion other) Parameters Type Name Description SemVersion other The semantic version to compare to. Returns Type Description bool true if the version precedences are equal. ToString() Returns the string equivalent of this version. Declaration public override string ToString() Returns Type Description string The string equivalent of this version. Overrides object.ToString() TryParse(string, out SemVersion, bool) Converts the string representation of a semantic version to its SemVersion equivalent and returns a value that indicates whether the conversion succeeded. Declaration public static bool TryParse(string version, out SemVersion semver, bool strict = false) Parameters Type Name Description string version The version string. SemVersion semver When the method returns, contains a SemVersion instance equivalent to the version string passed in, if the version string was valid, or null if the version string was not valid. bool strict If set to true minor and patch version are required, otherwise they are optional. Returns Type Description bool false when a invalid version string is passed, otherwise true. Operators operator ==(SemVersion, SemVersion) Compares two semantic versions for equality. Declaration public static bool operator ==(SemVersion left, SemVersion right) Parameters Type Name Description SemVersion left The left value. SemVersion right The right value. Returns Type Description bool If left is equal to right true, otherwise false. operator >(SemVersion, SemVersion) Compares two semantic versions. Declaration public static bool operator >(SemVersion left, SemVersion right) Parameters Type Name Description SemVersion left The left value. SemVersion right The right value. Returns Type Description bool If left is greater than right true, otherwise false. operator >=(SemVersion, SemVersion) Compares two semantic versions. Declaration public static bool operator >=(SemVersion left, SemVersion right) Parameters Type Name Description SemVersion left The left value. SemVersion right The right value. Returns Type Description bool If left is greater than or equal to right true, otherwise false. implicit operator SemVersion(string) Implicit conversion from string to SemVersion. Declaration public static implicit operator SemVersion(string version) Parameters Type Name Description string version The semantic version. Returns Type Description SemVersion The SemVersion object. Exceptions Type Condition ArgumentNullException The version is null. ArgumentException The version number has an invalid format. OverflowException The Major, Minor, or Patch versions are larger than int.MaxValue . operator !=(SemVersion, SemVersion) Compares two semantic versions for inequality. Declaration public static bool operator !=(SemVersion left, SemVersion right) Parameters Type Name Description SemVersion left The left value. SemVersion right The right value. Returns Type Description bool If left is not equal to right true, otherwise false. operator <(SemVersion, SemVersion) Compares two semantic versions. Declaration public static bool operator <(SemVersion left, SemVersion right) Parameters Type Name Description SemVersion left The left value. SemVersion right The right value. Returns Type Description bool If left is less than right true, otherwise false. operator <=(SemVersion, SemVersion) Compares two semantic versions. Declaration public static bool operator <=(SemVersion left, SemVersion right) Parameters Type Name Description SemVersion left The left value. SemVersion right The right value. Returns Type Description bool If left is less than or equal to right true, otherwise false. Implements IComparable IComparable ISerializable" + }, + "api/SonsSdk.ActorTools.html": { + "href": "api/SonsSdk.ActorTools.html", + "title": "Class ActorTools | RedLoader Docs", + "keywords": "Class ActorTools Inheritance object ActorTools Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: SonsSdk Assembly: SonsSdk.dll Syntax public static class ActorTools Methods GetActors(VailActorTypeId) Declaration public static IEnumerable GetActors(VailActorTypeId id) Parameters Type Name Description VailActorTypeId id Returns Type Description IEnumerable GetPrefab(VailActorTypeId) Declaration public static VailActor GetPrefab(VailActorTypeId id) Parameters Type Name Description VailActorTypeId id Returns Type Description VailActor GetRobby() Declaration public static VailActor GetRobby() Returns Type Description VailActor GetVailActor(WorldSimActor) Declaration public static VailActor GetVailActor(this WorldSimActor worldSimActor) Parameters Type Name Description WorldSimActor worldSimActor Returns Type Description VailActor Spawn(VailActorTypeId, Vector3, Quaternion) Declaration public static VailActor Spawn(VailActorTypeId id, Vector3 position, Quaternion rotation) Parameters Type Name Description VailActorTypeId id Vector3 position Quaternion rotation Returns Type Description VailActor" + }, + "api/SonsSdk.AssetLoaders.html": { + "href": "api/SonsSdk.AssetLoaders.html", + "title": "Class AssetLoaders | RedLoader Docs", + "keywords": "Class AssetLoaders Utilities for addressables Inheritance object AssetLoaders Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: SonsSdk Assembly: SonsSdk.dll Syntax public static class AssetLoaders Methods InstantiatePrefab(string) Load and instantiate a gameobject from addressables Declaration public static GameObject InstantiatePrefab(string name) Parameters Type Name Description string name Returns Type Description GameObject LoadAsset(string) Declaration public static T LoadAsset(string name) where T : Object Parameters Type Name Description string name Returns Type Description T Type Parameters Name Description T LoadBundleFromAssembly(string) Load an asset bundle from the calling assembly. The name will automatically be prefixed with the assembly name. Declaration public static AssetBundle LoadBundleFromAssembly(string name) Parameters Type Name Description string name The patch of the resource you wish to load Returns Type Description AssetBundle Examples LoadFromAssembly(\"Resources.bundle\") Exceptions Type Condition Exception LoadDataFromAssembly(string) Load data from the calling assembly. The name will automatically be prefixed with the assembly name. Declaration public static byte[] LoadDataFromAssembly(string name) Parameters Type Name Description string name The patch of the resource you wish to load Returns Type Description byte[] Examples LoadFromAssembly(\"Resources.bundle\") Exceptions Type Condition Exception LoadPrefab(string) Load a gameobject from addressables Declaration public static GameObject LoadPrefab(string name) Parameters Type Name Description string name Returns Type Description GameObject LoadTexture(byte[]) Load a texture from a byte buffer Declaration public static Texture2D LoadTexture(byte[] data) Parameters Type Name Description byte[] data Returns Type Description Texture2D LoadTexture(string) Load a texture from a file Declaration public static Texture2D LoadTexture(string path) Parameters Type Name Description string path Returns Type Description Texture2D LoadTextureFromAssembly(string) Load a texture from a file in the calling assembly. The name will automatically be prefixed with the assembly name. Declaration public static Texture2D LoadTextureFromAssembly(string path) Parameters Type Name Description string path Returns Type Description Texture2D Examples LoadTextureFromAssembly(\"Resources.MyTexture.png\") MapBundleToFile(byte[], Type) Maps the contents of an asset bundle to a static class. The name of the property must match the name of the asset in the bundle. Declaration public static void MapBundleToFile(byte[] bundleData, Type mapFileType) Parameters Type Name Description byte[] bundleData The loaded bundle Type mapFileType The class to map the asset bundle contents to MapBundleToFile(byte[]) Maps the contents of an asset bundle to a static class. The name of the property must match the name of the asset in the bundle. Declaration public static void MapBundleToFile(byte[] bundleData) Parameters Type Name Description byte[] bundleData The loaded bundle Type Parameters Name Description T PrintAllAddressables() Declaration public static void PrintAllAddressables()" + }, + "api/SonsSdk.Attributes.AssetBundleAttribute.html": { + "href": "api/SonsSdk.Attributes.AssetBundleAttribute.html", + "title": "Class AssetBundleAttribute | RedLoader Docs", + "keywords": "Class AssetBundleAttribute Inheritance object Attribute AssetBundleAttribute Inherited Members Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) Namespace: SonsSdk.Attributes Assembly: SonsSdk.dll Syntax [AttributeUsage(AttributeTargets.Class)] public class AssetBundleAttribute : Attribute Constructors AssetBundleAttribute(string) Declaration public AssetBundleAttribute(string assetBundleName) Parameters Type Name Description string assetBundleName Properties AssetBundleName Declaration public string AssetBundleName { get; } Property Value Type Description string Methods IsLoaded() Declaration public bool IsLoaded() Returns Type Description bool" + }, + "api/SonsSdk.Attributes.AssetReferenceAttribute.html": { + "href": "api/SonsSdk.Attributes.AssetReferenceAttribute.html", + "title": "Class AssetReferenceAttribute | RedLoader Docs", + "keywords": "Class AssetReferenceAttribute Inheritance object Attribute AssetReferenceAttribute Inherited Members Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) Namespace: SonsSdk.Attributes Assembly: SonsSdk.dll Syntax [AttributeUsage(AttributeTargets.Property)] public class AssetReferenceAttribute : Attribute Constructors AssetReferenceAttribute(string) Declaration public AssetReferenceAttribute(string assetName = null) Parameters Type Name Description string assetName Properties AssetName Declaration public string AssetName { get; } Property Value Type Description string" + }, + "api/SonsSdk.Attributes.DebugCommandAttribute.html": { + "href": "api/SonsSdk.Attributes.DebugCommandAttribute.html", + "title": "Class DebugCommandAttribute | RedLoader Docs", + "keywords": "Class DebugCommandAttribute Inheritance object Attribute DebugCommandAttribute Inherited Members Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) Namespace: SonsSdk.Attributes Assembly: SonsSdk.dll Syntax [AttributeUsage(AttributeTargets.Method)] public class DebugCommandAttribute : Attribute Constructors DebugCommandAttribute(string) Declaration public DebugCommandAttribute(string command) Parameters Type Name Description string command Properties Command Declaration public string Command { get; } Property Value Type Description string" + }, + "api/SonsSdk.Attributes.DebugPropAttribute.html": { + "href": "api/SonsSdk.Attributes.DebugPropAttribute.html", + "title": "Class DebugPropAttribute | RedLoader Docs", + "keywords": "Class DebugPropAttribute Inheritance object Attribute DebugPropAttribute Inherited Members Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.Equals(object) Attribute.GetHashCode() Attribute.Match(object) Attribute.IsDefaultAttribute() Attribute.TypeId object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object, object) object.ReferenceEquals(object, object) Namespace: SonsSdk.Attributes Assembly: SonsSdk.dll Syntax [AttributeUsage(AttributeTargets.Property)] public class DebugPropAttribute : Attribute Constructors DebugPropAttribute() Declaration public DebugPropAttribute()" + }, + "api/SonsSdk.Attributes.html": { + "href": "api/SonsSdk.Attributes.html", + "title": "Namespace SonsSdk.Attributes | RedLoader Docs", + "keywords": "Namespace SonsSdk.Attributes Classes AssetBundleAttribute AssetReferenceAttribute DebugCommandAttribute DebugPropAttribute" + }, + "api/SonsSdk.CommonExtensions.html": { + "href": "api/SonsSdk.CommonExtensions.html", + "title": "Class CommonExtensions | RedLoader Docs", + "keywords": "Class CommonExtensions Inheritance object CommonExtensions Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: SonsSdk Assembly: SonsSdk.dll Syntax public static class CommonExtensions Methods Destroy(GameObject) Declaration public static void Destroy(this GameObject go) where T : Component Parameters Type Name Description GameObject go Type Parameters Name Description T DontDestroyOnLoad(GameObject) Declaration public static GameObject DontDestroyOnLoad(this GameObject go) Parameters Type Name Description GameObject go Returns Type Description GameObject FindGet(GameObject, string) Gets a transform by path and return a component on it Declaration public static T FindGet(this GameObject go, string name) where T : Component Parameters Type Name Description GameObject go string name The path of the transform to get Returns Type Description T Type Parameters Name Description T The type of the component to get FirstContains(IEnumerable, string) Declaration public static T FirstContains(this IEnumerable iter, string name) where T : Object Parameters Type Name Description IEnumerable iter string name Returns Type Description T Type Parameters Name Description T FirstEndsWith(IEnumerable, string) Declaration public static T FirstEndsWith(this IEnumerable iter, string name) where T : Object Parameters Type Name Description IEnumerable iter string name Returns Type Description T Type Parameters Name Description T FirstStartsWith(IEnumerable, string) Declaration public static T FirstStartsWith(this IEnumerable iter, string name) where T : Object Parameters Type Name Description IEnumerable iter string name Returns Type Description T Type Parameters Name Description T FirstWithName(IEnumerable, string) Declaration public static T FirstWithName(this IEnumerable iter, string name) where T : Object Parameters Type Name Description IEnumerable iter string name Returns Type Description T Type Parameters Name Description T HideAndDontSave(GameObject) Declaration public static GameObject HideAndDontSave(this GameObject go) Parameters Type Name Description GameObject go Returns Type Description GameObject Instantiate(GameObject, bool) Declaration public static GameObject Instantiate(this GameObject go, bool sameParent = false) Parameters Type Name Description GameObject go bool sameParent Returns Type Description GameObject Instantiate(GameObject, Vector3, bool) Declaration public static GameObject Instantiate(this GameObject go, Vector3 position, bool sameParent = false) Parameters Type Name Description GameObject go Vector3 position bool sameParent Returns Type Description GameObject Instantiate(GameObject, Vector3, Quaternion, bool) Declaration public static GameObject Instantiate(this GameObject go, Vector3 position, Quaternion rotation, bool sameParent = false) Parameters Type Name Description GameObject go Vector3 position Quaternion rotation bool sameParent Returns Type Description GameObject InstantiateAndGet(GameObject, bool) Declaration public static T InstantiateAndGet(this GameObject go, bool sameParent = false) where T : Component Parameters Type Name Description GameObject go bool sameParent Returns Type Description T Type Parameters Name Description T InstantiateAndGet(GameObject, Vector3, bool) Declaration public static T InstantiateAndGet(this GameObject go, Vector3 position, bool sameParent = false) where T : Component Parameters Type Name Description GameObject go Vector3 position bool sameParent Returns Type Description T Type Parameters Name Description T InstantiateAndGet(GameObject, Vector3, Quaternion, bool) Declaration public static T InstantiateAndGet(this GameObject go, Vector3 position, Quaternion rotation, bool sameParent = false) where T : Component Parameters Type Name Description GameObject go Vector3 position Quaternion rotation bool sameParent Returns Type Description T Type Parameters Name Description T SetName(GameObject, string) Declaration public static GameObject SetName(this GameObject go, string name) Parameters Type Name Description GameObject go string name Returns Type Description GameObject SetParent(GameObject, Transform, bool) Declaration public static GameObject SetParent(this GameObject go, Transform parent, bool worldPositionStays = false) Parameters Type Name Description GameObject go Transform parent bool worldPositionStays Returns Type Description GameObject ToUnityColor(Color) Declaration public static Color ToUnityColor(this Color color) Parameters Type Name Description Color color Returns Type Description Color WithAlpha(Color, float) Declaration public static Color WithAlpha(this Color color, float alpha) Parameters Type Name Description Color color float alpha Returns Type Description Color WithBrightness(Color, float) Declaration public static Color WithBrightness(this Color color, float brightness) Parameters Type Name Description Color color float brightness Returns Type Description Color WithBrightnessOffset(Color, float) Declaration public static Color WithBrightnessOffset(this Color color, float brightnessOffset) Parameters Type Name Description Color color float brightnessOffset Returns Type Description Color" + }, + "api/SonsSdk.DebugTools.html": { + "href": "api/SonsSdk.DebugTools.html", + "title": "Class DebugTools | RedLoader Docs", + "keywords": "Class DebugTools Inheritance object DebugTools Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: SonsSdk Assembly: SonsSdk.dll Syntax public class DebugTools Constructors DebugTools() Declaration public DebugTools() Methods CreatePrimitive(PrimitiveType, Vector3?, Color?) Declaration public static GameObject CreatePrimitive(PrimitiveType type, Vector3? pos = null, Color? color = null) Parameters Type Name Description PrimitiveType type Vector3? pos Color? color Returns Type Description GameObject DrawGlLine(Vector3, Vector3, float) Declaration public static void DrawGlLine(Vector3 start, Vector3 end, float thickness = 1) Parameters Type Name Description Vector3 start Vector3 end float thickness GetHdrpMaterial(Color?) Declaration public static Material GetHdrpMaterial(Color? color = null) Parameters Type Name Description Color? color Returns Type Description Material" + }, + "api/SonsSdk.DebugTools.LineDrawer.html": { + "href": "api/SonsSdk.DebugTools.LineDrawer.html", + "title": "Class DebugTools.LineDrawer | RedLoader Docs", + "keywords": "Class DebugTools.LineDrawer Class for drawing a line in the world. Inheritance object DebugTools.LineDrawer Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: SonsSdk Assembly: SonsSdk.dll Syntax public class DebugTools.LineDrawer Constructors LineDrawer() Declaration public LineDrawer() Fields LineRenderer Declaration public LineRenderer LineRenderer Field Value Type Description LineRenderer Transform Declaration public Transform Transform Field Value Type Description Transform Properties Active Declaration public bool Active { get; set; } Property Value Type Description bool IsValid Declaration public bool IsValid { get; } Property Value Type Description bool Methods Destroy() Declaration public void Destroy() SetLine(Vector3, Vector3) Declaration public void SetLine(Vector3 start, Vector3 end) Parameters Type Name Description Vector3 start Vector3 end SetPosition(Vector3) Declaration public void SetPosition(Vector3 pos) Parameters Type Name Description Vector3 pos" + }, + "api/SonsSdk.Exceptions.html": { + "href": "api/SonsSdk.Exceptions.html", + "title": "Namespace SonsSdk.Exceptions | RedLoader Docs", + "keywords": "Namespace SonsSdk.Exceptions Classes NotInWorldException" + }, + "api/SonsSdk.Exceptions.NotInWorldException.html": { + "href": "api/SonsSdk.Exceptions.NotInWorldException.html", + "title": "Class NotInWorldException | RedLoader Docs", + "keywords": "Class NotInWorldException Inheritance object Exception NotInWorldException Implements ISerializable Inherited Members Exception.GetBaseException() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.ToString() Exception.GetType() Exception.TargetSite Exception.Message Exception.Data Exception.InnerException Exception.HelpLink Exception.Source Exception.HResult Exception.StackTrace Exception.SerializeObjectState object.MemberwiseClone() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: SonsSdk.Exceptions Assembly: SonsSdk.dll Syntax public class NotInWorldException : Exception, ISerializable Constructors NotInWorldException() Declaration public NotInWorldException() Implements ISerializable" + }, + "api/SonsSdk.GlobalInput.html": { + "href": "api/SonsSdk.GlobalInput.html", + "title": "Class GlobalInput | RedLoader Docs", + "keywords": "Class GlobalInput Inheritance object GlobalInput Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: SonsSdk Assembly: SonsSdk.dll Syntax public class GlobalInput Constructors GlobalInput() Declaration public GlobalInput() Methods RegisterKey(KeyCode, Action) Register a key that will be polled every frame. The action will be invoke if the key is pressed during that frame. Declaration public static bool RegisterKey(KeyCode key, Action action) Parameters Type Name Description KeyCode key Action action Returns Type Description bool False if the key is already registered UnregisterKey(KeyCode) Declaration public static void UnregisterKey(KeyCode key) Parameters Type Name Description KeyCode key" + }, + "api/SonsSdk.html": { + "href": "api/SonsSdk.html", + "title": "Namespace SonsSdk | RedLoader Docs", + "keywords": "Namespace SonsSdk Namespaces SonsSdk.Attributes SonsSdk.Exceptions Classes ActorTools AssetLoaders Utilities for addressables CommonExtensions DebugTools DebugTools.LineDrawer Class for drawing a line in the world. GlobalInput ImLineDrawer ItemTools ManifestData MemberDebugger SdkEvents SonsMod SonsMod.ModConfigurator SonsTools SoundPlayer SoundTools SoundTools.Debugging UnityUtils Structs ItemTools.ItemHook Enums ItemTools.EPrefabType SdkEvents.ESonsScene" + }, + "api/SonsSdk.ImLineDrawer.html": { + "href": "api/SonsSdk.ImLineDrawer.html", + "title": "Class ImLineDrawer | RedLoader Docs", + "keywords": "Class ImLineDrawer Inheritance object ImLineDrawer Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: SonsSdk Assembly: SonsSdk.dll Syntax public class ImLineDrawer Constructors ImLineDrawer() Declaration public ImLineDrawer() Fields End Declaration public Vector3 End Field Value Type Description Vector3 Start Declaration public Vector3 Start Field Value Type Description Vector3 Methods BeginRendering() Declaration public void BeginRendering() EndRendering() Declaration public void EndRendering() SetLine(Vector3, Vector3) Declaration public void SetLine(Vector3 start, Vector3 end) Parameters Type Name Description Vector3 start Vector3 end StartNew() Declaration public static ImLineDrawer StartNew() Returns Type Description ImLineDrawer" + }, + "api/SonsSdk.ItemTools.EPrefabType.html": { + "href": "api/SonsSdk.ItemTools.EPrefabType.html", + "title": "Enum ItemTools.EPrefabType | RedLoader Docs", + "keywords": "Enum ItemTools.EPrefabType Namespace: SonsSdk Assembly: SonsSdk.dll Syntax [Flags] public enum ItemTools.EPrefabType Fields Name Description HeldPrefab PickupPrefab PropPrefab" + }, + "api/SonsSdk.ItemTools.html": { + "href": "api/SonsSdk.ItemTools.html", + "title": "Class ItemTools | RedLoader Docs", + "keywords": "Class ItemTools Inheritance object ItemTools Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: SonsSdk Assembly: SonsSdk.dll Syntax public class ItemTools Constructors ItemTools() Declaration public ItemTools() Methods AddItemComponent(int, Type, EPrefabType) Declaration public static void AddItemComponent(int itemId, Type component, ItemTools.EPrefabType hookType) Parameters Type Name Description int itemId Type component ItemTools.EPrefabType hookType AddItemComponent(int, EPrefabType) Declaration public static void AddItemComponent(int itemId, ItemTools.EPrefabType hookType) Parameters Type Name Description int itemId ItemTools.EPrefabType hookType Type Parameters Name Description T" + }, + "api/SonsSdk.ItemTools.ItemHook.html": { + "href": "api/SonsSdk.ItemTools.ItemHook.html", + "title": "Struct ItemTools.ItemHook | RedLoader Docs", + "keywords": "Struct ItemTools.ItemHook Inherited Members ValueType.Equals(object) ValueType.GetHashCode() ValueType.ToString() object.GetType() object.Equals(object, object) object.ReferenceEquals(object, object) Namespace: SonsSdk Assembly: SonsSdk.dll Syntax public struct ItemTools.ItemHook Constructors ItemHook(int, Type, EPrefabType) Declaration public ItemHook(int itemId, Type component, ItemTools.EPrefabType hookType) Parameters Type Name Description int itemId Type component ItemTools.EPrefabType hookType Fields HookType Declaration public readonly ItemTools.EPrefabType HookType Field Value Type Description ItemTools.EPrefabType ItemId Declaration public readonly int ItemId Field Value Type Description int" + }, + "api/SonsSdk.ManifestData.html": { + "href": "api/SonsSdk.ManifestData.html", + "title": "Class ManifestData | RedLoader Docs", + "keywords": "Class ManifestData Inheritance object ManifestData Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: SonsSdk Assembly: SonsSdk.dll Syntax public class ManifestData Constructors ManifestData() Declaration public ManifestData() Properties Author Author of the mod Declaration [DecodeAlias(new string[] { \"author\" })] [Include] public string Author { get; } Property Value Type Description string Dependencies Optional. List of dependencies of the mod Declaration [DecodeAlias(new string[] { \"dependencies\" })] [Include] public string[] Dependencies { get; } Property Value Type Description string[] Description Description of the mod Declaration [DecodeAlias(new string[] { \"description\" })] [Include] public string Description { get; } Property Value Type Description string DontApplyPatches Optional. If the mods harmony patches shouldn't be applied automatically Declaration [DecodeAlias(new string[] { \"dontApplyPatches\" })] [Include] public bool DontApplyPatches { get; } Property Value Type Description bool GameVersion Game version the mod is compatible with Declaration [DecodeAlias(new string[] { \"gameVersion\" })] [Include] public string GameVersion { get; } Property Value Type Description string Id Unique id of the mod Declaration [DecodeAlias(new string[] { \"id\" })] [Include] public string Id { get; } Property Value Type Description string LogColor Optional. The hex string color in which the mod's name will be displayed in the console Declaration [DecodeAlias(new string[] { \"logColor\" })] [Include] public string LogColor { get; } Property Value Type Description string Examples #ffffff Name Name of the mod Declaration [DecodeAlias(new string[] { \"name\" })] [Include] public string Name { get; } Property Value Type Description string Platform Where this mod is able to run. Possible values: \"Client\", \"Server\", \"Universal\". Declaration [DecodeAlias(new string[] { \"platform\" })] [Include] public string Platform { get; } Property Value Type Description string Priority Optional. Priority of the mod. Declaration [DecodeAlias(new string[] { \"priority\" })] [Include] public int Priority { get; } Property Value Type Description int Url Optional. Download url of the mod. Declaration [DecodeAlias(new string[] { \"url\" })] [Include] public string Url { get; } Property Value Type Description string Version Version of the mod Declaration [DecodeAlias(new string[] { \"version\" })] [Include] public string Version { get; } Property Value Type Description string VersionObject Declaration public Version VersionObject { get; } Property Value Type Description Version" + }, + "api/SonsSdk.MemberDebugger.html": { + "href": "api/SonsSdk.MemberDebugger.html", + "title": "Class MemberDebugger | RedLoader Docs", + "keywords": "Class MemberDebugger Inheritance object MemberDebugger Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: SonsSdk Assembly: SonsSdk.dll Syntax public class MemberDebugger Constructors MemberDebugger(object) Declaration public MemberDebugger(object obj) Parameters Type Name Description object obj MemberDebugger(object, params string[]) Declaration public MemberDebugger(object obj, params string[] propNames) Parameters Type Name Description object obj string[] propNames Methods StartDebugging(object) Declaration public static void StartDebugging(object obj) Parameters Type Name Description object obj StartDebugging(object, params string[]) Declaration public static void StartDebugging(object obj, params string[] propNames) Parameters Type Name Description object obj string[] propNames StopDebugging(object) Declaration public static void StopDebugging(object obj) Parameters Type Name Description object obj" + }, + "api/SonsSdk.SdkEvents.ESonsScene.html": { + "href": "api/SonsSdk.SdkEvents.ESonsScene.html", + "title": "Enum SdkEvents.ESonsScene | RedLoader Docs", + "keywords": "Enum SdkEvents.ESonsScene Namespace: SonsSdk Assembly: SonsSdk.dll Syntax public enum SdkEvents.ESonsScene Fields Name Description Game Loading Title" + }, + "api/SonsSdk.SdkEvents.html": { + "href": "api/SonsSdk.SdkEvents.html", + "title": "Class SdkEvents | RedLoader Docs", + "keywords": "Class SdkEvents Inheritance object SdkEvents Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: SonsSdk Assembly: SonsSdk.dll Syntax public static class SdkEvents Fields OnArmorEquipped Called when the player equips some armor Declaration public static readonly MelonEvent OnArmorEquipped Field Value Type Description MelonEvent OnCameraRender Called by HDRP at the end of rendering a frame Declaration public static readonly MelonEvent> OnCameraRender Field Value Type Description MelonEvent> OnGameStart Called when the player spawns in the world and gains control Declaration public static readonly MelonEvent OnGameStart Field Value Type Description MelonEvent OnInWorldUpdate Called on update when the player is in the world Declaration public static readonly MelonEvent OnInWorldUpdate Field Value Type Description MelonEvent OnItemConsumed Called when the player consumes an item Declaration public static readonly MelonEvent OnItemConsumed Field Value Type Description MelonEvent OnItemCrafted Called when the player crafts an item Declaration public static readonly MelonEvent OnItemCrafted Field Value Type Description MelonEvent OnItemPickup Called when the player picks up an item Declaration public static readonly MelonEvent OnItemPickup Field Value Type Description MelonEvent OnSdkInitialized Called when the sdk has been fully initialized Declaration public static readonly MelonEvent OnSdkInitialized Field Value Type Description MelonEvent OnSonsSceneInitialized Declaration public static readonly MelonEvent OnSonsSceneInitialized Field Value Type Description MelonEvent" + }, + "api/SonsSdk.SonsMod.html": { + "href": "api/SonsSdk.SonsMod.html", + "title": "Class SonsMod | RedLoader Docs", + "keywords": "Class SonsMod Inheritance object ModBase ModTypeBase SonsMod Inherited Members ModTypeBase.ExecuteAll(LemonAction, bool, string) ModTypeBase.RegisteredMods ModTypeBase.TypeName ModTypeBase.MelonTypeName ModBase.OnMelonRegistered ModBase.OnMelonUnregistered ModBase.OnMelonInitializing ModBase.OnRegister ModBase.OnUnregister ModBase.CreateWrapper(string, string, string, MelonGameAttribute[], MelonProcessAttribute[], int, Color?, Color?, string) ModBase.RegisterSorted(IEnumerable) ModBase.OnPreSupportModule() ModBase.OnUpdate() ModBase.OnFixedUpdate() ModBase.OnLateUpdate() ModBase.OnGUI() ModBase.OnApplicationQuit() ModBase.OnPreferencesSaved() ModBase.OnPreferencesSaved(string) ModBase.OnPreferencesLoaded() ModBase.OnPreferencesLoaded(string) ModBase.OnEarlyInitializeMelon() ModBase.OnInitializeMod() ModBase.OnLateInitializeMod() ModBase.OnDeinitializeMod() ModBase.FindIncompatiblities(MelonGameAttribute, string, string, string, string, MelonPlatformAttribute.CompatiblePlatforms, MelonPlatformDomainAttribute.CompatibleDomains) ModBase.FindIncompatiblitiesFromContext() ModBase.PrintIncompatibilities(ModBase.Incompatibility[], ModBase) ModBase.Register() ModBase.FindMelon(string, string) ModBase.Unregister(string, bool) ModBase.ExecuteAll(LemonAction, bool, string) ModBase.ExecuteList(LemonAction, List, bool, string) ModBase.SendMessageAll(string, params object[]) ModBase.SendMessage(string, params object[]) ModBase.RegisteredMelons ModBase.MelonAssembly ModBase.Priority ModBase.ConsoleColor ModBase.AuthorConsoleColor ModBase.AdditionalCredits ModBase.SupportedGameVersion ModBase.OptionalDependencies ModBase.HarmonyInstance ModBase.LoggerInstance ModBase.ID ModBase.Description ModBase.Registered object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: SonsSdk Assembly: SonsSdk.dll Syntax public abstract class SonsMod : ModTypeBase Constructors SonsMod() Declaration protected SonsMod() Properties Manifest Declaration public ManifestData Manifest { get; } Property Value Type Description ManifestData Methods Configure(ModConfigurator) Configure mod settings and subscribe to events. Declaration public virtual void Configure(SonsMod.ModConfigurator config) Parameters Type Name Description SonsMod.ModConfigurator config Log(Color, object) Declaration protected void Log(Color color, object obj) Parameters Type Name Description Color color object obj Log(object) Declaration protected void Log(object obj) Parameters Type Name Description object obj Log(object, Color?) Declaration protected void Log(object msg, Color? color = null) Parameters Type Name Description object msg Color? color OnGameStart() Runs when the game scene is loaded (right before the player gains control). Declaration protected virtual void OnGameStart() OnSceneWasInitialized(int, string) Runs once a Scene is initialized. Declaration public virtual void OnSceneWasInitialized(int buildIndex, string sceneName) Parameters Type Name Description int buildIndex string sceneName OnSceneWasLoaded(int, string) Runs when a new Scene is loaded. Declaration public virtual void OnSceneWasLoaded(int buildIndex, string sceneName) Parameters Type Name Description int buildIndex string sceneName OnSceneWasUnloaded(int, string) Runs once a Scene unloads. Declaration public virtual void OnSceneWasUnloaded(int buildIndex, string sceneName) Parameters Type Name Description int buildIndex string sceneName OnSdkInitialized() Runs when the SDK is fully initialized. SDK usage like creation of custom UI should be done here. Declaration protected virtual void OnSdkInitialized() OnSonsSceneInitialized(ESonsScene) Runs when a scene is initialized. But with an enum parameter to check for sons scenes. Declaration protected virtual void OnSonsSceneInitialized(SdkEvents.ESonsScene sonsScene) Parameters Type Name Description SdkEvents.ESonsScene sonsScene RegisterCommand(string, Func) Declaration protected void RegisterCommand(string command, Func callback) Parameters Type Name Description string command Func callback StartPropDebugging() Declaration protected void StartPropDebugging() StopDebugging() Declaration protected void StopDebugging()" + }, + "api/SonsSdk.SonsMod.ModConfigurator.html": { + "href": "api/SonsSdk.SonsMod.ModConfigurator.html", + "title": "Class SonsMod.ModConfigurator | RedLoader Docs", + "keywords": "Class SonsMod.ModConfigurator Inheritance object SonsMod.ModConfigurator Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: SonsSdk Assembly: SonsSdk.dll Syntax public class SonsMod.ModConfigurator Constructors ModConfigurator() Declaration public ModConfigurator() Methods SubscribeOnWorldUpdate(LemonAction) Declaration public SonsMod.ModConfigurator SubscribeOnWorldUpdate(LemonAction action) Parameters Type Name Description LemonAction action Returns Type Description SonsMod.ModConfigurator" + }, + "api/SonsSdk.SonsTools.html": { + "href": "api/SonsSdk.SonsTools.html", + "title": "Class SonsTools | RedLoader Docs", + "keywords": "Class SonsTools Inheritance object SonsTools Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: SonsSdk Assembly: SonsSdk.dll Syntax public static class SonsTools Methods GetPositionInFrontOfPlayer(float) Get a vector3 position in from of the player Declaration public static Vector3 GetPositionInFrontOfPlayer(float distance) Parameters Type Name Description float distance Returns Type Description Vector3 GetPositionInFrontOfPlayer(float, float) Get a vector3 position in from of the player Declaration public static Vector3 GetPositionInFrontOfPlayer(float distance, float height) Parameters Type Name Description float distance float height Returns Type Description Vector3 MenuMode(bool) Toggle menu mode. Stops all keyboard inputs and shows the cursor. Declaration public static void MenuMode(bool enable) Parameters Type Name Description bool enable ShowMessage(string, float) Show a message in the bottom left corner of the screen for a certain duration. Declaration public static void ShowMessage(string message, float duration = 3) Parameters Type Name Description string message float duration" + }, + "api/SonsSdk.SoundPlayer.html": { + "href": "api/SonsSdk.SoundPlayer.html", + "title": "Class SoundPlayer | RedLoader Docs", + "keywords": "Class SoundPlayer Inheritance object SoundPlayer Namespace: SonsSdk Assembly: SonsSdk.dll Syntax public class SoundPlayer : MonoBehaviour Constructors SoundPlayer() Declaration public SoundPlayer() Fields MaxDistance Declaration public float? MaxDistance Field Value Type Description float? Sound Declaration public Sound Sound Field Value Type Description Sound Properties Channel Declaration public Channel Channel { get; } Property Value Type Description Channel ChannelDistance Declaration public (float min, float max) ChannelDistance { get; set; } Property Value Type Description (float min, float max) IsPlaying Declaration public bool IsPlaying { get; } Property Value Type Description bool Methods Play() Declaration public Channel Play() Returns Type Description Channel Stop() Declaration public void Stop()" + }, + "api/SonsSdk.SoundTools.Debugging.html": { + "href": "api/SonsSdk.SoundTools.Debugging.html", + "title": "Class SoundTools.Debugging | RedLoader Docs", + "keywords": "Class SoundTools.Debugging Inheritance object SoundTools.Debugging Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: SonsSdk Assembly: SonsSdk.dll Syntax public static class SoundTools.Debugging Methods GetBusId() Declaration public static Guid GetBusId() Returns Type Description Guid GetBusList(Bank) Declaration public static List GetBusList(Bank bank) Parameters Type Name Description Bank bank Returns Type Description List GetLoadedBanks() Declaration public static List GetLoadedBanks() Returns Type Description List PrintLoadedBanks() Declaration public static void PrintLoadedBanks()" + }, + "api/SonsSdk.SoundTools.html": { + "href": "api/SonsSdk.SoundTools.html", + "title": "Class SoundTools | RedLoader Docs", + "keywords": "Class SoundTools Inheritance object SoundTools Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: SonsSdk Assembly: SonsSdk.dll Syntax public static class SoundTools Fields CoreSystem Declaration public static Lazy CoreSystem Field Value Type Description Lazy Properties MasterBus Declaration public static Bus MasterBus { get; } Property Value Type Description Bus MasterVolume The master volume in the game settings. Declaration public static float MasterVolume { get; } Property Value Type Description float MusicVolume The music volume in the game settings. Multiplied by the master volume. Declaration public static float MusicVolume { get; } Property Value Type Description float SfxVolume The sfx volume in the game settings. Multiplied by the master volume. Declaration public static float SfxVolume { get; } Property Value Type Description float VoiceVolume The voice volume in the game settings. Multiplied by the master volume. Declaration public static float VoiceVolume { get; } Property Value Type Description float Methods BindSound(GameObject, string) Bind a sound to a gameobject. The sound will be played at the position of the gameobject. Declaration public static SoundPlayer BindSound(GameObject go, string id) Parameters Type Name Description GameObject go The gameobject to bind the sound to string id The id of the sound to play Returns Type Description SoundPlayer GetSound(string) Declaration public static Sound GetSound(string id) Parameters Type Name Description string id Returns Type Description Sound LoadBank(byte[], byte[], LOAD_BANK_FLAGS) Loads and registeres a bank from a byte buffer Declaration public static Bank? LoadBank(byte[] data, byte[] stringsData = null, LOAD_BANK_FLAGS flags = 0) Parameters Type Name Description byte[] data The .bank data byte[] stringsData The .strings.bank data LOAD_BANK_FLAGS flags Returns Type Description Bank? LoadBank(string, bool, LOAD_BANK_FLAGS) Loads and registeres a bank file Declaration public static Bank? LoadBank(string path, bool loadStringsFile = true, LOAD_BANK_FLAGS flags = 0) Parameters Type Name Description string path The path of the bank file (Make sure the {name}.strings.bank file is also present at that location) bool loadStringsFile If the .strings.bank file should also be loaded. If true make sure it exists beside the .bank file LOAD_BANK_FLAGS flags Returns Type Description Bank? PlaySound(Sound, float, float?) Gets the sound by id. Declaration public static Channel PlaySound(Sound sound, float volume, float? pitch = null) Parameters Type Name Description Sound sound float volume float? pitch Returns Type Description Channel PlaySound(Sound, Vector3, float?, float?, float?) Declaration public static Channel PlaySound(Sound sound, Vector3 pos, float? maxDist = null, float? volume = null, float? pitch = null) Parameters Type Name Description Sound sound Vector3 pos float? maxDist float? volume float? pitch Returns Type Description Channel PlaySound(string, float?, float?) Play a registered sound Declaration public static Channel PlaySound(string id, float? volume = null, float? pitch = null) Parameters Type Name Description string id The id you specified in RegisterSound(string, string, bool) float? volume The volume of the sound. If nothing is specified the settings music volume is used float? pitch The pitch of the sound. 1 is normal pitch Returns Type Description Channel A channel which let's you control and stop the sound again PlaySound(string, Vector3, float?, float?, float?) Play a registered sound Declaration public static Channel PlaySound(string id, Vector3 pos, float? maxDist = null, float? volume = null, float? pitch = null) Parameters Type Name Description string id The id you specified in RegisterSound(string, string, bool) Vector3 pos The position at which to play the sound float? maxDist The maximum distance at which the sound is still audible float? volume The volume of the sound. If nothing is specified the settings music volume is used float? pitch The pitch of the sound. 1 is normal pitch Returns Type Description Channel A channel which let's you control and stop the sound again RegisterSound(string, byte[], bool) Register a sound to the fmod system from memory. You can play it with PlaySound(string, float?, float?). Declaration public static void RegisterSound(string id, byte[] data, bool use3d = false) Parameters Type Name Description string id The id of the sound by which you can play it later byte[] data the data of the sound file bool use3d RegisterSound(string, string, bool) Register a sound to the fmod system from a file. You can play it with PlaySound(string, float?, float?). Declaration public static Sound RegisterSound(string id, string filepath, bool use3d = false) Parameters Type Name Description string id The id of the sound by which you can play it later string filepath The file path of the sound bool use3d Returns Type Description Sound SetPosition(ref Channel, float, float, float) Declaration public static void SetPosition(ref Channel channel, float x, float y, float z) Parameters Type Name Description Channel channel float x float y float z SetupRedirect(string, string) Redirects a registered fmod event to another event Declaration public static void SetupRedirect(string srcEvent, string dstEvent) Parameters Type Name Description string srcEvent The original event string dstEvent The event that should be played instead" + }, + "api/SonsSdk.UnityUtils.html": { + "href": "api/SonsSdk.UnityUtils.html", + "title": "Class UnityUtils | RedLoader Docs", + "keywords": "Class UnityUtils Inheritance object UnityUtils Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: SonsSdk Assembly: SonsSdk.dll Syntax public static class UnityUtils Methods AddOrGet(GameObject) Get a component or adds it to the gameobject if it doesn't exist Declaration public static T AddOrGet(this GameObject go) where T : Component Parameters Type Name Description GameObject go Returns Type Description T Type Parameters Name Description T ToSprite(Texture2D) Convert a texture to a sprite. This is a slow operation. Make sure to cache the result. Declaration public static Sprite ToSprite(this Texture2D tex) Parameters Type Name Description Texture2D tex Returns Type Description Sprite" + }, + "api/SUI.AnchorType.html": { + "href": "api/SUI.AnchorType.html", + "title": "Enum AnchorType | RedLoader Docs", + "keywords": "Enum AnchorType Namespace: SUI Assembly: SonsSdk.dll Syntax public enum AnchorType Fields Name Description BottomCenter BottomLeft BottomRight Fill FillHorizontal FillVertical MiddleCenter MiddleLeft MiddleRight TopCenter TopLeft TopRight" + }, + "api/SUI.AutoSizeType.html": { + "href": "api/SUI.AutoSizeType.html", + "title": "Enum AutoSizeType | RedLoader Docs", + "keywords": "Enum AutoSizeType Namespace: SUI Assembly: SonsSdk.dll Syntax public enum AutoSizeType Fields Name Description Fit FitHeight FitWidth None" + }, + "api/SUI.EBackground.html": { + "href": "api/SUI.EBackground.html", + "title": "Enum EBackground | RedLoader Docs", + "keywords": "Enum EBackground Namespace: SUI Assembly: SonsSdk.dll Syntax public enum EBackground Fields Name Description None Round10 Round28 Round8 RoundNormal RoundOutline RoundOutline10 RoundSmall RoundedStandard Sons" + }, + "api/SUI.EDockType.html": { + "href": "api/SUI.EDockType.html", + "title": "Enum EDockType | RedLoader Docs", + "keywords": "Enum EDockType Namespace: SUI Assembly: SonsSdk.dll Syntax public enum EDockType Fields Name Description Bottom Center Fill Left Right Top" + }, + "api/SUI.EObservableMode.html": { + "href": "api/SUI.EObservableMode.html", + "title": "Enum EObservableMode | RedLoader Docs", + "keywords": "Enum EObservableMode Namespace: SUI Assembly: RedLoader.dll Syntax public enum EObservableMode Fields Name Description Read ReadWrite Write Extension Methods EnumExtensions.HasFlag(Enum, Enum)" + }, + "api/SUI.FlexStyle.html": { + "href": "api/SUI.FlexStyle.html", + "title": "Enum FlexStyle | RedLoader Docs", + "keywords": "Enum FlexStyle Namespace: SUI Assembly: SonsSdk.dll Syntax public enum FlexStyle Fields Name Description Flex FlexShrink Grow None" + }, + "api/SUI.html": { + "href": "api/SUI.html", + "title": "Namespace SUI | RedLoader Docs", + "keywords": "Namespace SUI Classes Observable Observable SBgButtonOptions SButtonOptions SContainerOptions SImageOptions SLabelDividerOptions SLabelOptions SMaskedImageOptions SMenuButtonOptions SOptionsOptions SPanelOptions SScrollContainerOptions SSliderOptions SSpriteOptions STabControllerOptions STextboxOptions SToggleOptions SUI SUiElement SUiElement SUiElement Structs STabControllerOptions.TabDefinition SUI.BackgroundDefinition Enums AnchorType AutoSizeType EBackground EDockType EObservableMode FlexStyle SSliderOptions.VisibilityMask SUI.EFont" + }, + "api/SUI.Observable-1.html": { + "href": "api/SUI.Observable-1.html", + "title": "Class Observable | RedLoader Docs", + "keywords": "Class Observable Inheritance object Observable Observable Inherited Members Observable.GetModeFromString(string) object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: SUI Assembly: RedLoader.dll Syntax public class Observable : Observable Type Parameters Name Description T Constructors Observable(T) Declaration public Observable(T value) Parameters Type Name Description T value Properties Value Declaration public T Value { get; set; } Property Value Type Description T Methods Set(T) Declaration public void Set(T value) Parameters Type Name Description T value SetNoNotify(T) Declaration public void SetNoNotify(T value) Parameters Type Name Description T value Events OnValueChanged Declaration public event Action OnValueChanged Event Type Type Description Action" + }, + "api/SUI.Observable.html": { + "href": "api/SUI.Observable.html", + "title": "Class Observable | RedLoader Docs", + "keywords": "Class Observable Inheritance object Observable Observable Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: SUI Assembly: RedLoader.dll Syntax public class Observable Constructors Observable() Declaration public Observable() Methods GetModeFromString(string) Declaration public static EObservableMode GetModeFromString(string mode) Parameters Type Name Description string mode Returns Type Description EObservableMode" + }, + "api/SUI.SBgButtonOptions.html": { + "href": "api/SUI.SBgButtonOptions.html", + "title": "Class SBgButtonOptions | RedLoader Docs", + "keywords": "Class SBgButtonOptions Inheritance object SUiElement SUiElement SBgButtonOptions Inherited Members SUiElement.TextObject SUiElement.VisibilityObservable SUiElement.VisibilityObservalbleChanged(bool) SUiElement.BindVisibility(Observable) SUiElement.UnbindVisibility() SUiElement.Name(string) SUiElement.Id(string) SUiElement.Class(string) SUiElement.Text(string) SUiElement.RichText(string) SUiElement.FontSize(int) SUiElement.FontAutoSize(bool) SUiElement.FontColor(Color) SUiElement.FontColor(string) SUiElement.Find(string) SUiElement.MinOffset(int?, int?) SUiElement.MaxOffset(int?, int?) SUiElement.Size(float?, float?) SUiElement.Size(Vector2) SUiElement.Position(float?, float?) SUiElement.Width(float) SUiElement.Height(float) SUiElement.PHeight(float) SUiElement.PWidth(float) SUiElement.MHeight(float) SUiElement.MWidth(float) SUiElement.FlexHeight(float) SUiElement.FlexWidth(float) SUiElement.RectPadding(float, float, float, float) SUiElement.RectPadding(float, float) SUiElement.RectPadding(float) SUiElement.HFill() SUiElement.VFill() SUiElement.VOffset(float, float) SUiElement.HOffset(float, float) SUiElement.Pivot(float?, float?) SUiElement.AspectRatio(AspectRatioFitter.AspectMode) SUiElement.Anchor(AnchorType) SUiElement.Dock(EDockType) SUiElement.Ppu(float) SUiElement.Visible(bool) SUiElement.Active(bool) SUiElement.Toggle() SUiElement.OnClick(Action) SUiElement.Add(SUiElement) SUiElement.this[string] SUiElement.RectTransform SUiElement.Root SUiElement.Parent SUiElement._id SUiElement._classes SUiElement.SetParent(Transform) SUiElement.SetParent(SUiElement) SUiElement.Remove() SUiElement.As() SUiElement.GetClass(string) SUiElement.GetOrAdd() object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: SUI Assembly: SonsSdk.dll Syntax public class SBgButtonOptions : SUiElement Constructors SBgButtonOptions(GameObject) Declaration public SBgButtonOptions(GameObject root) Parameters Type Name Description GameObject root Fields ButtonObject Declaration public Button ButtonObject Field Value Type Description Button ImageObject Declaration public Image ImageObject Field Value Type Description Image Methods AutoSize() Declaration public SBgButtonOptions AutoSize() Returns Type Description SBgButtonOptions Background(EBackground) Declaration public SBgButtonOptions Background(EBackground type) Parameters Type Name Description EBackground type Returns Type Description SBgButtonOptions Background(BackgroundDefinition) Declaration public SBgButtonOptions Background(SUI.BackgroundDefinition backgroundDefinition) Parameters Type Name Description SUI.BackgroundDefinition backgroundDefinition Returns Type Description SBgButtonOptions Background(bool) Declaration public SBgButtonOptions Background(bool show) Parameters Type Name Description bool show Returns Type Description SBgButtonOptions Background(string) Declaration public SBgButtonOptions Background(string color) Parameters Type Name Description string color Returns Type Description SBgButtonOptions Background(Sprite, Type) Declaration public SBgButtonOptions Background(Sprite sprite, Image.Type type = 0) Parameters Type Name Description Sprite sprite Type type Returns Type Description SBgButtonOptions Color(string) Declaration public SBgButtonOptions Color(string colorString) Parameters Type Name Description string colorString Returns Type Description SBgButtonOptions Color(Color) Declaration public SBgButtonOptions Color(Color color) Parameters Type Name Description Color color Returns Type Description SBgButtonOptions Notify(Action) Declaration public SBgButtonOptions Notify(Action action) Parameters Type Name Description Action action Returns Type Description SBgButtonOptions" + }, + "api/SUI.SButtonOptions.html": { + "href": "api/SUI.SButtonOptions.html", + "title": "Class SButtonOptions | RedLoader Docs", + "keywords": "Class SButtonOptions Inheritance object SUiElement SUiElement SButtonOptions Inherited Members SUiElement.TextObject SUiElement.VisibilityObservable SUiElement.VisibilityObservalbleChanged(bool) SUiElement.BindVisibility(Observable) SUiElement.UnbindVisibility() SUiElement.Name(string) SUiElement.Id(string) SUiElement.Class(string) SUiElement.Text(string) SUiElement.RichText(string) SUiElement.FontSize(int) SUiElement.FontAutoSize(bool) SUiElement.FontColor(Color) SUiElement.FontColor(string) SUiElement.Find(string) SUiElement.MinOffset(int?, int?) SUiElement.MaxOffset(int?, int?) SUiElement.Size(float?, float?) SUiElement.Size(Vector2) SUiElement.Position(float?, float?) SUiElement.Width(float) SUiElement.Height(float) SUiElement.PHeight(float) SUiElement.PWidth(float) SUiElement.MHeight(float) SUiElement.MWidth(float) SUiElement.FlexHeight(float) SUiElement.FlexWidth(float) SUiElement.RectPadding(float, float, float, float) SUiElement.RectPadding(float, float) SUiElement.RectPadding(float) SUiElement.HFill() SUiElement.VFill() SUiElement.VOffset(float, float) SUiElement.HOffset(float, float) SUiElement.Pivot(float?, float?) SUiElement.AspectRatio(AspectRatioFitter.AspectMode) SUiElement.Anchor(AnchorType) SUiElement.Dock(EDockType) SUiElement.Ppu(float) SUiElement.Visible(bool) SUiElement.Active(bool) SUiElement.Toggle() SUiElement.OnClick(Action) SUiElement.Add(SUiElement) SUiElement.this[string] SUiElement.RectTransform SUiElement.Root SUiElement.Parent SUiElement._id SUiElement._classes SUiElement.SetParent(Transform) SUiElement.SetParent(SUiElement) SUiElement.Remove() SUiElement.As() SUiElement.GetClass(string) SUiElement.GetOrAdd() object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: SUI Assembly: SonsSdk.dll Syntax public class SButtonOptions : SUiElement Constructors SButtonOptions(GameObject) Declaration public SButtonOptions(GameObject root) Parameters Type Name Description GameObject root Fields ButtonObject Declaration public Button ButtonObject Field Value Type Description Button Methods Notify(Action) Declaration public SButtonOptions Notify(Action action) Parameters Type Name Description Action action Returns Type Description SButtonOptions" + }, + "api/SUI.SContainerOptions.html": { + "href": "api/SUI.SContainerOptions.html", + "title": "Class SContainerOptions | RedLoader Docs", + "keywords": "Class SContainerOptions Inheritance object SUiElement SUiElement SContainerOptions SPanelOptions SScrollContainerOptions STabControllerOptions Inherited Members SUiElement.TextObject SUiElement.VisibilityObservable SUiElement.BindVisibility(Observable) SUiElement.UnbindVisibility() SUiElement.Name(string) SUiElement.Id(string) SUiElement.Class(string) SUiElement.Text(string) SUiElement.RichText(string) SUiElement.FontSize(int) SUiElement.FontAutoSize(bool) SUiElement.FontColor(Color) SUiElement.FontColor(string) SUiElement.Find(string) SUiElement.MinOffset(int?, int?) SUiElement.MaxOffset(int?, int?) SUiElement.Size(float?, float?) SUiElement.Size(Vector2) SUiElement.Position(float?, float?) SUiElement.Width(float) SUiElement.Height(float) SUiElement.PHeight(float) SUiElement.PWidth(float) SUiElement.MHeight(float) SUiElement.MWidth(float) SUiElement.FlexHeight(float) SUiElement.FlexWidth(float) SUiElement.RectPadding(float, float, float, float) SUiElement.RectPadding(float, float) SUiElement.RectPadding(float) SUiElement.HFill() SUiElement.VFill() SUiElement.VOffset(float, float) SUiElement.HOffset(float, float) SUiElement.Pivot(float?, float?) SUiElement.AspectRatio(AspectRatioFitter.AspectMode) SUiElement.Anchor(AnchorType) SUiElement.Dock(EDockType) SUiElement.Ppu(float) SUiElement.Visible(bool) SUiElement.Active(bool) SUiElement.Toggle() SUiElement.OnClick(Action) SUiElement.Add(SUiElement) SUiElement.this[string] SUiElement.RectTransform SUiElement.Root SUiElement.Parent SUiElement._id SUiElement._classes SUiElement.SetParent(Transform) SUiElement.SetParent(SUiElement) SUiElement.Remove() SUiElement.As() SUiElement.GetClass(string) SUiElement.GetOrAdd() object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: SUI Assembly: SonsSdk.dll Syntax public class SContainerOptions : SUiElement Constructors SContainerOptions(GameObject) Declaration public SContainerOptions(GameObject root) Parameters Type Name Description GameObject root Properties this[SUiElement] Declaration public SContainerOptions this[SUiElement element] { get; } Parameters Type Name Description SUiElement element Property Value Type Description SContainerOptions Methods AutoSize(string) M = MinSize, P = PreferredSize. First letter is width, second is height Declaration public SContainerOptions AutoSize(string mode = \"XX\") Parameters Type Name Description string mode Returns Type Description SContainerOptions Exceptions Type Condition Exception AutoSize(FitMode, FitMode) Configures automatic sizing for the container using ContentSizeFitter. Declaration public SContainerOptions AutoSize(ContentSizeFitter.FitMode horizontal, ContentSizeFitter.FitMode vertical) Parameters Type Name Description FitMode horizontal The horizontal fitting mode for content. FitMode vertical The vertical fitting mode for content. Returns Type Description SContainerOptions Background(BackgroundDefinition) Declaration public SContainerOptions Background(SUI.BackgroundDefinition backgroundDefinition) Parameters Type Name Description SUI.BackgroundDefinition backgroundDefinition Returns Type Description SContainerOptions Background(bool) Declaration public SContainerOptions Background(bool show) Parameters Type Name Description bool show Returns Type Description SContainerOptions Background(string, bool) Declaration public SContainerOptions Background(string color, bool clean = false) Parameters Type Name Description string color bool clean Returns Type Description SContainerOptions Background(Color, EBackground, Type?) Sets the background appearance of the container using a solid color and an optional background sprite. Declaration public SContainerOptions Background(Color color, EBackground type = EBackground.Sons, Image.Type? spriteType = null) Parameters Type Name Description Color color The desired background color. EBackground type Image.Type? spriteType Returns Type Description SContainerOptions Background(Sprite, Color?, Type) Sets the background appearance of the container using a solid color and an optional background sprite. Declaration public SContainerOptions Background(Sprite sprite, Color? color, Image.Type type = 0) Parameters Type Name Description Sprite sprite Color? color The desired background color. Type type Returns Type Description SContainerOptions BindVisibility(Observable, bool) Binds the visibility of the container to an observable boolean value. Declaration public SContainerOptions BindVisibility(Observable observable, bool toggleGameObject) Parameters Type Name Description Observable observable The observable boolean value to bind to. bool toggleGameObject Whether to toggle the GameObject's active state based on the observable value or the canvasgroup alpha. Returns Type Description SContainerOptions CanvasGroup(float, bool) Declaration public SContainerOptions CanvasGroup(float alpha = 1, bool interactable = true) Parameters Type Name Description float alpha bool interactable Returns Type Description SContainerOptions CellSize(float, float) Sets the cell size of the GridLayoutGroup attached to the root object. Declaration public SContainerOptions CellSize(float width, float height) Parameters Type Name Description float width Width of the cell. float height Height of the cell. Returns Type Description SContainerOptions ChildControl(bool?, bool?) Configures whether child elements in the container's horizontal or vertical layout should control their width and/or height. Declaration public SContainerOptions ChildControl(bool? width = null, bool? height = null) Parameters Type Name Description bool? width Optional. Set to true to enable child width control, false to disable. Set to null to keep the current setting. bool? height Optional. Set to true to enable child height control, false to disable. Set to null to keep the current setting. Returns Type Description SContainerOptions ChildExpand(bool?, bool?) Configures whether child elements in the container's horizontal or vertical layout should expand to fill available space. Declaration public SContainerOptions ChildExpand(bool? width = null, bool? height = null) Parameters Type Name Description bool? width Optional. Set to true to enable child width expansion, false to disable. Set to null to keep the current setting. bool? height Optional. Set to true to enable child height expansion, false to disable. Set to null to keep the current setting. Returns Type Description SContainerOptions Grid(int, float) Creates a grid layout with the given constraint count and spacing. Declaration public SContainerOptions Grid(int constraintCount, float spacing = 0) Parameters Type Name Description int constraintCount Number of the fixed rows or columns float spacing Returns Type Description SContainerOptions Horizontal(float, string) Configures the container's layout as horizontal with optional spacing and layout mode. Declaration public SContainerOptions Horizontal(float spacing = 0, string mode = null) Parameters Type Name Description float spacing Optional. The amount of spacing between elements. string mode Optional. The layout mode to apply (e.g., flexible, fixed, etc.). Returns Type Description SContainerOptions LayoutChildAlignment(TextAnchor) Sets the alignment of child elements within the container's horizontal or vertical layout. Declaration public SContainerOptions LayoutChildAlignment(TextAnchor alignment) Parameters Type Name Description TextAnchor alignment The alignment for child elements. Returns Type Description SContainerOptions LayoutMode(string) E = Expand, C = Control. First letter is width, second is height Declaration public SContainerOptions LayoutMode(string mode = \"ee\") Parameters Type Name Description string mode Returns Type Description SContainerOptions LayoutUseChildScale(bool?, bool?) Configures whether child elements in the container's horizontal or vertical layout should use child scale settings. Declaration public SContainerOptions LayoutUseChildScale(bool? width = null, bool? height = null) Parameters Type Name Description bool? width Optional. Set to true to enable child width scaling, false to disable. Set to null to keep the current setting. bool? height Optional. Set to true to enable child height scaling, false to disable. Set to null to keep the current setting. Returns Type Description SContainerOptions Opacity(float) Declaration public SContainerOptions Opacity(float alpha) Parameters Type Name Description float alpha Returns Type Description SContainerOptions OverrideSorting(int) Gets or adds a canvas and overrides the sorting order of the parent canvas. Declaration public SContainerOptions OverrideSorting(int sortingOrder) Parameters Type Name Description int sortingOrder Returns Type Description SContainerOptions Padding(float) Sets equal padding for all sides of the container's layout. Declaration public SContainerOptions Padding(float padding) Parameters Type Name Description float padding The amount of padding to apply on all sides. Returns Type Description SContainerOptions Padding(float, float, float, float) Sets padding for the container's layout on all sides individually. Declaration public SContainerOptions Padding(float left, float right, float top, float bottom) Parameters Type Name Description float left The amount of padding for the left side. float right The amount of padding for the right side. float top The amount of padding for the top side. float bottom The amount of padding for the bottom side. Returns Type Description SContainerOptions PaddingHorizontal(float) Sets horizontal padding for the container's layout. Declaration public SContainerOptions PaddingHorizontal(float padding) Parameters Type Name Description float padding The amount of horizontal padding to apply. Returns Type Description SContainerOptions PaddingVertical(float) Sets vertical padding for the container's layout. Declaration public SContainerOptions PaddingVertical(float padding) Parameters Type Name Description float padding The amount of vertical padding to apply. Returns Type Description SContainerOptions Spacing(float) Sets the spacing between elements in the container's horizontal or vertical layout. Declaration public virtual SContainerOptions Spacing(float spacing) Parameters Type Name Description float spacing The amount of spacing between elements. Returns Type Description SContainerOptions Spacing(float, float) Sets the spacing between rows and columns in the container's grid layout. Declaration public virtual SContainerOptions Spacing(float spacingRow, float spacingCol) Parameters Type Name Description float spacingRow The amount of spacing between rows. float spacingCol The amount of spacing between columns. Returns Type Description SContainerOptions Vertical(float, string) Configures the container's layout as vertical with optional spacing and layout mode. Declaration public SContainerOptions Vertical(float spacing = 0, string mode = null) Parameters Type Name Description float spacing Optional. The amount of spacing between elements. string mode Optional. The layout mode to apply (e.g., flexible, fixed, etc.). Returns Type Description SContainerOptions VisibilityObservalbleChanged(bool) Declaration protected override void VisibilityObservalbleChanged(bool value) Parameters Type Name Description bool value Overrides SUiElement.VisibilityObservalbleChanged(bool) Operators operator -(SContainerOptions, SUiElement) Declaration public static SContainerOptions operator -(SContainerOptions container, SUiElement element) Parameters Type Name Description SContainerOptions container SUiElement element Returns Type Description SContainerOptions" + }, + "api/SUI.SImageOptions.html": { + "href": "api/SUI.SImageOptions.html", + "title": "Class SImageOptions | RedLoader Docs", + "keywords": "Class SImageOptions Inheritance object SUiElement SUiElement SUiElement SImageOptions Inherited Members SUiElement.Observable SUiElement.Bind(Observable) SUiElement.Unbind() SUiElement.RegisterObservable(Observable) SUiElement.UnregisterObservable(Observable) SUiElement.OnObservaleChanged(Texture) SUiElement.TextObject SUiElement.VisibilityObservable SUiElement.VisibilityObservalbleChanged(bool) SUiElement.BindVisibility(Observable) SUiElement.UnbindVisibility() SUiElement.Name(string) SUiElement.Id(string) SUiElement.Class(string) SUiElement.Text(string) SUiElement.RichText(string) SUiElement.FontSize(int) SUiElement.FontAutoSize(bool) SUiElement.FontColor(Color) SUiElement.FontColor(string) SUiElement.Find(string) SUiElement.MinOffset(int?, int?) SUiElement.MaxOffset(int?, int?) SUiElement.Size(float?, float?) SUiElement.Size(Vector2) SUiElement.Position(float?, float?) SUiElement.Width(float) SUiElement.Height(float) SUiElement.PHeight(float) SUiElement.PWidth(float) SUiElement.MHeight(float) SUiElement.MWidth(float) SUiElement.FlexHeight(float) SUiElement.FlexWidth(float) SUiElement.RectPadding(float, float, float, float) SUiElement.RectPadding(float, float) SUiElement.RectPadding(float) SUiElement.HFill() SUiElement.VFill() SUiElement.VOffset(float, float) SUiElement.HOffset(float, float) SUiElement.Pivot(float?, float?) SUiElement.AspectRatio(AspectRatioFitter.AspectMode) SUiElement.Anchor(AnchorType) SUiElement.Dock(EDockType) SUiElement.Ppu(float) SUiElement.Visible(bool) SUiElement.Active(bool) SUiElement.Toggle() SUiElement.OnClick(Action) SUiElement.Add(SUiElement) SUiElement.this[string] SUiElement.RectTransform SUiElement.Root SUiElement.Parent SUiElement._id SUiElement._classes SUiElement.SetParent(Transform) SUiElement.SetParent(SUiElement) SUiElement.Remove() SUiElement.As() SUiElement.GetClass(string) SUiElement.GetOrAdd() object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: SUI Assembly: SonsSdk.dll Syntax public class SImageOptions : SUiElement Constructors SImageOptions(GameObject) Declaration public SImageOptions(GameObject root) Parameters Type Name Description GameObject root Fields ImageObject Declaration public RawImage ImageObject Field Value Type Description RawImage Methods OnObservaleChanged(Texture) Declaration protected override void OnObservaleChanged(Texture value) Parameters Type Name Description Texture value Overrides SUiElement.OnObservaleChanged(Texture) Texture(Texture) Declaration public SImageOptions Texture(Texture texture) Parameters Type Name Description Texture texture Returns Type Description SImageOptions" + }, + "api/SUI.SLabelDividerOptions.html": { + "href": "api/SUI.SLabelDividerOptions.html", + "title": "Class SLabelDividerOptions | RedLoader Docs", + "keywords": "Class SLabelDividerOptions Inheritance object SUiElement SUiElement SLabelDividerOptions Inherited Members SUiElement.TextObject SUiElement.VisibilityObservable SUiElement.VisibilityObservalbleChanged(bool) SUiElement.BindVisibility(Observable) SUiElement.UnbindVisibility() SUiElement.Name(string) SUiElement.Id(string) SUiElement.Class(string) SUiElement.Text(string) SUiElement.RichText(string) SUiElement.FontSize(int) SUiElement.FontAutoSize(bool) SUiElement.FontColor(Color) SUiElement.FontColor(string) SUiElement.Find(string) SUiElement.MinOffset(int?, int?) SUiElement.MaxOffset(int?, int?) SUiElement.Size(float?, float?) SUiElement.Size(Vector2) SUiElement.Position(float?, float?) SUiElement.Width(float) SUiElement.Height(float) SUiElement.PHeight(float) SUiElement.PWidth(float) SUiElement.MHeight(float) SUiElement.MWidth(float) SUiElement.FlexHeight(float) SUiElement.FlexWidth(float) SUiElement.RectPadding(float, float, float, float) SUiElement.RectPadding(float, float) SUiElement.RectPadding(float) SUiElement.HFill() SUiElement.VFill() SUiElement.VOffset(float, float) SUiElement.HOffset(float, float) SUiElement.Pivot(float?, float?) SUiElement.AspectRatio(AspectRatioFitter.AspectMode) SUiElement.Anchor(AnchorType) SUiElement.Dock(EDockType) SUiElement.Ppu(float) SUiElement.Visible(bool) SUiElement.Active(bool) SUiElement.Toggle() SUiElement.OnClick(Action) SUiElement.Add(SUiElement) SUiElement.this[string] SUiElement.RectTransform SUiElement.Root SUiElement.Parent SUiElement._id SUiElement._classes SUiElement.SetParent(Transform) SUiElement.SetParent(SUiElement) SUiElement.Remove() SUiElement.As() SUiElement.GetClass(string) SUiElement.GetOrAdd() object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: SUI Assembly: SonsSdk.dll Syntax public class SLabelDividerOptions : SUiElement Constructors SLabelDividerOptions(GameObject) Declaration public SLabelDividerOptions(GameObject root) Parameters Type Name Description GameObject root Fields ImageObject Declaration public RawImage ImageObject Field Value Type Description RawImage Methods Spacing(float) Declaration public SLabelDividerOptions Spacing(float spacing) Parameters Type Name Description float spacing Returns Type Description SLabelDividerOptions Texture(Texture2D) Declaration public SLabelDividerOptions Texture(Texture2D tex) Parameters Type Name Description Texture2D tex Returns Type Description SLabelDividerOptions" + }, + "api/SUI.SLabelOptions.html": { + "href": "api/SUI.SLabelOptions.html", + "title": "Class SLabelOptions | RedLoader Docs", + "keywords": "Class SLabelOptions Inheritance object SUiElement SUiElement SUiElement SLabelOptions Inherited Members SUiElement.Observable SUiElement.Bind(Observable) SUiElement.Unbind() SUiElement.RegisterObservable(Observable) SUiElement.UnregisterObservable(Observable) SUiElement.OnObservaleChanged(string) SUiElement.TextObject SUiElement.VisibilityObservable SUiElement.VisibilityObservalbleChanged(bool) SUiElement.BindVisibility(Observable) SUiElement.UnbindVisibility() SUiElement.Name(string) SUiElement.Id(string) SUiElement.Class(string) SUiElement.Text(string) SUiElement.RichText(string) SUiElement.FontSize(int) SUiElement.FontAutoSize(bool) SUiElement.FontColor(Color) SUiElement.FontColor(string) SUiElement.Find(string) SUiElement.MinOffset(int?, int?) SUiElement.MaxOffset(int?, int?) SUiElement.Size(float?, float?) SUiElement.Size(Vector2) SUiElement.Position(float?, float?) SUiElement.Width(float) SUiElement.Height(float) SUiElement.PHeight(float) SUiElement.PWidth(float) SUiElement.MHeight(float) SUiElement.MWidth(float) SUiElement.FlexHeight(float) SUiElement.FlexWidth(float) SUiElement.RectPadding(float, float, float, float) SUiElement.RectPadding(float, float) SUiElement.RectPadding(float) SUiElement.HFill() SUiElement.VFill() SUiElement.VOffset(float, float) SUiElement.HOffset(float, float) SUiElement.Pivot(float?, float?) SUiElement.AspectRatio(AspectRatioFitter.AspectMode) SUiElement.Anchor(AnchorType) SUiElement.Dock(EDockType) SUiElement.Ppu(float) SUiElement.Visible(bool) SUiElement.Active(bool) SUiElement.Toggle() SUiElement.OnClick(Action) SUiElement.Add(SUiElement) SUiElement.this[string] SUiElement.RectTransform SUiElement.Root SUiElement.Parent SUiElement._id SUiElement._classes SUiElement.SetParent(Transform) SUiElement.SetParent(SUiElement) SUiElement.Remove() SUiElement.As() SUiElement.GetClass(string) SUiElement.GetOrAdd() object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: SUI Assembly: SonsSdk.dll Syntax public class SLabelOptions : SUiElement Constructors SLabelOptions(GameObject) Declaration public SLabelOptions(GameObject root) Parameters Type Name Description GameObject root Methods Alignment(TextAlignmentOptions) Declaration public SLabelOptions Alignment(TextAlignmentOptions alignment) Parameters Type Name Description TextAlignmentOptions alignment Returns Type Description SLabelOptions AutoSizeContainer(bool) Declaration public SLabelOptions AutoSizeContainer(bool enable = true) Parameters Type Name Description bool enable Returns Type Description SLabelOptions Font(EFont) Declaration public SLabelOptions Font(SUI.EFont font) Parameters Type Name Description SUI.EFont font Returns Type Description SLabelOptions Font(TMP_FontAsset) Declaration public SLabelOptions Font(TMP_FontAsset font) Parameters Type Name Description TMP_FontAsset font Returns Type Description SLabelOptions FontSpacing(float) Declaration public SLabelOptions FontSpacing(float spacing) Parameters Type Name Description float spacing Returns Type Description SLabelOptions LineSpacing(float) Declaration public SLabelOptions LineSpacing(float spacing) Parameters Type Name Description float spacing Returns Type Description SLabelOptions Margin(int) Declaration public SLabelOptions Margin(int margin) Parameters Type Name Description int margin Returns Type Description SLabelOptions Margin(int, int) Declaration public SLabelOptions Margin(int leftRight, int topBottom) Parameters Type Name Description int leftRight int topBottom Returns Type Description SLabelOptions Margin(int, int, int, int) Declaration public SLabelOptions Margin(int left, int right, int top, int bottom) Parameters Type Name Description int left int right int top int bottom Returns Type Description SLabelOptions OnObservaleChanged(string) Declaration protected override void OnObservaleChanged(string value) Parameters Type Name Description string value Overrides SUiElement.OnObservaleChanged(string) RegisterObservable(Observable) Declaration protected override void RegisterObservable(Observable observable) Parameters Type Name Description Observable observable Overrides SUiElement.RegisterObservable(Observable) Wrap(bool) Declaration public SLabelOptions Wrap(bool wrap) Parameters Type Name Description bool wrap Returns Type Description SLabelOptions" + }, + "api/SUI.SMaskedImageOptions.html": { + "href": "api/SUI.SMaskedImageOptions.html", + "title": "Class SMaskedImageOptions | RedLoader Docs", + "keywords": "Class SMaskedImageOptions Inheritance object SUiElement SUiElement SMaskedImageOptions Inherited Members SUiElement.TextObject SUiElement.VisibilityObservable SUiElement.VisibilityObservalbleChanged(bool) SUiElement.BindVisibility(Observable) SUiElement.UnbindVisibility() SUiElement.Name(string) SUiElement.Id(string) SUiElement.Class(string) SUiElement.Text(string) SUiElement.RichText(string) SUiElement.FontSize(int) SUiElement.FontAutoSize(bool) SUiElement.FontColor(Color) SUiElement.FontColor(string) SUiElement.Find(string) SUiElement.MinOffset(int?, int?) SUiElement.MaxOffset(int?, int?) SUiElement.Size(float?, float?) SUiElement.Size(Vector2) SUiElement.Position(float?, float?) SUiElement.Width(float) SUiElement.Height(float) SUiElement.PHeight(float) SUiElement.PWidth(float) SUiElement.MHeight(float) SUiElement.MWidth(float) SUiElement.FlexHeight(float) SUiElement.FlexWidth(float) SUiElement.RectPadding(float, float, float, float) SUiElement.RectPadding(float, float) SUiElement.RectPadding(float) SUiElement.HFill() SUiElement.VFill() SUiElement.VOffset(float, float) SUiElement.HOffset(float, float) SUiElement.Pivot(float?, float?) SUiElement.AspectRatio(AspectRatioFitter.AspectMode) SUiElement.Anchor(AnchorType) SUiElement.Dock(EDockType) SUiElement.Ppu(float) SUiElement.Visible(bool) SUiElement.Active(bool) SUiElement.Toggle() SUiElement.OnClick(Action) SUiElement.Add(SUiElement) SUiElement.this[string] SUiElement.RectTransform SUiElement.Root SUiElement.Parent SUiElement._id SUiElement._classes SUiElement.SetParent(Transform) SUiElement.SetParent(SUiElement) SUiElement.Remove() SUiElement.As() SUiElement.GetClass(string) SUiElement.GetOrAdd() object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: SUI Assembly: SonsSdk.dll Syntax public class SMaskedImageOptions : SUiElement Constructors SMaskedImageOptions(GameObject) Declaration public SMaskedImageOptions(GameObject root) Parameters Type Name Description GameObject root Fields ImageObject Declaration public RawImage ImageObject Field Value Type Description RawImage Methods Texture(Texture2D) Declaration public SMaskedImageOptions Texture(Texture2D texture) Parameters Type Name Description Texture2D texture Returns Type Description SMaskedImageOptions" + }, + "api/SUI.SMenuButtonOptions.html": { + "href": "api/SUI.SMenuButtonOptions.html", + "title": "Class SMenuButtonOptions | RedLoader Docs", + "keywords": "Class SMenuButtonOptions Inheritance object SUiElement SUiElement SMenuButtonOptions Inherited Members SUiElement.TextObject SUiElement.VisibilityObservable SUiElement.VisibilityObservalbleChanged(bool) SUiElement.BindVisibility(Observable) SUiElement.UnbindVisibility() SUiElement.Name(string) SUiElement.Id(string) SUiElement.Class(string) SUiElement.RichText(string) SUiElement.FontAutoSize(bool) SUiElement.FontColor(Color) SUiElement.FontColor(string) SUiElement.Find(string) SUiElement.MinOffset(int?, int?) SUiElement.MaxOffset(int?, int?) SUiElement.Size(float?, float?) SUiElement.Size(Vector2) SUiElement.Position(float?, float?) SUiElement.Width(float) SUiElement.Height(float) SUiElement.PHeight(float) SUiElement.PWidth(float) SUiElement.MHeight(float) SUiElement.MWidth(float) SUiElement.FlexHeight(float) SUiElement.FlexWidth(float) SUiElement.RectPadding(float, float, float, float) SUiElement.RectPadding(float, float) SUiElement.RectPadding(float) SUiElement.HFill() SUiElement.VFill() SUiElement.VOffset(float, float) SUiElement.HOffset(float, float) SUiElement.Pivot(float?, float?) SUiElement.AspectRatio(AspectRatioFitter.AspectMode) SUiElement.Anchor(AnchorType) SUiElement.Dock(EDockType) SUiElement.Ppu(float) SUiElement.Visible(bool) SUiElement.Active(bool) SUiElement.Toggle() SUiElement.OnClick(Action) SUiElement.Add(SUiElement) SUiElement.this[string] SUiElement.RectTransform SUiElement.Root SUiElement.Parent SUiElement._id SUiElement._classes SUiElement.SetParent(Transform) SUiElement.SetParent(SUiElement) SUiElement.Remove() SUiElement.As() SUiElement.GetClass(string) SUiElement.GetOrAdd() object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: SUI Assembly: SonsSdk.dll Syntax public class SMenuButtonOptions : SUiElement Constructors SMenuButtonOptions(GameObject) Declaration public SMenuButtonOptions(GameObject root) Parameters Type Name Description GameObject root Fields ButtonObject Declaration public Button ButtonObject Field Value Type Description Button Methods FontSize(int) Set the font size of the main text object Declaration public override SMenuButtonOptions FontSize(int size) Parameters Type Name Description int size Returns Type Description SMenuButtonOptions Overrides SUiElement.FontSize(int) Notify(Action) Declaration public SMenuButtonOptions Notify(Action action) Parameters Type Name Description Action action Returns Type Description SMenuButtonOptions Text(string) Set the text of the main text object Declaration public override SMenuButtonOptions Text(string text) Parameters Type Name Description string text Returns Type Description SMenuButtonOptions Overrides SUiElement.Text(string)" + }, + "api/SUI.SOptionsOptions.html": { + "href": "api/SUI.SOptionsOptions.html", + "title": "Class SOptionsOptions | RedLoader Docs", + "keywords": "Class SOptionsOptions Inheritance object SUiElement SUiElement SUiElement SOptionsOptions Inherited Members SUiElement.Observable SUiElement.Bind(Observable) SUiElement.Unbind() SUiElement.RegisterObservable(Observable) SUiElement.UnregisterObservable(Observable) SUiElement.OnObservaleChanged(string) SUiElement.TextObject SUiElement.VisibilityObservable SUiElement.VisibilityObservalbleChanged(bool) SUiElement.BindVisibility(Observable) SUiElement.UnbindVisibility() SUiElement.Name(string) SUiElement.Id(string) SUiElement.Class(string) SUiElement.Text(string) SUiElement.RichText(string) SUiElement.FontSize(int) SUiElement.FontAutoSize(bool) SUiElement.FontColor(Color) SUiElement.FontColor(string) SUiElement.Find(string) SUiElement.MinOffset(int?, int?) SUiElement.MaxOffset(int?, int?) SUiElement.Size(float?, float?) SUiElement.Size(Vector2) SUiElement.Position(float?, float?) SUiElement.Width(float) SUiElement.Height(float) SUiElement.PHeight(float) SUiElement.PWidth(float) SUiElement.MHeight(float) SUiElement.MWidth(float) SUiElement.FlexHeight(float) SUiElement.FlexWidth(float) SUiElement.RectPadding(float, float, float, float) SUiElement.RectPadding(float, float) SUiElement.RectPadding(float) SUiElement.HFill() SUiElement.VFill() SUiElement.VOffset(float, float) SUiElement.HOffset(float, float) SUiElement.Pivot(float?, float?) SUiElement.AspectRatio(AspectRatioFitter.AspectMode) SUiElement.Anchor(AnchorType) SUiElement.Dock(EDockType) SUiElement.Ppu(float) SUiElement.Visible(bool) SUiElement.Active(bool) SUiElement.Toggle() SUiElement.OnClick(Action) SUiElement.Add(SUiElement) SUiElement.this[string] SUiElement.RectTransform SUiElement.Root SUiElement.Parent SUiElement._id SUiElement._classes SUiElement.SetParent(Transform) SUiElement.SetParent(SUiElement) SUiElement.Remove() SUiElement.As() SUiElement.GetClass(string) SUiElement.GetOrAdd() object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: SUI Assembly: SonsSdk.dll Syntax public class SOptionsOptions : SUiElement Constructors SOptionsOptions(GameObject) Declaration public SOptionsOptions(GameObject root) Parameters Type Name Description GameObject root Fields DropdownObject Declaration public SonsDropdown DropdownObject Field Value Type Description SonsDropdown Methods Background(EBackground) Declaration public SOptionsOptions Background(EBackground background) Parameters Type Name Description EBackground background Returns Type Description SOptionsOptions Background(bool) Declaration public SOptionsOptions Background(bool hasBackground) Parameters Type Name Description bool hasBackground Returns Type Description SOptionsOptions Background(Sprite) Declaration public SOptionsOptions Background(Sprite sprite) Parameters Type Name Description Sprite sprite Returns Type Description SOptionsOptions HideLabel(bool) Declaration public SOptionsOptions HideLabel(bool hide = true) Parameters Type Name Description bool hide Returns Type Description SOptionsOptions LabelWidth(float) Declaration public SOptionsOptions LabelWidth(float width) Parameters Type Name Description float width Returns Type Description SOptionsOptions Notify(Action) Declaration public SOptionsOptions Notify(Action action) Parameters Type Name Description Action action Returns Type Description SOptionsOptions Notify(Action) Declaration public SOptionsOptions Notify(Action action) Parameters Type Name Description Action action Returns Type Description SOptionsOptions OnObservaleChanged(string) Declaration protected override void OnObservaleChanged(string value) Parameters Type Name Description string value Overrides SUiElement.OnObservaleChanged(string) Options(params string[]) Declaration public SOptionsOptions Options(params string[] options) Parameters Type Name Description string[] options Returns Type Description SOptionsOptions RegisterObservable(Observable) Declaration protected override void RegisterObservable(Observable observable) Parameters Type Name Description Observable observable Overrides SUiElement.RegisterObservable(Observable) UnregisterObservable(Observable) Declaration protected override void UnregisterObservable(Observable observable) Parameters Type Name Description Observable observable Overrides SUiElement.UnregisterObservable(Observable) Value(int) Declaration public SOptionsOptions Value(int value) Parameters Type Name Description int value Returns Type Description SOptionsOptions Value(string) Declaration public SOptionsOptions Value(string value) Parameters Type Name Description string value Returns Type Description SOptionsOptions" + }, + "api/SUI.SPanelOptions.html": { + "href": "api/SUI.SPanelOptions.html", + "title": "Class SPanelOptions | RedLoader Docs", + "keywords": "Class SPanelOptions Inheritance object SUiElement SUiElement SContainerOptions SPanelOptions Inherited Members SContainerOptions.VisibilityObservalbleChanged(bool) SContainerOptions.BindVisibility(Observable, bool) SContainerOptions.Horizontal(float, string) SContainerOptions.Vertical(float, string) SContainerOptions.LayoutChildAlignment(TextAnchor) SContainerOptions.ChildControl(bool?, bool?) SContainerOptions.ChildExpand(bool?, bool?) SContainerOptions.LayoutUseChildScale(bool?, bool?) SContainerOptions.LayoutMode(string) SContainerOptions.Spacing(float) SContainerOptions.Spacing(float, float) SContainerOptions.Padding(float) SContainerOptions.Padding(float, float, float, float) SContainerOptions.PaddingHorizontal(float) SContainerOptions.PaddingVertical(float) SContainerOptions.Grid(int, float) SContainerOptions.CellSize(float, float) SContainerOptions.AutoSize(ContentSizeFitter.FitMode, ContentSizeFitter.FitMode) SContainerOptions.AutoSize(string) SContainerOptions.CanvasGroup(float, bool) SContainerOptions.Opacity(float) SContainerOptions.Background(Color, EBackground, Image.Type?) SContainerOptions.Background(SUI.BackgroundDefinition) SContainerOptions.Background(string, bool) SContainerOptions.Background(bool) SContainerOptions.Background(Sprite, Color?, Image.Type) SContainerOptions.OverrideSorting(int) SContainerOptions.this[SUiElement] SUiElement.TextObject SUiElement.VisibilityObservable SUiElement.BindVisibility(Observable) SUiElement.UnbindVisibility() SUiElement.Name(string) SUiElement.Id(string) SUiElement.Class(string) SUiElement.Text(string) SUiElement.RichText(string) SUiElement.FontSize(int) SUiElement.FontAutoSize(bool) SUiElement.FontColor(Color) SUiElement.FontColor(string) SUiElement.Find(string) SUiElement.MinOffset(int?, int?) SUiElement.MaxOffset(int?, int?) SUiElement.Size(float?, float?) SUiElement.Size(Vector2) SUiElement.Position(float?, float?) SUiElement.Width(float) SUiElement.Height(float) SUiElement.PHeight(float) SUiElement.PWidth(float) SUiElement.MHeight(float) SUiElement.MWidth(float) SUiElement.FlexHeight(float) SUiElement.FlexWidth(float) SUiElement.RectPadding(float, float, float, float) SUiElement.RectPadding(float, float) SUiElement.RectPadding(float) SUiElement.HFill() SUiElement.VFill() SUiElement.VOffset(float, float) SUiElement.HOffset(float, float) SUiElement.Pivot(float?, float?) SUiElement.AspectRatio(AspectRatioFitter.AspectMode) SUiElement.Anchor(AnchorType) SUiElement.Dock(EDockType) SUiElement.Ppu(float) SUiElement.Visible(bool) SUiElement.Active(bool) SUiElement.Toggle() SUiElement.OnClick(Action) SUiElement.Add(SUiElement) SUiElement.this[string] SUiElement.RectTransform SUiElement.Root SUiElement.Parent SUiElement._id SUiElement._classes SUiElement.SetParent(Transform) SUiElement.SetParent(SUiElement) SUiElement.Remove() SUiElement.As() SUiElement.GetClass(string) SUiElement.GetOrAdd() object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: SUI Assembly: SonsSdk.dll Syntax public class SPanelOptions : SContainerOptions Constructors SPanelOptions(GameObject) Declaration public SPanelOptions(GameObject root) Parameters Type Name Description GameObject root Properties Id Declaration public string Id { get; } Property Value Type Description string" + }, + "api/SUI.SScrollContainerOptions.html": { + "href": "api/SUI.SScrollContainerOptions.html", + "title": "Class SScrollContainerOptions | RedLoader Docs", + "keywords": "Class SScrollContainerOptions Inheritance object SUiElement SUiElement SContainerOptions SScrollContainerOptions Inherited Members SContainerOptions.VisibilityObservalbleChanged(bool) SContainerOptions.BindVisibility(Observable, bool) SContainerOptions.Horizontal(float, string) SContainerOptions.Vertical(float, string) SContainerOptions.LayoutChildAlignment(TextAnchor) SContainerOptions.ChildControl(bool?, bool?) SContainerOptions.ChildExpand(bool?, bool?) SContainerOptions.LayoutUseChildScale(bool?, bool?) SContainerOptions.LayoutMode(string) SContainerOptions.Spacing(float) SContainerOptions.Spacing(float, float) SContainerOptions.Padding(float) SContainerOptions.Padding(float, float, float, float) SContainerOptions.PaddingHorizontal(float) SContainerOptions.PaddingVertical(float) SContainerOptions.Grid(int, float) SContainerOptions.CellSize(float, float) SContainerOptions.AutoSize(ContentSizeFitter.FitMode, ContentSizeFitter.FitMode) SContainerOptions.AutoSize(string) SContainerOptions.CanvasGroup(float, bool) SContainerOptions.Opacity(float) SContainerOptions.Background(Color, EBackground, Image.Type?) SContainerOptions.Background(SUI.BackgroundDefinition) SContainerOptions.Background(string, bool) SContainerOptions.Background(bool) SContainerOptions.Background(Sprite, Color?, Image.Type) SContainerOptions.OverrideSorting(int) SContainerOptions.this[SUiElement] SUiElement.TextObject SUiElement.VisibilityObservable SUiElement.BindVisibility(Observable) SUiElement.UnbindVisibility() SUiElement.Name(string) SUiElement.Id(string) SUiElement.Class(string) SUiElement.Text(string) SUiElement.RichText(string) SUiElement.FontSize(int) SUiElement.FontAutoSize(bool) SUiElement.FontColor(Color) SUiElement.FontColor(string) SUiElement.Find(string) SUiElement.MinOffset(int?, int?) SUiElement.MaxOffset(int?, int?) SUiElement.Size(float?, float?) SUiElement.Size(Vector2) SUiElement.Position(float?, float?) SUiElement.Width(float) SUiElement.Height(float) SUiElement.PHeight(float) SUiElement.PWidth(float) SUiElement.MHeight(float) SUiElement.MWidth(float) SUiElement.FlexHeight(float) SUiElement.FlexWidth(float) SUiElement.RectPadding(float, float, float, float) SUiElement.RectPadding(float, float) SUiElement.RectPadding(float) SUiElement.HFill() SUiElement.VFill() SUiElement.VOffset(float, float) SUiElement.HOffset(float, float) SUiElement.Pivot(float?, float?) SUiElement.AspectRatio(AspectRatioFitter.AspectMode) SUiElement.Anchor(AnchorType) SUiElement.Dock(EDockType) SUiElement.Ppu(float) SUiElement.Visible(bool) SUiElement.Active(bool) SUiElement.Toggle() SUiElement.OnClick(Action) SUiElement.this[string] SUiElement.RectTransform SUiElement.Root SUiElement.Parent SUiElement._id SUiElement._classes SUiElement.SetParent(Transform) SUiElement.SetParent(SUiElement) SUiElement.Remove() SUiElement.As() SUiElement.GetClass(string) SUiElement.GetOrAdd() object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: SUI Assembly: SonsSdk.dll Syntax public class SScrollContainerOptions : SContainerOptions Constructors SScrollContainerOptions(GameObject) Declaration public SScrollContainerOptions(GameObject root) Parameters Type Name Description GameObject root Fields ContainerObject Declaration public SContainerOptions ContainerObject Field Value Type Description SContainerOptions Methods Add(SUiElement) Declaration public override SScrollContainerOptions Add(SUiElement element) Parameters Type Name Description SUiElement element Returns Type Description SScrollContainerOptions Overrides SUiElement.Add(SUiElement) ContainerPadding(int) Declaration public SScrollContainerOptions ContainerPadding(int padding) Parameters Type Name Description int padding Returns Type Description SScrollContainerOptions ContainerPadding(int, int, int, int) Declaration public SScrollContainerOptions ContainerPadding(int left, int right, int top, int bottom) Parameters Type Name Description int left int right int top int bottom Returns Type Description SScrollContainerOptions" + }, + "api/SUI.SSliderOptions.html": { + "href": "api/SUI.SSliderOptions.html", + "title": "Class SSliderOptions | RedLoader Docs", + "keywords": "Class SSliderOptions Inheritance object SUiElement SUiElement SUiElement SSliderOptions Inherited Members SUiElement.Observable SUiElement.Bind(Observable) SUiElement.Unbind() SUiElement.RegisterObservable(Observable) SUiElement.UnregisterObservable(Observable) SUiElement.OnObservaleChanged(float) SUiElement.TextObject SUiElement.VisibilityObservable SUiElement.VisibilityObservalbleChanged(bool) SUiElement.BindVisibility(Observable) SUiElement.UnbindVisibility() SUiElement.Name(string) SUiElement.Id(string) SUiElement.Class(string) SUiElement.Text(string) SUiElement.RichText(string) SUiElement.FontSize(int) SUiElement.FontAutoSize(bool) SUiElement.FontColor(Color) SUiElement.FontColor(string) SUiElement.Find(string) SUiElement.MinOffset(int?, int?) SUiElement.MaxOffset(int?, int?) SUiElement.Size(float?, float?) SUiElement.Size(Vector2) SUiElement.Position(float?, float?) SUiElement.Width(float) SUiElement.Height(float) SUiElement.PHeight(float) SUiElement.PWidth(float) SUiElement.MHeight(float) SUiElement.MWidth(float) SUiElement.FlexHeight(float) SUiElement.FlexWidth(float) SUiElement.RectPadding(float, float, float, float) SUiElement.RectPadding(float, float) SUiElement.RectPadding(float) SUiElement.HFill() SUiElement.VFill() SUiElement.VOffset(float, float) SUiElement.HOffset(float, float) SUiElement.Pivot(float?, float?) SUiElement.AspectRatio(AspectRatioFitter.AspectMode) SUiElement.Anchor(AnchorType) SUiElement.Dock(EDockType) SUiElement.Ppu(float) SUiElement.Visible(bool) SUiElement.Active(bool) SUiElement.Toggle() SUiElement.OnClick(Action) SUiElement.Add(SUiElement) SUiElement.this[string] SUiElement.RectTransform SUiElement.Root SUiElement.Parent SUiElement._id SUiElement._classes SUiElement.SetParent(Transform) SUiElement.SetParent(SUiElement) SUiElement.Remove() SUiElement.As() SUiElement.GetClass(string) SUiElement.GetOrAdd() object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: SUI Assembly: SonsSdk.dll Syntax public class SSliderOptions : SUiElement Constructors SSliderOptions(GameObject) Declaration public SSliderOptions(GameObject root) Parameters Type Name Description GameObject root Fields SliderObject Declaration public SonsSlider SliderObject Field Value Type Description SonsSlider Methods Background(EBackground) Declaration public SSliderOptions Background(EBackground background) Parameters Type Name Description EBackground background Returns Type Description SSliderOptions Background(bool) Declaration public SSliderOptions Background(bool hasBackground) Parameters Type Name Description bool hasBackground Returns Type Description SSliderOptions Background(Sprite) Declaration public SSliderOptions Background(Sprite sprite) Parameters Type Name Description Sprite sprite Returns Type Description SSliderOptions Format(string) Declaration public SSliderOptions Format(string format) Parameters Type Name Description string format Returns Type Description SSliderOptions InputFlexWidth(float) Declaration public SSliderOptions InputFlexWidth(float width) Parameters Type Name Description float width Returns Type Description SSliderOptions IntStep() Declaration public SSliderOptions IntStep() Returns Type Description SSliderOptions LabelWidth(float) Declaration public SSliderOptions LabelWidth(float width) Parameters Type Name Description float width Returns Type Description SSliderOptions Max(float) Declaration public SSliderOptions Max(float max) Parameters Type Name Description float max Returns Type Description SSliderOptions Min(float) Declaration public SSliderOptions Min(float min) Parameters Type Name Description float min Returns Type Description SSliderOptions Notify(Action) Declaration public SSliderOptions Notify(Action action) Parameters Type Name Description Action action Returns Type Description SSliderOptions OnObservaleChanged(float) Declaration protected override void OnObservaleChanged(float value) Parameters Type Name Description float value Overrides SUiElement.OnObservaleChanged(float) Options(VisibilityMask) Declaration public SSliderOptions Options(SSliderOptions.VisibilityMask mask) Parameters Type Name Description SSliderOptions.VisibilityMask mask Returns Type Description SSliderOptions Range(float, float) Declaration public SSliderOptions Range(float min, float max) Parameters Type Name Description float min float max Returns Type Description SSliderOptions RegisterObservable(Observable) Declaration protected override void RegisterObservable(Observable observable) Parameters Type Name Description Observable observable Overrides SUiElement.RegisterObservable(Observable) Step(float) Declaration public SSliderOptions Step(float step) Parameters Type Name Description float step Returns Type Description SSliderOptions UnregisterObservable(Observable) Declaration protected override void UnregisterObservable(Observable observable) Parameters Type Name Description Observable observable Overrides SUiElement.UnregisterObservable(Observable) Value(float) Declaration public SSliderOptions Value(float value) Parameters Type Name Description float value Returns Type Description SSliderOptions" + }, + "api/SUI.SSliderOptions.VisibilityMask.html": { + "href": "api/SUI.SSliderOptions.VisibilityMask.html", + "title": "Enum SSliderOptions.VisibilityMask | RedLoader Docs", + "keywords": "Enum SSliderOptions.VisibilityMask Namespace: SUI Assembly: SonsSdk.dll Syntax [Flags] public enum SSliderOptions.VisibilityMask Fields Name Description Buttons Label None Readout" + }, + "api/SUI.SSpriteOptions.html": { + "href": "api/SUI.SSpriteOptions.html", + "title": "Class SSpriteOptions | RedLoader Docs", + "keywords": "Class SSpriteOptions Inheritance object SUiElement SUiElement SUiElement SSpriteOptions Inherited Members SUiElement.Observable SUiElement.Bind(Observable) SUiElement.Unbind() SUiElement.RegisterObservable(Observable) SUiElement.UnregisterObservable(Observable) SUiElement.OnObservaleChanged(Sprite) SUiElement.TextObject SUiElement.VisibilityObservable SUiElement.VisibilityObservalbleChanged(bool) SUiElement.BindVisibility(Observable) SUiElement.UnbindVisibility() SUiElement.Name(string) SUiElement.Id(string) SUiElement.Class(string) SUiElement.Text(string) SUiElement.RichText(string) SUiElement.FontSize(int) SUiElement.FontAutoSize(bool) SUiElement.FontColor(Color) SUiElement.FontColor(string) SUiElement.Find(string) SUiElement.MinOffset(int?, int?) SUiElement.MaxOffset(int?, int?) SUiElement.Size(float?, float?) SUiElement.Size(Vector2) SUiElement.Position(float?, float?) SUiElement.Width(float) SUiElement.Height(float) SUiElement.PHeight(float) SUiElement.PWidth(float) SUiElement.MHeight(float) SUiElement.MWidth(float) SUiElement.FlexHeight(float) SUiElement.FlexWidth(float) SUiElement.RectPadding(float, float, float, float) SUiElement.RectPadding(float, float) SUiElement.RectPadding(float) SUiElement.HFill() SUiElement.VFill() SUiElement.VOffset(float, float) SUiElement.HOffset(float, float) SUiElement.Pivot(float?, float?) SUiElement.AspectRatio(AspectRatioFitter.AspectMode) SUiElement.Anchor(AnchorType) SUiElement.Dock(EDockType) SUiElement.Ppu(float) SUiElement.Visible(bool) SUiElement.Active(bool) SUiElement.Toggle() SUiElement.OnClick(Action) SUiElement.Add(SUiElement) SUiElement.this[string] SUiElement.RectTransform SUiElement.Root SUiElement.Parent SUiElement._id SUiElement._classes SUiElement.SetParent(Transform) SUiElement.SetParent(SUiElement) SUiElement.Remove() SUiElement.As() SUiElement.GetClass(string) SUiElement.GetOrAdd() object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: SUI Assembly: SonsSdk.dll Syntax public class SSpriteOptions : SUiElement Constructors SSpriteOptions(GameObject) Declaration public SSpriteOptions(GameObject root) Parameters Type Name Description GameObject root Fields ImageObject Declaration public Image ImageObject Field Value Type Description Image Methods Color(Color) Declaration public SSpriteOptions Color(Color color) Parameters Type Name Description Color color Returns Type Description SSpriteOptions OnObservaleChanged(Sprite) Declaration protected override void OnObservaleChanged(Sprite value) Parameters Type Name Description Sprite value Overrides SUiElement.OnObservaleChanged(Sprite) Sprite(Sprite) Declaration public SSpriteOptions Sprite(Sprite sprite) Parameters Type Name Description Sprite sprite Returns Type Description SSpriteOptions" + }, + "api/SUI.STabControllerOptions.html": { + "href": "api/SUI.STabControllerOptions.html", + "title": "Class STabControllerOptions | RedLoader Docs", + "keywords": "Class STabControllerOptions Inheritance object SUiElement SUiElement SContainerOptions STabControllerOptions Inherited Members SContainerOptions.VisibilityObservalbleChanged(bool) SContainerOptions.BindVisibility(Observable, bool) SContainerOptions.Horizontal(float, string) SContainerOptions.Vertical(float, string) SContainerOptions.LayoutChildAlignment(TextAnchor) SContainerOptions.ChildControl(bool?, bool?) SContainerOptions.ChildExpand(bool?, bool?) SContainerOptions.LayoutUseChildScale(bool?, bool?) SContainerOptions.LayoutMode(string) SContainerOptions.Spacing(float) SContainerOptions.Spacing(float, float) SContainerOptions.Padding(float) SContainerOptions.Padding(float, float, float, float) SContainerOptions.PaddingHorizontal(float) SContainerOptions.PaddingVertical(float) SContainerOptions.Grid(int, float) SContainerOptions.CellSize(float, float) SContainerOptions.AutoSize(ContentSizeFitter.FitMode, ContentSizeFitter.FitMode) SContainerOptions.AutoSize(string) SContainerOptions.CanvasGroup(float, bool) SContainerOptions.Opacity(float) SContainerOptions.Background(Color, EBackground, Image.Type?) SContainerOptions.Background(SUI.BackgroundDefinition) SContainerOptions.Background(string, bool) SContainerOptions.Background(bool) SContainerOptions.Background(Sprite, Color?, Image.Type) SContainerOptions.OverrideSorting(int) SContainerOptions.this[SUiElement] SUiElement.TextObject SUiElement.VisibilityObservable SUiElement.BindVisibility(Observable) SUiElement.UnbindVisibility() SUiElement.Name(string) SUiElement.Id(string) SUiElement.Class(string) SUiElement.Text(string) SUiElement.RichText(string) SUiElement.FontSize(int) SUiElement.FontAutoSize(bool) SUiElement.FontColor(Color) SUiElement.FontColor(string) SUiElement.Find(string) SUiElement.MinOffset(int?, int?) SUiElement.MaxOffset(int?, int?) SUiElement.Size(float?, float?) SUiElement.Size(Vector2) SUiElement.Position(float?, float?) SUiElement.Width(float) SUiElement.Height(float) SUiElement.PHeight(float) SUiElement.PWidth(float) SUiElement.MHeight(float) SUiElement.MWidth(float) SUiElement.FlexHeight(float) SUiElement.FlexWidth(float) SUiElement.RectPadding(float, float, float, float) SUiElement.RectPadding(float, float) SUiElement.RectPadding(float) SUiElement.HFill() SUiElement.VFill() SUiElement.VOffset(float, float) SUiElement.HOffset(float, float) SUiElement.Pivot(float?, float?) SUiElement.AspectRatio(AspectRatioFitter.AspectMode) SUiElement.Anchor(AnchorType) SUiElement.Dock(EDockType) SUiElement.Ppu(float) SUiElement.Visible(bool) SUiElement.Active(bool) SUiElement.Toggle() SUiElement.OnClick(Action) SUiElement.Add(SUiElement) SUiElement.this[string] SUiElement.RectTransform SUiElement.Root SUiElement.Parent SUiElement._id SUiElement._classes SUiElement.SetParent(Transform) SUiElement.SetParent(SUiElement) SUiElement.Remove() SUiElement.As() SUiElement.GetClass(string) SUiElement.GetOrAdd() object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: SUI Assembly: SonsSdk.dll Syntax public class STabControllerOptions : SContainerOptions Constructors STabControllerOptions(GameObject) Declaration public STabControllerOptions(GameObject root) Parameters Type Name Description GameObject root Fields TabContainer Declaration public SContainerOptions TabContainer Field Value Type Description SContainerOptions TabDivider Declaration public SContainerOptions TabDivider Field Value Type Description SContainerOptions TabHeader Declaration public SContainerOptions TabHeader Field Value Type Description SContainerOptions Tabs Declaration public Dictionary Tabs Field Value Type Description Dictionary Methods AddTab(TabDefinition) Declaration public STabControllerOptions AddTab(STabControllerOptions.TabDefinition tab) Parameters Type Name Description STabControllerOptions.TabDefinition tab Returns Type Description STabControllerOptions HideDivider(bool) Declaration public STabControllerOptions HideDivider(bool hide = true) Parameters Type Name Description bool hide Returns Type Description STabControllerOptions ShowTab(string) Declaration public STabControllerOptions ShowTab(string id) Parameters Type Name Description string id Returns Type Description STabControllerOptions" + }, + "api/SUI.STabControllerOptions.TabDefinition.html": { + "href": "api/SUI.STabControllerOptions.TabDefinition.html", + "title": "Struct STabControllerOptions.TabDefinition | RedLoader Docs", + "keywords": "Struct STabControllerOptions.TabDefinition Inherited Members ValueType.Equals(object) ValueType.GetHashCode() ValueType.ToString() object.GetType() object.Equals(object, object) object.ReferenceEquals(object, object) Namespace: SUI Assembly: SonsSdk.dll Syntax public struct STabControllerOptions.TabDefinition Constructors TabDefinition(string, string, SContainerOptions) Declaration public TabDefinition(string id, string name, SContainerOptions tabContent) Parameters Type Name Description string id string name SContainerOptions tabContent TabDefinition(string, string, SUiElement, SContainerOptions) Declaration public TabDefinition(string id, string name, SUiElement tab, SContainerOptions tabContent) Parameters Type Name Description string id string name SUiElement tab SContainerOptions tabContent Fields Id Declaration public string Id Field Value Type Description string Name Declaration public string Name Field Value Type Description string Tab Declaration public SUiElement Tab Field Value Type Description SUiElement TabContent Declaration public SContainerOptions TabContent Field Value Type Description SContainerOptions" + }, + "api/SUI.STextboxOptions.html": { + "href": "api/SUI.STextboxOptions.html", + "title": "Class STextboxOptions | RedLoader Docs", + "keywords": "Class STextboxOptions Inheritance object SUiElement SUiElement SUiElement STextboxOptions Inherited Members SUiElement.Observable SUiElement.Bind(Observable) SUiElement.Unbind() SUiElement.RegisterObservable(Observable) SUiElement.UnregisterObservable(Observable) SUiElement.OnObservaleChanged(string) SUiElement.TextObject SUiElement.VisibilityObservable SUiElement.VisibilityObservalbleChanged(bool) SUiElement.BindVisibility(Observable) SUiElement.UnbindVisibility() SUiElement.Name(string) SUiElement.Id(string) SUiElement.Class(string) SUiElement.Text(string) SUiElement.RichText(string) SUiElement.FontSize(int) SUiElement.FontAutoSize(bool) SUiElement.FontColor(Color) SUiElement.FontColor(string) SUiElement.Find(string) SUiElement.MinOffset(int?, int?) SUiElement.MaxOffset(int?, int?) SUiElement.Size(float?, float?) SUiElement.Size(Vector2) SUiElement.Position(float?, float?) SUiElement.Width(float) SUiElement.Height(float) SUiElement.PHeight(float) SUiElement.PWidth(float) SUiElement.MHeight(float) SUiElement.MWidth(float) SUiElement.FlexHeight(float) SUiElement.FlexWidth(float) SUiElement.RectPadding(float, float, float, float) SUiElement.RectPadding(float, float) SUiElement.RectPadding(float) SUiElement.HFill() SUiElement.VFill() SUiElement.VOffset(float, float) SUiElement.HOffset(float, float) SUiElement.Pivot(float?, float?) SUiElement.AspectRatio(AspectRatioFitter.AspectMode) SUiElement.Anchor(AnchorType) SUiElement.Dock(EDockType) SUiElement.Ppu(float) SUiElement.Visible(bool) SUiElement.Active(bool) SUiElement.Toggle() SUiElement.OnClick(Action) SUiElement.Add(SUiElement) SUiElement.this[string] SUiElement.RectTransform SUiElement.Root SUiElement.Parent SUiElement._id SUiElement._classes SUiElement.SetParent(Transform) SUiElement.SetParent(SUiElement) SUiElement.Remove() SUiElement.As() SUiElement.GetClass(string) SUiElement.GetOrAdd() object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: SUI Assembly: SonsSdk.dll Syntax public class STextboxOptions : SUiElement Constructors STextboxOptions(GameObject) Declaration public STextboxOptions(GameObject root) Parameters Type Name Description GameObject root Fields InputFieldObject Declaration public TMP_InputField InputFieldObject Field Value Type Description TMP_InputField PlaceholderObject Declaration public TextMeshProUGUI PlaceholderObject Field Value Type Description TextMeshProUGUI Properties InputTextObject Declaration public TMP_Text InputTextObject { get; } Property Value Type Description TMP_Text Methods Background(EBackground) Declaration public STextboxOptions Background(EBackground background) Parameters Type Name Description EBackground background Returns Type Description STextboxOptions Background(Sprite) Declaration public STextboxOptions Background(Sprite sprite) Parameters Type Name Description Sprite sprite Returns Type Description STextboxOptions CuddleLabel(bool, float) Declaration public STextboxOptions CuddleLabel(bool enable = true, float spacing = 10) Parameters Type Name Description bool enable float spacing Returns Type Description STextboxOptions HideLabel(bool) Declaration public STextboxOptions HideLabel(bool hide = true) Parameters Type Name Description bool hide Returns Type Description STextboxOptions InputFlexWidth(float) Declaration public STextboxOptions InputFlexWidth(float width) Parameters Type Name Description float width Returns Type Description STextboxOptions Notify(Action) Declaration public STextboxOptions Notify(Action action) Parameters Type Name Description Action action Returns Type Description STextboxOptions OnObservaleChanged(string) Declaration protected override void OnObservaleChanged(string value) Parameters Type Name Description string value Overrides SUiElement.OnObservaleChanged(string) Placeholder(string) Declaration public STextboxOptions Placeholder(string value) Parameters Type Name Description string value Returns Type Description STextboxOptions RegisterObservable(Observable) Declaration protected override void RegisterObservable(Observable observable) Parameters Type Name Description Observable observable Overrides SUiElement.RegisterObservable(Observable) UnregisterObservable(Observable) Declaration protected override void UnregisterObservable(Observable observable) Parameters Type Name Description Observable observable Overrides SUiElement.UnregisterObservable(Observable) Value(string) Declaration public STextboxOptions Value(string value) Parameters Type Name Description string value Returns Type Description STextboxOptions" + }, + "api/SUI.SToggleOptions.html": { + "href": "api/SUI.SToggleOptions.html", + "title": "Class SToggleOptions | RedLoader Docs", + "keywords": "Class SToggleOptions Inheritance object SUiElement SUiElement SUiElement SToggleOptions Inherited Members SUiElement.Observable SUiElement.Bind(Observable) SUiElement.Unbind() SUiElement.RegisterObservable(Observable) SUiElement.UnregisterObservable(Observable) SUiElement.OnObservaleChanged(bool) SUiElement.TextObject SUiElement.VisibilityObservable SUiElement.VisibilityObservalbleChanged(bool) SUiElement.BindVisibility(Observable) SUiElement.UnbindVisibility() SUiElement.Name(string) SUiElement.Id(string) SUiElement.Class(string) SUiElement.Text(string) SUiElement.RichText(string) SUiElement.FontSize(int) SUiElement.FontAutoSize(bool) SUiElement.FontColor(Color) SUiElement.FontColor(string) SUiElement.Find(string) SUiElement.MinOffset(int?, int?) SUiElement.MaxOffset(int?, int?) SUiElement.Size(float?, float?) SUiElement.Size(Vector2) SUiElement.Position(float?, float?) SUiElement.Width(float) SUiElement.Height(float) SUiElement.PHeight(float) SUiElement.PWidth(float) SUiElement.MHeight(float) SUiElement.MWidth(float) SUiElement.FlexHeight(float) SUiElement.FlexWidth(float) SUiElement.RectPadding(float, float, float, float) SUiElement.RectPadding(float, float) SUiElement.RectPadding(float) SUiElement.HFill() SUiElement.VFill() SUiElement.VOffset(float, float) SUiElement.HOffset(float, float) SUiElement.Pivot(float?, float?) SUiElement.AspectRatio(AspectRatioFitter.AspectMode) SUiElement.Anchor(AnchorType) SUiElement.Dock(EDockType) SUiElement.Ppu(float) SUiElement.Visible(bool) SUiElement.Active(bool) SUiElement.Toggle() SUiElement.OnClick(Action) SUiElement.Add(SUiElement) SUiElement.this[string] SUiElement.RectTransform SUiElement.Root SUiElement.Parent SUiElement._id SUiElement._classes SUiElement.SetParent(Transform) SUiElement.SetParent(SUiElement) SUiElement.Remove() SUiElement.As() SUiElement.GetClass(string) SUiElement.GetOrAdd() object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: SUI Assembly: SonsSdk.dll Syntax public class SToggleOptions : SUiElement Constructors SToggleOptions(GameObject) Declaration public SToggleOptions(GameObject root) Parameters Type Name Description GameObject root Fields ToggleObject Declaration public Toggle ToggleObject Field Value Type Description Toggle Methods Notify(Action) Declaration public SToggleOptions Notify(Action action) Parameters Type Name Description Action action Returns Type Description SToggleOptions OnObservaleChanged(bool) Declaration protected override void OnObservaleChanged(bool value) Parameters Type Name Description bool value Overrides SUiElement.OnObservaleChanged(bool) RegisterObservable(Observable) Declaration protected override void RegisterObservable(Observable observable) Parameters Type Name Description Observable observable Overrides SUiElement.RegisterObservable(Observable) UnregisterObservable(Observable) Declaration protected override void UnregisterObservable(Observable observable) Parameters Type Name Description Observable observable Overrides SUiElement.UnregisterObservable(Observable) Value(bool) Declaration public SToggleOptions Value(bool value) Parameters Type Name Description bool value Returns Type Description SToggleOptions" + }, + "api/SUI.SUI.BackgroundDefinition.html": { + "href": "api/SUI.SUI.BackgroundDefinition.html", + "title": "Struct SUI.BackgroundDefinition | RedLoader Docs", + "keywords": "Struct SUI.BackgroundDefinition Inherited Members ValueType.Equals(object) ValueType.GetHashCode() ValueType.ToString() object.GetType() object.Equals(object, object) object.ReferenceEquals(object, object) Namespace: SUI Assembly: SonsSdk.dll Syntax public struct SUI.BackgroundDefinition Constructors BackgroundDefinition(Color, Sprite, Type) Declaration public BackgroundDefinition(Color color, Sprite sprite, Image.Type type) Parameters Type Name Description Color color Sprite sprite Type type Fields Color Declaration public Color Color Field Value Type Description Color Sprite Declaration public Sprite Sprite Field Value Type Description Sprite Type Declaration public Image.Type Type Field Value Type Description Type Methods ApplyTo(Image) Declaration public void ApplyTo(Image image) Parameters Type Name Description Image image" + }, + "api/SUI.SUI.EFont.html": { + "href": "api/SUI.SUI.EFont.html", + "title": "Enum SUI.EFont | RedLoader Docs", + "keywords": "Enum SUI.EFont Namespace: SUI Assembly: SonsSdk.dll Syntax public enum SUI.EFont Fields Name Description FatDebug Montserrat NotoSans RobotoBlur RobotoBold RobotoDefault RobotoLight RobotoRegular" + }, + "api/SUI.SUI.html": { + "href": "api/SUI.SUI.html", + "title": "Class SUI | RedLoader Docs", + "keywords": "Class SUI Inheritance object SUI Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: SUI Assembly: SonsSdk.dll Syntax public class SUI Constructors SUI() Declaration public SUI() Fields BG_CYAN Declaration public static readonly Color BG_CYAN Field Value Type Description Color _panels Declaration public static Dictionary _panels Field Value Type Description Dictionary Properties AssetBundle Declaration public static AssetBundle AssetBundle { get; } Property Value Type Description AssetBundle BlurBackground Declaration public static Sprite BlurBackground { get; } Property Value Type Description Sprite Fonts Declaration public static IReadOnlyList Fonts { get; } Property Value Type Description IReadOnlyList IsInitialized Declaration public static bool IsInitialized { get; } Property Value Type Description bool SBackground Declaration public static SContainerOptions SBackground { get; } Property Value Type Description SContainerOptions SBgButton Declaration public static SBgButtonOptions SBgButton { get; } Property Value Type Description SBgButtonOptions SButton Declaration public static SButtonOptions SButton { get; } Property Value Type Description SButtonOptions SContainer Declaration public static SContainerOptions SContainer { get; } Property Value Type Description SContainerOptions SDiv Declaration public static SContainerOptions SDiv { get; } Property Value Type Description SContainerOptions SHorizontal Declaration public static SContainerOptions SHorizontal { get; } Property Value Type Description SContainerOptions SImage Declaration public static SImageOptions SImage { get; } Property Value Type Description SImageOptions SLabel Declaration public static SLabelOptions SLabel { get; } Property Value Type Description SLabelOptions SLabelDivider Declaration public static SLabelDividerOptions SLabelDivider { get; } Property Value Type Description SLabelDividerOptions SMaskedImage Declaration public static SMaskedImageOptions SMaskedImage { get; } Property Value Type Description SMaskedImageOptions SMenuButton Declaration public static SMenuButtonOptions SMenuButton { get; } Property Value Type Description SMenuButtonOptions SOptions Declaration public static SOptionsOptions SOptions { get; } Property Value Type Description SOptionsOptions SScrollContainer Declaration public static SScrollContainerOptions SScrollContainer { get; } Property Value Type Description SScrollContainerOptions SSlider Declaration public static SSliderOptions SSlider { get; } Property Value Type Description SSliderOptions SSprite Declaration public static SSpriteOptions SSprite { get; } Property Value Type Description SSpriteOptions STabController Declaration public static STabControllerOptions STabController { get; } Property Value Type Description STabControllerOptions STextbox Declaration public static STextboxOptions STextbox { get; } Property Value Type Description STextboxOptions SToggle Declaration public static SToggleOptions SToggle { get; } Property Value Type Description SToggleOptions SUIViewport Declaration public static Canvas SUIViewport { get; } Property Value Type Description Canvas SVertical Declaration public static SContainerOptions SVertical { get; } Property Value Type Description SContainerOptions SpriteBackground Declaration public static Sprite SpriteBackground { get; } Property Value Type Description Sprite SpriteBackground400ppu Declaration public static Sprite SpriteBackground400ppu { get; } Property Value Type Description Sprite Sprites Declaration public static IReadOnlyList Sprites { get; } Property Value Type Description IReadOnlyList Methods ColorFromString(string) Declaration public static Color ColorFromString(string color) Parameters Type Name Description string color Returns Type Description Color CreatePanel(Transform) Declaration public static SPanelOptions CreatePanel(Transform parent = null) Parameters Type Name Description Transform parent Returns Type Description SPanelOptions GetBackgroundSprite(EBackground) Declaration public static Sprite GetBackgroundSprite(EBackground type) Parameters Type Name Description EBackground type Returns Type Description Sprite GetFont(EFont) Declaration public static TMP_FontAsset GetFont(SUI.EFont font) Parameters Type Name Description SUI.EFont font Returns Type Description TMP_FontAsset GetPanel(string) Declaration public static SPanelOptions GetPanel(string id) Parameters Type Name Description string id Returns Type Description SPanelOptions GetSprite(string) Declaration public static Sprite GetSprite(string name) Parameters Type Name Description string name Returns Type Description Sprite RegisterNewPanel(string, bool, KeyCode?) Creates a new panel and registers it to the sui system. Declaration public static SPanelOptions RegisterNewPanel(string id, bool enableInput = false, KeyCode? toggleKey = null) Parameters Type Name Description string id The id by which you can manage the panel later. Needs to be unique bool enableInput If true enables the mouse and disables game keyboard input once the panel is showing KeyCode? toggleKey Optional key by which you can toggle the panel Returns Type Description SPanelOptions ToggleMenuPanel(string) Declaration public static bool ToggleMenuPanel(string id) Parameters Type Name Description string id Returns Type Description bool ToggleMenuPanel(string, bool) Declaration public static SPanelOptions ToggleMenuPanel(string id, bool show) Parameters Type Name Description string id bool show Returns Type Description SPanelOptions TogglePanel(string) Declaration public static bool TogglePanel(string id) Parameters Type Name Description string id Returns Type Description bool TogglePanel(string, bool) Declaration public static SPanelOptions TogglePanel(string id, bool show) Parameters Type Name Description string id bool show Returns Type Description SPanelOptions" + }, + "api/SUI.SUiElement-1.html": { + "href": "api/SUI.SUiElement-1.html", + "title": "Class SUiElement | RedLoader Docs", + "keywords": "Class SUiElement Inheritance object SUiElement SUiElement SBgButtonOptions SButtonOptions SContainerOptions SLabelDividerOptions SMaskedImageOptions SMenuButtonOptions SUiElement Inherited Members SUiElement.RectTransform SUiElement.Root SUiElement.Parent SUiElement._id SUiElement._classes SUiElement.SetParent(Transform) SUiElement.SetParent(SUiElement) SUiElement.Remove() SUiElement.As() SUiElement.GetClass(string) SUiElement.GetOrAdd() object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: SUI Assembly: SonsSdk.dll Syntax public class SUiElement : SUiElement Type Parameters Name Description T Constructors SUiElement(GameObject) Declaration public SUiElement(GameObject root) Parameters Type Name Description GameObject root Fields TextObject Declaration protected TMP_Text TextObject Field Value Type Description TMP_Text VisibilityObservable Declaration protected Observable VisibilityObservable Field Value Type Description Observable Properties this[string] Declaration public SUiElement this[string id] { get; } Parameters Type Name Description string id Property Value Type Description SUiElement Methods Active(bool) Set the root gameobject to active or inactive Declaration public T Active(bool active) Parameters Type Name Description bool active Returns Type Description T Add(SUiElement) Declaration public virtual T Add(SUiElement element) Parameters Type Name Description SUiElement element Returns Type Description T Anchor(AnchorType) Set the rect anchor Declaration public T Anchor(AnchorType anchorType) Parameters Type Name Description AnchorType anchorType Returns Type Description T AspectRatio(AspectMode) Sets the aspect ratio mode for the objects's aspect ratio fitter. Declaration public T AspectRatio(AspectRatioFitter.AspectMode mode) Parameters Type Name Description AspectMode mode The aspect ratio mode to apply. Returns Type Description T BindVisibility(Observable) Binds the visibility of the container to an observable boolean value. Declaration public T BindVisibility(Observable observable) Parameters Type Name Description Observable observable The observable boolean value to bind to. Returns Type Description T Class(string) Declaration public T Class(string classes) Parameters Type Name Description string classes Returns Type Description T Dock(EDockType) An abstraction of the anchor and offset settings Declaration public T Dock(EDockType type) Parameters Type Name Description EDockType type Returns Type Description T Find(string) Finds a child object and returns it as a SUiElement Declaration public TObj Find(string path) where TObj : SUiElement Parameters Type Name Description string path Returns Type Description TObj Type Parameters Name Description TObj FlexHeight(float) Declaration public T FlexHeight(float height) Parameters Type Name Description float height Returns Type Description T FlexWidth(float) Declaration public T FlexWidth(float width) Parameters Type Name Description float width Returns Type Description T FontAutoSize(bool) Toggle auto sizing of the main text object Declaration public T FontAutoSize(bool enabled) Parameters Type Name Description bool enabled Returns Type Description T FontColor(string) Declaration public T FontColor(string color) Parameters Type Name Description string color Returns Type Description T FontColor(Color) Set the font color of the main text object Declaration public T FontColor(Color color) Parameters Type Name Description Color color Returns Type Description T FontSize(int) Set the font size of the main text object Declaration public virtual T FontSize(int size) Parameters Type Name Description int size Returns Type Description T HFill() Sets the anchor and offsets to fill horizontally Declaration public T HFill() Returns Type Description T HOffset(float, float) Set the vertical rect offset Declaration public T HOffset(float left, float right) Parameters Type Name Description float left float right Returns Type Description T Height(float) Set the size delta height of the rect transform Declaration public T Height(float height) Parameters Type Name Description float height Returns Type Description T Id(string) Declaration public T Id(string id) Parameters Type Name Description string id Returns Type Description T MHeight(float) Set the minimum height of the layout element Declaration public T MHeight(float height) Parameters Type Name Description float height Returns Type Description T MWidth(float) Set the minimum width of the layout element Declaration public T MWidth(float width) Parameters Type Name Description float width Returns Type Description T MaxOffset(int?, int?) Set the maximum offset of the rect transform Declaration public T MaxOffset(int? x = null, int? y = null) Parameters Type Name Description int? x int? y Returns Type Description T MinOffset(int?, int?) Set the minimum offset of the rect transform Declaration public T MinOffset(int? x = null, int? y = null) Parameters Type Name Description int? x int? y Returns Type Description T Name(string) Declaration public T Name(string name) Parameters Type Name Description string name Returns Type Description T OnClick(Action) Fire an action when the container is clicked (FOR BUTTONS USE .Notify() INSTEAD) Declaration public T OnClick(Action action) Parameters Type Name Description Action action Returns Type Description T PHeight(float) Set the preferred height of the layout element Declaration public T PHeight(float height) Parameters Type Name Description float height Returns Type Description T PWidth(float) Set the preferred width of the layout element Declaration public T PWidth(float width) Parameters Type Name Description float width Returns Type Description T Pivot(float?, float?) Set the rect pivot Declaration public T Pivot(float? x = null, float? y = null) Parameters Type Name Description float? x float? y Returns Type Description T Position(float?, float?) Set the anchor position of the rect transform Declaration public T Position(float? x, float? y = null) Parameters Type Name Description float? x float? y Returns Type Description T Ppu(float) Sets the pixels per unit multiplier for the object's image. Declaration public T Ppu(float ppu) Parameters Type Name Description float ppu Returns Type Description T RectPadding(float) Set the offsets of the rect transform Declaration public T RectPadding(float padding) Parameters Type Name Description float padding Returns Type Description T RectPadding(float, float) Set the offsets of the rect transform Declaration public T RectPadding(float rightLeft, float topBottom) Parameters Type Name Description float rightLeft float topBottom Returns Type Description T RectPadding(float, float, float, float) Set the offsets of the rect transform Declaration public T RectPadding(float left, float right, float top, float bottom) Parameters Type Name Description float left float right float top float bottom Returns Type Description T RichText(string) Set the text of the main text object as rich text Declaration public virtual T RichText(string text) Parameters Type Name Description string text Returns Type Description T Size(float?, float?) Set the size delta of the rect transform Declaration public T Size(float? width = null, float? height = null) Parameters Type Name Description float? width float? height Returns Type Description T Size(Vector2) Set the size delta of the rect transform Declaration public T Size(Vector2 size) Parameters Type Name Description Vector2 size Returns Type Description T Text(string) Set the text of the main text object Declaration public virtual T Text(string text) Parameters Type Name Description string text Returns Type Description T Toggle() Toggle the root gameobject Declaration public T Toggle() Returns Type Description T UnbindVisibility() Unbinds the visibility of the container from any previously bound observable. Declaration public T UnbindVisibility() Returns Type Description T VFill() Sets the anchor and offsets to fill vertically Declaration public T VFill() Returns Type Description T VOffset(float, float) Set the horizontal rect offset Declaration public T VOffset(float top, float bottom) Parameters Type Name Description float top float bottom Returns Type Description T VisibilityObservalbleChanged(bool) Declaration protected virtual void VisibilityObservalbleChanged(bool value) Parameters Type Name Description bool value Visible(bool) Set the visibility of the element (by setting the alpha and blocking raycasts) Declaration public T Visible(bool visible) Parameters Type Name Description bool visible Returns Type Description T Width(float) Set the size delta width of the rect transform Declaration public T Width(float width) Parameters Type Name Description float width Returns Type Description T" + }, + "api/SUI.SUiElement-2.html": { + "href": "api/SUI.SUiElement-2.html", + "title": "Class SUiElement | RedLoader Docs", + "keywords": "Class SUiElement Inheritance object SUiElement SUiElement SUiElement SImageOptions SLabelOptions SOptionsOptions SSliderOptions SSpriteOptions STextboxOptions SToggleOptions Inherited Members SUiElement.TextObject SUiElement.VisibilityObservable SUiElement.VisibilityObservalbleChanged(bool) SUiElement.BindVisibility(Observable) SUiElement.UnbindVisibility() SUiElement.Name(string) SUiElement.Id(string) SUiElement.Class(string) SUiElement.Text(string) SUiElement.RichText(string) SUiElement.FontSize(int) SUiElement.FontAutoSize(bool) SUiElement.FontColor(Color) SUiElement.FontColor(string) SUiElement.Find(string) SUiElement.MinOffset(int?, int?) SUiElement.MaxOffset(int?, int?) SUiElement.Size(float?, float?) SUiElement.Size(Vector2) SUiElement.Position(float?, float?) SUiElement.Width(float) SUiElement.Height(float) SUiElement.PHeight(float) SUiElement.PWidth(float) SUiElement.MHeight(float) SUiElement.MWidth(float) SUiElement.FlexHeight(float) SUiElement.FlexWidth(float) SUiElement.RectPadding(float, float, float, float) SUiElement.RectPadding(float, float) SUiElement.RectPadding(float) SUiElement.HFill() SUiElement.VFill() SUiElement.VOffset(float, float) SUiElement.HOffset(float, float) SUiElement.Pivot(float?, float?) SUiElement.AspectRatio(AspectRatioFitter.AspectMode) SUiElement.Anchor(AnchorType) SUiElement.Dock(EDockType) SUiElement.Ppu(float) SUiElement.Visible(bool) SUiElement.Active(bool) SUiElement.Toggle() SUiElement.OnClick(Action) SUiElement.Add(SUiElement) SUiElement.this[string] SUiElement.RectTransform SUiElement.Root SUiElement.Parent SUiElement._id SUiElement._classes SUiElement.SetParent(Transform) SUiElement.SetParent(SUiElement) SUiElement.Remove() SUiElement.As() SUiElement.GetClass(string) SUiElement.GetOrAdd() object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: SUI Assembly: SonsSdk.dll Syntax public class SUiElement : SUiElement Type Parameters Name Description T TData Constructors SUiElement(GameObject) Declaration public SUiElement(GameObject root) Parameters Type Name Description GameObject root Fields Observable Declaration protected Observable Observable Field Value Type Description Observable Methods Bind(Observable) Bind an observable to the element value Declaration public T Bind(Observable observable) Parameters Type Name Description Observable observable Returns Type Description T OnObservaleChanged(TData) Declaration protected virtual void OnObservaleChanged(TData value) Parameters Type Name Description TData value RegisterObservable(Observable) Declaration protected virtual void RegisterObservable(Observable observable) Parameters Type Name Description Observable observable Unbind() Unbind the current observable from the element value Declaration public T Unbind() Returns Type Description T UnregisterObservable(Observable) Declaration protected virtual void UnregisterObservable(Observable observable) Parameters Type Name Description Observable observable" + }, + "api/SUI.SUiElement.html": { + "href": "api/SUI.SUiElement.html", + "title": "Class SUiElement | RedLoader Docs", + "keywords": "Class SUiElement Inheritance object SUiElement SUiElement Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: SUI Assembly: SonsSdk.dll Syntax public class SUiElement Constructors SUiElement(GameObject) Declaration public SUiElement(GameObject root) Parameters Type Name Description GameObject root Fields Parent Declaration public SUiElement Parent Field Value Type Description SUiElement RectTransform Declaration public RectTransform RectTransform Field Value Type Description RectTransform Root Declaration public GameObject Root Field Value Type Description GameObject _classes Declaration public List _classes Field Value Type Description List _id Declaration public string _id Field Value Type Description string Methods As() Declaration public T As() where T : SUiElement Returns Type Description T Type Parameters Name Description T GetClass(string) Declaration public List GetClass(string className) Parameters Type Name Description string className Returns Type Description List GetOrAdd() Declaration protected T GetOrAdd() where T : Component Returns Type Description T Type Parameters Name Description T Remove() Declaration public void Remove() SetParent(SUiElement) Declaration public void SetParent(SUiElement parent) Parameters Type Name Description SUiElement parent SetParent(Transform) Declaration public void SetParent(Transform parent) Parameters Type Name Description Transform parent" + }, "articles/bundles.html": { "href": "articles/bundles.html", "title": "Asset Bundles | RedLoader Docs", diff --git a/docs/manifest.json b/docs/manifest.json index d937ace..27738c8 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -1,6 +1,6 @@ { "homepages": [], - "source_base_path": "C:/Users/name1/Desktop/RedLoader/docfx_project", + "source_base_path": "I:/repos/MelonLoader/docfx_project", "xrefmap": "xrefmap.yml", "files": [ { @@ -11,6 +11,2286 @@ } } }, + { + "type": "ManagedReference", + "source_relative_path": "api/ForestNanosuit.UFileWriter.yml", + "output": { + ".html": { + "relative_path": "api/ForestNanosuit.UFileWriter.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/ForestNanosuit.yml", + "output": { + ".html": { + "relative_path": "api/ForestNanosuit.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Harmony.ConfiguredPatcher-1.yml", + "output": { + ".html": { + "relative_path": "api/Harmony.ConfiguredPatcher-1.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Harmony.ConfiguredPatcher.EMethodType.yml", + "output": { + ".html": { + "relative_path": "api/Harmony.ConfiguredPatcher.EMethodType.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Harmony.ConfiguredPatcher.yml", + "output": { + ".html": { + "relative_path": "api/Harmony.ConfiguredPatcher.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Harmony.yml", + "output": { + ".html": { + "relative_path": "api/Harmony.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.Assertions.LemonAssert.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.Assertions.LemonAssert.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.Assertions.LemonAssertException.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.Assertions.LemonAssertException.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.Assertions.LemonAssertMapping.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.Assertions.LemonAssertMapping.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.Assertions.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.Assertions.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.BieModWrapper.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.BieModWrapper.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.BuildInfo.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.BuildInfo.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.CollectionExtensions.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.CollectionExtensions.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.ConfigCategory.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.ConfigCategory.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.ConfigEntry-1.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.ConfigEntry-1.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.ConfigEntry.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.ConfigEntry.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.ConfigSystem.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.ConfigSystem.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.CoreClrUtils.NativeStackWalk.NativeStackFrame.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.CoreClrUtils.NativeStackWalk.NativeStackFrame.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.CoreClrUtils.NativeStackWalk.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.CoreClrUtils.NativeStackWalk.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.CoreClrUtils.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.CoreClrUtils.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.CorePreferences.FConsoleRect.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.CorePreferences.FConsoleRect.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.CorePreferences.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.CorePreferences.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.CoroutineExtensions.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.CoroutineExtensions.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.Coroutines.CoroutineToken.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.Coroutines.CoroutineToken.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.Coroutines.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.Coroutines.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.EnumExtensions.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.EnumExtensions.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.GlobalEvents.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.GlobalEvents.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.HarmonyDontPatchAllAttribute.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.HarmonyDontPatchAllAttribute.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.ISupportModule_From.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.ISupportModule_From.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.ISupportModule_To.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.ISupportModule_To.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.Il2CppManagedEnumerable.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.Il2CppManagedEnumerable.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.Il2CppManagedEnumerator.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.Il2CppManagedEnumerator.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.IniFile.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.IniFile.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.InteropSupport.Interface.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.InteropSupport.Interface.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.InteropSupport.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.InteropSupport.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.LaunchOptions.AnalyticsBlocker.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.LaunchOptions.AnalyticsBlocker.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.LaunchOptions.Console.DisplayMode.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.LaunchOptions.Console.DisplayMode.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.LaunchOptions.Console.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.LaunchOptions.Console.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.LaunchOptions.Core.LoadModeEnum.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.LaunchOptions.Core.LoadModeEnum.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.LaunchOptions.Core.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.LaunchOptions.Core.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.LaunchOptions.Il2CppAssemblyGenerator.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.LaunchOptions.Il2CppAssemblyGenerator.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.LaunchOptions.Logger.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.LaunchOptions.Logger.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.LaunchOptions.SonsSdk.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.LaunchOptions.SonsSdk.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.LaunchOptions.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.LaunchOptions.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.LemonAction-1.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.LemonAction-1.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.LemonAction-2.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.LemonAction-2.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.LemonAction-3.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.LemonAction-3.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.LemonAction-4.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.LemonAction-4.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.LemonAction-5.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.LemonAction-5.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.LemonAction-6.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.LemonAction-6.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.LemonAction-7.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.LemonAction-7.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.LemonAction-8.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.LemonAction-8.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.LemonAction.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.LemonAction.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.LemonArraySegment-1.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.LemonArraySegment-1.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.LemonEnumerator-1.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.LemonEnumerator-1.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.LemonFunc-1.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.LemonFunc-1.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.LemonFunc-2.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.LemonFunc-2.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.LemonFunc-3.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.LemonFunc-3.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.LemonFunc-4.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.LemonFunc-4.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.LemonFunc-5.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.LemonFunc-5.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.LemonFunc-6.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.LemonFunc-6.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.LemonFunc-7.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.LemonFunc-7.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.LemonFunc-8.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.LemonFunc-8.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.LemonFunc-9.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.LemonFunc-9.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.LemonTuple-1.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.LemonTuple-1.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.LemonTuple-10.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.LemonTuple-10.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.LemonTuple-2.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.LemonTuple-2.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.LemonTuple-3.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.LemonTuple-3.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.LemonTuple-4.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.LemonTuple-4.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.LemonTuple-5.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.LemonTuple-5.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.LemonTuple-6.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.LemonTuple-6.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.LemonTuple-7.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.LemonTuple-7.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.LemonTuple-8.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.LemonTuple-8.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.LemonTuple-9.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.LemonTuple-9.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.LoaderUtils.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.LoaderUtils.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.ManagedIl2CppEnumerable.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.ManagedIl2CppEnumerable.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.ManagedIl2CppEnumerator.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.ManagedIl2CppEnumerator.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.Melon-1.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.Melon-1.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.MelonAdditionalCreditsAttribute.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.MelonAdditionalCreditsAttribute.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.MelonAdditionalDependenciesAttribute.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.MelonAdditionalDependenciesAttribute.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.MelonAssembly.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.MelonAssembly.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.MelonAuthorColorAttribute.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.MelonAuthorColorAttribute.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.MelonColorAttribute.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.MelonColorAttribute.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.MelonCompatibilityLayer.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.MelonCompatibilityLayer.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.MelonDebug.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.MelonDebug.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.MelonEvent-1.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.MelonEvent-1.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.MelonEvent-2.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.MelonEvent-2.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.MelonEvent-3.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.MelonEvent-3.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.MelonEvent-4.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.MelonEvent-4.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.MelonEvent-5.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.MelonEvent-5.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.MelonEvent-6.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.MelonEvent-6.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.MelonEvent-7.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.MelonEvent-7.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.MelonEvent-8.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.MelonEvent-8.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.MelonEvent.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.MelonEvent.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.MelonEventBase-1.MelonEventSubscriber.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.MelonEventBase-1.MelonEventSubscriber.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.MelonEventBase-1.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.MelonEventBase-1.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.MelonGameAttribute.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.MelonGameAttribute.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.MelonGameVersionAttribute.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.MelonGameVersionAttribute.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.MelonHandler.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.MelonHandler.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.MelonIDAttribute.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.MelonIDAttribute.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.MelonIncompatibleAssembliesAttribute.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.MelonIncompatibleAssembliesAttribute.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.MelonInfoAttribute.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.MelonInfoAttribute.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.MelonMod.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.MelonMod.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.MelonOptionalDependenciesAttribute.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.MelonOptionalDependenciesAttribute.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.MelonPlatformAttribute.CompatiblePlatforms.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.MelonPlatformAttribute.CompatiblePlatforms.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.MelonPlatformAttribute.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.MelonPlatformAttribute.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.MelonPlatformDomainAttribute.CompatibleDomains.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.MelonPlatformDomainAttribute.CompatibleDomains.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.MelonPlatformDomainAttribute.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.MelonPlatformDomainAttribute.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.MelonPlugin.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.MelonPlugin.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.MelonPriorityAttribute.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.MelonPriorityAttribute.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.MelonProcessAttribute.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.MelonProcessAttribute.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.ModBase.Incompatibility.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.ModBase.Incompatibility.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.ModBase.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.ModBase.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.ModTypeBase-1.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.ModTypeBase-1.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.NativeLibrary-1.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.NativeLibrary-1.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.NativeLibrary.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.NativeLibrary.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.Pastel.ConsoleExtensions.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.Pastel.ConsoleExtensions.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.Pastel.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.Pastel.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.PatchShield.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.PatchShield.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.Preferences.IValueRange.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.Preferences.IValueRange.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.Preferences.ReflectiveConfigCategory.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.Preferences.ReflectiveConfigCategory.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.Preferences.ValueRange-1.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.Preferences.ValueRange-1.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.Preferences.ValueValidator.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.Preferences.ValueValidator.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.Preferences.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.Preferences.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.RLog.Instance.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.RLog.Instance.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.RLog.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.RLog.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.RegisterTypeInIl2Cpp.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.RegisterTypeInIl2Cpp.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.ResolvedMelons.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.ResolvedMelons.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.RottenMelon.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.RottenMelon.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.TinyJSON.AfterDecode.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.TinyJSON.AfterDecode.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.TinyJSON.BeforeEncode.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.TinyJSON.BeforeEncode.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.TinyJSON.DecodeAlias.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.TinyJSON.DecodeAlias.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.TinyJSON.DecodeException.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.TinyJSON.DecodeException.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.TinyJSON.Decoder.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.TinyJSON.Decoder.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.TinyJSON.EncodeOptions.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.TinyJSON.EncodeOptions.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.TinyJSON.Encoder.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.TinyJSON.Encoder.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.TinyJSON.Exclude.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.TinyJSON.Exclude.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.TinyJSON.Extensions.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.TinyJSON.Extensions.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.TinyJSON.Include.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.TinyJSON.Include.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.TinyJSON.JSON.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.TinyJSON.JSON.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.TinyJSON.Load.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.TinyJSON.Load.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.TinyJSON.ProxyArray.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.TinyJSON.ProxyArray.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.TinyJSON.ProxyBoolean.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.TinyJSON.ProxyBoolean.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.TinyJSON.ProxyNumber.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.TinyJSON.ProxyNumber.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.TinyJSON.ProxyObject.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.TinyJSON.ProxyObject.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.TinyJSON.ProxyString.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.TinyJSON.ProxyString.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.TinyJSON.Skip.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.TinyJSON.Skip.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.TinyJSON.TypeHint.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.TinyJSON.TypeHint.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.TinyJSON.Variant.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.TinyJSON.Variant.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.TinyJSON.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.TinyJSON.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.TomlMapper.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.TomlMapper.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.Utils.BufferedAdder-1.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.Utils.BufferedAdder-1.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.Utils.CodeWriter.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.Utils.CodeWriter.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.Utils.CommonExtensions.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.Utils.CommonExtensions.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.Utils.FileWriter.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.Utils.FileWriter.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.Utils.LoaderEnvironment.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.Utils.LoaderEnvironment.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.Utils.PathObject.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.Utils.PathObject.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.Utils.SingleShotHandler.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.Utils.SingleShotHandler.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.Utils.SteamManifestReader.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.Utils.SteamManifestReader.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.Utils.TimingLogger.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.Utils.TimingLogger.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.Utils.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.Utils.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.VerifyLoaderBuildAttribute.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.VerifyLoaderBuildAttribute.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.VerifyLoaderVersionAttribute.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.VerifyLoaderVersionAttribute.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/RedLoader.yml", + "output": { + ".html": { + "relative_path": "api/RedLoader.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SUI.AnchorType.yml", + "output": { + ".html": { + "relative_path": "api/SUI.AnchorType.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SUI.AutoSizeType.yml", + "output": { + ".html": { + "relative_path": "api/SUI.AutoSizeType.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SUI.EBackground.yml", + "output": { + ".html": { + "relative_path": "api/SUI.EBackground.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SUI.EDockType.yml", + "output": { + ".html": { + "relative_path": "api/SUI.EDockType.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SUI.EObservableMode.yml", + "output": { + ".html": { + "relative_path": "api/SUI.EObservableMode.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SUI.FlexStyle.yml", + "output": { + ".html": { + "relative_path": "api/SUI.FlexStyle.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SUI.Observable-1.yml", + "output": { + ".html": { + "relative_path": "api/SUI.Observable-1.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SUI.Observable.yml", + "output": { + ".html": { + "relative_path": "api/SUI.Observable.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SUI.SBgButtonOptions.yml", + "output": { + ".html": { + "relative_path": "api/SUI.SBgButtonOptions.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SUI.SButtonOptions.yml", + "output": { + ".html": { + "relative_path": "api/SUI.SButtonOptions.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SUI.SContainerOptions.yml", + "output": { + ".html": { + "relative_path": "api/SUI.SContainerOptions.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SUI.SImageOptions.yml", + "output": { + ".html": { + "relative_path": "api/SUI.SImageOptions.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SUI.SLabelDividerOptions.yml", + "output": { + ".html": { + "relative_path": "api/SUI.SLabelDividerOptions.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SUI.SLabelOptions.yml", + "output": { + ".html": { + "relative_path": "api/SUI.SLabelOptions.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SUI.SMaskedImageOptions.yml", + "output": { + ".html": { + "relative_path": "api/SUI.SMaskedImageOptions.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SUI.SMenuButtonOptions.yml", + "output": { + ".html": { + "relative_path": "api/SUI.SMenuButtonOptions.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SUI.SOptionsOptions.yml", + "output": { + ".html": { + "relative_path": "api/SUI.SOptionsOptions.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SUI.SPanelOptions.yml", + "output": { + ".html": { + "relative_path": "api/SUI.SPanelOptions.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SUI.SScrollContainerOptions.yml", + "output": { + ".html": { + "relative_path": "api/SUI.SScrollContainerOptions.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SUI.SSliderOptions.VisibilityMask.yml", + "output": { + ".html": { + "relative_path": "api/SUI.SSliderOptions.VisibilityMask.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SUI.SSliderOptions.yml", + "output": { + ".html": { + "relative_path": "api/SUI.SSliderOptions.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SUI.SSpriteOptions.yml", + "output": { + ".html": { + "relative_path": "api/SUI.SSpriteOptions.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SUI.STabControllerOptions.TabDefinition.yml", + "output": { + ".html": { + "relative_path": "api/SUI.STabControllerOptions.TabDefinition.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SUI.STabControllerOptions.yml", + "output": { + ".html": { + "relative_path": "api/SUI.STabControllerOptions.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SUI.STextboxOptions.yml", + "output": { + ".html": { + "relative_path": "api/SUI.STextboxOptions.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SUI.SToggleOptions.yml", + "output": { + ".html": { + "relative_path": "api/SUI.SToggleOptions.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SUI.SUI.BackgroundDefinition.yml", + "output": { + ".html": { + "relative_path": "api/SUI.SUI.BackgroundDefinition.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SUI.SUI.EFont.yml", + "output": { + ".html": { + "relative_path": "api/SUI.SUI.EFont.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SUI.SUI.yml", + "output": { + ".html": { + "relative_path": "api/SUI.SUI.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SUI.SUiElement-1.yml", + "output": { + ".html": { + "relative_path": "api/SUI.SUiElement-1.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SUI.SUiElement-2.yml", + "output": { + ".html": { + "relative_path": "api/SUI.SUiElement-2.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SUI.SUiElement.yml", + "output": { + ".html": { + "relative_path": "api/SUI.SUiElement.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SUI.yml", + "output": { + ".html": { + "relative_path": "api/SUI.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Semver.SemVersion.yml", + "output": { + ".html": { + "relative_path": "api/Semver.SemVersion.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Semver.yml", + "output": { + ".html": { + "relative_path": "api/Semver.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SonsSdk.ActorTools.yml", + "output": { + ".html": { + "relative_path": "api/SonsSdk.ActorTools.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SonsSdk.AssetLoaders.yml", + "output": { + ".html": { + "relative_path": "api/SonsSdk.AssetLoaders.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SonsSdk.Attributes.AssetBundleAttribute.yml", + "output": { + ".html": { + "relative_path": "api/SonsSdk.Attributes.AssetBundleAttribute.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SonsSdk.Attributes.AssetReferenceAttribute.yml", + "output": { + ".html": { + "relative_path": "api/SonsSdk.Attributes.AssetReferenceAttribute.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SonsSdk.Attributes.DebugCommandAttribute.yml", + "output": { + ".html": { + "relative_path": "api/SonsSdk.Attributes.DebugCommandAttribute.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SonsSdk.Attributes.DebugPropAttribute.yml", + "output": { + ".html": { + "relative_path": "api/SonsSdk.Attributes.DebugPropAttribute.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SonsSdk.Attributes.yml", + "output": { + ".html": { + "relative_path": "api/SonsSdk.Attributes.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SonsSdk.CommonExtensions.yml", + "output": { + ".html": { + "relative_path": "api/SonsSdk.CommonExtensions.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SonsSdk.DebugTools.LineDrawer.yml", + "output": { + ".html": { + "relative_path": "api/SonsSdk.DebugTools.LineDrawer.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SonsSdk.DebugTools.yml", + "output": { + ".html": { + "relative_path": "api/SonsSdk.DebugTools.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SonsSdk.Exceptions.NotInWorldException.yml", + "output": { + ".html": { + "relative_path": "api/SonsSdk.Exceptions.NotInWorldException.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SonsSdk.Exceptions.yml", + "output": { + ".html": { + "relative_path": "api/SonsSdk.Exceptions.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SonsSdk.GlobalInput.yml", + "output": { + ".html": { + "relative_path": "api/SonsSdk.GlobalInput.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SonsSdk.ImLineDrawer.yml", + "output": { + ".html": { + "relative_path": "api/SonsSdk.ImLineDrawer.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SonsSdk.ItemTools.EPrefabType.yml", + "output": { + ".html": { + "relative_path": "api/SonsSdk.ItemTools.EPrefabType.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SonsSdk.ItemTools.ItemHook.yml", + "output": { + ".html": { + "relative_path": "api/SonsSdk.ItemTools.ItemHook.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SonsSdk.ItemTools.yml", + "output": { + ".html": { + "relative_path": "api/SonsSdk.ItemTools.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SonsSdk.ManifestData.yml", + "output": { + ".html": { + "relative_path": "api/SonsSdk.ManifestData.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SonsSdk.MemberDebugger.yml", + "output": { + ".html": { + "relative_path": "api/SonsSdk.MemberDebugger.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SonsSdk.SdkEvents.ESonsScene.yml", + "output": { + ".html": { + "relative_path": "api/SonsSdk.SdkEvents.ESonsScene.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SonsSdk.SdkEvents.yml", + "output": { + ".html": { + "relative_path": "api/SonsSdk.SdkEvents.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SonsSdk.SonsMod.ModConfigurator.yml", + "output": { + ".html": { + "relative_path": "api/SonsSdk.SonsMod.ModConfigurator.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SonsSdk.SonsMod.yml", + "output": { + ".html": { + "relative_path": "api/SonsSdk.SonsMod.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SonsSdk.SonsTools.yml", + "output": { + ".html": { + "relative_path": "api/SonsSdk.SonsTools.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SonsSdk.SoundPlayer.yml", + "output": { + ".html": { + "relative_path": "api/SonsSdk.SoundPlayer.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SonsSdk.SoundTools.Debugging.yml", + "output": { + ".html": { + "relative_path": "api/SonsSdk.SoundTools.Debugging.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SonsSdk.SoundTools.yml", + "output": { + ".html": { + "relative_path": "api/SonsSdk.SoundTools.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SonsSdk.UnityUtils.yml", + "output": { + ".html": { + "relative_path": "api/SonsSdk.UnityUtils.html" + } + }, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/SonsSdk.yml", + "output": { + ".html": { + "relative_path": "api/SonsSdk.html" + } + }, + "version": "" + }, { "type": "Conceptual", "source_relative_path": "api/index.md", @@ -21,6 +2301,16 @@ }, "version": "" }, + { + "type": "Toc", + "source_relative_path": "api/toc.yml", + "output": { + ".html": { + "relative_path": "api/toc.html" + } + }, + "version": "" + }, { "type": "Conceptual", "source_relative_path": "articles/bundles.md", diff --git a/docs/toc.html b/docs/toc.html index 2de4c93..30b51e6 100644 --- a/docs/toc.html +++ b/docs/toc.html @@ -17,7 +17,7 @@
  • - Api Reference + Api Reference
  • diff --git a/docs/xrefmap.yml b/docs/xrefmap.yml index ee6d062..ea4e0d6 100644 --- a/docs/xrefmap.yml +++ b/docs/xrefmap.yml @@ -1,3 +1,19410 @@ ### YamlMime:XRefMap sorted: true -references: [] +references: +- uid: ForestNanosuit + name: ForestNanosuit + href: api/ForestNanosuit.html + commentId: N:ForestNanosuit + fullName: ForestNanosuit + nameWithType: ForestNanosuit +- uid: ForestNanosuit.UFileWriter + name: UFileWriter + href: api/ForestNanosuit.UFileWriter.html + commentId: T:ForestNanosuit.UFileWriter + fullName: ForestNanosuit.UFileWriter + nameWithType: UFileWriter +- uid: ForestNanosuit.UFileWriter.#ctor(System.String) + name: UFileWriter(string) + href: api/ForestNanosuit.UFileWriter.html#ForestNanosuit_UFileWriter__ctor_System_String_ + commentId: M:ForestNanosuit.UFileWriter.#ctor(System.String) + name.vb: New(String) + fullName: ForestNanosuit.UFileWriter.UFileWriter(string) + fullName.vb: ForestNanosuit.UFileWriter.New(String) + nameWithType: UFileWriter.UFileWriter(string) + nameWithType.vb: UFileWriter.New(String) +- uid: ForestNanosuit.UFileWriter.#ctor* + name: UFileWriter + href: api/ForestNanosuit.UFileWriter.html#ForestNanosuit_UFileWriter__ctor_ + commentId: Overload:ForestNanosuit.UFileWriter.#ctor + name.vb: New + fullName: ForestNanosuit.UFileWriter.UFileWriter + fullName.vb: ForestNanosuit.UFileWriter.New + nameWithType: UFileWriter.UFileWriter + nameWithType.vb: UFileWriter.New +- uid: ForestNanosuit.UFileWriter.Add(System.String) + name: Add(string) + href: api/ForestNanosuit.UFileWriter.html#ForestNanosuit_UFileWriter_Add_System_String_ + commentId: M:ForestNanosuit.UFileWriter.Add(System.String) + name.vb: Add(String) + fullName: ForestNanosuit.UFileWriter.Add(string) + fullName.vb: ForestNanosuit.UFileWriter.Add(String) + nameWithType: UFileWriter.Add(string) + nameWithType.vb: UFileWriter.Add(String) +- uid: ForestNanosuit.UFileWriter.Add* + name: Add + href: api/ForestNanosuit.UFileWriter.html#ForestNanosuit_UFileWriter_Add_ + commentId: Overload:ForestNanosuit.UFileWriter.Add + fullName: ForestNanosuit.UFileWriter.Add + nameWithType: UFileWriter.Add +- uid: ForestNanosuit.UFileWriter.Content + name: Content + href: api/ForestNanosuit.UFileWriter.html#ForestNanosuit_UFileWriter_Content + commentId: P:ForestNanosuit.UFileWriter.Content + fullName: ForestNanosuit.UFileWriter.Content + nameWithType: UFileWriter.Content +- uid: ForestNanosuit.UFileWriter.Content* + name: Content + href: api/ForestNanosuit.UFileWriter.html#ForestNanosuit_UFileWriter_Content_ + commentId: Overload:ForestNanosuit.UFileWriter.Content + fullName: ForestNanosuit.UFileWriter.Content + nameWithType: UFileWriter.Content +- uid: ForestNanosuit.UFileWriter.Line + name: Line() + href: api/ForestNanosuit.UFileWriter.html#ForestNanosuit_UFileWriter_Line + commentId: M:ForestNanosuit.UFileWriter.Line + fullName: ForestNanosuit.UFileWriter.Line() + nameWithType: UFileWriter.Line() +- uid: ForestNanosuit.UFileWriter.Line(System.String) + name: Line(string) + href: api/ForestNanosuit.UFileWriter.html#ForestNanosuit_UFileWriter_Line_System_String_ + commentId: M:ForestNanosuit.UFileWriter.Line(System.String) + name.vb: Line(String) + fullName: ForestNanosuit.UFileWriter.Line(string) + fullName.vb: ForestNanosuit.UFileWriter.Line(String) + nameWithType: UFileWriter.Line(string) + nameWithType.vb: UFileWriter.Line(String) +- uid: ForestNanosuit.UFileWriter.Line* + name: Line + href: api/ForestNanosuit.UFileWriter.html#ForestNanosuit_UFileWriter_Line_ + commentId: Overload:ForestNanosuit.UFileWriter.Line + fullName: ForestNanosuit.UFileWriter.Line + nameWithType: UFileWriter.Line +- uid: ForestNanosuit.UFileWriter.Save + name: Save() + href: api/ForestNanosuit.UFileWriter.html#ForestNanosuit_UFileWriter_Save + commentId: M:ForestNanosuit.UFileWriter.Save + fullName: ForestNanosuit.UFileWriter.Save() + nameWithType: UFileWriter.Save() +- uid: ForestNanosuit.UFileWriter.Save* + name: Save + href: api/ForestNanosuit.UFileWriter.html#ForestNanosuit_UFileWriter_Save_ + commentId: Overload:ForestNanosuit.UFileWriter.Save + fullName: ForestNanosuit.UFileWriter.Save + nameWithType: UFileWriter.Save +- uid: ForestNanosuit.UFileWriter.Tab + name: Tab() + href: api/ForestNanosuit.UFileWriter.html#ForestNanosuit_UFileWriter_Tab + commentId: M:ForestNanosuit.UFileWriter.Tab + fullName: ForestNanosuit.UFileWriter.Tab() + nameWithType: UFileWriter.Tab() +- uid: ForestNanosuit.UFileWriter.Tab* + name: Tab + href: api/ForestNanosuit.UFileWriter.html#ForestNanosuit_UFileWriter_Tab_ + commentId: Overload:ForestNanosuit.UFileWriter.Tab + fullName: ForestNanosuit.UFileWriter.Tab + nameWithType: UFileWriter.Tab +- uid: Harmony + name: Harmony + href: api/Harmony.html + commentId: N:Harmony + fullName: Harmony + nameWithType: Harmony +- uid: Harmony.ConfiguredPatcher + name: ConfiguredPatcher + href: api/Harmony.ConfiguredPatcher.html + commentId: T:Harmony.ConfiguredPatcher + fullName: Harmony.ConfiguredPatcher + nameWithType: ConfiguredPatcher +- uid: Harmony.ConfiguredPatcher.#ctor + name: ConfiguredPatcher() + href: api/Harmony.ConfiguredPatcher.html#Harmony_ConfiguredPatcher__ctor + commentId: M:Harmony.ConfiguredPatcher.#ctor + name.vb: New() + fullName: Harmony.ConfiguredPatcher.ConfiguredPatcher() + fullName.vb: Harmony.ConfiguredPatcher.New() + nameWithType: ConfiguredPatcher.ConfiguredPatcher() + nameWithType.vb: ConfiguredPatcher.New() +- uid: Harmony.ConfiguredPatcher.#ctor* + name: ConfiguredPatcher + href: api/Harmony.ConfiguredPatcher.html#Harmony_ConfiguredPatcher__ctor_ + commentId: Overload:Harmony.ConfiguredPatcher.#ctor + name.vb: New + fullName: Harmony.ConfiguredPatcher.ConfiguredPatcher + fullName.vb: Harmony.ConfiguredPatcher.New + nameWithType: ConfiguredPatcher.ConfiguredPatcher + nameWithType.vb: ConfiguredPatcher.New +- uid: Harmony.ConfiguredPatcher.EMethodType + name: ConfiguredPatcher.EMethodType + href: api/Harmony.ConfiguredPatcher.EMethodType.html + commentId: T:Harmony.ConfiguredPatcher.EMethodType + fullName: Harmony.ConfiguredPatcher.EMethodType + nameWithType: ConfiguredPatcher.EMethodType +- uid: Harmony.ConfiguredPatcher.EMethodType.PrivateInstance + name: PrivateInstance + href: api/Harmony.ConfiguredPatcher.EMethodType.html#Harmony_ConfiguredPatcher_EMethodType_PrivateInstance + commentId: F:Harmony.ConfiguredPatcher.EMethodType.PrivateInstance + fullName: Harmony.ConfiguredPatcher.EMethodType.PrivateInstance + nameWithType: ConfiguredPatcher.EMethodType.PrivateInstance +- uid: Harmony.ConfiguredPatcher.EMethodType.PrivateStatic + name: PrivateStatic + href: api/Harmony.ConfiguredPatcher.EMethodType.html#Harmony_ConfiguredPatcher_EMethodType_PrivateStatic + commentId: F:Harmony.ConfiguredPatcher.EMethodType.PrivateStatic + fullName: Harmony.ConfiguredPatcher.EMethodType.PrivateStatic + nameWithType: ConfiguredPatcher.EMethodType.PrivateStatic +- uid: Harmony.ConfiguredPatcher.EMethodType.PublicInstance + name: PublicInstance + href: api/Harmony.ConfiguredPatcher.EMethodType.html#Harmony_ConfiguredPatcher_EMethodType_PublicInstance + commentId: F:Harmony.ConfiguredPatcher.EMethodType.PublicInstance + fullName: Harmony.ConfiguredPatcher.EMethodType.PublicInstance + nameWithType: ConfiguredPatcher.EMethodType.PublicInstance +- uid: Harmony.ConfiguredPatcher.EMethodType.PublicStatic + name: PublicStatic + href: api/Harmony.ConfiguredPatcher.EMethodType.html#Harmony_ConfiguredPatcher_EMethodType_PublicStatic + commentId: F:Harmony.ConfiguredPatcher.EMethodType.PublicStatic + fullName: Harmony.ConfiguredPatcher.EMethodType.PublicStatic + nameWithType: ConfiguredPatcher.EMethodType.PublicStatic +- uid: Harmony.ConfiguredPatcher`1 + name: ConfiguredPatcher + href: api/Harmony.ConfiguredPatcher-1.html + commentId: T:Harmony.ConfiguredPatcher`1 + name.vb: ConfiguredPatcher(Of T) + fullName: Harmony.ConfiguredPatcher + fullName.vb: Harmony.ConfiguredPatcher(Of T) + nameWithType: ConfiguredPatcher + nameWithType.vb: ConfiguredPatcher(Of T) +- uid: Harmony.ConfiguredPatcher`1.#ctor(HarmonyLib.Harmony) + name: ConfiguredPatcher(Harmony) + href: api/Harmony.ConfiguredPatcher-1.html#Harmony_ConfiguredPatcher_1__ctor_HarmonyLib_Harmony_ + commentId: M:Harmony.ConfiguredPatcher`1.#ctor(HarmonyLib.Harmony) + name.vb: New(Harmony) + fullName: Harmony.ConfiguredPatcher.ConfiguredPatcher(HarmonyLib.Harmony) + fullName.vb: Harmony.ConfiguredPatcher(Of T).New(HarmonyLib.Harmony) + nameWithType: ConfiguredPatcher.ConfiguredPatcher(Harmony) + nameWithType.vb: ConfiguredPatcher(Of T).New(Harmony) +- uid: Harmony.ConfiguredPatcher`1.#ctor* + name: ConfiguredPatcher + href: api/Harmony.ConfiguredPatcher-1.html#Harmony_ConfiguredPatcher_1__ctor_ + commentId: Overload:Harmony.ConfiguredPatcher`1.#ctor + name.vb: New + fullName: Harmony.ConfiguredPatcher.ConfiguredPatcher + fullName.vb: Harmony.ConfiguredPatcher(Of T).New + nameWithType: ConfiguredPatcher.ConfiguredPatcher + nameWithType.vb: ConfiguredPatcher(Of T).New +- uid: Harmony.ConfiguredPatcher`1.Postfix* + name: Postfix + href: api/Harmony.ConfiguredPatcher-1.html#Harmony_ConfiguredPatcher_1_Postfix_ + commentId: Overload:Harmony.ConfiguredPatcher`1.Postfix + fullName: Harmony.ConfiguredPatcher.Postfix + fullName.vb: Harmony.ConfiguredPatcher(Of T).Postfix + nameWithType: ConfiguredPatcher.Postfix + nameWithType.vb: ConfiguredPatcher(Of T).Postfix +- uid: Harmony.ConfiguredPatcher`1.Postfix``1(System.String,System.String) + name: Postfix(string, string) + href: api/Harmony.ConfiguredPatcher-1.html#Harmony_ConfiguredPatcher_1_Postfix__1_System_String_System_String_ + commentId: M:Harmony.ConfiguredPatcher`1.Postfix``1(System.String,System.String) + name.vb: Postfix(Of T2)(String, String) + fullName: Harmony.ConfiguredPatcher.Postfix(string, string) + fullName.vb: Harmony.ConfiguredPatcher(Of T).Postfix(Of T2)(String, String) + nameWithType: ConfiguredPatcher.Postfix(string, string) + nameWithType.vb: ConfiguredPatcher(Of T).Postfix(Of T2)(String, String) +- uid: Harmony.ConfiguredPatcher`1.Prefix* + name: Prefix + href: api/Harmony.ConfiguredPatcher-1.html#Harmony_ConfiguredPatcher_1_Prefix_ + commentId: Overload:Harmony.ConfiguredPatcher`1.Prefix + fullName: Harmony.ConfiguredPatcher.Prefix + fullName.vb: Harmony.ConfiguredPatcher(Of T).Prefix + nameWithType: ConfiguredPatcher.Prefix + nameWithType.vb: ConfiguredPatcher(Of T).Prefix +- uid: Harmony.ConfiguredPatcher`1.Prefix``1(System.String,System.String,System.Type[]) + name: Prefix(string, string, params Type[]) + href: api/Harmony.ConfiguredPatcher-1.html#Harmony_ConfiguredPatcher_1_Prefix__1_System_String_System_String_System_Type___ + commentId: M:Harmony.ConfiguredPatcher`1.Prefix``1(System.String,System.String,System.Type[]) + name.vb: Prefix(Of T2)(String, String, ParamArray Type()) + fullName: Harmony.ConfiguredPatcher.Prefix(string, string, params System.Type[]) + fullName.vb: Harmony.ConfiguredPatcher(Of T).Prefix(Of T2)(String, String, ParamArray System.Type()) + nameWithType: ConfiguredPatcher.Prefix(string, string, params Type[]) + nameWithType.vb: ConfiguredPatcher(Of T).Prefix(Of T2)(String, String, ParamArray Type()) +- uid: RedLoader + name: RedLoader + href: api/RedLoader.html + commentId: N:RedLoader + fullName: RedLoader + nameWithType: RedLoader +- uid: RedLoader.Assertions + name: RedLoader.Assertions + href: api/RedLoader.Assertions.html + commentId: N:RedLoader.Assertions + fullName: RedLoader.Assertions + nameWithType: RedLoader.Assertions +- uid: RedLoader.Assertions.LemonAssert + name: LemonAssert + href: api/RedLoader.Assertions.LemonAssert.html + commentId: T:RedLoader.Assertions.LemonAssert + fullName: RedLoader.Assertions.LemonAssert + nameWithType: LemonAssert +- uid: RedLoader.Assertions.LemonAssert.IsEqual* + name: IsEqual + href: api/RedLoader.Assertions.LemonAssert.html#RedLoader_Assertions_LemonAssert_IsEqual_ + commentId: Overload:RedLoader.Assertions.LemonAssert.IsEqual + fullName: RedLoader.Assertions.LemonAssert.IsEqual + nameWithType: LemonAssert.IsEqual +- uid: RedLoader.Assertions.LemonAssert.IsEqual``1(``0,``0,System.String,System.Boolean) + name: IsEqual(T, T, string, bool) + href: api/RedLoader.Assertions.LemonAssert.html#RedLoader_Assertions_LemonAssert_IsEqual__1___0___0_System_String_System_Boolean_ + commentId: M:RedLoader.Assertions.LemonAssert.IsEqual``1(``0,``0,System.String,System.Boolean) + name.vb: IsEqual(Of T)(T, T, String, Boolean) + fullName: RedLoader.Assertions.LemonAssert.IsEqual(T, T, string, bool) + fullName.vb: RedLoader.Assertions.LemonAssert.IsEqual(Of T)(T, T, String, Boolean) + nameWithType: LemonAssert.IsEqual(T, T, string, bool) + nameWithType.vb: LemonAssert.IsEqual(Of T)(T, T, String, Boolean) +- uid: RedLoader.Assertions.LemonAssert.IsEqual``1(``0,``0,System.String) + name: IsEqual(T, T, string) + href: api/RedLoader.Assertions.LemonAssert.html#RedLoader_Assertions_LemonAssert_IsEqual__1___0___0_System_String_ + commentId: M:RedLoader.Assertions.LemonAssert.IsEqual``1(``0,``0,System.String) + name.vb: IsEqual(Of T)(T, T, String) + fullName: RedLoader.Assertions.LemonAssert.IsEqual(T, T, string) + fullName.vb: RedLoader.Assertions.LemonAssert.IsEqual(Of T)(T, T, String) + nameWithType: LemonAssert.IsEqual(T, T, string) + nameWithType.vb: LemonAssert.IsEqual(Of T)(T, T, String) +- uid: RedLoader.Assertions.LemonAssert.IsEqual``1(``0,``0) + name: IsEqual(T, T) + href: api/RedLoader.Assertions.LemonAssert.html#RedLoader_Assertions_LemonAssert_IsEqual__1___0___0_ + commentId: M:RedLoader.Assertions.LemonAssert.IsEqual``1(``0,``0) + name.vb: IsEqual(Of T)(T, T) + fullName: RedLoader.Assertions.LemonAssert.IsEqual(T, T) + fullName.vb: RedLoader.Assertions.LemonAssert.IsEqual(Of T)(T, T) + nameWithType: LemonAssert.IsEqual(T, T) + nameWithType.vb: LemonAssert.IsEqual(Of T)(T, T) +- uid: RedLoader.Assertions.LemonAssert.IsFalse(System.Boolean,System.String,System.Boolean) + name: IsFalse(bool, string, bool) + href: api/RedLoader.Assertions.LemonAssert.html#RedLoader_Assertions_LemonAssert_IsFalse_System_Boolean_System_String_System_Boolean_ + commentId: M:RedLoader.Assertions.LemonAssert.IsFalse(System.Boolean,System.String,System.Boolean) + name.vb: IsFalse(Boolean, String, Boolean) + fullName: RedLoader.Assertions.LemonAssert.IsFalse(bool, string, bool) + fullName.vb: RedLoader.Assertions.LemonAssert.IsFalse(Boolean, String, Boolean) + nameWithType: LemonAssert.IsFalse(bool, string, bool) + nameWithType.vb: LemonAssert.IsFalse(Boolean, String, Boolean) +- uid: RedLoader.Assertions.LemonAssert.IsFalse(System.Boolean,System.String) + name: IsFalse(bool, string) + href: api/RedLoader.Assertions.LemonAssert.html#RedLoader_Assertions_LemonAssert_IsFalse_System_Boolean_System_String_ + commentId: M:RedLoader.Assertions.LemonAssert.IsFalse(System.Boolean,System.String) + name.vb: IsFalse(Boolean, String) + fullName: RedLoader.Assertions.LemonAssert.IsFalse(bool, string) + fullName.vb: RedLoader.Assertions.LemonAssert.IsFalse(Boolean, String) + nameWithType: LemonAssert.IsFalse(bool, string) + nameWithType.vb: LemonAssert.IsFalse(Boolean, String) +- uid: RedLoader.Assertions.LemonAssert.IsFalse(System.Boolean) + name: IsFalse(bool) + href: api/RedLoader.Assertions.LemonAssert.html#RedLoader_Assertions_LemonAssert_IsFalse_System_Boolean_ + commentId: M:RedLoader.Assertions.LemonAssert.IsFalse(System.Boolean) + name.vb: IsFalse(Boolean) + fullName: RedLoader.Assertions.LemonAssert.IsFalse(bool) + fullName.vb: RedLoader.Assertions.LemonAssert.IsFalse(Boolean) + nameWithType: LemonAssert.IsFalse(bool) + nameWithType.vb: LemonAssert.IsFalse(Boolean) +- uid: RedLoader.Assertions.LemonAssert.IsFalse* + name: IsFalse + href: api/RedLoader.Assertions.LemonAssert.html#RedLoader_Assertions_LemonAssert_IsFalse_ + commentId: Overload:RedLoader.Assertions.LemonAssert.IsFalse + fullName: RedLoader.Assertions.LemonAssert.IsFalse + nameWithType: LemonAssert.IsFalse +- uid: RedLoader.Assertions.LemonAssert.IsNotEqual* + name: IsNotEqual + href: api/RedLoader.Assertions.LemonAssert.html#RedLoader_Assertions_LemonAssert_IsNotEqual_ + commentId: Overload:RedLoader.Assertions.LemonAssert.IsNotEqual + fullName: RedLoader.Assertions.LemonAssert.IsNotEqual + nameWithType: LemonAssert.IsNotEqual +- uid: RedLoader.Assertions.LemonAssert.IsNotEqual``1(``0,``0,System.String,System.Boolean) + name: IsNotEqual(T, T, string, bool) + href: api/RedLoader.Assertions.LemonAssert.html#RedLoader_Assertions_LemonAssert_IsNotEqual__1___0___0_System_String_System_Boolean_ + commentId: M:RedLoader.Assertions.LemonAssert.IsNotEqual``1(``0,``0,System.String,System.Boolean) + name.vb: IsNotEqual(Of T)(T, T, String, Boolean) + fullName: RedLoader.Assertions.LemonAssert.IsNotEqual(T, T, string, bool) + fullName.vb: RedLoader.Assertions.LemonAssert.IsNotEqual(Of T)(T, T, String, Boolean) + nameWithType: LemonAssert.IsNotEqual(T, T, string, bool) + nameWithType.vb: LemonAssert.IsNotEqual(Of T)(T, T, String, Boolean) +- uid: RedLoader.Assertions.LemonAssert.IsNotEqual``1(``0,``0,System.String) + name: IsNotEqual(T, T, string) + href: api/RedLoader.Assertions.LemonAssert.html#RedLoader_Assertions_LemonAssert_IsNotEqual__1___0___0_System_String_ + commentId: M:RedLoader.Assertions.LemonAssert.IsNotEqual``1(``0,``0,System.String) + name.vb: IsNotEqual(Of T)(T, T, String) + fullName: RedLoader.Assertions.LemonAssert.IsNotEqual(T, T, string) + fullName.vb: RedLoader.Assertions.LemonAssert.IsNotEqual(Of T)(T, T, String) + nameWithType: LemonAssert.IsNotEqual(T, T, string) + nameWithType.vb: LemonAssert.IsNotEqual(Of T)(T, T, String) +- uid: RedLoader.Assertions.LemonAssert.IsNotEqual``1(``0,``0) + name: IsNotEqual(T, T) + href: api/RedLoader.Assertions.LemonAssert.html#RedLoader_Assertions_LemonAssert_IsNotEqual__1___0___0_ + commentId: M:RedLoader.Assertions.LemonAssert.IsNotEqual``1(``0,``0) + name.vb: IsNotEqual(Of T)(T, T) + fullName: RedLoader.Assertions.LemonAssert.IsNotEqual(T, T) + fullName.vb: RedLoader.Assertions.LemonAssert.IsNotEqual(Of T)(T, T) + nameWithType: LemonAssert.IsNotEqual(T, T) + nameWithType.vb: LemonAssert.IsNotEqual(Of T)(T, T) +- uid: RedLoader.Assertions.LemonAssert.IsNotNull* + name: IsNotNull + href: api/RedLoader.Assertions.LemonAssert.html#RedLoader_Assertions_LemonAssert_IsNotNull_ + commentId: Overload:RedLoader.Assertions.LemonAssert.IsNotNull + fullName: RedLoader.Assertions.LemonAssert.IsNotNull + nameWithType: LemonAssert.IsNotNull +- uid: RedLoader.Assertions.LemonAssert.IsNotNull``1(``0,System.String,System.Boolean) + name: IsNotNull(T, string, bool) + href: api/RedLoader.Assertions.LemonAssert.html#RedLoader_Assertions_LemonAssert_IsNotNull__1___0_System_String_System_Boolean_ + commentId: M:RedLoader.Assertions.LemonAssert.IsNotNull``1(``0,System.String,System.Boolean) + name.vb: IsNotNull(Of T)(T, String, Boolean) + fullName: RedLoader.Assertions.LemonAssert.IsNotNull(T, string, bool) + fullName.vb: RedLoader.Assertions.LemonAssert.IsNotNull(Of T)(T, String, Boolean) + nameWithType: LemonAssert.IsNotNull(T, string, bool) + nameWithType.vb: LemonAssert.IsNotNull(Of T)(T, String, Boolean) +- uid: RedLoader.Assertions.LemonAssert.IsNotNull``1(``0,System.String) + name: IsNotNull(T, string) + href: api/RedLoader.Assertions.LemonAssert.html#RedLoader_Assertions_LemonAssert_IsNotNull__1___0_System_String_ + commentId: M:RedLoader.Assertions.LemonAssert.IsNotNull``1(``0,System.String) + name.vb: IsNotNull(Of T)(T, String) + fullName: RedLoader.Assertions.LemonAssert.IsNotNull(T, string) + fullName.vb: RedLoader.Assertions.LemonAssert.IsNotNull(Of T)(T, String) + nameWithType: LemonAssert.IsNotNull(T, string) + nameWithType.vb: LemonAssert.IsNotNull(Of T)(T, String) +- uid: RedLoader.Assertions.LemonAssert.IsNotNull``1(``0) + name: IsNotNull(T) + href: api/RedLoader.Assertions.LemonAssert.html#RedLoader_Assertions_LemonAssert_IsNotNull__1___0_ + commentId: M:RedLoader.Assertions.LemonAssert.IsNotNull``1(``0) + name.vb: IsNotNull(Of T)(T) + fullName: RedLoader.Assertions.LemonAssert.IsNotNull(T) + fullName.vb: RedLoader.Assertions.LemonAssert.IsNotNull(Of T)(T) + nameWithType: LemonAssert.IsNotNull(T) + nameWithType.vb: LemonAssert.IsNotNull(Of T)(T) +- uid: RedLoader.Assertions.LemonAssert.IsNull* + name: IsNull + href: api/RedLoader.Assertions.LemonAssert.html#RedLoader_Assertions_LemonAssert_IsNull_ + commentId: Overload:RedLoader.Assertions.LemonAssert.IsNull + fullName: RedLoader.Assertions.LemonAssert.IsNull + nameWithType: LemonAssert.IsNull +- uid: RedLoader.Assertions.LemonAssert.IsNull``1(``0,System.String,System.Boolean) + name: IsNull(T, string, bool) + href: api/RedLoader.Assertions.LemonAssert.html#RedLoader_Assertions_LemonAssert_IsNull__1___0_System_String_System_Boolean_ + commentId: M:RedLoader.Assertions.LemonAssert.IsNull``1(``0,System.String,System.Boolean) + name.vb: IsNull(Of T)(T, String, Boolean) + fullName: RedLoader.Assertions.LemonAssert.IsNull(T, string, bool) + fullName.vb: RedLoader.Assertions.LemonAssert.IsNull(Of T)(T, String, Boolean) + nameWithType: LemonAssert.IsNull(T, string, bool) + nameWithType.vb: LemonAssert.IsNull(Of T)(T, String, Boolean) +- uid: RedLoader.Assertions.LemonAssert.IsNull``1(``0,System.String) + name: IsNull(T, string) + href: api/RedLoader.Assertions.LemonAssert.html#RedLoader_Assertions_LemonAssert_IsNull__1___0_System_String_ + commentId: M:RedLoader.Assertions.LemonAssert.IsNull``1(``0,System.String) + name.vb: IsNull(Of T)(T, String) + fullName: RedLoader.Assertions.LemonAssert.IsNull(T, string) + fullName.vb: RedLoader.Assertions.LemonAssert.IsNull(Of T)(T, String) + nameWithType: LemonAssert.IsNull(T, string) + nameWithType.vb: LemonAssert.IsNull(Of T)(T, String) +- uid: RedLoader.Assertions.LemonAssert.IsNull``1(``0) + name: IsNull(T) + href: api/RedLoader.Assertions.LemonAssert.html#RedLoader_Assertions_LemonAssert_IsNull__1___0_ + commentId: M:RedLoader.Assertions.LemonAssert.IsNull``1(``0) + name.vb: IsNull(Of T)(T) + fullName: RedLoader.Assertions.LemonAssert.IsNull(T) + fullName.vb: RedLoader.Assertions.LemonAssert.IsNull(Of T)(T) + nameWithType: LemonAssert.IsNull(T) + nameWithType.vb: LemonAssert.IsNull(Of T)(T) +- uid: RedLoader.Assertions.LemonAssert.IsTrue(System.Boolean,System.String,System.Boolean) + name: IsTrue(bool, string, bool) + href: api/RedLoader.Assertions.LemonAssert.html#RedLoader_Assertions_LemonAssert_IsTrue_System_Boolean_System_String_System_Boolean_ + commentId: M:RedLoader.Assertions.LemonAssert.IsTrue(System.Boolean,System.String,System.Boolean) + name.vb: IsTrue(Boolean, String, Boolean) + fullName: RedLoader.Assertions.LemonAssert.IsTrue(bool, string, bool) + fullName.vb: RedLoader.Assertions.LemonAssert.IsTrue(Boolean, String, Boolean) + nameWithType: LemonAssert.IsTrue(bool, string, bool) + nameWithType.vb: LemonAssert.IsTrue(Boolean, String, Boolean) +- uid: RedLoader.Assertions.LemonAssert.IsTrue(System.Boolean,System.String) + name: IsTrue(bool, string) + href: api/RedLoader.Assertions.LemonAssert.html#RedLoader_Assertions_LemonAssert_IsTrue_System_Boolean_System_String_ + commentId: M:RedLoader.Assertions.LemonAssert.IsTrue(System.Boolean,System.String) + name.vb: IsTrue(Boolean, String) + fullName: RedLoader.Assertions.LemonAssert.IsTrue(bool, string) + fullName.vb: RedLoader.Assertions.LemonAssert.IsTrue(Boolean, String) + nameWithType: LemonAssert.IsTrue(bool, string) + nameWithType.vb: LemonAssert.IsTrue(Boolean, String) +- uid: RedLoader.Assertions.LemonAssert.IsTrue(System.Boolean) + name: IsTrue(bool) + href: api/RedLoader.Assertions.LemonAssert.html#RedLoader_Assertions_LemonAssert_IsTrue_System_Boolean_ + commentId: M:RedLoader.Assertions.LemonAssert.IsTrue(System.Boolean) + name.vb: IsTrue(Boolean) + fullName: RedLoader.Assertions.LemonAssert.IsTrue(bool) + fullName.vb: RedLoader.Assertions.LemonAssert.IsTrue(Boolean) + nameWithType: LemonAssert.IsTrue(bool) + nameWithType.vb: LemonAssert.IsTrue(Boolean) +- uid: RedLoader.Assertions.LemonAssert.IsTrue* + name: IsTrue + href: api/RedLoader.Assertions.LemonAssert.html#RedLoader_Assertions_LemonAssert_IsTrue_ + commentId: Overload:RedLoader.Assertions.LemonAssert.IsTrue + fullName: RedLoader.Assertions.LemonAssert.IsTrue + nameWithType: LemonAssert.IsTrue +- uid: RedLoader.Assertions.LemonAssertException + name: LemonAssertException + href: api/RedLoader.Assertions.LemonAssertException.html + commentId: T:RedLoader.Assertions.LemonAssertException + fullName: RedLoader.Assertions.LemonAssertException + nameWithType: LemonAssertException +- uid: RedLoader.Assertions.LemonAssertException.#ctor(System.String,System.String) + name: LemonAssertException(string, string) + href: api/RedLoader.Assertions.LemonAssertException.html#RedLoader_Assertions_LemonAssertException__ctor_System_String_System_String_ + commentId: M:RedLoader.Assertions.LemonAssertException.#ctor(System.String,System.String) + name.vb: New(String, String) + fullName: RedLoader.Assertions.LemonAssertException.LemonAssertException(string, string) + fullName.vb: RedLoader.Assertions.LemonAssertException.New(String, String) + nameWithType: LemonAssertException.LemonAssertException(string, string) + nameWithType.vb: LemonAssertException.New(String, String) +- uid: RedLoader.Assertions.LemonAssertException.#ctor* + name: LemonAssertException + href: api/RedLoader.Assertions.LemonAssertException.html#RedLoader_Assertions_LemonAssertException__ctor_ + commentId: Overload:RedLoader.Assertions.LemonAssertException.#ctor + name.vb: New + fullName: RedLoader.Assertions.LemonAssertException.LemonAssertException + fullName.vb: RedLoader.Assertions.LemonAssertException.New + nameWithType: LemonAssertException.LemonAssertException + nameWithType.vb: LemonAssertException.New +- uid: RedLoader.Assertions.LemonAssertException.Message + name: Message + href: api/RedLoader.Assertions.LemonAssertException.html#RedLoader_Assertions_LemonAssertException_Message + commentId: P:RedLoader.Assertions.LemonAssertException.Message + fullName: RedLoader.Assertions.LemonAssertException.Message + nameWithType: LemonAssertException.Message +- uid: RedLoader.Assertions.LemonAssertException.Message* + name: Message + href: api/RedLoader.Assertions.LemonAssertException.html#RedLoader_Assertions_LemonAssertException_Message_ + commentId: Overload:RedLoader.Assertions.LemonAssertException.Message + fullName: RedLoader.Assertions.LemonAssertException.Message + nameWithType: LemonAssertException.Message +- uid: RedLoader.Assertions.LemonAssertMapping + name: LemonAssertMapping + href: api/RedLoader.Assertions.LemonAssertMapping.html + commentId: T:RedLoader.Assertions.LemonAssertMapping + fullName: RedLoader.Assertions.LemonAssertMapping + nameWithType: LemonAssertMapping +- uid: RedLoader.Assertions.LemonAssertMapping.Register_IsEqual* + name: Register_IsEqual + href: api/RedLoader.Assertions.LemonAssertMapping.html#RedLoader_Assertions_LemonAssertMapping_Register_IsEqual_ + commentId: Overload:RedLoader.Assertions.LemonAssertMapping.Register_IsEqual + fullName: RedLoader.Assertions.LemonAssertMapping.Register_IsEqual + nameWithType: LemonAssertMapping.Register_IsEqual +- uid: RedLoader.Assertions.LemonAssertMapping.Register_IsEqual``1(System.Func{``0,``0,System.Boolean}) + name: Register_IsEqual(Func) + href: api/RedLoader.Assertions.LemonAssertMapping.html#RedLoader_Assertions_LemonAssertMapping_Register_IsEqual__1_System_Func___0___0_System_Boolean__ + commentId: M:RedLoader.Assertions.LemonAssertMapping.Register_IsEqual``1(System.Func{``0,``0,System.Boolean}) + name.vb: Register_IsEqual(Of T)(Func(Of T, T, Boolean)) + fullName: RedLoader.Assertions.LemonAssertMapping.Register_IsEqual(System.Func) + fullName.vb: RedLoader.Assertions.LemonAssertMapping.Register_IsEqual(Of T)(System.Func(Of T, T, Boolean)) + nameWithType: LemonAssertMapping.Register_IsEqual(Func) + nameWithType.vb: LemonAssertMapping.Register_IsEqual(Of T)(Func(Of T, T, Boolean)) +- uid: RedLoader.Assertions.LemonAssertMapping.Register_IsNull* + name: Register_IsNull + href: api/RedLoader.Assertions.LemonAssertMapping.html#RedLoader_Assertions_LemonAssertMapping_Register_IsNull_ + commentId: Overload:RedLoader.Assertions.LemonAssertMapping.Register_IsNull + fullName: RedLoader.Assertions.LemonAssertMapping.Register_IsNull + nameWithType: LemonAssertMapping.Register_IsNull +- uid: RedLoader.Assertions.LemonAssertMapping.Register_IsNull``1(System.Func{``0,System.Boolean}) + name: Register_IsNull(Func) + href: api/RedLoader.Assertions.LemonAssertMapping.html#RedLoader_Assertions_LemonAssertMapping_Register_IsNull__1_System_Func___0_System_Boolean__ + commentId: M:RedLoader.Assertions.LemonAssertMapping.Register_IsNull``1(System.Func{``0,System.Boolean}) + name.vb: Register_IsNull(Of T)(Func(Of T, Boolean)) + fullName: RedLoader.Assertions.LemonAssertMapping.Register_IsNull(System.Func) + fullName.vb: RedLoader.Assertions.LemonAssertMapping.Register_IsNull(Of T)(System.Func(Of T, Boolean)) + nameWithType: LemonAssertMapping.Register_IsNull(Func) + nameWithType.vb: LemonAssertMapping.Register_IsNull(Of T)(Func(Of T, Boolean)) +- uid: RedLoader.BieModWrapper + name: BieModWrapper + href: api/RedLoader.BieModWrapper.html + commentId: T:RedLoader.BieModWrapper + fullName: RedLoader.BieModWrapper + nameWithType: BieModWrapper +- uid: RedLoader.BieModWrapper.#ctor(BepInEx.Unity.IL2CPP.BasePlugin) + name: BieModWrapper(BasePlugin) + href: api/RedLoader.BieModWrapper.html#RedLoader_BieModWrapper__ctor_BepInEx_Unity_IL2CPP_BasePlugin_ + commentId: M:RedLoader.BieModWrapper.#ctor(BepInEx.Unity.IL2CPP.BasePlugin) + name.vb: New(BasePlugin) + fullName: RedLoader.BieModWrapper.BieModWrapper(BepInEx.Unity.IL2CPP.BasePlugin) + fullName.vb: RedLoader.BieModWrapper.New(BepInEx.Unity.IL2CPP.BasePlugin) + nameWithType: BieModWrapper.BieModWrapper(BasePlugin) + nameWithType.vb: BieModWrapper.New(BasePlugin) +- uid: RedLoader.BieModWrapper.#ctor* + name: BieModWrapper + href: api/RedLoader.BieModWrapper.html#RedLoader_BieModWrapper__ctor_ + commentId: Overload:RedLoader.BieModWrapper.#ctor + name.vb: New + fullName: RedLoader.BieModWrapper.BieModWrapper + fullName.vb: RedLoader.BieModWrapper.New + nameWithType: BieModWrapper.BieModWrapper + nameWithType.vb: BieModWrapper.New +- uid: RedLoader.BieModWrapper.OnInitializeMod + name: OnInitializeMod() + href: api/RedLoader.BieModWrapper.html#RedLoader_BieModWrapper_OnInitializeMod + commentId: M:RedLoader.BieModWrapper.OnInitializeMod + fullName: RedLoader.BieModWrapper.OnInitializeMod() + nameWithType: BieModWrapper.OnInitializeMod() +- uid: RedLoader.BieModWrapper.OnInitializeMod* + name: OnInitializeMod + href: api/RedLoader.BieModWrapper.html#RedLoader_BieModWrapper_OnInitializeMod_ + commentId: Overload:RedLoader.BieModWrapper.OnInitializeMod + fullName: RedLoader.BieModWrapper.OnInitializeMod + nameWithType: BieModWrapper.OnInitializeMod +- uid: RedLoader.BuildInfo + name: BuildInfo + href: api/RedLoader.BuildInfo.html + commentId: T:RedLoader.BuildInfo + fullName: RedLoader.BuildInfo + nameWithType: BuildInfo +- uid: RedLoader.BuildInfo.Author + name: Author + href: api/RedLoader.BuildInfo.html#RedLoader_BuildInfo_Author + commentId: F:RedLoader.BuildInfo.Author + fullName: RedLoader.BuildInfo.Author + nameWithType: BuildInfo.Author +- uid: RedLoader.BuildInfo.Description + name: Description + href: api/RedLoader.BuildInfo.html#RedLoader_BuildInfo_Description + commentId: F:RedLoader.BuildInfo.Description + fullName: RedLoader.BuildInfo.Description + nameWithType: BuildInfo.Description +- uid: RedLoader.BuildInfo.Name + name: Name + href: api/RedLoader.BuildInfo.html#RedLoader_BuildInfo_Name + commentId: F:RedLoader.BuildInfo.Name + fullName: RedLoader.BuildInfo.Name + nameWithType: BuildInfo.Name +- uid: RedLoader.BuildInfo.Version + name: Version + href: api/RedLoader.BuildInfo.html#RedLoader_BuildInfo_Version + commentId: F:RedLoader.BuildInfo.Version + fullName: RedLoader.BuildInfo.Version + nameWithType: BuildInfo.Version +- uid: RedLoader.CollectionExtensions + name: CollectionExtensions + href: api/RedLoader.CollectionExtensions.html + commentId: T:RedLoader.CollectionExtensions + fullName: RedLoader.CollectionExtensions + nameWithType: CollectionExtensions +- uid: RedLoader.CollectionExtensions.WrapToIl2Cpp(System.Collections.IEnumerable) + name: WrapToIl2Cpp(IEnumerable) + href: api/RedLoader.CollectionExtensions.html#RedLoader_CollectionExtensions_WrapToIl2Cpp_System_Collections_IEnumerable_ + commentId: M:RedLoader.CollectionExtensions.WrapToIl2Cpp(System.Collections.IEnumerable) + fullName: RedLoader.CollectionExtensions.WrapToIl2Cpp(System.Collections.IEnumerable) + nameWithType: CollectionExtensions.WrapToIl2Cpp(IEnumerable) +- uid: RedLoader.CollectionExtensions.WrapToIl2Cpp(System.Collections.IEnumerator) + name: WrapToIl2Cpp(IEnumerator) + href: api/RedLoader.CollectionExtensions.html#RedLoader_CollectionExtensions_WrapToIl2Cpp_System_Collections_IEnumerator_ + commentId: M:RedLoader.CollectionExtensions.WrapToIl2Cpp(System.Collections.IEnumerator) + fullName: RedLoader.CollectionExtensions.WrapToIl2Cpp(System.Collections.IEnumerator) + nameWithType: CollectionExtensions.WrapToIl2Cpp(IEnumerator) +- uid: RedLoader.CollectionExtensions.WrapToIl2Cpp* + name: WrapToIl2Cpp + href: api/RedLoader.CollectionExtensions.html#RedLoader_CollectionExtensions_WrapToIl2Cpp_ + commentId: Overload:RedLoader.CollectionExtensions.WrapToIl2Cpp + fullName: RedLoader.CollectionExtensions.WrapToIl2Cpp + nameWithType: CollectionExtensions.WrapToIl2Cpp +- uid: RedLoader.CollectionExtensions.WrapToManaged(Il2CppSystem.Collections.IEnumerable) + name: WrapToManaged(IEnumerable) + href: api/RedLoader.CollectionExtensions.html#RedLoader_CollectionExtensions_WrapToManaged_Il2CppSystem_Collections_IEnumerable_ + commentId: M:RedLoader.CollectionExtensions.WrapToManaged(Il2CppSystem.Collections.IEnumerable) + fullName: RedLoader.CollectionExtensions.WrapToManaged(Il2CppSystem.Collections.IEnumerable) + nameWithType: CollectionExtensions.WrapToManaged(IEnumerable) +- uid: RedLoader.CollectionExtensions.WrapToManaged(Il2CppSystem.Collections.IEnumerator) + name: WrapToManaged(IEnumerator) + href: api/RedLoader.CollectionExtensions.html#RedLoader_CollectionExtensions_WrapToManaged_Il2CppSystem_Collections_IEnumerator_ + commentId: M:RedLoader.CollectionExtensions.WrapToManaged(Il2CppSystem.Collections.IEnumerator) + fullName: RedLoader.CollectionExtensions.WrapToManaged(Il2CppSystem.Collections.IEnumerator) + nameWithType: CollectionExtensions.WrapToManaged(IEnumerator) +- uid: RedLoader.CollectionExtensions.WrapToManaged* + name: WrapToManaged + href: api/RedLoader.CollectionExtensions.html#RedLoader_CollectionExtensions_WrapToManaged_ + commentId: Overload:RedLoader.CollectionExtensions.WrapToManaged + fullName: RedLoader.CollectionExtensions.WrapToManaged + nameWithType: CollectionExtensions.WrapToManaged +- uid: RedLoader.ConfigCategory + name: ConfigCategory + href: api/RedLoader.ConfigCategory.html + commentId: T:RedLoader.ConfigCategory + fullName: RedLoader.ConfigCategory + nameWithType: ConfigCategory +- uid: RedLoader.ConfigCategory.CreateEntry* + name: CreateEntry + href: api/RedLoader.ConfigCategory.html#RedLoader_ConfigCategory_CreateEntry_ + commentId: Overload:RedLoader.ConfigCategory.CreateEntry + fullName: RedLoader.ConfigCategory.CreateEntry + nameWithType: ConfigCategory.CreateEntry +- uid: RedLoader.ConfigCategory.CreateEntry``1(System.String,``0,System.String,System.Boolean) + name: CreateEntry(string, T, string, bool) + href: api/RedLoader.ConfigCategory.html#RedLoader_ConfigCategory_CreateEntry__1_System_String___0_System_String_System_Boolean_ + commentId: M:RedLoader.ConfigCategory.CreateEntry``1(System.String,``0,System.String,System.Boolean) + name.vb: CreateEntry(Of T)(String, T, String, Boolean) + fullName: RedLoader.ConfigCategory.CreateEntry(string, T, string, bool) + fullName.vb: RedLoader.ConfigCategory.CreateEntry(Of T)(String, T, String, Boolean) + nameWithType: ConfigCategory.CreateEntry(string, T, string, bool) + nameWithType.vb: ConfigCategory.CreateEntry(Of T)(String, T, String, Boolean) +- uid: RedLoader.ConfigCategory.CreateEntry``1(System.String,``0,System.String,System.String,System.Boolean,System.Boolean,RedLoader.Preferences.ValueValidator,System.String) + name: CreateEntry(string, T, string, string, bool, bool, ValueValidator, string) + href: api/RedLoader.ConfigCategory.html#RedLoader_ConfigCategory_CreateEntry__1_System_String___0_System_String_System_String_System_Boolean_System_Boolean_RedLoader_Preferences_ValueValidator_System_String_ + commentId: M:RedLoader.ConfigCategory.CreateEntry``1(System.String,``0,System.String,System.String,System.Boolean,System.Boolean,RedLoader.Preferences.ValueValidator,System.String) + name.vb: CreateEntry(Of T)(String, T, String, String, Boolean, Boolean, ValueValidator, String) + fullName: RedLoader.ConfigCategory.CreateEntry(string, T, string, string, bool, bool, RedLoader.Preferences.ValueValidator, string) + fullName.vb: RedLoader.ConfigCategory.CreateEntry(Of T)(String, T, String, String, Boolean, Boolean, RedLoader.Preferences.ValueValidator, String) + nameWithType: ConfigCategory.CreateEntry(string, T, string, string, bool, bool, ValueValidator, string) + nameWithType.vb: ConfigCategory.CreateEntry(Of T)(String, T, String, String, Boolean, Boolean, ValueValidator, String) +- uid: RedLoader.ConfigCategory.CreateEntry``1(System.String,``0,System.String,System.String,System.Boolean,System.Boolean,RedLoader.Preferences.ValueValidator) + name: CreateEntry(string, T, string, string, bool, bool, ValueValidator) + href: api/RedLoader.ConfigCategory.html#RedLoader_ConfigCategory_CreateEntry__1_System_String___0_System_String_System_String_System_Boolean_System_Boolean_RedLoader_Preferences_ValueValidator_ + commentId: M:RedLoader.ConfigCategory.CreateEntry``1(System.String,``0,System.String,System.String,System.Boolean,System.Boolean,RedLoader.Preferences.ValueValidator) + name.vb: CreateEntry(Of T)(String, T, String, String, Boolean, Boolean, ValueValidator) + fullName: RedLoader.ConfigCategory.CreateEntry(string, T, string, string, bool, bool, RedLoader.Preferences.ValueValidator) + fullName.vb: RedLoader.ConfigCategory.CreateEntry(Of T)(String, T, String, String, Boolean, Boolean, RedLoader.Preferences.ValueValidator) + nameWithType: ConfigCategory.CreateEntry(string, T, string, string, bool, bool, ValueValidator) + nameWithType.vb: ConfigCategory.CreateEntry(Of T)(String, T, String, String, Boolean, Boolean, ValueValidator) +- uid: RedLoader.ConfigCategory.DeleteEntry(System.String) + name: DeleteEntry(string) + href: api/RedLoader.ConfigCategory.html#RedLoader_ConfigCategory_DeleteEntry_System_String_ + commentId: M:RedLoader.ConfigCategory.DeleteEntry(System.String) + name.vb: DeleteEntry(String) + fullName: RedLoader.ConfigCategory.DeleteEntry(string) + fullName.vb: RedLoader.ConfigCategory.DeleteEntry(String) + nameWithType: ConfigCategory.DeleteEntry(string) + nameWithType.vb: ConfigCategory.DeleteEntry(String) +- uid: RedLoader.ConfigCategory.DeleteEntry* + name: DeleteEntry + href: api/RedLoader.ConfigCategory.html#RedLoader_ConfigCategory_DeleteEntry_ + commentId: Overload:RedLoader.ConfigCategory.DeleteEntry + fullName: RedLoader.ConfigCategory.DeleteEntry + nameWithType: ConfigCategory.DeleteEntry +- uid: RedLoader.ConfigCategory.DestroyFileWatcher + name: DestroyFileWatcher() + href: api/RedLoader.ConfigCategory.html#RedLoader_ConfigCategory_DestroyFileWatcher + commentId: M:RedLoader.ConfigCategory.DestroyFileWatcher + fullName: RedLoader.ConfigCategory.DestroyFileWatcher() + nameWithType: ConfigCategory.DestroyFileWatcher() +- uid: RedLoader.ConfigCategory.DestroyFileWatcher* + name: DestroyFileWatcher + href: api/RedLoader.ConfigCategory.html#RedLoader_ConfigCategory_DestroyFileWatcher_ + commentId: Overload:RedLoader.ConfigCategory.DestroyFileWatcher + fullName: RedLoader.ConfigCategory.DestroyFileWatcher + nameWithType: ConfigCategory.DestroyFileWatcher +- uid: RedLoader.ConfigCategory.DisplayName + name: DisplayName + href: api/RedLoader.ConfigCategory.html#RedLoader_ConfigCategory_DisplayName + commentId: P:RedLoader.ConfigCategory.DisplayName + fullName: RedLoader.ConfigCategory.DisplayName + nameWithType: ConfigCategory.DisplayName +- uid: RedLoader.ConfigCategory.DisplayName* + name: DisplayName + href: api/RedLoader.ConfigCategory.html#RedLoader_ConfigCategory_DisplayName_ + commentId: Overload:RedLoader.ConfigCategory.DisplayName + fullName: RedLoader.ConfigCategory.DisplayName + nameWithType: ConfigCategory.DisplayName +- uid: RedLoader.ConfigCategory.Entries + name: Entries + href: api/RedLoader.ConfigCategory.html#RedLoader_ConfigCategory_Entries + commentId: F:RedLoader.ConfigCategory.Entries + fullName: RedLoader.ConfigCategory.Entries + nameWithType: ConfigCategory.Entries +- uid: RedLoader.ConfigCategory.GetEntry(System.String) + name: GetEntry(string) + href: api/RedLoader.ConfigCategory.html#RedLoader_ConfigCategory_GetEntry_System_String_ + commentId: M:RedLoader.ConfigCategory.GetEntry(System.String) + name.vb: GetEntry(String) + fullName: RedLoader.ConfigCategory.GetEntry(string) + fullName.vb: RedLoader.ConfigCategory.GetEntry(String) + nameWithType: ConfigCategory.GetEntry(string) + nameWithType.vb: ConfigCategory.GetEntry(String) +- uid: RedLoader.ConfigCategory.GetEntry* + name: GetEntry + href: api/RedLoader.ConfigCategory.html#RedLoader_ConfigCategory_GetEntry_ + commentId: Overload:RedLoader.ConfigCategory.GetEntry + fullName: RedLoader.ConfigCategory.GetEntry + nameWithType: ConfigCategory.GetEntry +- uid: RedLoader.ConfigCategory.GetEntry``1(System.String) + name: GetEntry(string) + href: api/RedLoader.ConfigCategory.html#RedLoader_ConfigCategory_GetEntry__1_System_String_ + commentId: M:RedLoader.ConfigCategory.GetEntry``1(System.String) + name.vb: GetEntry(Of T)(String) + fullName: RedLoader.ConfigCategory.GetEntry(string) + fullName.vb: RedLoader.ConfigCategory.GetEntry(Of T)(String) + nameWithType: ConfigCategory.GetEntry(string) + nameWithType.vb: ConfigCategory.GetEntry(Of T)(String) +- uid: RedLoader.ConfigCategory.HasEntry(System.String) + name: HasEntry(string) + href: api/RedLoader.ConfigCategory.html#RedLoader_ConfigCategory_HasEntry_System_String_ + commentId: M:RedLoader.ConfigCategory.HasEntry(System.String) + name.vb: HasEntry(String) + fullName: RedLoader.ConfigCategory.HasEntry(string) + fullName.vb: RedLoader.ConfigCategory.HasEntry(String) + nameWithType: ConfigCategory.HasEntry(string) + nameWithType.vb: ConfigCategory.HasEntry(String) +- uid: RedLoader.ConfigCategory.HasEntry* + name: HasEntry + href: api/RedLoader.ConfigCategory.html#RedLoader_ConfigCategory_HasEntry_ + commentId: Overload:RedLoader.ConfigCategory.HasEntry + fullName: RedLoader.ConfigCategory.HasEntry + nameWithType: ConfigCategory.HasEntry +- uid: RedLoader.ConfigCategory.Identifier + name: Identifier + href: api/RedLoader.ConfigCategory.html#RedLoader_ConfigCategory_Identifier + commentId: P:RedLoader.ConfigCategory.Identifier + fullName: RedLoader.ConfigCategory.Identifier + nameWithType: ConfigCategory.Identifier +- uid: RedLoader.ConfigCategory.Identifier* + name: Identifier + href: api/RedLoader.ConfigCategory.html#RedLoader_ConfigCategory_Identifier_ + commentId: Overload:RedLoader.ConfigCategory.Identifier + fullName: RedLoader.ConfigCategory.Identifier + nameWithType: ConfigCategory.Identifier +- uid: RedLoader.ConfigCategory.IsHidden + name: IsHidden + href: api/RedLoader.ConfigCategory.html#RedLoader_ConfigCategory_IsHidden + commentId: P:RedLoader.ConfigCategory.IsHidden + fullName: RedLoader.ConfigCategory.IsHidden + nameWithType: ConfigCategory.IsHidden +- uid: RedLoader.ConfigCategory.IsHidden* + name: IsHidden + href: api/RedLoader.ConfigCategory.html#RedLoader_ConfigCategory_IsHidden_ + commentId: Overload:RedLoader.ConfigCategory.IsHidden + fullName: RedLoader.ConfigCategory.IsHidden + nameWithType: ConfigCategory.IsHidden +- uid: RedLoader.ConfigCategory.IsInlined + name: IsInlined + href: api/RedLoader.ConfigCategory.html#RedLoader_ConfigCategory_IsInlined + commentId: P:RedLoader.ConfigCategory.IsInlined + fullName: RedLoader.ConfigCategory.IsInlined + nameWithType: ConfigCategory.IsInlined +- uid: RedLoader.ConfigCategory.IsInlined* + name: IsInlined + href: api/RedLoader.ConfigCategory.html#RedLoader_ConfigCategory_IsInlined_ + commentId: Overload:RedLoader.ConfigCategory.IsInlined + fullName: RedLoader.ConfigCategory.IsInlined + nameWithType: ConfigCategory.IsInlined +- uid: RedLoader.ConfigCategory.LoadFromFile(System.Boolean) + name: LoadFromFile(bool) + href: api/RedLoader.ConfigCategory.html#RedLoader_ConfigCategory_LoadFromFile_System_Boolean_ + commentId: M:RedLoader.ConfigCategory.LoadFromFile(System.Boolean) + name.vb: LoadFromFile(Boolean) + fullName: RedLoader.ConfigCategory.LoadFromFile(bool) + fullName.vb: RedLoader.ConfigCategory.LoadFromFile(Boolean) + nameWithType: ConfigCategory.LoadFromFile(bool) + nameWithType.vb: ConfigCategory.LoadFromFile(Boolean) +- uid: RedLoader.ConfigCategory.LoadFromFile* + name: LoadFromFile + href: api/RedLoader.ConfigCategory.html#RedLoader_ConfigCategory_LoadFromFile_ + commentId: Overload:RedLoader.ConfigCategory.LoadFromFile + fullName: RedLoader.ConfigCategory.LoadFromFile + nameWithType: ConfigCategory.LoadFromFile +- uid: RedLoader.ConfigCategory.RenameEntry(System.String,System.String) + name: RenameEntry(string, string) + href: api/RedLoader.ConfigCategory.html#RedLoader_ConfigCategory_RenameEntry_System_String_System_String_ + commentId: M:RedLoader.ConfigCategory.RenameEntry(System.String,System.String) + name.vb: RenameEntry(String, String) + fullName: RedLoader.ConfigCategory.RenameEntry(string, string) + fullName.vb: RedLoader.ConfigCategory.RenameEntry(String, String) + nameWithType: ConfigCategory.RenameEntry(string, string) + nameWithType.vb: ConfigCategory.RenameEntry(String, String) +- uid: RedLoader.ConfigCategory.RenameEntry* + name: RenameEntry + href: api/RedLoader.ConfigCategory.html#RedLoader_ConfigCategory_RenameEntry_ + commentId: Overload:RedLoader.ConfigCategory.RenameEntry + fullName: RedLoader.ConfigCategory.RenameEntry + nameWithType: ConfigCategory.RenameEntry +- uid: RedLoader.ConfigCategory.ResetFilePath + name: ResetFilePath() + href: api/RedLoader.ConfigCategory.html#RedLoader_ConfigCategory_ResetFilePath + commentId: M:RedLoader.ConfigCategory.ResetFilePath + fullName: RedLoader.ConfigCategory.ResetFilePath() + nameWithType: ConfigCategory.ResetFilePath() +- uid: RedLoader.ConfigCategory.ResetFilePath* + name: ResetFilePath + href: api/RedLoader.ConfigCategory.html#RedLoader_ConfigCategory_ResetFilePath_ + commentId: Overload:RedLoader.ConfigCategory.ResetFilePath + fullName: RedLoader.ConfigCategory.ResetFilePath + nameWithType: ConfigCategory.ResetFilePath +- uid: RedLoader.ConfigCategory.SaveToFile(System.Boolean) + name: SaveToFile(bool) + href: api/RedLoader.ConfigCategory.html#RedLoader_ConfigCategory_SaveToFile_System_Boolean_ + commentId: M:RedLoader.ConfigCategory.SaveToFile(System.Boolean) + name.vb: SaveToFile(Boolean) + fullName: RedLoader.ConfigCategory.SaveToFile(bool) + fullName.vb: RedLoader.ConfigCategory.SaveToFile(Boolean) + nameWithType: ConfigCategory.SaveToFile(bool) + nameWithType.vb: ConfigCategory.SaveToFile(Boolean) +- uid: RedLoader.ConfigCategory.SaveToFile* + name: SaveToFile + href: api/RedLoader.ConfigCategory.html#RedLoader_ConfigCategory_SaveToFile_ + commentId: Overload:RedLoader.ConfigCategory.SaveToFile + fullName: RedLoader.ConfigCategory.SaveToFile + nameWithType: ConfigCategory.SaveToFile +- uid: RedLoader.ConfigCategory.SetFilePath(System.String,System.Boolean,System.Boolean) + name: SetFilePath(string, bool, bool) + href: api/RedLoader.ConfigCategory.html#RedLoader_ConfigCategory_SetFilePath_System_String_System_Boolean_System_Boolean_ + commentId: M:RedLoader.ConfigCategory.SetFilePath(System.String,System.Boolean,System.Boolean) + name.vb: SetFilePath(String, Boolean, Boolean) + fullName: RedLoader.ConfigCategory.SetFilePath(string, bool, bool) + fullName.vb: RedLoader.ConfigCategory.SetFilePath(String, Boolean, Boolean) + nameWithType: ConfigCategory.SetFilePath(string, bool, bool) + nameWithType.vb: ConfigCategory.SetFilePath(String, Boolean, Boolean) +- uid: RedLoader.ConfigCategory.SetFilePath(System.String,System.Boolean) + name: SetFilePath(string, bool) + href: api/RedLoader.ConfigCategory.html#RedLoader_ConfigCategory_SetFilePath_System_String_System_Boolean_ + commentId: M:RedLoader.ConfigCategory.SetFilePath(System.String,System.Boolean) + name.vb: SetFilePath(String, Boolean) + fullName: RedLoader.ConfigCategory.SetFilePath(string, bool) + fullName.vb: RedLoader.ConfigCategory.SetFilePath(String, Boolean) + nameWithType: ConfigCategory.SetFilePath(string, bool) + nameWithType.vb: ConfigCategory.SetFilePath(String, Boolean) +- uid: RedLoader.ConfigCategory.SetFilePath(System.String) + name: SetFilePath(string) + href: api/RedLoader.ConfigCategory.html#RedLoader_ConfigCategory_SetFilePath_System_String_ + commentId: M:RedLoader.ConfigCategory.SetFilePath(System.String) + name.vb: SetFilePath(String) + fullName: RedLoader.ConfigCategory.SetFilePath(string) + fullName.vb: RedLoader.ConfigCategory.SetFilePath(String) + nameWithType: ConfigCategory.SetFilePath(string) + nameWithType.vb: ConfigCategory.SetFilePath(String) +- uid: RedLoader.ConfigCategory.SetFilePath* + name: SetFilePath + href: api/RedLoader.ConfigCategory.html#RedLoader_ConfigCategory_SetFilePath_ + commentId: Overload:RedLoader.ConfigCategory.SetFilePath + fullName: RedLoader.ConfigCategory.SetFilePath + nameWithType: ConfigCategory.SetFilePath +- uid: RedLoader.ConfigEntry + name: ConfigEntry + href: api/RedLoader.ConfigEntry.html + commentId: T:RedLoader.ConfigEntry + fullName: RedLoader.ConfigEntry + nameWithType: ConfigEntry +- uid: RedLoader.ConfigEntry.#ctor + name: ConfigEntry() + href: api/RedLoader.ConfigEntry.html#RedLoader_ConfigEntry__ctor + commentId: M:RedLoader.ConfigEntry.#ctor + name.vb: New() + fullName: RedLoader.ConfigEntry.ConfigEntry() + fullName.vb: RedLoader.ConfigEntry.New() + nameWithType: ConfigEntry.ConfigEntry() + nameWithType.vb: ConfigEntry.New() +- uid: RedLoader.ConfigEntry.#ctor* + name: ConfigEntry + href: api/RedLoader.ConfigEntry.html#RedLoader_ConfigEntry__ctor_ + commentId: Overload:RedLoader.ConfigEntry.#ctor + name.vb: New + fullName: RedLoader.ConfigEntry.ConfigEntry + fullName.vb: RedLoader.ConfigEntry.New + nameWithType: ConfigEntry.ConfigEntry + nameWithType.vb: ConfigEntry.New +- uid: RedLoader.ConfigEntry.BoxedEditedValue + name: BoxedEditedValue + href: api/RedLoader.ConfigEntry.html#RedLoader_ConfigEntry_BoxedEditedValue + commentId: P:RedLoader.ConfigEntry.BoxedEditedValue + fullName: RedLoader.ConfigEntry.BoxedEditedValue + nameWithType: ConfigEntry.BoxedEditedValue +- uid: RedLoader.ConfigEntry.BoxedEditedValue* + name: BoxedEditedValue + href: api/RedLoader.ConfigEntry.html#RedLoader_ConfigEntry_BoxedEditedValue_ + commentId: Overload:RedLoader.ConfigEntry.BoxedEditedValue + fullName: RedLoader.ConfigEntry.BoxedEditedValue + nameWithType: ConfigEntry.BoxedEditedValue +- uid: RedLoader.ConfigEntry.BoxedValue + name: BoxedValue + href: api/RedLoader.ConfigEntry.html#RedLoader_ConfigEntry_BoxedValue + commentId: P:RedLoader.ConfigEntry.BoxedValue + fullName: RedLoader.ConfigEntry.BoxedValue + nameWithType: ConfigEntry.BoxedValue +- uid: RedLoader.ConfigEntry.BoxedValue* + name: BoxedValue + href: api/RedLoader.ConfigEntry.html#RedLoader_ConfigEntry_BoxedValue_ + commentId: Overload:RedLoader.ConfigEntry.BoxedValue + fullName: RedLoader.ConfigEntry.BoxedValue + nameWithType: ConfigEntry.BoxedValue +- uid: RedLoader.ConfigEntry.Category + name: Category + href: api/RedLoader.ConfigEntry.html#RedLoader_ConfigEntry_Category + commentId: P:RedLoader.ConfigEntry.Category + fullName: RedLoader.ConfigEntry.Category + nameWithType: ConfigEntry.Category +- uid: RedLoader.ConfigEntry.Category* + name: Category + href: api/RedLoader.ConfigEntry.html#RedLoader_ConfigEntry_Category_ + commentId: Overload:RedLoader.ConfigEntry.Category + fullName: RedLoader.ConfigEntry.Category + nameWithType: ConfigEntry.Category +- uid: RedLoader.ConfigEntry.Comment + name: Comment + href: api/RedLoader.ConfigEntry.html#RedLoader_ConfigEntry_Comment + commentId: P:RedLoader.ConfigEntry.Comment + fullName: RedLoader.ConfigEntry.Comment + nameWithType: ConfigEntry.Comment +- uid: RedLoader.ConfigEntry.Comment* + name: Comment + href: api/RedLoader.ConfigEntry.html#RedLoader_ConfigEntry_Comment_ + commentId: Overload:RedLoader.ConfigEntry.Comment + fullName: RedLoader.ConfigEntry.Comment + nameWithType: ConfigEntry.Comment +- uid: RedLoader.ConfigEntry.Description + name: Description + href: api/RedLoader.ConfigEntry.html#RedLoader_ConfigEntry_Description + commentId: P:RedLoader.ConfigEntry.Description + fullName: RedLoader.ConfigEntry.Description + nameWithType: ConfigEntry.Description +- uid: RedLoader.ConfigEntry.Description* + name: Description + href: api/RedLoader.ConfigEntry.html#RedLoader_ConfigEntry_Description_ + commentId: Overload:RedLoader.ConfigEntry.Description + fullName: RedLoader.ConfigEntry.Description + nameWithType: ConfigEntry.Description +- uid: RedLoader.ConfigEntry.DisplayName + name: DisplayName + href: api/RedLoader.ConfigEntry.html#RedLoader_ConfigEntry_DisplayName + commentId: P:RedLoader.ConfigEntry.DisplayName + fullName: RedLoader.ConfigEntry.DisplayName + nameWithType: ConfigEntry.DisplayName +- uid: RedLoader.ConfigEntry.DisplayName* + name: DisplayName + href: api/RedLoader.ConfigEntry.html#RedLoader_ConfigEntry_DisplayName_ + commentId: Overload:RedLoader.ConfigEntry.DisplayName + fullName: RedLoader.ConfigEntry.DisplayName + nameWithType: ConfigEntry.DisplayName +- uid: RedLoader.ConfigEntry.DontSaveDefault + name: DontSaveDefault + href: api/RedLoader.ConfigEntry.html#RedLoader_ConfigEntry_DontSaveDefault + commentId: P:RedLoader.ConfigEntry.DontSaveDefault + fullName: RedLoader.ConfigEntry.DontSaveDefault + nameWithType: ConfigEntry.DontSaveDefault +- uid: RedLoader.ConfigEntry.DontSaveDefault* + name: DontSaveDefault + href: api/RedLoader.ConfigEntry.html#RedLoader_ConfigEntry_DontSaveDefault_ + commentId: Overload:RedLoader.ConfigEntry.DontSaveDefault + fullName: RedLoader.ConfigEntry.DontSaveDefault + nameWithType: ConfigEntry.DontSaveDefault +- uid: RedLoader.ConfigEntry.FireUntypedValueChanged(System.Object,System.Object) + name: FireUntypedValueChanged(object, object) + href: api/RedLoader.ConfigEntry.html#RedLoader_ConfigEntry_FireUntypedValueChanged_System_Object_System_Object_ + commentId: M:RedLoader.ConfigEntry.FireUntypedValueChanged(System.Object,System.Object) + name.vb: FireUntypedValueChanged(Object, Object) + fullName: RedLoader.ConfigEntry.FireUntypedValueChanged(object, object) + fullName.vb: RedLoader.ConfigEntry.FireUntypedValueChanged(Object, Object) + nameWithType: ConfigEntry.FireUntypedValueChanged(object, object) + nameWithType.vb: ConfigEntry.FireUntypedValueChanged(Object, Object) +- uid: RedLoader.ConfigEntry.FireUntypedValueChanged* + name: FireUntypedValueChanged + href: api/RedLoader.ConfigEntry.html#RedLoader_ConfigEntry_FireUntypedValueChanged_ + commentId: Overload:RedLoader.ConfigEntry.FireUntypedValueChanged + fullName: RedLoader.ConfigEntry.FireUntypedValueChanged + nameWithType: ConfigEntry.FireUntypedValueChanged +- uid: RedLoader.ConfigEntry.GetDefaultValueAsString + name: GetDefaultValueAsString() + href: api/RedLoader.ConfigEntry.html#RedLoader_ConfigEntry_GetDefaultValueAsString + commentId: M:RedLoader.ConfigEntry.GetDefaultValueAsString + fullName: RedLoader.ConfigEntry.GetDefaultValueAsString() + nameWithType: ConfigEntry.GetDefaultValueAsString() +- uid: RedLoader.ConfigEntry.GetDefaultValueAsString* + name: GetDefaultValueAsString + href: api/RedLoader.ConfigEntry.html#RedLoader_ConfigEntry_GetDefaultValueAsString_ + commentId: Overload:RedLoader.ConfigEntry.GetDefaultValueAsString + fullName: RedLoader.ConfigEntry.GetDefaultValueAsString + nameWithType: ConfigEntry.GetDefaultValueAsString +- uid: RedLoader.ConfigEntry.GetEditedValueAsString + name: GetEditedValueAsString() + href: api/RedLoader.ConfigEntry.html#RedLoader_ConfigEntry_GetEditedValueAsString + commentId: M:RedLoader.ConfigEntry.GetEditedValueAsString + fullName: RedLoader.ConfigEntry.GetEditedValueAsString() + nameWithType: ConfigEntry.GetEditedValueAsString() +- uid: RedLoader.ConfigEntry.GetEditedValueAsString* + name: GetEditedValueAsString + href: api/RedLoader.ConfigEntry.html#RedLoader_ConfigEntry_GetEditedValueAsString_ + commentId: Overload:RedLoader.ConfigEntry.GetEditedValueAsString + fullName: RedLoader.ConfigEntry.GetEditedValueAsString + nameWithType: ConfigEntry.GetEditedValueAsString +- uid: RedLoader.ConfigEntry.GetExceptionMessage(System.String) + name: GetExceptionMessage(string) + href: api/RedLoader.ConfigEntry.html#RedLoader_ConfigEntry_GetExceptionMessage_System_String_ + commentId: M:RedLoader.ConfigEntry.GetExceptionMessage(System.String) + name.vb: GetExceptionMessage(String) + fullName: RedLoader.ConfigEntry.GetExceptionMessage(string) + fullName.vb: RedLoader.ConfigEntry.GetExceptionMessage(String) + nameWithType: ConfigEntry.GetExceptionMessage(string) + nameWithType.vb: ConfigEntry.GetExceptionMessage(String) +- uid: RedLoader.ConfigEntry.GetExceptionMessage* + name: GetExceptionMessage + href: api/RedLoader.ConfigEntry.html#RedLoader_ConfigEntry_GetExceptionMessage_ + commentId: Overload:RedLoader.ConfigEntry.GetExceptionMessage + fullName: RedLoader.ConfigEntry.GetExceptionMessage + nameWithType: ConfigEntry.GetExceptionMessage +- uid: RedLoader.ConfigEntry.GetReflectedType + name: GetReflectedType() + href: api/RedLoader.ConfigEntry.html#RedLoader_ConfigEntry_GetReflectedType + commentId: M:RedLoader.ConfigEntry.GetReflectedType + fullName: RedLoader.ConfigEntry.GetReflectedType() + nameWithType: ConfigEntry.GetReflectedType() +- uid: RedLoader.ConfigEntry.GetReflectedType* + name: GetReflectedType + href: api/RedLoader.ConfigEntry.html#RedLoader_ConfigEntry_GetReflectedType_ + commentId: Overload:RedLoader.ConfigEntry.GetReflectedType + fullName: RedLoader.ConfigEntry.GetReflectedType + nameWithType: ConfigEntry.GetReflectedType +- uid: RedLoader.ConfigEntry.GetValueAsString + name: GetValueAsString() + href: api/RedLoader.ConfigEntry.html#RedLoader_ConfigEntry_GetValueAsString + commentId: M:RedLoader.ConfigEntry.GetValueAsString + fullName: RedLoader.ConfigEntry.GetValueAsString() + nameWithType: ConfigEntry.GetValueAsString() +- uid: RedLoader.ConfigEntry.GetValueAsString* + name: GetValueAsString + href: api/RedLoader.ConfigEntry.html#RedLoader_ConfigEntry_GetValueAsString_ + commentId: Overload:RedLoader.ConfigEntry.GetValueAsString + fullName: RedLoader.ConfigEntry.GetValueAsString + nameWithType: ConfigEntry.GetValueAsString +- uid: RedLoader.ConfigEntry.Identifier + name: Identifier + href: api/RedLoader.ConfigEntry.html#RedLoader_ConfigEntry_Identifier + commentId: P:RedLoader.ConfigEntry.Identifier + fullName: RedLoader.ConfigEntry.Identifier + nameWithType: ConfigEntry.Identifier +- uid: RedLoader.ConfigEntry.Identifier* + name: Identifier + href: api/RedLoader.ConfigEntry.html#RedLoader_ConfigEntry_Identifier_ + commentId: Overload:RedLoader.ConfigEntry.Identifier + fullName: RedLoader.ConfigEntry.Identifier + nameWithType: ConfigEntry.Identifier +- uid: RedLoader.ConfigEntry.IsHidden + name: IsHidden + href: api/RedLoader.ConfigEntry.html#RedLoader_ConfigEntry_IsHidden + commentId: P:RedLoader.ConfigEntry.IsHidden + fullName: RedLoader.ConfigEntry.IsHidden + nameWithType: ConfigEntry.IsHidden +- uid: RedLoader.ConfigEntry.IsHidden* + name: IsHidden + href: api/RedLoader.ConfigEntry.html#RedLoader_ConfigEntry_IsHidden_ + commentId: Overload:RedLoader.ConfigEntry.IsHidden + fullName: RedLoader.ConfigEntry.IsHidden + nameWithType: ConfigEntry.IsHidden +- uid: RedLoader.ConfigEntry.Load(Tomlet.Models.TomlValue) + name: Load(TomlValue) + href: api/RedLoader.ConfigEntry.html#RedLoader_ConfigEntry_Load_Tomlet_Models_TomlValue_ + commentId: M:RedLoader.ConfigEntry.Load(Tomlet.Models.TomlValue) + fullName: RedLoader.ConfigEntry.Load(Tomlet.Models.TomlValue) + nameWithType: ConfigEntry.Load(TomlValue) +- uid: RedLoader.ConfigEntry.Load* + name: Load + href: api/RedLoader.ConfigEntry.html#RedLoader_ConfigEntry_Load_ + commentId: Overload:RedLoader.ConfigEntry.Load + fullName: RedLoader.ConfigEntry.Load + nameWithType: ConfigEntry.Load +- uid: RedLoader.ConfigEntry.OnEntryValueChangedUntyped + name: OnEntryValueChangedUntyped + href: api/RedLoader.ConfigEntry.html#RedLoader_ConfigEntry_OnEntryValueChangedUntyped + commentId: F:RedLoader.ConfigEntry.OnEntryValueChangedUntyped + fullName: RedLoader.ConfigEntry.OnEntryValueChangedUntyped + nameWithType: ConfigEntry.OnEntryValueChangedUntyped +- uid: RedLoader.ConfigEntry.OnValueChangedUntyped + name: OnValueChangedUntyped + href: api/RedLoader.ConfigEntry.html#RedLoader_ConfigEntry_OnValueChangedUntyped + commentId: E:RedLoader.ConfigEntry.OnValueChangedUntyped + fullName: RedLoader.ConfigEntry.OnValueChangedUntyped + nameWithType: ConfigEntry.OnValueChangedUntyped +- uid: RedLoader.ConfigEntry.ResetToDefault + name: ResetToDefault() + href: api/RedLoader.ConfigEntry.html#RedLoader_ConfigEntry_ResetToDefault + commentId: M:RedLoader.ConfigEntry.ResetToDefault + fullName: RedLoader.ConfigEntry.ResetToDefault() + nameWithType: ConfigEntry.ResetToDefault() +- uid: RedLoader.ConfigEntry.ResetToDefault* + name: ResetToDefault + href: api/RedLoader.ConfigEntry.html#RedLoader_ConfigEntry_ResetToDefault_ + commentId: Overload:RedLoader.ConfigEntry.ResetToDefault + fullName: RedLoader.ConfigEntry.ResetToDefault + nameWithType: ConfigEntry.ResetToDefault +- uid: RedLoader.ConfigEntry.Save + name: Save() + href: api/RedLoader.ConfigEntry.html#RedLoader_ConfigEntry_Save + commentId: M:RedLoader.ConfigEntry.Save + fullName: RedLoader.ConfigEntry.Save() + nameWithType: ConfigEntry.Save() +- uid: RedLoader.ConfigEntry.Save* + name: Save + href: api/RedLoader.ConfigEntry.html#RedLoader_ConfigEntry_Save_ + commentId: Overload:RedLoader.ConfigEntry.Save + fullName: RedLoader.ConfigEntry.Save + nameWithType: ConfigEntry.Save +- uid: RedLoader.ConfigEntry.Validator + name: Validator + href: api/RedLoader.ConfigEntry.html#RedLoader_ConfigEntry_Validator + commentId: P:RedLoader.ConfigEntry.Validator + fullName: RedLoader.ConfigEntry.Validator + nameWithType: ConfigEntry.Validator +- uid: RedLoader.ConfigEntry.Validator* + name: Validator + href: api/RedLoader.ConfigEntry.html#RedLoader_ConfigEntry_Validator_ + commentId: Overload:RedLoader.ConfigEntry.Validator + fullName: RedLoader.ConfigEntry.Validator + nameWithType: ConfigEntry.Validator +- uid: RedLoader.ConfigEntry`1 + name: ConfigEntry + href: api/RedLoader.ConfigEntry-1.html + commentId: T:RedLoader.ConfigEntry`1 + name.vb: ConfigEntry(Of T) + fullName: RedLoader.ConfigEntry + fullName.vb: RedLoader.ConfigEntry(Of T) + nameWithType: ConfigEntry + nameWithType.vb: ConfigEntry(Of T) +- uid: RedLoader.ConfigEntry`1.#ctor + name: ConfigEntry() + href: api/RedLoader.ConfigEntry-1.html#RedLoader_ConfigEntry_1__ctor + commentId: M:RedLoader.ConfigEntry`1.#ctor + name.vb: New() + fullName: RedLoader.ConfigEntry.ConfigEntry() + fullName.vb: RedLoader.ConfigEntry(Of T).New() + nameWithType: ConfigEntry.ConfigEntry() + nameWithType.vb: ConfigEntry(Of T).New() +- uid: RedLoader.ConfigEntry`1.#ctor* + name: ConfigEntry + href: api/RedLoader.ConfigEntry-1.html#RedLoader_ConfigEntry_1__ctor_ + commentId: Overload:RedLoader.ConfigEntry`1.#ctor + name.vb: New + fullName: RedLoader.ConfigEntry.ConfigEntry + fullName.vb: RedLoader.ConfigEntry(Of T).New + nameWithType: ConfigEntry.ConfigEntry + nameWithType.vb: ConfigEntry(Of T).New +- uid: RedLoader.ConfigEntry`1.BoxedEditedValue + name: BoxedEditedValue + href: api/RedLoader.ConfigEntry-1.html#RedLoader_ConfigEntry_1_BoxedEditedValue + commentId: P:RedLoader.ConfigEntry`1.BoxedEditedValue + fullName: RedLoader.ConfigEntry.BoxedEditedValue + fullName.vb: RedLoader.ConfigEntry(Of T).BoxedEditedValue + nameWithType: ConfigEntry.BoxedEditedValue + nameWithType.vb: ConfigEntry(Of T).BoxedEditedValue +- uid: RedLoader.ConfigEntry`1.BoxedEditedValue* + name: BoxedEditedValue + href: api/RedLoader.ConfigEntry-1.html#RedLoader_ConfigEntry_1_BoxedEditedValue_ + commentId: Overload:RedLoader.ConfigEntry`1.BoxedEditedValue + fullName: RedLoader.ConfigEntry.BoxedEditedValue + fullName.vb: RedLoader.ConfigEntry(Of T).BoxedEditedValue + nameWithType: ConfigEntry.BoxedEditedValue + nameWithType.vb: ConfigEntry(Of T).BoxedEditedValue +- uid: RedLoader.ConfigEntry`1.BoxedValue + name: BoxedValue + href: api/RedLoader.ConfigEntry-1.html#RedLoader_ConfigEntry_1_BoxedValue + commentId: P:RedLoader.ConfigEntry`1.BoxedValue + fullName: RedLoader.ConfigEntry.BoxedValue + fullName.vb: RedLoader.ConfigEntry(Of T).BoxedValue + nameWithType: ConfigEntry.BoxedValue + nameWithType.vb: ConfigEntry(Of T).BoxedValue +- uid: RedLoader.ConfigEntry`1.BoxedValue* + name: BoxedValue + href: api/RedLoader.ConfigEntry-1.html#RedLoader_ConfigEntry_1_BoxedValue_ + commentId: Overload:RedLoader.ConfigEntry`1.BoxedValue + fullName: RedLoader.ConfigEntry.BoxedValue + fullName.vb: RedLoader.ConfigEntry(Of T).BoxedValue + nameWithType: ConfigEntry.BoxedValue + nameWithType.vb: ConfigEntry(Of T).BoxedValue +- uid: RedLoader.ConfigEntry`1.DefaultValue + name: DefaultValue + href: api/RedLoader.ConfigEntry-1.html#RedLoader_ConfigEntry_1_DefaultValue + commentId: P:RedLoader.ConfigEntry`1.DefaultValue + fullName: RedLoader.ConfigEntry.DefaultValue + fullName.vb: RedLoader.ConfigEntry(Of T).DefaultValue + nameWithType: ConfigEntry.DefaultValue + nameWithType.vb: ConfigEntry(Of T).DefaultValue +- uid: RedLoader.ConfigEntry`1.DefaultValue* + name: DefaultValue + href: api/RedLoader.ConfigEntry-1.html#RedLoader_ConfigEntry_1_DefaultValue_ + commentId: Overload:RedLoader.ConfigEntry`1.DefaultValue + fullName: RedLoader.ConfigEntry.DefaultValue + fullName.vb: RedLoader.ConfigEntry(Of T).DefaultValue + nameWithType: ConfigEntry.DefaultValue + nameWithType.vb: ConfigEntry(Of T).DefaultValue +- uid: RedLoader.ConfigEntry`1.EditedValue + name: EditedValue + href: api/RedLoader.ConfigEntry-1.html#RedLoader_ConfigEntry_1_EditedValue + commentId: P:RedLoader.ConfigEntry`1.EditedValue + fullName: RedLoader.ConfigEntry.EditedValue + fullName.vb: RedLoader.ConfigEntry(Of T).EditedValue + nameWithType: ConfigEntry.EditedValue + nameWithType.vb: ConfigEntry(Of T).EditedValue +- uid: RedLoader.ConfigEntry`1.EditedValue* + name: EditedValue + href: api/RedLoader.ConfigEntry-1.html#RedLoader_ConfigEntry_1_EditedValue_ + commentId: Overload:RedLoader.ConfigEntry`1.EditedValue + fullName: RedLoader.ConfigEntry.EditedValue + fullName.vb: RedLoader.ConfigEntry(Of T).EditedValue + nameWithType: ConfigEntry.EditedValue + nameWithType.vb: ConfigEntry(Of T).EditedValue +- uid: RedLoader.ConfigEntry`1.GetDefaultValueAsString + name: GetDefaultValueAsString() + href: api/RedLoader.ConfigEntry-1.html#RedLoader_ConfigEntry_1_GetDefaultValueAsString + commentId: M:RedLoader.ConfigEntry`1.GetDefaultValueAsString + fullName: RedLoader.ConfigEntry.GetDefaultValueAsString() + fullName.vb: RedLoader.ConfigEntry(Of T).GetDefaultValueAsString() + nameWithType: ConfigEntry.GetDefaultValueAsString() + nameWithType.vb: ConfigEntry(Of T).GetDefaultValueAsString() +- uid: RedLoader.ConfigEntry`1.GetDefaultValueAsString* + name: GetDefaultValueAsString + href: api/RedLoader.ConfigEntry-1.html#RedLoader_ConfigEntry_1_GetDefaultValueAsString_ + commentId: Overload:RedLoader.ConfigEntry`1.GetDefaultValueAsString + fullName: RedLoader.ConfigEntry.GetDefaultValueAsString + fullName.vb: RedLoader.ConfigEntry(Of T).GetDefaultValueAsString + nameWithType: ConfigEntry.GetDefaultValueAsString + nameWithType.vb: ConfigEntry(Of T).GetDefaultValueAsString +- uid: RedLoader.ConfigEntry`1.GetEditedValueAsString + name: GetEditedValueAsString() + href: api/RedLoader.ConfigEntry-1.html#RedLoader_ConfigEntry_1_GetEditedValueAsString + commentId: M:RedLoader.ConfigEntry`1.GetEditedValueAsString + fullName: RedLoader.ConfigEntry.GetEditedValueAsString() + fullName.vb: RedLoader.ConfigEntry(Of T).GetEditedValueAsString() + nameWithType: ConfigEntry.GetEditedValueAsString() + nameWithType.vb: ConfigEntry(Of T).GetEditedValueAsString() +- uid: RedLoader.ConfigEntry`1.GetEditedValueAsString* + name: GetEditedValueAsString + href: api/RedLoader.ConfigEntry-1.html#RedLoader_ConfigEntry_1_GetEditedValueAsString_ + commentId: Overload:RedLoader.ConfigEntry`1.GetEditedValueAsString + fullName: RedLoader.ConfigEntry.GetEditedValueAsString + fullName.vb: RedLoader.ConfigEntry(Of T).GetEditedValueAsString + nameWithType: ConfigEntry.GetEditedValueAsString + nameWithType.vb: ConfigEntry(Of T).GetEditedValueAsString +- uid: RedLoader.ConfigEntry`1.GetReflectedType + name: GetReflectedType() + href: api/RedLoader.ConfigEntry-1.html#RedLoader_ConfigEntry_1_GetReflectedType + commentId: M:RedLoader.ConfigEntry`1.GetReflectedType + fullName: RedLoader.ConfigEntry.GetReflectedType() + fullName.vb: RedLoader.ConfigEntry(Of T).GetReflectedType() + nameWithType: ConfigEntry.GetReflectedType() + nameWithType.vb: ConfigEntry(Of T).GetReflectedType() +- uid: RedLoader.ConfigEntry`1.GetReflectedType* + name: GetReflectedType + href: api/RedLoader.ConfigEntry-1.html#RedLoader_ConfigEntry_1_GetReflectedType_ + commentId: Overload:RedLoader.ConfigEntry`1.GetReflectedType + fullName: RedLoader.ConfigEntry.GetReflectedType + fullName.vb: RedLoader.ConfigEntry(Of T).GetReflectedType + nameWithType: ConfigEntry.GetReflectedType + nameWithType.vb: ConfigEntry(Of T).GetReflectedType +- uid: RedLoader.ConfigEntry`1.GetValueAsString + name: GetValueAsString() + href: api/RedLoader.ConfigEntry-1.html#RedLoader_ConfigEntry_1_GetValueAsString + commentId: M:RedLoader.ConfigEntry`1.GetValueAsString + fullName: RedLoader.ConfigEntry.GetValueAsString() + fullName.vb: RedLoader.ConfigEntry(Of T).GetValueAsString() + nameWithType: ConfigEntry.GetValueAsString() + nameWithType.vb: ConfigEntry(Of T).GetValueAsString() +- uid: RedLoader.ConfigEntry`1.GetValueAsString* + name: GetValueAsString + href: api/RedLoader.ConfigEntry-1.html#RedLoader_ConfigEntry_1_GetValueAsString_ + commentId: Overload:RedLoader.ConfigEntry`1.GetValueAsString + fullName: RedLoader.ConfigEntry.GetValueAsString + fullName.vb: RedLoader.ConfigEntry(Of T).GetValueAsString + nameWithType: ConfigEntry.GetValueAsString + nameWithType.vb: ConfigEntry(Of T).GetValueAsString +- uid: RedLoader.ConfigEntry`1.Load(Tomlet.Models.TomlValue) + name: Load(TomlValue) + href: api/RedLoader.ConfigEntry-1.html#RedLoader_ConfigEntry_1_Load_Tomlet_Models_TomlValue_ + commentId: M:RedLoader.ConfigEntry`1.Load(Tomlet.Models.TomlValue) + fullName: RedLoader.ConfigEntry.Load(Tomlet.Models.TomlValue) + fullName.vb: RedLoader.ConfigEntry(Of T).Load(Tomlet.Models.TomlValue) + nameWithType: ConfigEntry.Load(TomlValue) + nameWithType.vb: ConfigEntry(Of T).Load(TomlValue) +- uid: RedLoader.ConfigEntry`1.Load* + name: Load + href: api/RedLoader.ConfigEntry-1.html#RedLoader_ConfigEntry_1_Load_ + commentId: Overload:RedLoader.ConfigEntry`1.Load + fullName: RedLoader.ConfigEntry.Load + fullName.vb: RedLoader.ConfigEntry(Of T).Load + nameWithType: ConfigEntry.Load + nameWithType.vb: ConfigEntry(Of T).Load +- uid: RedLoader.ConfigEntry`1.OnEntryValueChanged + name: OnEntryValueChanged + href: api/RedLoader.ConfigEntry-1.html#RedLoader_ConfigEntry_1_OnEntryValueChanged + commentId: F:RedLoader.ConfigEntry`1.OnEntryValueChanged + fullName: RedLoader.ConfigEntry.OnEntryValueChanged + fullName.vb: RedLoader.ConfigEntry(Of T).OnEntryValueChanged + nameWithType: ConfigEntry.OnEntryValueChanged + nameWithType.vb: ConfigEntry(Of T).OnEntryValueChanged +- uid: RedLoader.ConfigEntry`1.OnValueChanged + name: OnValueChanged + href: api/RedLoader.ConfigEntry-1.html#RedLoader_ConfigEntry_1_OnValueChanged + commentId: E:RedLoader.ConfigEntry`1.OnValueChanged + fullName: RedLoader.ConfigEntry.OnValueChanged + fullName.vb: RedLoader.ConfigEntry(Of T).OnValueChanged + nameWithType: ConfigEntry.OnValueChanged + nameWithType.vb: ConfigEntry(Of T).OnValueChanged +- uid: RedLoader.ConfigEntry`1.ResetToDefault + name: ResetToDefault() + href: api/RedLoader.ConfigEntry-1.html#RedLoader_ConfigEntry_1_ResetToDefault + commentId: M:RedLoader.ConfigEntry`1.ResetToDefault + fullName: RedLoader.ConfigEntry.ResetToDefault() + fullName.vb: RedLoader.ConfigEntry(Of T).ResetToDefault() + nameWithType: ConfigEntry.ResetToDefault() + nameWithType.vb: ConfigEntry(Of T).ResetToDefault() +- uid: RedLoader.ConfigEntry`1.ResetToDefault* + name: ResetToDefault + href: api/RedLoader.ConfigEntry-1.html#RedLoader_ConfigEntry_1_ResetToDefault_ + commentId: Overload:RedLoader.ConfigEntry`1.ResetToDefault + fullName: RedLoader.ConfigEntry.ResetToDefault + fullName.vb: RedLoader.ConfigEntry(Of T).ResetToDefault + nameWithType: ConfigEntry.ResetToDefault + nameWithType.vb: ConfigEntry(Of T).ResetToDefault +- uid: RedLoader.ConfigEntry`1.Save + name: Save() + href: api/RedLoader.ConfigEntry-1.html#RedLoader_ConfigEntry_1_Save + commentId: M:RedLoader.ConfigEntry`1.Save + fullName: RedLoader.ConfigEntry.Save() + fullName.vb: RedLoader.ConfigEntry(Of T).Save() + nameWithType: ConfigEntry.Save() + nameWithType.vb: ConfigEntry(Of T).Save() +- uid: RedLoader.ConfigEntry`1.Save* + name: Save + href: api/RedLoader.ConfigEntry-1.html#RedLoader_ConfigEntry_1_Save_ + commentId: Overload:RedLoader.ConfigEntry`1.Save + fullName: RedLoader.ConfigEntry.Save + fullName.vb: RedLoader.ConfigEntry(Of T).Save + nameWithType: ConfigEntry.Save + nameWithType.vb: ConfigEntry(Of T).Save +- uid: RedLoader.ConfigEntry`1.Value + name: Value + href: api/RedLoader.ConfigEntry-1.html#RedLoader_ConfigEntry_1_Value + commentId: P:RedLoader.ConfigEntry`1.Value + fullName: RedLoader.ConfigEntry.Value + fullName.vb: RedLoader.ConfigEntry(Of T).Value + nameWithType: ConfigEntry.Value + nameWithType.vb: ConfigEntry(Of T).Value +- uid: RedLoader.ConfigEntry`1.Value* + name: Value + href: api/RedLoader.ConfigEntry-1.html#RedLoader_ConfigEntry_1_Value_ + commentId: Overload:RedLoader.ConfigEntry`1.Value + fullName: RedLoader.ConfigEntry.Value + fullName.vb: RedLoader.ConfigEntry(Of T).Value + nameWithType: ConfigEntry.Value + nameWithType.vb: ConfigEntry(Of T).Value +- uid: RedLoader.ConfigSystem + name: ConfigSystem + href: api/RedLoader.ConfigSystem.html + commentId: T:RedLoader.ConfigSystem + fullName: RedLoader.ConfigSystem + nameWithType: ConfigSystem +- uid: RedLoader.ConfigSystem.Categories + name: Categories + href: api/RedLoader.ConfigSystem.html#RedLoader_ConfigSystem_Categories + commentId: F:RedLoader.ConfigSystem.Categories + fullName: RedLoader.ConfigSystem.Categories + nameWithType: ConfigSystem.Categories +- uid: RedLoader.ConfigSystem.CreateCategory(System.String,System.String,System.Boolean,System.Boolean) + name: CreateCategory(string, string, bool, bool) + href: api/RedLoader.ConfigSystem.html#RedLoader_ConfigSystem_CreateCategory_System_String_System_String_System_Boolean_System_Boolean_ + commentId: M:RedLoader.ConfigSystem.CreateCategory(System.String,System.String,System.Boolean,System.Boolean) + name.vb: CreateCategory(String, String, Boolean, Boolean) + fullName: RedLoader.ConfigSystem.CreateCategory(string, string, bool, bool) + fullName.vb: RedLoader.ConfigSystem.CreateCategory(String, String, Boolean, Boolean) + nameWithType: ConfigSystem.CreateCategory(string, string, bool, bool) + nameWithType.vb: ConfigSystem.CreateCategory(String, String, Boolean, Boolean) +- uid: RedLoader.ConfigSystem.CreateCategory(System.String,System.String) + name: CreateCategory(string, string) + href: api/RedLoader.ConfigSystem.html#RedLoader_ConfigSystem_CreateCategory_System_String_System_String_ + commentId: M:RedLoader.ConfigSystem.CreateCategory(System.String,System.String) + name.vb: CreateCategory(String, String) + fullName: RedLoader.ConfigSystem.CreateCategory(string, string) + fullName.vb: RedLoader.ConfigSystem.CreateCategory(String, String) + nameWithType: ConfigSystem.CreateCategory(string, string) + nameWithType.vb: ConfigSystem.CreateCategory(String, String) +- uid: RedLoader.ConfigSystem.CreateCategory(System.String) + name: CreateCategory(string) + href: api/RedLoader.ConfigSystem.html#RedLoader_ConfigSystem_CreateCategory_System_String_ + commentId: M:RedLoader.ConfigSystem.CreateCategory(System.String) + name.vb: CreateCategory(String) + fullName: RedLoader.ConfigSystem.CreateCategory(string) + fullName.vb: RedLoader.ConfigSystem.CreateCategory(String) + nameWithType: ConfigSystem.CreateCategory(string) + nameWithType.vb: ConfigSystem.CreateCategory(String) +- uid: RedLoader.ConfigSystem.CreateCategory* + name: CreateCategory + href: api/RedLoader.ConfigSystem.html#RedLoader_ConfigSystem_CreateCategory_ + commentId: Overload:RedLoader.ConfigSystem.CreateCategory + fullName: RedLoader.ConfigSystem.CreateCategory + nameWithType: ConfigSystem.CreateCategory +- uid: RedLoader.ConfigSystem.CreateCategory``1(System.String,System.String) + name: CreateCategory(string, string) + href: api/RedLoader.ConfigSystem.html#RedLoader_ConfigSystem_CreateCategory__1_System_String_System_String_ + commentId: M:RedLoader.ConfigSystem.CreateCategory``1(System.String,System.String) + name.vb: CreateCategory(Of T)(String, String) + fullName: RedLoader.ConfigSystem.CreateCategory(string, string) + fullName.vb: RedLoader.ConfigSystem.CreateCategory(Of T)(String, String) + nameWithType: ConfigSystem.CreateCategory(string, string) + nameWithType.vb: ConfigSystem.CreateCategory(Of T)(String, String) +- uid: RedLoader.ConfigSystem.CreateEntry* + name: CreateEntry + href: api/RedLoader.ConfigSystem.html#RedLoader_ConfigSystem_CreateEntry_ + commentId: Overload:RedLoader.ConfigSystem.CreateEntry + fullName: RedLoader.ConfigSystem.CreateEntry + nameWithType: ConfigSystem.CreateEntry +- uid: RedLoader.ConfigSystem.CreateEntry``1(System.String,System.String,``0,System.String,System.Boolean) + name: CreateEntry(string, string, T, string, bool) + href: api/RedLoader.ConfigSystem.html#RedLoader_ConfigSystem_CreateEntry__1_System_String_System_String___0_System_String_System_Boolean_ + commentId: M:RedLoader.ConfigSystem.CreateEntry``1(System.String,System.String,``0,System.String,System.Boolean) + name.vb: CreateEntry(Of T)(String, String, T, String, Boolean) + fullName: RedLoader.ConfigSystem.CreateEntry(string, string, T, string, bool) + fullName.vb: RedLoader.ConfigSystem.CreateEntry(Of T)(String, String, T, String, Boolean) + nameWithType: ConfigSystem.CreateEntry(string, string, T, string, bool) + nameWithType.vb: ConfigSystem.CreateEntry(Of T)(String, String, T, String, Boolean) +- uid: RedLoader.ConfigSystem.CreateEntry``1(System.String,System.String,``0,System.String,System.String,System.Boolean,System.Boolean,RedLoader.Preferences.ValueValidator) + name: CreateEntry(string, string, T, string, string, bool, bool, ValueValidator) + href: api/RedLoader.ConfigSystem.html#RedLoader_ConfigSystem_CreateEntry__1_System_String_System_String___0_System_String_System_String_System_Boolean_System_Boolean_RedLoader_Preferences_ValueValidator_ + commentId: M:RedLoader.ConfigSystem.CreateEntry``1(System.String,System.String,``0,System.String,System.String,System.Boolean,System.Boolean,RedLoader.Preferences.ValueValidator) + name.vb: CreateEntry(Of T)(String, String, T, String, String, Boolean, Boolean, ValueValidator) + fullName: RedLoader.ConfigSystem.CreateEntry(string, string, T, string, string, bool, bool, RedLoader.Preferences.ValueValidator) + fullName.vb: RedLoader.ConfigSystem.CreateEntry(Of T)(String, String, T, String, String, Boolean, Boolean, RedLoader.Preferences.ValueValidator) + nameWithType: ConfigSystem.CreateEntry(string, string, T, string, string, bool, bool, ValueValidator) + nameWithType.vb: ConfigSystem.CreateEntry(Of T)(String, String, T, String, String, Boolean, Boolean, ValueValidator) +- uid: RedLoader.ConfigSystem.CreateFileCategory(System.String,System.String,System.String) + name: CreateFileCategory(string, string, string) + href: api/RedLoader.ConfigSystem.html#RedLoader_ConfigSystem_CreateFileCategory_System_String_System_String_System_String_ + commentId: M:RedLoader.ConfigSystem.CreateFileCategory(System.String,System.String,System.String) + name.vb: CreateFileCategory(String, String, String) + fullName: RedLoader.ConfigSystem.CreateFileCategory(string, string, string) + fullName.vb: RedLoader.ConfigSystem.CreateFileCategory(String, String, String) + nameWithType: ConfigSystem.CreateFileCategory(string, string, string) + nameWithType.vb: ConfigSystem.CreateFileCategory(String, String, String) +- uid: RedLoader.ConfigSystem.CreateFileCategory* + name: CreateFileCategory + href: api/RedLoader.ConfigSystem.html#RedLoader_ConfigSystem_CreateFileCategory_ + commentId: Overload:RedLoader.ConfigSystem.CreateFileCategory + fullName: RedLoader.ConfigSystem.CreateFileCategory + nameWithType: ConfigSystem.CreateFileCategory +- uid: RedLoader.ConfigSystem.GetCategory(System.String) + name: GetCategory(string) + href: api/RedLoader.ConfigSystem.html#RedLoader_ConfigSystem_GetCategory_System_String_ + commentId: M:RedLoader.ConfigSystem.GetCategory(System.String) + name.vb: GetCategory(String) + fullName: RedLoader.ConfigSystem.GetCategory(string) + fullName.vb: RedLoader.ConfigSystem.GetCategory(String) + nameWithType: ConfigSystem.GetCategory(string) + nameWithType.vb: ConfigSystem.GetCategory(String) +- uid: RedLoader.ConfigSystem.GetCategory* + name: GetCategory + href: api/RedLoader.ConfigSystem.html#RedLoader_ConfigSystem_GetCategory_ + commentId: Overload:RedLoader.ConfigSystem.GetCategory + fullName: RedLoader.ConfigSystem.GetCategory + nameWithType: ConfigSystem.GetCategory +- uid: RedLoader.ConfigSystem.GetCategory``1(System.String) + name: GetCategory(string) + href: api/RedLoader.ConfigSystem.html#RedLoader_ConfigSystem_GetCategory__1_System_String_ + commentId: M:RedLoader.ConfigSystem.GetCategory``1(System.String) + name.vb: GetCategory(Of T)(String) + fullName: RedLoader.ConfigSystem.GetCategory(string) + fullName.vb: RedLoader.ConfigSystem.GetCategory(Of T)(String) + nameWithType: ConfigSystem.GetCategory(string) + nameWithType.vb: ConfigSystem.GetCategory(Of T)(String) +- uid: RedLoader.ConfigSystem.GetEntry(System.String,System.String) + name: GetEntry(string, string) + href: api/RedLoader.ConfigSystem.html#RedLoader_ConfigSystem_GetEntry_System_String_System_String_ + commentId: M:RedLoader.ConfigSystem.GetEntry(System.String,System.String) + name.vb: GetEntry(String, String) + fullName: RedLoader.ConfigSystem.GetEntry(string, string) + fullName.vb: RedLoader.ConfigSystem.GetEntry(String, String) + nameWithType: ConfigSystem.GetEntry(string, string) + nameWithType.vb: ConfigSystem.GetEntry(String, String) +- uid: RedLoader.ConfigSystem.GetEntry* + name: GetEntry + href: api/RedLoader.ConfigSystem.html#RedLoader_ConfigSystem_GetEntry_ + commentId: Overload:RedLoader.ConfigSystem.GetEntry + fullName: RedLoader.ConfigSystem.GetEntry + nameWithType: ConfigSystem.GetEntry +- uid: RedLoader.ConfigSystem.GetEntry``1(System.String,System.String) + name: GetEntry(string, string) + href: api/RedLoader.ConfigSystem.html#RedLoader_ConfigSystem_GetEntry__1_System_String_System_String_ + commentId: M:RedLoader.ConfigSystem.GetEntry``1(System.String,System.String) + name.vb: GetEntry(Of T)(String, String) + fullName: RedLoader.ConfigSystem.GetEntry(string, string) + fullName.vb: RedLoader.ConfigSystem.GetEntry(Of T)(String, String) + nameWithType: ConfigSystem.GetEntry(string, string) + nameWithType.vb: ConfigSystem.GetEntry(Of T)(String, String) +- uid: RedLoader.ConfigSystem.GetEntryValue* + name: GetEntryValue + href: api/RedLoader.ConfigSystem.html#RedLoader_ConfigSystem_GetEntryValue_ + commentId: Overload:RedLoader.ConfigSystem.GetEntryValue + fullName: RedLoader.ConfigSystem.GetEntryValue + nameWithType: ConfigSystem.GetEntryValue +- uid: RedLoader.ConfigSystem.GetEntryValue``1(System.String,System.String) + name: GetEntryValue(string, string) + href: api/RedLoader.ConfigSystem.html#RedLoader_ConfigSystem_GetEntryValue__1_System_String_System_String_ + commentId: M:RedLoader.ConfigSystem.GetEntryValue``1(System.String,System.String) + name.vb: GetEntryValue(Of T)(String, String) + fullName: RedLoader.ConfigSystem.GetEntryValue(string, string) + fullName.vb: RedLoader.ConfigSystem.GetEntryValue(Of T)(String, String) + nameWithType: ConfigSystem.GetEntryValue(string, string) + nameWithType.vb: ConfigSystem.GetEntryValue(Of T)(String, String) +- uid: RedLoader.ConfigSystem.GetFilePath(System.String) + name: GetFilePath(string) + href: api/RedLoader.ConfigSystem.html#RedLoader_ConfigSystem_GetFilePath_System_String_ + commentId: M:RedLoader.ConfigSystem.GetFilePath(System.String) + name.vb: GetFilePath(String) + fullName: RedLoader.ConfigSystem.GetFilePath(string) + fullName.vb: RedLoader.ConfigSystem.GetFilePath(String) + nameWithType: ConfigSystem.GetFilePath(string) + nameWithType.vb: ConfigSystem.GetFilePath(String) +- uid: RedLoader.ConfigSystem.GetFilePath* + name: GetFilePath + href: api/RedLoader.ConfigSystem.html#RedLoader_ConfigSystem_GetFilePath_ + commentId: Overload:RedLoader.ConfigSystem.GetFilePath + fullName: RedLoader.ConfigSystem.GetFilePath + nameWithType: ConfigSystem.GetFilePath +- uid: RedLoader.ConfigSystem.HasEntry(System.String,System.String) + name: HasEntry(string, string) + href: api/RedLoader.ConfigSystem.html#RedLoader_ConfigSystem_HasEntry_System_String_System_String_ + commentId: M:RedLoader.ConfigSystem.HasEntry(System.String,System.String) + name.vb: HasEntry(String, String) + fullName: RedLoader.ConfigSystem.HasEntry(string, string) + fullName.vb: RedLoader.ConfigSystem.HasEntry(String, String) + nameWithType: ConfigSystem.HasEntry(string, string) + nameWithType.vb: ConfigSystem.HasEntry(String, String) +- uid: RedLoader.ConfigSystem.HasEntry* + name: HasEntry + href: api/RedLoader.ConfigSystem.html#RedLoader_ConfigSystem_HasEntry_ + commentId: Overload:RedLoader.ConfigSystem.HasEntry + fullName: RedLoader.ConfigSystem.HasEntry + nameWithType: ConfigSystem.HasEntry +- uid: RedLoader.ConfigSystem.Load + name: Load() + href: api/RedLoader.ConfigSystem.html#RedLoader_ConfigSystem_Load + commentId: M:RedLoader.ConfigSystem.Load + fullName: RedLoader.ConfigSystem.Load() + nameWithType: ConfigSystem.Load() +- uid: RedLoader.ConfigSystem.Load* + name: Load + href: api/RedLoader.ConfigSystem.html#RedLoader_ConfigSystem_Load_ + commentId: Overload:RedLoader.ConfigSystem.Load + fullName: RedLoader.ConfigSystem.Load + nameWithType: ConfigSystem.Load +- uid: RedLoader.ConfigSystem.Mapper + name: Mapper + href: api/RedLoader.ConfigSystem.html#RedLoader_ConfigSystem_Mapper + commentId: F:RedLoader.ConfigSystem.Mapper + fullName: RedLoader.ConfigSystem.Mapper + nameWithType: ConfigSystem.Mapper +- uid: RedLoader.ConfigSystem.OnPreferencesLoaded + name: OnPreferencesLoaded + href: api/RedLoader.ConfigSystem.html#RedLoader_ConfigSystem_OnPreferencesLoaded + commentId: F:RedLoader.ConfigSystem.OnPreferencesLoaded + fullName: RedLoader.ConfigSystem.OnPreferencesLoaded + nameWithType: ConfigSystem.OnPreferencesLoaded +- uid: RedLoader.ConfigSystem.OnPreferencesSaved + name: OnPreferencesSaved + href: api/RedLoader.ConfigSystem.html#RedLoader_ConfigSystem_OnPreferencesSaved + commentId: F:RedLoader.ConfigSystem.OnPreferencesSaved + fullName: RedLoader.ConfigSystem.OnPreferencesSaved + nameWithType: ConfigSystem.OnPreferencesSaved +- uid: RedLoader.ConfigSystem.ReflectiveCategories + name: ReflectiveCategories + href: api/RedLoader.ConfigSystem.html#RedLoader_ConfigSystem_ReflectiveCategories + commentId: F:RedLoader.ConfigSystem.ReflectiveCategories + fullName: RedLoader.ConfigSystem.ReflectiveCategories + nameWithType: ConfigSystem.ReflectiveCategories +- uid: RedLoader.ConfigSystem.RemoveCategoryFromFile(System.String,System.String) + name: RemoveCategoryFromFile(string, string) + href: api/RedLoader.ConfigSystem.html#RedLoader_ConfigSystem_RemoveCategoryFromFile_System_String_System_String_ + commentId: M:RedLoader.ConfigSystem.RemoveCategoryFromFile(System.String,System.String) + name.vb: RemoveCategoryFromFile(String, String) + fullName: RedLoader.ConfigSystem.RemoveCategoryFromFile(string, string) + fullName.vb: RedLoader.ConfigSystem.RemoveCategoryFromFile(String, String) + nameWithType: ConfigSystem.RemoveCategoryFromFile(string, string) + nameWithType.vb: ConfigSystem.RemoveCategoryFromFile(String, String) +- uid: RedLoader.ConfigSystem.RemoveCategoryFromFile* + name: RemoveCategoryFromFile + href: api/RedLoader.ConfigSystem.html#RedLoader_ConfigSystem_RemoveCategoryFromFile_ + commentId: Overload:RedLoader.ConfigSystem.RemoveCategoryFromFile + fullName: RedLoader.ConfigSystem.RemoveCategoryFromFile + nameWithType: ConfigSystem.RemoveCategoryFromFile +- uid: RedLoader.ConfigSystem.Save + name: Save() + href: api/RedLoader.ConfigSystem.html#RedLoader_ConfigSystem_Save + commentId: M:RedLoader.ConfigSystem.Save + fullName: RedLoader.ConfigSystem.Save() + nameWithType: ConfigSystem.Save() +- uid: RedLoader.ConfigSystem.Save* + name: Save + href: api/RedLoader.ConfigSystem.html#RedLoader_ConfigSystem_Save_ + commentId: Overload:RedLoader.ConfigSystem.Save + fullName: RedLoader.ConfigSystem.Save + nameWithType: ConfigSystem.Save +- uid: RedLoader.ConfigSystem.SaveCategory* + name: SaveCategory + href: api/RedLoader.ConfigSystem.html#RedLoader_ConfigSystem_SaveCategory_ + commentId: Overload:RedLoader.ConfigSystem.SaveCategory + fullName: RedLoader.ConfigSystem.SaveCategory + nameWithType: ConfigSystem.SaveCategory +- uid: RedLoader.ConfigSystem.SaveCategory``1(System.String,System.Boolean) + name: SaveCategory(string, bool) + href: api/RedLoader.ConfigSystem.html#RedLoader_ConfigSystem_SaveCategory__1_System_String_System_Boolean_ + commentId: M:RedLoader.ConfigSystem.SaveCategory``1(System.String,System.Boolean) + name.vb: SaveCategory(Of T)(String, Boolean) + fullName: RedLoader.ConfigSystem.SaveCategory(string, bool) + fullName.vb: RedLoader.ConfigSystem.SaveCategory(Of T)(String, Boolean) + nameWithType: ConfigSystem.SaveCategory(string, bool) + nameWithType.vb: ConfigSystem.SaveCategory(Of T)(String, Boolean) +- uid: RedLoader.ConfigSystem.SetEntryValue* + name: SetEntryValue + href: api/RedLoader.ConfigSystem.html#RedLoader_ConfigSystem_SetEntryValue_ + commentId: Overload:RedLoader.ConfigSystem.SetEntryValue + fullName: RedLoader.ConfigSystem.SetEntryValue + nameWithType: ConfigSystem.SetEntryValue +- uid: RedLoader.ConfigSystem.SetEntryValue``1(System.String,System.String,``0) + name: SetEntryValue(string, string, T) + href: api/RedLoader.ConfigSystem.html#RedLoader_ConfigSystem_SetEntryValue__1_System_String_System_String___0_ + commentId: M:RedLoader.ConfigSystem.SetEntryValue``1(System.String,System.String,``0) + name.vb: SetEntryValue(Of T)(String, String, T) + fullName: RedLoader.ConfigSystem.SetEntryValue(string, string, T) + fullName.vb: RedLoader.ConfigSystem.SetEntryValue(Of T)(String, String, T) + nameWithType: ConfigSystem.SetEntryValue(string, string, T) + nameWithType.vb: ConfigSystem.SetEntryValue(Of T)(String, String, T) +- uid: RedLoader.CoreClrUtils + name: RedLoader.CoreClrUtils + href: api/RedLoader.CoreClrUtils.html + commentId: N:RedLoader.CoreClrUtils + fullName: RedLoader.CoreClrUtils + nameWithType: RedLoader.CoreClrUtils +- uid: RedLoader.CoreClrUtils.NativeStackWalk + name: NativeStackWalk + href: api/RedLoader.CoreClrUtils.NativeStackWalk.html + commentId: T:RedLoader.CoreClrUtils.NativeStackWalk + fullName: RedLoader.CoreClrUtils.NativeStackWalk + nameWithType: NativeStackWalk +- uid: RedLoader.CoreClrUtils.NativeStackWalk.GetNativeStackFrames + name: GetNativeStackFrames() + href: api/RedLoader.CoreClrUtils.NativeStackWalk.html#RedLoader_CoreClrUtils_NativeStackWalk_GetNativeStackFrames + commentId: M:RedLoader.CoreClrUtils.NativeStackWalk.GetNativeStackFrames + fullName: RedLoader.CoreClrUtils.NativeStackWalk.GetNativeStackFrames() + nameWithType: NativeStackWalk.GetNativeStackFrames() +- uid: RedLoader.CoreClrUtils.NativeStackWalk.GetNativeStackFrames* + name: GetNativeStackFrames + href: api/RedLoader.CoreClrUtils.NativeStackWalk.html#RedLoader_CoreClrUtils_NativeStackWalk_GetNativeStackFrames_ + commentId: Overload:RedLoader.CoreClrUtils.NativeStackWalk.GetNativeStackFrames + fullName: RedLoader.CoreClrUtils.NativeStackWalk.GetNativeStackFrames + nameWithType: NativeStackWalk.GetNativeStackFrames +- uid: RedLoader.CoreClrUtils.NativeStackWalk.LogNativeStackTrace + name: LogNativeStackTrace() + href: api/RedLoader.CoreClrUtils.NativeStackWalk.html#RedLoader_CoreClrUtils_NativeStackWalk_LogNativeStackTrace + commentId: M:RedLoader.CoreClrUtils.NativeStackWalk.LogNativeStackTrace + fullName: RedLoader.CoreClrUtils.NativeStackWalk.LogNativeStackTrace() + nameWithType: NativeStackWalk.LogNativeStackTrace() +- uid: RedLoader.CoreClrUtils.NativeStackWalk.LogNativeStackTrace* + name: LogNativeStackTrace + href: api/RedLoader.CoreClrUtils.NativeStackWalk.html#RedLoader_CoreClrUtils_NativeStackWalk_LogNativeStackTrace_ + commentId: Overload:RedLoader.CoreClrUtils.NativeStackWalk.LogNativeStackTrace + fullName: RedLoader.CoreClrUtils.NativeStackWalk.LogNativeStackTrace + nameWithType: NativeStackWalk.LogNativeStackTrace +- uid: RedLoader.CoreClrUtils.NativeStackWalk.NativeStackFrame + name: NativeStackWalk.NativeStackFrame + href: api/RedLoader.CoreClrUtils.NativeStackWalk.NativeStackFrame.html + commentId: T:RedLoader.CoreClrUtils.NativeStackWalk.NativeStackFrame + fullName: RedLoader.CoreClrUtils.NativeStackWalk.NativeStackFrame + nameWithType: NativeStackWalk.NativeStackFrame +- uid: RedLoader.CoreClrUtils.NativeStackWalk.NativeStackFrame.#ctor + name: NativeStackFrame() + href: api/RedLoader.CoreClrUtils.NativeStackWalk.NativeStackFrame.html#RedLoader_CoreClrUtils_NativeStackWalk_NativeStackFrame__ctor + commentId: M:RedLoader.CoreClrUtils.NativeStackWalk.NativeStackFrame.#ctor + name.vb: New() + fullName: RedLoader.CoreClrUtils.NativeStackWalk.NativeStackFrame.NativeStackFrame() + fullName.vb: RedLoader.CoreClrUtils.NativeStackWalk.NativeStackFrame.New() + nameWithType: NativeStackWalk.NativeStackFrame.NativeStackFrame() + nameWithType.vb: NativeStackWalk.NativeStackFrame.New() +- uid: RedLoader.CoreClrUtils.NativeStackWalk.NativeStackFrame.#ctor* + name: NativeStackFrame + href: api/RedLoader.CoreClrUtils.NativeStackWalk.NativeStackFrame.html#RedLoader_CoreClrUtils_NativeStackWalk_NativeStackFrame__ctor_ + commentId: Overload:RedLoader.CoreClrUtils.NativeStackWalk.NativeStackFrame.#ctor + name.vb: New + fullName: RedLoader.CoreClrUtils.NativeStackWalk.NativeStackFrame.NativeStackFrame + fullName.vb: RedLoader.CoreClrUtils.NativeStackWalk.NativeStackFrame.New + nameWithType: NativeStackWalk.NativeStackFrame.NativeStackFrame + nameWithType.vb: NativeStackWalk.NativeStackFrame.New +- uid: RedLoader.CoreClrUtils.NativeStackWalk.NativeStackFrame.Function + name: Function + href: api/RedLoader.CoreClrUtils.NativeStackWalk.NativeStackFrame.html#RedLoader_CoreClrUtils_NativeStackWalk_NativeStackFrame_Function + commentId: F:RedLoader.CoreClrUtils.NativeStackWalk.NativeStackFrame.Function + fullName: RedLoader.CoreClrUtils.NativeStackWalk.NativeStackFrame.Function + nameWithType: NativeStackWalk.NativeStackFrame.Function +- uid: RedLoader.CoreClrUtils.NativeStackWalk.NativeStackFrame.ModuleName + name: ModuleName + href: api/RedLoader.CoreClrUtils.NativeStackWalk.NativeStackFrame.html#RedLoader_CoreClrUtils_NativeStackWalk_NativeStackFrame_ModuleName + commentId: P:RedLoader.CoreClrUtils.NativeStackWalk.NativeStackFrame.ModuleName + fullName: RedLoader.CoreClrUtils.NativeStackWalk.NativeStackFrame.ModuleName + nameWithType: NativeStackWalk.NativeStackFrame.ModuleName +- uid: RedLoader.CoreClrUtils.NativeStackWalk.NativeStackFrame.ModuleName* + name: ModuleName + href: api/RedLoader.CoreClrUtils.NativeStackWalk.NativeStackFrame.html#RedLoader_CoreClrUtils_NativeStackWalk_NativeStackFrame_ModuleName_ + commentId: Overload:RedLoader.CoreClrUtils.NativeStackWalk.NativeStackFrame.ModuleName + fullName: RedLoader.CoreClrUtils.NativeStackWalk.NativeStackFrame.ModuleName + nameWithType: NativeStackWalk.NativeStackFrame.ModuleName +- uid: RedLoader.CoreClrUtils.NativeStackWalk.NativeStackFrame.ModulePath + name: ModulePath + href: api/RedLoader.CoreClrUtils.NativeStackWalk.NativeStackFrame.html#RedLoader_CoreClrUtils_NativeStackWalk_NativeStackFrame_ModulePath + commentId: F:RedLoader.CoreClrUtils.NativeStackWalk.NativeStackFrame.ModulePath + fullName: RedLoader.CoreClrUtils.NativeStackWalk.NativeStackFrame.ModulePath + nameWithType: NativeStackWalk.NativeStackFrame.ModulePath +- uid: RedLoader.CoreClrUtils.NativeStackWalk.NativeStackFrame.Offset + name: Offset + href: api/RedLoader.CoreClrUtils.NativeStackWalk.NativeStackFrame.html#RedLoader_CoreClrUtils_NativeStackWalk_NativeStackFrame_Offset + commentId: F:RedLoader.CoreClrUtils.NativeStackWalk.NativeStackFrame.Offset + fullName: RedLoader.CoreClrUtils.NativeStackWalk.NativeStackFrame.Offset + nameWithType: NativeStackWalk.NativeStackFrame.Offset +- uid: RedLoader.CoreClrUtils.NativeStackWalk.NativeStackFrame.Pointer + name: Pointer + href: api/RedLoader.CoreClrUtils.NativeStackWalk.NativeStackFrame.html#RedLoader_CoreClrUtils_NativeStackWalk_NativeStackFrame_Pointer + commentId: F:RedLoader.CoreClrUtils.NativeStackWalk.NativeStackFrame.Pointer + fullName: RedLoader.CoreClrUtils.NativeStackWalk.NativeStackFrame.Pointer + nameWithType: NativeStackWalk.NativeStackFrame.Pointer +- uid: RedLoader.CoreClrUtils.NativeStackWalk.NativeStackTrace + name: NativeStackTrace + href: api/RedLoader.CoreClrUtils.NativeStackWalk.html#RedLoader_CoreClrUtils_NativeStackWalk_NativeStackTrace + commentId: P:RedLoader.CoreClrUtils.NativeStackWalk.NativeStackTrace + fullName: RedLoader.CoreClrUtils.NativeStackWalk.NativeStackTrace + nameWithType: NativeStackWalk.NativeStackTrace +- uid: RedLoader.CoreClrUtils.NativeStackWalk.NativeStackTrace* + name: NativeStackTrace + href: api/RedLoader.CoreClrUtils.NativeStackWalk.html#RedLoader_CoreClrUtils_NativeStackWalk_NativeStackTrace_ + commentId: Overload:RedLoader.CoreClrUtils.NativeStackWalk.NativeStackTrace + fullName: RedLoader.CoreClrUtils.NativeStackWalk.NativeStackTrace + nameWithType: NativeStackWalk.NativeStackTrace +- uid: RedLoader.CorePreferences + name: CorePreferences + href: api/RedLoader.CorePreferences.html + commentId: T:RedLoader.CorePreferences + fullName: RedLoader.CorePreferences + nameWithType: CorePreferences +- uid: RedLoader.CorePreferences.ConsoleRect + name: ConsoleRect + href: api/RedLoader.CorePreferences.html#RedLoader_CorePreferences_ConsoleRect + commentId: P:RedLoader.CorePreferences.ConsoleRect + fullName: RedLoader.CorePreferences.ConsoleRect + nameWithType: CorePreferences.ConsoleRect +- uid: RedLoader.CorePreferences.ConsoleRect* + name: ConsoleRect + href: api/RedLoader.CorePreferences.html#RedLoader_CorePreferences_ConsoleRect_ + commentId: Overload:RedLoader.CorePreferences.ConsoleRect + fullName: RedLoader.CorePreferences.ConsoleRect + nameWithType: CorePreferences.ConsoleRect +- uid: RedLoader.CorePreferences.CoreCategory + name: CoreCategory + href: api/RedLoader.CorePreferences.html#RedLoader_CorePreferences_CoreCategory + commentId: P:RedLoader.CorePreferences.CoreCategory + fullName: RedLoader.CorePreferences.CoreCategory + nameWithType: CorePreferences.CoreCategory +- uid: RedLoader.CorePreferences.CoreCategory* + name: CoreCategory + href: api/RedLoader.CorePreferences.html#RedLoader_CorePreferences_CoreCategory_ + commentId: Overload:RedLoader.CorePreferences.CoreCategory + fullName: RedLoader.CorePreferences.CoreCategory + nameWithType: CorePreferences.CoreCategory +- uid: RedLoader.CorePreferences.FConsoleRect + name: CorePreferences.FConsoleRect + href: api/RedLoader.CorePreferences.FConsoleRect.html + commentId: T:RedLoader.CorePreferences.FConsoleRect + fullName: RedLoader.CorePreferences.FConsoleRect + nameWithType: CorePreferences.FConsoleRect +- uid: RedLoader.CorePreferences.FConsoleRect.#ctor(System.Int32,System.Int32,System.Int32,System.Int32) + name: FConsoleRect(int, int, int, int) + href: api/RedLoader.CorePreferences.FConsoleRect.html#RedLoader_CorePreferences_FConsoleRect__ctor_System_Int32_System_Int32_System_Int32_System_Int32_ + commentId: M:RedLoader.CorePreferences.FConsoleRect.#ctor(System.Int32,System.Int32,System.Int32,System.Int32) + name.vb: New(Integer, Integer, Integer, Integer) + fullName: RedLoader.CorePreferences.FConsoleRect.FConsoleRect(int, int, int, int) + fullName.vb: RedLoader.CorePreferences.FConsoleRect.New(Integer, Integer, Integer, Integer) + nameWithType: CorePreferences.FConsoleRect.FConsoleRect(int, int, int, int) + nameWithType.vb: CorePreferences.FConsoleRect.New(Integer, Integer, Integer, Integer) +- uid: RedLoader.CorePreferences.FConsoleRect.#ctor* + name: FConsoleRect + href: api/RedLoader.CorePreferences.FConsoleRect.html#RedLoader_CorePreferences_FConsoleRect__ctor_ + commentId: Overload:RedLoader.CorePreferences.FConsoleRect.#ctor + name.vb: New + fullName: RedLoader.CorePreferences.FConsoleRect.FConsoleRect + fullName.vb: RedLoader.CorePreferences.FConsoleRect.New + nameWithType: CorePreferences.FConsoleRect.FConsoleRect + nameWithType.vb: CorePreferences.FConsoleRect.New +- uid: RedLoader.CorePreferences.FConsoleRect.Height + name: Height + href: api/RedLoader.CorePreferences.FConsoleRect.html#RedLoader_CorePreferences_FConsoleRect_Height + commentId: F:RedLoader.CorePreferences.FConsoleRect.Height + fullName: RedLoader.CorePreferences.FConsoleRect.Height + nameWithType: CorePreferences.FConsoleRect.Height +- uid: RedLoader.CorePreferences.FConsoleRect.Width + name: Width + href: api/RedLoader.CorePreferences.FConsoleRect.html#RedLoader_CorePreferences_FConsoleRect_Width + commentId: F:RedLoader.CorePreferences.FConsoleRect.Width + fullName: RedLoader.CorePreferences.FConsoleRect.Width + nameWithType: CorePreferences.FConsoleRect.Width +- uid: RedLoader.CorePreferences.FConsoleRect.X + name: X + href: api/RedLoader.CorePreferences.FConsoleRect.html#RedLoader_CorePreferences_FConsoleRect_X + commentId: F:RedLoader.CorePreferences.FConsoleRect.X + fullName: RedLoader.CorePreferences.FConsoleRect.X + nameWithType: CorePreferences.FConsoleRect.X +- uid: RedLoader.CorePreferences.FConsoleRect.Y + name: Y + href: api/RedLoader.CorePreferences.FConsoleRect.html#RedLoader_CorePreferences_FConsoleRect_Y + commentId: F:RedLoader.CorePreferences.FConsoleRect.Y + fullName: RedLoader.CorePreferences.FConsoleRect.Y + nameWithType: CorePreferences.FConsoleRect.Y +- uid: RedLoader.CorePreferences.HideStatusWindow + name: HideStatusWindow + href: api/RedLoader.CorePreferences.html#RedLoader_CorePreferences_HideStatusWindow + commentId: P:RedLoader.CorePreferences.HideStatusWindow + fullName: RedLoader.CorePreferences.HideStatusWindow + nameWithType: CorePreferences.HideStatusWindow +- uid: RedLoader.CorePreferences.HideStatusWindow* + name: HideStatusWindow + href: api/RedLoader.CorePreferences.html#RedLoader_CorePreferences_HideStatusWindow_ + commentId: Overload:RedLoader.CorePreferences.HideStatusWindow + fullName: RedLoader.CorePreferences.HideStatusWindow + nameWithType: CorePreferences.HideStatusWindow +- uid: RedLoader.CorePreferences.Instance + name: Instance + href: api/RedLoader.CorePreferences.html#RedLoader_CorePreferences_Instance + commentId: P:RedLoader.CorePreferences.Instance + fullName: RedLoader.CorePreferences.Instance + nameWithType: CorePreferences.Instance +- uid: RedLoader.CorePreferences.Instance* + name: Instance + href: api/RedLoader.CorePreferences.html#RedLoader_CorePreferences_Instance_ + commentId: Overload:RedLoader.CorePreferences.Instance + fullName: RedLoader.CorePreferences.Instance + nameWithType: CorePreferences.Instance +- uid: RedLoader.CorePreferences.Load + name: Load() + href: api/RedLoader.CorePreferences.html#RedLoader_CorePreferences_Load + commentId: M:RedLoader.CorePreferences.Load + fullName: RedLoader.CorePreferences.Load() + nameWithType: CorePreferences.Load() +- uid: RedLoader.CorePreferences.Load* + name: Load + href: api/RedLoader.CorePreferences.html#RedLoader_CorePreferences_Load_ + commentId: Overload:RedLoader.CorePreferences.Load + fullName: RedLoader.CorePreferences.Load + nameWithType: CorePreferences.Load +- uid: RedLoader.CorePreferences.SaveConsoleRect + name: SaveConsoleRect + href: api/RedLoader.CorePreferences.html#RedLoader_CorePreferences_SaveConsoleRect + commentId: P:RedLoader.CorePreferences.SaveConsoleRect + fullName: RedLoader.CorePreferences.SaveConsoleRect + nameWithType: CorePreferences.SaveConsoleRect +- uid: RedLoader.CorePreferences.SaveConsoleRect* + name: SaveConsoleRect + href: api/RedLoader.CorePreferences.html#RedLoader_CorePreferences_SaveConsoleRect_ + commentId: Overload:RedLoader.CorePreferences.SaveConsoleRect + fullName: RedLoader.CorePreferences.SaveConsoleRect + nameWithType: CorePreferences.SaveConsoleRect +- uid: RedLoader.CorePreferences.ShowConsole + name: ShowConsole + href: api/RedLoader.CorePreferences.html#RedLoader_CorePreferences_ShowConsole + commentId: P:RedLoader.CorePreferences.ShowConsole + fullName: RedLoader.CorePreferences.ShowConsole + nameWithType: CorePreferences.ShowConsole +- uid: RedLoader.CorePreferences.ShowConsole* + name: ShowConsole + href: api/RedLoader.CorePreferences.html#RedLoader_CorePreferences_ShowConsole_ + commentId: Overload:RedLoader.CorePreferences.ShowConsole + fullName: RedLoader.CorePreferences.ShowConsole + nameWithType: CorePreferences.ShowConsole +- uid: RedLoader.CoroutineExtensions + name: CoroutineExtensions + href: api/RedLoader.CoroutineExtensions.html + commentId: T:RedLoader.CoroutineExtensions + fullName: RedLoader.CoroutineExtensions + nameWithType: CoroutineExtensions +- uid: RedLoader.CoroutineExtensions.RunCoro(System.Collections.IEnumerator) + name: RunCoro(IEnumerator) + href: api/RedLoader.CoroutineExtensions.html#RedLoader_CoroutineExtensions_RunCoro_System_Collections_IEnumerator_ + commentId: M:RedLoader.CoroutineExtensions.RunCoro(System.Collections.IEnumerator) + fullName: RedLoader.CoroutineExtensions.RunCoro(System.Collections.IEnumerator) + nameWithType: CoroutineExtensions.RunCoro(IEnumerator) +- uid: RedLoader.CoroutineExtensions.RunCoro* + name: RunCoro + href: api/RedLoader.CoroutineExtensions.html#RedLoader_CoroutineExtensions_RunCoro_ + commentId: Overload:RedLoader.CoroutineExtensions.RunCoro + fullName: RedLoader.CoroutineExtensions.RunCoro + nameWithType: CoroutineExtensions.RunCoro +- uid: RedLoader.Coroutines + name: Coroutines + href: api/RedLoader.Coroutines.html + commentId: T:RedLoader.Coroutines + fullName: RedLoader.Coroutines + nameWithType: Coroutines +- uid: RedLoader.Coroutines.#ctor + name: Coroutines() + href: api/RedLoader.Coroutines.html#RedLoader_Coroutines__ctor + commentId: M:RedLoader.Coroutines.#ctor + name.vb: New() + fullName: RedLoader.Coroutines.Coroutines() + fullName.vb: RedLoader.Coroutines.New() + nameWithType: Coroutines.Coroutines() + nameWithType.vb: Coroutines.New() +- uid: RedLoader.Coroutines.#ctor* + name: Coroutines + href: api/RedLoader.Coroutines.html#RedLoader_Coroutines__ctor_ + commentId: Overload:RedLoader.Coroutines.#ctor + name.vb: New + fullName: RedLoader.Coroutines.Coroutines + fullName.vb: RedLoader.Coroutines.New + nameWithType: Coroutines.Coroutines + nameWithType.vb: Coroutines.New +- uid: RedLoader.Coroutines.CoroutineToken + name: Coroutines.CoroutineToken + href: api/RedLoader.Coroutines.CoroutineToken.html + commentId: T:RedLoader.Coroutines.CoroutineToken + fullName: RedLoader.Coroutines.CoroutineToken + nameWithType: Coroutines.CoroutineToken +- uid: RedLoader.Coroutines.CoroutineToken.#ctor(System.Object) + name: CoroutineToken(object) + href: api/RedLoader.Coroutines.CoroutineToken.html#RedLoader_Coroutines_CoroutineToken__ctor_System_Object_ + commentId: M:RedLoader.Coroutines.CoroutineToken.#ctor(System.Object) + name.vb: New(Object) + fullName: RedLoader.Coroutines.CoroutineToken.CoroutineToken(object) + fullName.vb: RedLoader.Coroutines.CoroutineToken.New(Object) + nameWithType: Coroutines.CoroutineToken.CoroutineToken(object) + nameWithType.vb: Coroutines.CoroutineToken.New(Object) +- uid: RedLoader.Coroutines.CoroutineToken.#ctor* + name: CoroutineToken + href: api/RedLoader.Coroutines.CoroutineToken.html#RedLoader_Coroutines_CoroutineToken__ctor_ + commentId: Overload:RedLoader.Coroutines.CoroutineToken.#ctor + name.vb: New + fullName: RedLoader.Coroutines.CoroutineToken.CoroutineToken + fullName.vb: RedLoader.Coroutines.CoroutineToken.New + nameWithType: Coroutines.CoroutineToken.CoroutineToken + nameWithType.vb: Coroutines.CoroutineToken.New +- uid: RedLoader.Coroutines.CoroutineToken.IsValid + name: IsValid + href: api/RedLoader.Coroutines.CoroutineToken.html#RedLoader_Coroutines_CoroutineToken_IsValid + commentId: P:RedLoader.Coroutines.CoroutineToken.IsValid + fullName: RedLoader.Coroutines.CoroutineToken.IsValid + nameWithType: Coroutines.CoroutineToken.IsValid +- uid: RedLoader.Coroutines.CoroutineToken.IsValid* + name: IsValid + href: api/RedLoader.Coroutines.CoroutineToken.html#RedLoader_Coroutines_CoroutineToken_IsValid_ + commentId: Overload:RedLoader.Coroutines.CoroutineToken.IsValid + fullName: RedLoader.Coroutines.CoroutineToken.IsValid + nameWithType: Coroutines.CoroutineToken.IsValid +- uid: RedLoader.Coroutines.CoroutineToken.op_Implicit(RedLoader.Coroutines.CoroutineToken)~System.Boolean + name: implicit operator bool(CoroutineToken) + href: api/RedLoader.Coroutines.CoroutineToken.html#RedLoader_Coroutines_CoroutineToken_op_Implicit_RedLoader_Coroutines_CoroutineToken__System_Boolean + commentId: M:RedLoader.Coroutines.CoroutineToken.op_Implicit(RedLoader.Coroutines.CoroutineToken)~System.Boolean + name.vb: CType(CoroutineToken) + fullName: RedLoader.Coroutines.CoroutineToken.implicit operator bool(RedLoader.Coroutines.CoroutineToken) + fullName.vb: RedLoader.Coroutines.CoroutineToken.CType(RedLoader.Coroutines.CoroutineToken) + nameWithType: Coroutines.CoroutineToken.implicit operator bool(Coroutines.CoroutineToken) + nameWithType.vb: Coroutines.CoroutineToken.CType(Coroutines.CoroutineToken) +- uid: RedLoader.Coroutines.CoroutineToken.op_Implicit* + name: implicit operator + href: api/RedLoader.Coroutines.CoroutineToken.html#RedLoader_Coroutines_CoroutineToken_op_Implicit_ + commentId: Overload:RedLoader.Coroutines.CoroutineToken.op_Implicit + isSpec: "True" + name.vb: CType + fullName: RedLoader.Coroutines.CoroutineToken.implicit operator + fullName.vb: RedLoader.Coroutines.CoroutineToken.CType + nameWithType: Coroutines.CoroutineToken.implicit operator + nameWithType.vb: Coroutines.CoroutineToken.CType +- uid: RedLoader.Coroutines.CoroutineToken.Stop + name: Stop() + href: api/RedLoader.Coroutines.CoroutineToken.html#RedLoader_Coroutines_CoroutineToken_Stop + commentId: M:RedLoader.Coroutines.CoroutineToken.Stop + fullName: RedLoader.Coroutines.CoroutineToken.Stop() + nameWithType: Coroutines.CoroutineToken.Stop() +- uid: RedLoader.Coroutines.CoroutineToken.Stop* + name: Stop + href: api/RedLoader.Coroutines.CoroutineToken.html#RedLoader_Coroutines_CoroutineToken_Stop_ + commentId: Overload:RedLoader.Coroutines.CoroutineToken.Stop + fullName: RedLoader.Coroutines.CoroutineToken.Stop + nameWithType: Coroutines.CoroutineToken.Stop +- uid: RedLoader.Coroutines.Start(System.Collections.IEnumerator) + name: Start(IEnumerator) + href: api/RedLoader.Coroutines.html#RedLoader_Coroutines_Start_System_Collections_IEnumerator_ + commentId: M:RedLoader.Coroutines.Start(System.Collections.IEnumerator) + fullName: RedLoader.Coroutines.Start(System.Collections.IEnumerator) + nameWithType: Coroutines.Start(IEnumerator) +- uid: RedLoader.Coroutines.Start* + name: Start + href: api/RedLoader.Coroutines.html#RedLoader_Coroutines_Start_ + commentId: Overload:RedLoader.Coroutines.Start + fullName: RedLoader.Coroutines.Start + nameWithType: Coroutines.Start +- uid: RedLoader.Coroutines.Stop(System.Object) + name: Stop(object) + href: api/RedLoader.Coroutines.html#RedLoader_Coroutines_Stop_System_Object_ + commentId: M:RedLoader.Coroutines.Stop(System.Object) + name.vb: Stop(Object) + fullName: RedLoader.Coroutines.Stop(object) + fullName.vb: RedLoader.Coroutines.Stop(Object) + nameWithType: Coroutines.Stop(object) + nameWithType.vb: Coroutines.Stop(Object) +- uid: RedLoader.Coroutines.Stop* + name: Stop + href: api/RedLoader.Coroutines.html#RedLoader_Coroutines_Stop_ + commentId: Overload:RedLoader.Coroutines.Stop + fullName: RedLoader.Coroutines.Stop + nameWithType: Coroutines.Stop +- uid: RedLoader.EnumExtensions + name: EnumExtensions + href: api/RedLoader.EnumExtensions.html + commentId: T:RedLoader.EnumExtensions + fullName: RedLoader.EnumExtensions + nameWithType: EnumExtensions +- uid: RedLoader.EnumExtensions.HasFlag(System.Enum,System.Enum) + name: HasFlag(Enum, Enum) + href: api/RedLoader.EnumExtensions.html#RedLoader_EnumExtensions_HasFlag_System_Enum_System_Enum_ + commentId: M:RedLoader.EnumExtensions.HasFlag(System.Enum,System.Enum) + fullName: RedLoader.EnumExtensions.HasFlag(System.Enum, System.Enum) + nameWithType: EnumExtensions.HasFlag(Enum, Enum) +- uid: RedLoader.EnumExtensions.HasFlag* + name: HasFlag + href: api/RedLoader.EnumExtensions.html#RedLoader_EnumExtensions_HasFlag_ + commentId: Overload:RedLoader.EnumExtensions.HasFlag + fullName: RedLoader.EnumExtensions.HasFlag + nameWithType: EnumExtensions.HasFlag +- uid: RedLoader.GlobalEvents + name: GlobalEvents + href: api/RedLoader.GlobalEvents.html + commentId: T:RedLoader.GlobalEvents + fullName: RedLoader.GlobalEvents + nameWithType: GlobalEvents +- uid: RedLoader.GlobalEvents.OnApplicationDefiniteQuit + name: OnApplicationDefiniteQuit + href: api/RedLoader.GlobalEvents.html#RedLoader_GlobalEvents_OnApplicationDefiniteQuit + commentId: F:RedLoader.GlobalEvents.OnApplicationDefiniteQuit + fullName: RedLoader.GlobalEvents.OnApplicationDefiniteQuit + nameWithType: GlobalEvents.OnApplicationDefiniteQuit +- uid: RedLoader.GlobalEvents.OnApplicationEarlyStart + name: OnApplicationEarlyStart + href: api/RedLoader.GlobalEvents.html#RedLoader_GlobalEvents_OnApplicationEarlyStart + commentId: F:RedLoader.GlobalEvents.OnApplicationEarlyStart + fullName: RedLoader.GlobalEvents.OnApplicationEarlyStart + nameWithType: GlobalEvents.OnApplicationEarlyStart +- uid: RedLoader.GlobalEvents.OnApplicationLateStart + name: OnApplicationLateStart + href: api/RedLoader.GlobalEvents.html#RedLoader_GlobalEvents_OnApplicationLateStart + commentId: F:RedLoader.GlobalEvents.OnApplicationLateStart + fullName: RedLoader.GlobalEvents.OnApplicationLateStart + nameWithType: GlobalEvents.OnApplicationLateStart +- uid: RedLoader.GlobalEvents.OnApplicationQuit + name: OnApplicationQuit + href: api/RedLoader.GlobalEvents.html#RedLoader_GlobalEvents_OnApplicationQuit + commentId: F:RedLoader.GlobalEvents.OnApplicationQuit + fullName: RedLoader.GlobalEvents.OnApplicationQuit + nameWithType: GlobalEvents.OnApplicationQuit +- uid: RedLoader.GlobalEvents.OnApplicationStart + name: OnApplicationStart + href: api/RedLoader.GlobalEvents.html#RedLoader_GlobalEvents_OnApplicationStart + commentId: F:RedLoader.GlobalEvents.OnApplicationStart + fullName: RedLoader.GlobalEvents.OnApplicationStart + nameWithType: GlobalEvents.OnApplicationStart +- uid: RedLoader.GlobalEvents.OnFixedUpdate + name: OnFixedUpdate + href: api/RedLoader.GlobalEvents.html#RedLoader_GlobalEvents_OnFixedUpdate + commentId: F:RedLoader.GlobalEvents.OnFixedUpdate + fullName: RedLoader.GlobalEvents.OnFixedUpdate + nameWithType: GlobalEvents.OnFixedUpdate +- uid: RedLoader.GlobalEvents.OnGUI + name: OnGUI + href: api/RedLoader.GlobalEvents.html#RedLoader_GlobalEvents_OnGUI + commentId: F:RedLoader.GlobalEvents.OnGUI + fullName: RedLoader.GlobalEvents.OnGUI + nameWithType: GlobalEvents.OnGUI +- uid: RedLoader.GlobalEvents.OnLateUpdate + name: OnLateUpdate + href: api/RedLoader.GlobalEvents.html#RedLoader_GlobalEvents_OnLateUpdate + commentId: F:RedLoader.GlobalEvents.OnLateUpdate + fullName: RedLoader.GlobalEvents.OnLateUpdate + nameWithType: GlobalEvents.OnLateUpdate +- uid: RedLoader.GlobalEvents.OnPreInitialization + name: OnPreInitialization + href: api/RedLoader.GlobalEvents.html#RedLoader_GlobalEvents_OnPreInitialization + commentId: F:RedLoader.GlobalEvents.OnPreInitialization + fullName: RedLoader.GlobalEvents.OnPreInitialization + nameWithType: GlobalEvents.OnPreInitialization +- uid: RedLoader.GlobalEvents.OnPreModsLoaded + name: OnPreModsLoaded + href: api/RedLoader.GlobalEvents.html#RedLoader_GlobalEvents_OnPreModsLoaded + commentId: F:RedLoader.GlobalEvents.OnPreModsLoaded + fullName: RedLoader.GlobalEvents.OnPreModsLoaded + nameWithType: GlobalEvents.OnPreModsLoaded +- uid: RedLoader.GlobalEvents.OnPreSupportModule + name: OnPreSupportModule + href: api/RedLoader.GlobalEvents.html#RedLoader_GlobalEvents_OnPreSupportModule + commentId: F:RedLoader.GlobalEvents.OnPreSupportModule + fullName: RedLoader.GlobalEvents.OnPreSupportModule + nameWithType: GlobalEvents.OnPreSupportModule +- uid: RedLoader.GlobalEvents.OnSceneWasInitialized + name: OnSceneWasInitialized + href: api/RedLoader.GlobalEvents.html#RedLoader_GlobalEvents_OnSceneWasInitialized + commentId: F:RedLoader.GlobalEvents.OnSceneWasInitialized + fullName: RedLoader.GlobalEvents.OnSceneWasInitialized + nameWithType: GlobalEvents.OnSceneWasInitialized +- uid: RedLoader.GlobalEvents.OnSceneWasLoaded + name: OnSceneWasLoaded + href: api/RedLoader.GlobalEvents.html#RedLoader_GlobalEvents_OnSceneWasLoaded + commentId: F:RedLoader.GlobalEvents.OnSceneWasLoaded + fullName: RedLoader.GlobalEvents.OnSceneWasLoaded + nameWithType: GlobalEvents.OnSceneWasLoaded +- uid: RedLoader.GlobalEvents.OnSceneWasUnloaded + name: OnSceneWasUnloaded + href: api/RedLoader.GlobalEvents.html#RedLoader_GlobalEvents_OnSceneWasUnloaded + commentId: F:RedLoader.GlobalEvents.OnSceneWasUnloaded + fullName: RedLoader.GlobalEvents.OnSceneWasUnloaded + nameWithType: GlobalEvents.OnSceneWasUnloaded +- uid: RedLoader.GlobalEvents.OnUpdate + name: OnUpdate + href: api/RedLoader.GlobalEvents.html#RedLoader_GlobalEvents_OnUpdate + commentId: F:RedLoader.GlobalEvents.OnUpdate + fullName: RedLoader.GlobalEvents.OnUpdate + nameWithType: GlobalEvents.OnUpdate +- uid: RedLoader.HarmonyDontPatchAllAttribute + name: HarmonyDontPatchAllAttribute + href: api/RedLoader.HarmonyDontPatchAllAttribute.html + commentId: T:RedLoader.HarmonyDontPatchAllAttribute + fullName: RedLoader.HarmonyDontPatchAllAttribute + nameWithType: HarmonyDontPatchAllAttribute +- uid: RedLoader.HarmonyDontPatchAllAttribute.#ctor + name: HarmonyDontPatchAllAttribute() + href: api/RedLoader.HarmonyDontPatchAllAttribute.html#RedLoader_HarmonyDontPatchAllAttribute__ctor + commentId: M:RedLoader.HarmonyDontPatchAllAttribute.#ctor + name.vb: New() + fullName: RedLoader.HarmonyDontPatchAllAttribute.HarmonyDontPatchAllAttribute() + fullName.vb: RedLoader.HarmonyDontPatchAllAttribute.New() + nameWithType: HarmonyDontPatchAllAttribute.HarmonyDontPatchAllAttribute() + nameWithType.vb: HarmonyDontPatchAllAttribute.New() +- uid: RedLoader.HarmonyDontPatchAllAttribute.#ctor* + name: HarmonyDontPatchAllAttribute + href: api/RedLoader.HarmonyDontPatchAllAttribute.html#RedLoader_HarmonyDontPatchAllAttribute__ctor_ + commentId: Overload:RedLoader.HarmonyDontPatchAllAttribute.#ctor + name.vb: New + fullName: RedLoader.HarmonyDontPatchAllAttribute.HarmonyDontPatchAllAttribute + fullName.vb: RedLoader.HarmonyDontPatchAllAttribute.New + nameWithType: HarmonyDontPatchAllAttribute.HarmonyDontPatchAllAttribute + nameWithType.vb: HarmonyDontPatchAllAttribute.New +- uid: RedLoader.Il2CppManagedEnumerable + name: Il2CppManagedEnumerable + href: api/RedLoader.Il2CppManagedEnumerable.html + commentId: T:RedLoader.Il2CppManagedEnumerable + fullName: RedLoader.Il2CppManagedEnumerable + nameWithType: Il2CppManagedEnumerable +- uid: RedLoader.Il2CppManagedEnumerable.#ctor(System.Collections.IEnumerable) + name: Il2CppManagedEnumerable(IEnumerable) + href: api/RedLoader.Il2CppManagedEnumerable.html#RedLoader_Il2CppManagedEnumerable__ctor_System_Collections_IEnumerable_ + commentId: M:RedLoader.Il2CppManagedEnumerable.#ctor(System.Collections.IEnumerable) + name.vb: New(IEnumerable) + fullName: RedLoader.Il2CppManagedEnumerable.Il2CppManagedEnumerable(System.Collections.IEnumerable) + fullName.vb: RedLoader.Il2CppManagedEnumerable.New(System.Collections.IEnumerable) + nameWithType: Il2CppManagedEnumerable.Il2CppManagedEnumerable(IEnumerable) + nameWithType.vb: Il2CppManagedEnumerable.New(IEnumerable) +- uid: RedLoader.Il2CppManagedEnumerable.#ctor(System.IntPtr) + name: Il2CppManagedEnumerable(IntPtr) + href: api/RedLoader.Il2CppManagedEnumerable.html#RedLoader_Il2CppManagedEnumerable__ctor_System_IntPtr_ + commentId: M:RedLoader.Il2CppManagedEnumerable.#ctor(System.IntPtr) + name.vb: New(IntPtr) + fullName: RedLoader.Il2CppManagedEnumerable.Il2CppManagedEnumerable(System.IntPtr) + fullName.vb: RedLoader.Il2CppManagedEnumerable.New(System.IntPtr) + nameWithType: Il2CppManagedEnumerable.Il2CppManagedEnumerable(IntPtr) + nameWithType.vb: Il2CppManagedEnumerable.New(IntPtr) +- uid: RedLoader.Il2CppManagedEnumerable.#ctor* + name: Il2CppManagedEnumerable + href: api/RedLoader.Il2CppManagedEnumerable.html#RedLoader_Il2CppManagedEnumerable__ctor_ + commentId: Overload:RedLoader.Il2CppManagedEnumerable.#ctor + name.vb: New + fullName: RedLoader.Il2CppManagedEnumerable.Il2CppManagedEnumerable + fullName.vb: RedLoader.Il2CppManagedEnumerable.New + nameWithType: Il2CppManagedEnumerable.Il2CppManagedEnumerable + nameWithType.vb: Il2CppManagedEnumerable.New +- uid: RedLoader.Il2CppManagedEnumerable.GetEnumerator + name: GetEnumerator() + href: api/RedLoader.Il2CppManagedEnumerable.html#RedLoader_Il2CppManagedEnumerable_GetEnumerator + commentId: M:RedLoader.Il2CppManagedEnumerable.GetEnumerator + fullName: RedLoader.Il2CppManagedEnumerable.GetEnumerator() + nameWithType: Il2CppManagedEnumerable.GetEnumerator() +- uid: RedLoader.Il2CppManagedEnumerable.GetEnumerator* + name: GetEnumerator + href: api/RedLoader.Il2CppManagedEnumerable.html#RedLoader_Il2CppManagedEnumerable_GetEnumerator_ + commentId: Overload:RedLoader.Il2CppManagedEnumerable.GetEnumerator + fullName: RedLoader.Il2CppManagedEnumerable.GetEnumerator + nameWithType: Il2CppManagedEnumerable.GetEnumerator +- uid: RedLoader.Il2CppManagedEnumerator + name: Il2CppManagedEnumerator + href: api/RedLoader.Il2CppManagedEnumerator.html + commentId: T:RedLoader.Il2CppManagedEnumerator + fullName: RedLoader.Il2CppManagedEnumerator + nameWithType: Il2CppManagedEnumerator +- uid: RedLoader.Il2CppManagedEnumerator.#ctor(System.Collections.IEnumerator) + name: Il2CppManagedEnumerator(IEnumerator) + href: api/RedLoader.Il2CppManagedEnumerator.html#RedLoader_Il2CppManagedEnumerator__ctor_System_Collections_IEnumerator_ + commentId: M:RedLoader.Il2CppManagedEnumerator.#ctor(System.Collections.IEnumerator) + name.vb: New(IEnumerator) + fullName: RedLoader.Il2CppManagedEnumerator.Il2CppManagedEnumerator(System.Collections.IEnumerator) + fullName.vb: RedLoader.Il2CppManagedEnumerator.New(System.Collections.IEnumerator) + nameWithType: Il2CppManagedEnumerator.Il2CppManagedEnumerator(IEnumerator) + nameWithType.vb: Il2CppManagedEnumerator.New(IEnumerator) +- uid: RedLoader.Il2CppManagedEnumerator.#ctor(System.IntPtr) + name: Il2CppManagedEnumerator(IntPtr) + href: api/RedLoader.Il2CppManagedEnumerator.html#RedLoader_Il2CppManagedEnumerator__ctor_System_IntPtr_ + commentId: M:RedLoader.Il2CppManagedEnumerator.#ctor(System.IntPtr) + name.vb: New(IntPtr) + fullName: RedLoader.Il2CppManagedEnumerator.Il2CppManagedEnumerator(System.IntPtr) + fullName.vb: RedLoader.Il2CppManagedEnumerator.New(System.IntPtr) + nameWithType: Il2CppManagedEnumerator.Il2CppManagedEnumerator(IntPtr) + nameWithType.vb: Il2CppManagedEnumerator.New(IntPtr) +- uid: RedLoader.Il2CppManagedEnumerator.#ctor* + name: Il2CppManagedEnumerator + href: api/RedLoader.Il2CppManagedEnumerator.html#RedLoader_Il2CppManagedEnumerator__ctor_ + commentId: Overload:RedLoader.Il2CppManagedEnumerator.#ctor + name.vb: New + fullName: RedLoader.Il2CppManagedEnumerator.Il2CppManagedEnumerator + fullName.vb: RedLoader.Il2CppManagedEnumerator.New + nameWithType: Il2CppManagedEnumerator.Il2CppManagedEnumerator + nameWithType.vb: Il2CppManagedEnumerator.New +- uid: RedLoader.Il2CppManagedEnumerator.Current + name: Current + href: api/RedLoader.Il2CppManagedEnumerator.html#RedLoader_Il2CppManagedEnumerator_Current + commentId: P:RedLoader.Il2CppManagedEnumerator.Current + fullName: RedLoader.Il2CppManagedEnumerator.Current + nameWithType: Il2CppManagedEnumerator.Current +- uid: RedLoader.Il2CppManagedEnumerator.Current* + name: Current + href: api/RedLoader.Il2CppManagedEnumerator.html#RedLoader_Il2CppManagedEnumerator_Current_ + commentId: Overload:RedLoader.Il2CppManagedEnumerator.Current + fullName: RedLoader.Il2CppManagedEnumerator.Current + nameWithType: Il2CppManagedEnumerator.Current +- uid: RedLoader.Il2CppManagedEnumerator.MoveNext + name: MoveNext() + href: api/RedLoader.Il2CppManagedEnumerator.html#RedLoader_Il2CppManagedEnumerator_MoveNext + commentId: M:RedLoader.Il2CppManagedEnumerator.MoveNext + fullName: RedLoader.Il2CppManagedEnumerator.MoveNext() + nameWithType: Il2CppManagedEnumerator.MoveNext() +- uid: RedLoader.Il2CppManagedEnumerator.MoveNext* + name: MoveNext + href: api/RedLoader.Il2CppManagedEnumerator.html#RedLoader_Il2CppManagedEnumerator_MoveNext_ + commentId: Overload:RedLoader.Il2CppManagedEnumerator.MoveNext + fullName: RedLoader.Il2CppManagedEnumerator.MoveNext + nameWithType: Il2CppManagedEnumerator.MoveNext +- uid: RedLoader.Il2CppManagedEnumerator.Reset + name: Reset() + href: api/RedLoader.Il2CppManagedEnumerator.html#RedLoader_Il2CppManagedEnumerator_Reset + commentId: M:RedLoader.Il2CppManagedEnumerator.Reset + fullName: RedLoader.Il2CppManagedEnumerator.Reset() + nameWithType: Il2CppManagedEnumerator.Reset() +- uid: RedLoader.Il2CppManagedEnumerator.Reset* + name: Reset + href: api/RedLoader.Il2CppManagedEnumerator.html#RedLoader_Il2CppManagedEnumerator_Reset_ + commentId: Overload:RedLoader.Il2CppManagedEnumerator.Reset + fullName: RedLoader.Il2CppManagedEnumerator.Reset + nameWithType: Il2CppManagedEnumerator.Reset +- uid: RedLoader.IniFile + name: IniFile + href: api/RedLoader.IniFile.html + commentId: T:RedLoader.IniFile + fullName: RedLoader.IniFile + nameWithType: IniFile +- uid: RedLoader.IniFile.#ctor(System.String) + name: IniFile(string) + href: api/RedLoader.IniFile.html#RedLoader_IniFile__ctor_System_String_ + commentId: M:RedLoader.IniFile.#ctor(System.String) + name.vb: New(String) + fullName: RedLoader.IniFile.IniFile(string) + fullName.vb: RedLoader.IniFile.New(String) + nameWithType: IniFile.IniFile(string) + nameWithType.vb: IniFile.New(String) +- uid: RedLoader.IniFile.#ctor* + name: IniFile + href: api/RedLoader.IniFile.html#RedLoader_IniFile__ctor_ + commentId: Overload:RedLoader.IniFile.#ctor + name.vb: New + fullName: RedLoader.IniFile.IniFile + fullName.vb: RedLoader.IniFile.New + nameWithType: IniFile.IniFile + nameWithType.vb: IniFile.New +- uid: RedLoader.IniFile.GetBool(System.String,System.String,System.Boolean,System.Boolean) + name: GetBool(string, string, bool, bool) + href: api/RedLoader.IniFile.html#RedLoader_IniFile_GetBool_System_String_System_String_System_Boolean_System_Boolean_ + commentId: M:RedLoader.IniFile.GetBool(System.String,System.String,System.Boolean,System.Boolean) + name.vb: GetBool(String, String, Boolean, Boolean) + fullName: RedLoader.IniFile.GetBool(string, string, bool, bool) + fullName.vb: RedLoader.IniFile.GetBool(String, String, Boolean, Boolean) + nameWithType: IniFile.GetBool(string, string, bool, bool) + nameWithType.vb: IniFile.GetBool(String, String, Boolean, Boolean) +- uid: RedLoader.IniFile.GetBool* + name: GetBool + href: api/RedLoader.IniFile.html#RedLoader_IniFile_GetBool_ + commentId: Overload:RedLoader.IniFile.GetBool + fullName: RedLoader.IniFile.GetBool + nameWithType: IniFile.GetBool +- uid: RedLoader.IniFile.GetFloat(System.String,System.String,System.Single,System.Boolean) + name: GetFloat(string, string, float, bool) + href: api/RedLoader.IniFile.html#RedLoader_IniFile_GetFloat_System_String_System_String_System_Single_System_Boolean_ + commentId: M:RedLoader.IniFile.GetFloat(System.String,System.String,System.Single,System.Boolean) + name.vb: GetFloat(String, String, Single, Boolean) + fullName: RedLoader.IniFile.GetFloat(string, string, float, bool) + fullName.vb: RedLoader.IniFile.GetFloat(String, String, Single, Boolean) + nameWithType: IniFile.GetFloat(string, string, float, bool) + nameWithType.vb: IniFile.GetFloat(String, String, Single, Boolean) +- uid: RedLoader.IniFile.GetFloat* + name: GetFloat + href: api/RedLoader.IniFile.html#RedLoader_IniFile_GetFloat_ + commentId: Overload:RedLoader.IniFile.GetFloat + fullName: RedLoader.IniFile.GetFloat + nameWithType: IniFile.GetFloat +- uid: RedLoader.IniFile.GetInt(System.String,System.String,System.Int32,System.Boolean) + name: GetInt(string, string, int, bool) + href: api/RedLoader.IniFile.html#RedLoader_IniFile_GetInt_System_String_System_String_System_Int32_System_Boolean_ + commentId: M:RedLoader.IniFile.GetInt(System.String,System.String,System.Int32,System.Boolean) + name.vb: GetInt(String, String, Integer, Boolean) + fullName: RedLoader.IniFile.GetInt(string, string, int, bool) + fullName.vb: RedLoader.IniFile.GetInt(String, String, Integer, Boolean) + nameWithType: IniFile.GetInt(string, string, int, bool) + nameWithType.vb: IniFile.GetInt(String, String, Integer, Boolean) +- uid: RedLoader.IniFile.GetInt* + name: GetInt + href: api/RedLoader.IniFile.html#RedLoader_IniFile_GetInt_ + commentId: Overload:RedLoader.IniFile.GetInt + fullName: RedLoader.IniFile.GetInt + nameWithType: IniFile.GetInt +- uid: RedLoader.IniFile.GetString(System.String,System.String,System.String,System.Boolean) + name: GetString(string, string, string, bool) + href: api/RedLoader.IniFile.html#RedLoader_IniFile_GetString_System_String_System_String_System_String_System_Boolean_ + commentId: M:RedLoader.IniFile.GetString(System.String,System.String,System.String,System.Boolean) + name.vb: GetString(String, String, String, Boolean) + fullName: RedLoader.IniFile.GetString(string, string, string, bool) + fullName.vb: RedLoader.IniFile.GetString(String, String, String, Boolean) + nameWithType: IniFile.GetString(string, string, string, bool) + nameWithType.vb: IniFile.GetString(String, String, String, Boolean) +- uid: RedLoader.IniFile.GetString* + name: GetString + href: api/RedLoader.IniFile.html#RedLoader_IniFile_GetString_ + commentId: Overload:RedLoader.IniFile.GetString + fullName: RedLoader.IniFile.GetString + nameWithType: IniFile.GetString +- uid: RedLoader.IniFile.HasKey(System.String,System.String) + name: HasKey(string, string) + href: api/RedLoader.IniFile.html#RedLoader_IniFile_HasKey_System_String_System_String_ + commentId: M:RedLoader.IniFile.HasKey(System.String,System.String) + name.vb: HasKey(String, String) + fullName: RedLoader.IniFile.HasKey(string, string) + fullName.vb: RedLoader.IniFile.HasKey(String, String) + nameWithType: IniFile.HasKey(string, string) + nameWithType.vb: IniFile.HasKey(String, String) +- uid: RedLoader.IniFile.HasKey* + name: HasKey + href: api/RedLoader.IniFile.html#RedLoader_IniFile_HasKey_ + commentId: Overload:RedLoader.IniFile.HasKey + fullName: RedLoader.IniFile.HasKey + nameWithType: IniFile.HasKey +- uid: RedLoader.IniFile.Path + name: Path + href: api/RedLoader.IniFile.html#RedLoader_IniFile_Path + commentId: P:RedLoader.IniFile.Path + fullName: RedLoader.IniFile.Path + nameWithType: IniFile.Path +- uid: RedLoader.IniFile.Path* + name: Path + href: api/RedLoader.IniFile.html#RedLoader_IniFile_Path_ + commentId: Overload:RedLoader.IniFile.Path + fullName: RedLoader.IniFile.Path + nameWithType: IniFile.Path +- uid: RedLoader.IniFile.SetBool(System.String,System.String,System.Boolean) + name: SetBool(string, string, bool) + href: api/RedLoader.IniFile.html#RedLoader_IniFile_SetBool_System_String_System_String_System_Boolean_ + commentId: M:RedLoader.IniFile.SetBool(System.String,System.String,System.Boolean) + name.vb: SetBool(String, String, Boolean) + fullName: RedLoader.IniFile.SetBool(string, string, bool) + fullName.vb: RedLoader.IniFile.SetBool(String, String, Boolean) + nameWithType: IniFile.SetBool(string, string, bool) + nameWithType.vb: IniFile.SetBool(String, String, Boolean) +- uid: RedLoader.IniFile.SetBool* + name: SetBool + href: api/RedLoader.IniFile.html#RedLoader_IniFile_SetBool_ + commentId: Overload:RedLoader.IniFile.SetBool + fullName: RedLoader.IniFile.SetBool + nameWithType: IniFile.SetBool +- uid: RedLoader.IniFile.SetFloat(System.String,System.String,System.Single) + name: SetFloat(string, string, float) + href: api/RedLoader.IniFile.html#RedLoader_IniFile_SetFloat_System_String_System_String_System_Single_ + commentId: M:RedLoader.IniFile.SetFloat(System.String,System.String,System.Single) + name.vb: SetFloat(String, String, Single) + fullName: RedLoader.IniFile.SetFloat(string, string, float) + fullName.vb: RedLoader.IniFile.SetFloat(String, String, Single) + nameWithType: IniFile.SetFloat(string, string, float) + nameWithType.vb: IniFile.SetFloat(String, String, Single) +- uid: RedLoader.IniFile.SetFloat* + name: SetFloat + href: api/RedLoader.IniFile.html#RedLoader_IniFile_SetFloat_ + commentId: Overload:RedLoader.IniFile.SetFloat + fullName: RedLoader.IniFile.SetFloat + nameWithType: IniFile.SetFloat +- uid: RedLoader.IniFile.SetInt(System.String,System.String,System.Int32) + name: SetInt(string, string, int) + href: api/RedLoader.IniFile.html#RedLoader_IniFile_SetInt_System_String_System_String_System_Int32_ + commentId: M:RedLoader.IniFile.SetInt(System.String,System.String,System.Int32) + name.vb: SetInt(String, String, Integer) + fullName: RedLoader.IniFile.SetInt(string, string, int) + fullName.vb: RedLoader.IniFile.SetInt(String, String, Integer) + nameWithType: IniFile.SetInt(string, string, int) + nameWithType.vb: IniFile.SetInt(String, String, Integer) +- uid: RedLoader.IniFile.SetInt* + name: SetInt + href: api/RedLoader.IniFile.html#RedLoader_IniFile_SetInt_ + commentId: Overload:RedLoader.IniFile.SetInt + fullName: RedLoader.IniFile.SetInt + nameWithType: IniFile.SetInt +- uid: RedLoader.IniFile.SetString(System.String,System.String,System.String) + name: SetString(string, string, string) + href: api/RedLoader.IniFile.html#RedLoader_IniFile_SetString_System_String_System_String_System_String_ + commentId: M:RedLoader.IniFile.SetString(System.String,System.String,System.String) + name.vb: SetString(String, String, String) + fullName: RedLoader.IniFile.SetString(string, string, string) + fullName.vb: RedLoader.IniFile.SetString(String, String, String) + nameWithType: IniFile.SetString(string, string, string) + nameWithType.vb: IniFile.SetString(String, String, String) +- uid: RedLoader.IniFile.SetString* + name: SetString + href: api/RedLoader.IniFile.html#RedLoader_IniFile_SetString_ + commentId: Overload:RedLoader.IniFile.SetString + fullName: RedLoader.IniFile.SetString + nameWithType: IniFile.SetString +- uid: RedLoader.InteropSupport + name: InteropSupport + href: api/RedLoader.InteropSupport.html + commentId: T:RedLoader.InteropSupport + fullName: RedLoader.InteropSupport + nameWithType: InteropSupport +- uid: RedLoader.InteropSupport.CopyMethodInfoStruct(System.IntPtr) + name: CopyMethodInfoStruct(IntPtr) + href: api/RedLoader.InteropSupport.html#RedLoader_InteropSupport_CopyMethodInfoStruct_System_IntPtr_ + commentId: M:RedLoader.InteropSupport.CopyMethodInfoStruct(System.IntPtr) + fullName: RedLoader.InteropSupport.CopyMethodInfoStruct(System.IntPtr) + nameWithType: InteropSupport.CopyMethodInfoStruct(IntPtr) +- uid: RedLoader.InteropSupport.CopyMethodInfoStruct* + name: CopyMethodInfoStruct + href: api/RedLoader.InteropSupport.html#RedLoader_InteropSupport_CopyMethodInfoStruct_ + commentId: Overload:RedLoader.InteropSupport.CopyMethodInfoStruct + fullName: RedLoader.InteropSupport.CopyMethodInfoStruct + nameWithType: InteropSupport.CopyMethodInfoStruct +- uid: RedLoader.InteropSupport.GetClassPointerForType(System.Type) + name: GetClassPointerForType(Type) + href: api/RedLoader.InteropSupport.html#RedLoader_InteropSupport_GetClassPointerForType_System_Type_ + commentId: M:RedLoader.InteropSupport.GetClassPointerForType(System.Type) + fullName: RedLoader.InteropSupport.GetClassPointerForType(System.Type) + nameWithType: InteropSupport.GetClassPointerForType(Type) +- uid: RedLoader.InteropSupport.GetClassPointerForType* + name: GetClassPointerForType + href: api/RedLoader.InteropSupport.html#RedLoader_InteropSupport_GetClassPointerForType_ + commentId: Overload:RedLoader.InteropSupport.GetClassPointerForType + fullName: RedLoader.InteropSupport.GetClassPointerForType + nameWithType: InteropSupport.GetClassPointerForType +- uid: RedLoader.InteropSupport.GetIl2CppMethodCallerCount(System.Reflection.MethodBase) + name: GetIl2CppMethodCallerCount(MethodBase) + href: api/RedLoader.InteropSupport.html#RedLoader_InteropSupport_GetIl2CppMethodCallerCount_System_Reflection_MethodBase_ + commentId: M:RedLoader.InteropSupport.GetIl2CppMethodCallerCount(System.Reflection.MethodBase) + fullName: RedLoader.InteropSupport.GetIl2CppMethodCallerCount(System.Reflection.MethodBase) + nameWithType: InteropSupport.GetIl2CppMethodCallerCount(MethodBase) +- uid: RedLoader.InteropSupport.GetIl2CppMethodCallerCount* + name: GetIl2CppMethodCallerCount + href: api/RedLoader.InteropSupport.html#RedLoader_InteropSupport_GetIl2CppMethodCallerCount_ + commentId: Overload:RedLoader.InteropSupport.GetIl2CppMethodCallerCount + fullName: RedLoader.InteropSupport.GetIl2CppMethodCallerCount + nameWithType: InteropSupport.GetIl2CppMethodCallerCount +- uid: RedLoader.InteropSupport.Il2CppObjectPtrToIl2CppObject* + name: Il2CppObjectPtrToIl2CppObject + href: api/RedLoader.InteropSupport.html#RedLoader_InteropSupport_Il2CppObjectPtrToIl2CppObject_ + commentId: Overload:RedLoader.InteropSupport.Il2CppObjectPtrToIl2CppObject + fullName: RedLoader.InteropSupport.Il2CppObjectPtrToIl2CppObject + nameWithType: InteropSupport.Il2CppObjectPtrToIl2CppObject +- uid: RedLoader.InteropSupport.Il2CppObjectPtrToIl2CppObject``1(System.IntPtr) + name: Il2CppObjectPtrToIl2CppObject(IntPtr) + href: api/RedLoader.InteropSupport.html#RedLoader_InteropSupport_Il2CppObjectPtrToIl2CppObject__1_System_IntPtr_ + commentId: M:RedLoader.InteropSupport.Il2CppObjectPtrToIl2CppObject``1(System.IntPtr) + name.vb: Il2CppObjectPtrToIl2CppObject(Of T)(IntPtr) + fullName: RedLoader.InteropSupport.Il2CppObjectPtrToIl2CppObject(System.IntPtr) + fullName.vb: RedLoader.InteropSupport.Il2CppObjectPtrToIl2CppObject(Of T)(System.IntPtr) + nameWithType: InteropSupport.Il2CppObjectPtrToIl2CppObject(IntPtr) + nameWithType.vb: InteropSupport.Il2CppObjectPtrToIl2CppObject(Of T)(IntPtr) +- uid: RedLoader.InteropSupport.Interface + name: InteropSupport.Interface + href: api/RedLoader.InteropSupport.Interface.html + commentId: T:RedLoader.InteropSupport.Interface + fullName: RedLoader.InteropSupport.Interface + nameWithType: InteropSupport.Interface +- uid: RedLoader.InteropSupport.Interface.CopyMethodInfoStruct(System.IntPtr) + name: CopyMethodInfoStruct(IntPtr) + href: api/RedLoader.InteropSupport.Interface.html#RedLoader_InteropSupport_Interface_CopyMethodInfoStruct_System_IntPtr_ + commentId: M:RedLoader.InteropSupport.Interface.CopyMethodInfoStruct(System.IntPtr) + fullName: RedLoader.InteropSupport.Interface.CopyMethodInfoStruct(System.IntPtr) + nameWithType: InteropSupport.Interface.CopyMethodInfoStruct(IntPtr) +- uid: RedLoader.InteropSupport.Interface.CopyMethodInfoStruct* + name: CopyMethodInfoStruct + href: api/RedLoader.InteropSupport.Interface.html#RedLoader_InteropSupport_Interface_CopyMethodInfoStruct_ + commentId: Overload:RedLoader.InteropSupport.Interface.CopyMethodInfoStruct + fullName: RedLoader.InteropSupport.Interface.CopyMethodInfoStruct + nameWithType: InteropSupport.Interface.CopyMethodInfoStruct +- uid: RedLoader.InteropSupport.Interface.GetClassPointerForType(System.Type) + name: GetClassPointerForType(Type) + href: api/RedLoader.InteropSupport.Interface.html#RedLoader_InteropSupport_Interface_GetClassPointerForType_System_Type_ + commentId: M:RedLoader.InteropSupport.Interface.GetClassPointerForType(System.Type) + fullName: RedLoader.InteropSupport.Interface.GetClassPointerForType(System.Type) + nameWithType: InteropSupport.Interface.GetClassPointerForType(Type) +- uid: RedLoader.InteropSupport.Interface.GetClassPointerForType* + name: GetClassPointerForType + href: api/RedLoader.InteropSupport.Interface.html#RedLoader_InteropSupport_Interface_GetClassPointerForType_ + commentId: Overload:RedLoader.InteropSupport.Interface.GetClassPointerForType + fullName: RedLoader.InteropSupport.Interface.GetClassPointerForType + nameWithType: InteropSupport.Interface.GetClassPointerForType +- uid: RedLoader.InteropSupport.Interface.GetIl2CppMethodCallerCount(System.Reflection.MethodBase) + name: GetIl2CppMethodCallerCount(MethodBase) + href: api/RedLoader.InteropSupport.Interface.html#RedLoader_InteropSupport_Interface_GetIl2CppMethodCallerCount_System_Reflection_MethodBase_ + commentId: M:RedLoader.InteropSupport.Interface.GetIl2CppMethodCallerCount(System.Reflection.MethodBase) + fullName: RedLoader.InteropSupport.Interface.GetIl2CppMethodCallerCount(System.Reflection.MethodBase) + nameWithType: InteropSupport.Interface.GetIl2CppMethodCallerCount(MethodBase) +- uid: RedLoader.InteropSupport.Interface.GetIl2CppMethodCallerCount* + name: GetIl2CppMethodCallerCount + href: api/RedLoader.InteropSupport.Interface.html#RedLoader_InteropSupport_Interface_GetIl2CppMethodCallerCount_ + commentId: Overload:RedLoader.InteropSupport.Interface.GetIl2CppMethodCallerCount + fullName: RedLoader.InteropSupport.Interface.GetIl2CppMethodCallerCount + nameWithType: InteropSupport.Interface.GetIl2CppMethodCallerCount +- uid: RedLoader.InteropSupport.Interface.IsInheritedFromIl2CppObjectBase(System.Type) + name: IsInheritedFromIl2CppObjectBase(Type) + href: api/RedLoader.InteropSupport.Interface.html#RedLoader_InteropSupport_Interface_IsInheritedFromIl2CppObjectBase_System_Type_ + commentId: M:RedLoader.InteropSupport.Interface.IsInheritedFromIl2CppObjectBase(System.Type) + fullName: RedLoader.InteropSupport.Interface.IsInheritedFromIl2CppObjectBase(System.Type) + nameWithType: InteropSupport.Interface.IsInheritedFromIl2CppObjectBase(Type) +- uid: RedLoader.InteropSupport.Interface.IsInheritedFromIl2CppObjectBase* + name: IsInheritedFromIl2CppObjectBase + href: api/RedLoader.InteropSupport.Interface.html#RedLoader_InteropSupport_Interface_IsInheritedFromIl2CppObjectBase_ + commentId: Overload:RedLoader.InteropSupport.Interface.IsInheritedFromIl2CppObjectBase + fullName: RedLoader.InteropSupport.Interface.IsInheritedFromIl2CppObjectBase + nameWithType: InteropSupport.Interface.IsInheritedFromIl2CppObjectBase +- uid: RedLoader.InteropSupport.Interface.IsInjectedType(System.Type) + name: IsInjectedType(Type) + href: api/RedLoader.InteropSupport.Interface.html#RedLoader_InteropSupport_Interface_IsInjectedType_System_Type_ + commentId: M:RedLoader.InteropSupport.Interface.IsInjectedType(System.Type) + fullName: RedLoader.InteropSupport.Interface.IsInjectedType(System.Type) + nameWithType: InteropSupport.Interface.IsInjectedType(Type) +- uid: RedLoader.InteropSupport.Interface.IsInjectedType* + name: IsInjectedType + href: api/RedLoader.InteropSupport.Interface.html#RedLoader_InteropSupport_Interface_IsInjectedType_ + commentId: Overload:RedLoader.InteropSupport.Interface.IsInjectedType + fullName: RedLoader.InteropSupport.Interface.IsInjectedType + nameWithType: InteropSupport.Interface.IsInjectedType +- uid: RedLoader.InteropSupport.Interface.MethodBaseToIl2CppFieldInfo(System.Reflection.MethodBase) + name: MethodBaseToIl2CppFieldInfo(MethodBase) + href: api/RedLoader.InteropSupport.Interface.html#RedLoader_InteropSupport_Interface_MethodBaseToIl2CppFieldInfo_System_Reflection_MethodBase_ + commentId: M:RedLoader.InteropSupport.Interface.MethodBaseToIl2CppFieldInfo(System.Reflection.MethodBase) + fullName: RedLoader.InteropSupport.Interface.MethodBaseToIl2CppFieldInfo(System.Reflection.MethodBase) + nameWithType: InteropSupport.Interface.MethodBaseToIl2CppFieldInfo(MethodBase) +- uid: RedLoader.InteropSupport.Interface.MethodBaseToIl2CppFieldInfo* + name: MethodBaseToIl2CppFieldInfo + href: api/RedLoader.InteropSupport.Interface.html#RedLoader_InteropSupport_Interface_MethodBaseToIl2CppFieldInfo_ + commentId: Overload:RedLoader.InteropSupport.Interface.MethodBaseToIl2CppFieldInfo + fullName: RedLoader.InteropSupport.Interface.MethodBaseToIl2CppFieldInfo + nameWithType: InteropSupport.Interface.MethodBaseToIl2CppFieldInfo +- uid: RedLoader.InteropSupport.Interface.RegisterTypeInIl2CppDomain(System.Type,System.Boolean) + name: RegisterTypeInIl2CppDomain(Type, bool) + href: api/RedLoader.InteropSupport.Interface.html#RedLoader_InteropSupport_Interface_RegisterTypeInIl2CppDomain_System_Type_System_Boolean_ + commentId: M:RedLoader.InteropSupport.Interface.RegisterTypeInIl2CppDomain(System.Type,System.Boolean) + name.vb: RegisterTypeInIl2CppDomain(Type, Boolean) + fullName: RedLoader.InteropSupport.Interface.RegisterTypeInIl2CppDomain(System.Type, bool) + fullName.vb: RedLoader.InteropSupport.Interface.RegisterTypeInIl2CppDomain(System.Type, Boolean) + nameWithType: InteropSupport.Interface.RegisterTypeInIl2CppDomain(Type, bool) + nameWithType.vb: InteropSupport.Interface.RegisterTypeInIl2CppDomain(Type, Boolean) +- uid: RedLoader.InteropSupport.Interface.RegisterTypeInIl2CppDomain* + name: RegisterTypeInIl2CppDomain + href: api/RedLoader.InteropSupport.Interface.html#RedLoader_InteropSupport_Interface_RegisterTypeInIl2CppDomain_ + commentId: Overload:RedLoader.InteropSupport.Interface.RegisterTypeInIl2CppDomain + fullName: RedLoader.InteropSupport.Interface.RegisterTypeInIl2CppDomain + nameWithType: InteropSupport.Interface.RegisterTypeInIl2CppDomain +- uid: RedLoader.InteropSupport.IsGeneratedAssemblyType(System.Type) + name: IsGeneratedAssemblyType(Type) + href: api/RedLoader.InteropSupport.html#RedLoader_InteropSupport_IsGeneratedAssemblyType_System_Type_ + commentId: M:RedLoader.InteropSupport.IsGeneratedAssemblyType(System.Type) + fullName: RedLoader.InteropSupport.IsGeneratedAssemblyType(System.Type) + nameWithType: InteropSupport.IsGeneratedAssemblyType(Type) +- uid: RedLoader.InteropSupport.IsGeneratedAssemblyType* + name: IsGeneratedAssemblyType + href: api/RedLoader.InteropSupport.html#RedLoader_InteropSupport_IsGeneratedAssemblyType_ + commentId: Overload:RedLoader.InteropSupport.IsGeneratedAssemblyType + fullName: RedLoader.InteropSupport.IsGeneratedAssemblyType + nameWithType: InteropSupport.IsGeneratedAssemblyType +- uid: RedLoader.InteropSupport.IsInheritedFromIl2CppObjectBase(System.Type) + name: IsInheritedFromIl2CppObjectBase(Type) + href: api/RedLoader.InteropSupport.html#RedLoader_InteropSupport_IsInheritedFromIl2CppObjectBase_System_Type_ + commentId: M:RedLoader.InteropSupport.IsInheritedFromIl2CppObjectBase(System.Type) + fullName: RedLoader.InteropSupport.IsInheritedFromIl2CppObjectBase(System.Type) + nameWithType: InteropSupport.IsInheritedFromIl2CppObjectBase(Type) +- uid: RedLoader.InteropSupport.IsInheritedFromIl2CppObjectBase* + name: IsInheritedFromIl2CppObjectBase + href: api/RedLoader.InteropSupport.html#RedLoader_InteropSupport_IsInheritedFromIl2CppObjectBase_ + commentId: Overload:RedLoader.InteropSupport.IsInheritedFromIl2CppObjectBase + fullName: RedLoader.InteropSupport.IsInheritedFromIl2CppObjectBase + nameWithType: InteropSupport.IsInheritedFromIl2CppObjectBase +- uid: RedLoader.InteropSupport.IsInjectedType(System.Type) + name: IsInjectedType(Type) + href: api/RedLoader.InteropSupport.html#RedLoader_InteropSupport_IsInjectedType_System_Type_ + commentId: M:RedLoader.InteropSupport.IsInjectedType(System.Type) + fullName: RedLoader.InteropSupport.IsInjectedType(System.Type) + nameWithType: InteropSupport.IsInjectedType(Type) +- uid: RedLoader.InteropSupport.IsInjectedType* + name: IsInjectedType + href: api/RedLoader.InteropSupport.html#RedLoader_InteropSupport_IsInjectedType_ + commentId: Overload:RedLoader.InteropSupport.IsInjectedType + fullName: RedLoader.InteropSupport.IsInjectedType + nameWithType: InteropSupport.IsInjectedType +- uid: RedLoader.InteropSupport.MethodBaseToIl2CppFieldInfo(System.Reflection.MethodBase) + name: MethodBaseToIl2CppFieldInfo(MethodBase) + href: api/RedLoader.InteropSupport.html#RedLoader_InteropSupport_MethodBaseToIl2CppFieldInfo_System_Reflection_MethodBase_ + commentId: M:RedLoader.InteropSupport.MethodBaseToIl2CppFieldInfo(System.Reflection.MethodBase) + fullName: RedLoader.InteropSupport.MethodBaseToIl2CppFieldInfo(System.Reflection.MethodBase) + nameWithType: InteropSupport.MethodBaseToIl2CppFieldInfo(MethodBase) +- uid: RedLoader.InteropSupport.MethodBaseToIl2CppFieldInfo* + name: MethodBaseToIl2CppFieldInfo + href: api/RedLoader.InteropSupport.html#RedLoader_InteropSupport_MethodBaseToIl2CppFieldInfo_ + commentId: Overload:RedLoader.InteropSupport.MethodBaseToIl2CppFieldInfo + fullName: RedLoader.InteropSupport.MethodBaseToIl2CppFieldInfo + nameWithType: InteropSupport.MethodBaseToIl2CppFieldInfo +- uid: RedLoader.InteropSupport.MethodBaseToIl2CppMethodInfoPointer(System.Reflection.MethodBase) + name: MethodBaseToIl2CppMethodInfoPointer(MethodBase) + href: api/RedLoader.InteropSupport.html#RedLoader_InteropSupport_MethodBaseToIl2CppMethodInfoPointer_System_Reflection_MethodBase_ + commentId: M:RedLoader.InteropSupport.MethodBaseToIl2CppMethodInfoPointer(System.Reflection.MethodBase) + fullName: RedLoader.InteropSupport.MethodBaseToIl2CppMethodInfoPointer(System.Reflection.MethodBase) + nameWithType: InteropSupport.MethodBaseToIl2CppMethodInfoPointer(MethodBase) +- uid: RedLoader.InteropSupport.MethodBaseToIl2CppMethodInfoPointer* + name: MethodBaseToIl2CppMethodInfoPointer + href: api/RedLoader.InteropSupport.html#RedLoader_InteropSupport_MethodBaseToIl2CppMethodInfoPointer_ + commentId: Overload:RedLoader.InteropSupport.MethodBaseToIl2CppMethodInfoPointer + fullName: RedLoader.InteropSupport.MethodBaseToIl2CppMethodInfoPointer + nameWithType: InteropSupport.MethodBaseToIl2CppMethodInfoPointer +- uid: RedLoader.InteropSupport.RegisterTypeInIl2CppDomain(System.Type,System.Boolean) + name: RegisterTypeInIl2CppDomain(Type, bool) + href: api/RedLoader.InteropSupport.html#RedLoader_InteropSupport_RegisterTypeInIl2CppDomain_System_Type_System_Boolean_ + commentId: M:RedLoader.InteropSupport.RegisterTypeInIl2CppDomain(System.Type,System.Boolean) + name.vb: RegisterTypeInIl2CppDomain(Type, Boolean) + fullName: RedLoader.InteropSupport.RegisterTypeInIl2CppDomain(System.Type, bool) + fullName.vb: RedLoader.InteropSupport.RegisterTypeInIl2CppDomain(System.Type, Boolean) + nameWithType: InteropSupport.RegisterTypeInIl2CppDomain(Type, bool) + nameWithType.vb: InteropSupport.RegisterTypeInIl2CppDomain(Type, Boolean) +- uid: RedLoader.InteropSupport.RegisterTypeInIl2CppDomain(System.Type) + name: RegisterTypeInIl2CppDomain(Type) + href: api/RedLoader.InteropSupport.html#RedLoader_InteropSupport_RegisterTypeInIl2CppDomain_System_Type_ + commentId: M:RedLoader.InteropSupport.RegisterTypeInIl2CppDomain(System.Type) + fullName: RedLoader.InteropSupport.RegisterTypeInIl2CppDomain(System.Type) + nameWithType: InteropSupport.RegisterTypeInIl2CppDomain(Type) +- uid: RedLoader.InteropSupport.RegisterTypeInIl2CppDomain* + name: RegisterTypeInIl2CppDomain + href: api/RedLoader.InteropSupport.html#RedLoader_InteropSupport_RegisterTypeInIl2CppDomain_ + commentId: Overload:RedLoader.InteropSupport.RegisterTypeInIl2CppDomain + fullName: RedLoader.InteropSupport.RegisterTypeInIl2CppDomain + nameWithType: InteropSupport.RegisterTypeInIl2CppDomain +- uid: RedLoader.ISupportModule_From + name: ISupportModule_From + href: api/RedLoader.ISupportModule_From.html + commentId: T:RedLoader.ISupportModule_From + fullName: RedLoader.ISupportModule_From + nameWithType: ISupportModule_From +- uid: RedLoader.ISupportModule_From.DefiniteQuit + name: DefiniteQuit() + href: api/RedLoader.ISupportModule_From.html#RedLoader_ISupportModule_From_DefiniteQuit + commentId: M:RedLoader.ISupportModule_From.DefiniteQuit + fullName: RedLoader.ISupportModule_From.DefiniteQuit() + nameWithType: ISupportModule_From.DefiniteQuit() +- uid: RedLoader.ISupportModule_From.DefiniteQuit* + name: DefiniteQuit + href: api/RedLoader.ISupportModule_From.html#RedLoader_ISupportModule_From_DefiniteQuit_ + commentId: Overload:RedLoader.ISupportModule_From.DefiniteQuit + fullName: RedLoader.ISupportModule_From.DefiniteQuit + nameWithType: ISupportModule_From.DefiniteQuit +- uid: RedLoader.ISupportModule_From.FixedUpdate + name: FixedUpdate() + href: api/RedLoader.ISupportModule_From.html#RedLoader_ISupportModule_From_FixedUpdate + commentId: M:RedLoader.ISupportModule_From.FixedUpdate + fullName: RedLoader.ISupportModule_From.FixedUpdate() + nameWithType: ISupportModule_From.FixedUpdate() +- uid: RedLoader.ISupportModule_From.FixedUpdate* + name: FixedUpdate + href: api/RedLoader.ISupportModule_From.html#RedLoader_ISupportModule_From_FixedUpdate_ + commentId: Overload:RedLoader.ISupportModule_From.FixedUpdate + fullName: RedLoader.ISupportModule_From.FixedUpdate + nameWithType: ISupportModule_From.FixedUpdate +- uid: RedLoader.ISupportModule_From.LateUpdate + name: LateUpdate() + href: api/RedLoader.ISupportModule_From.html#RedLoader_ISupportModule_From_LateUpdate + commentId: M:RedLoader.ISupportModule_From.LateUpdate + fullName: RedLoader.ISupportModule_From.LateUpdate() + nameWithType: ISupportModule_From.LateUpdate() +- uid: RedLoader.ISupportModule_From.LateUpdate* + name: LateUpdate + href: api/RedLoader.ISupportModule_From.html#RedLoader_ISupportModule_From_LateUpdate_ + commentId: Overload:RedLoader.ISupportModule_From.LateUpdate + fullName: RedLoader.ISupportModule_From.LateUpdate + nameWithType: ISupportModule_From.LateUpdate +- uid: RedLoader.ISupportModule_From.OnApplicationLateStart + name: OnApplicationLateStart() + href: api/RedLoader.ISupportModule_From.html#RedLoader_ISupportModule_From_OnApplicationLateStart + commentId: M:RedLoader.ISupportModule_From.OnApplicationLateStart + fullName: RedLoader.ISupportModule_From.OnApplicationLateStart() + nameWithType: ISupportModule_From.OnApplicationLateStart() +- uid: RedLoader.ISupportModule_From.OnApplicationLateStart* + name: OnApplicationLateStart + href: api/RedLoader.ISupportModule_From.html#RedLoader_ISupportModule_From_OnApplicationLateStart_ + commentId: Overload:RedLoader.ISupportModule_From.OnApplicationLateStart + fullName: RedLoader.ISupportModule_From.OnApplicationLateStart + nameWithType: ISupportModule_From.OnApplicationLateStart +- uid: RedLoader.ISupportModule_From.OnGUI + name: OnGUI() + href: api/RedLoader.ISupportModule_From.html#RedLoader_ISupportModule_From_OnGUI + commentId: M:RedLoader.ISupportModule_From.OnGUI + fullName: RedLoader.ISupportModule_From.OnGUI() + nameWithType: ISupportModule_From.OnGUI() +- uid: RedLoader.ISupportModule_From.OnGUI* + name: OnGUI + href: api/RedLoader.ISupportModule_From.html#RedLoader_ISupportModule_From_OnGUI_ + commentId: Overload:RedLoader.ISupportModule_From.OnGUI + fullName: RedLoader.ISupportModule_From.OnGUI + nameWithType: ISupportModule_From.OnGUI +- uid: RedLoader.ISupportModule_From.OnSceneWasInitialized(System.Int32,System.String) + name: OnSceneWasInitialized(int, string) + href: api/RedLoader.ISupportModule_From.html#RedLoader_ISupportModule_From_OnSceneWasInitialized_System_Int32_System_String_ + commentId: M:RedLoader.ISupportModule_From.OnSceneWasInitialized(System.Int32,System.String) + name.vb: OnSceneWasInitialized(Integer, String) + fullName: RedLoader.ISupportModule_From.OnSceneWasInitialized(int, string) + fullName.vb: RedLoader.ISupportModule_From.OnSceneWasInitialized(Integer, String) + nameWithType: ISupportModule_From.OnSceneWasInitialized(int, string) + nameWithType.vb: ISupportModule_From.OnSceneWasInitialized(Integer, String) +- uid: RedLoader.ISupportModule_From.OnSceneWasInitialized* + name: OnSceneWasInitialized + href: api/RedLoader.ISupportModule_From.html#RedLoader_ISupportModule_From_OnSceneWasInitialized_ + commentId: Overload:RedLoader.ISupportModule_From.OnSceneWasInitialized + fullName: RedLoader.ISupportModule_From.OnSceneWasInitialized + nameWithType: ISupportModule_From.OnSceneWasInitialized +- uid: RedLoader.ISupportModule_From.OnSceneWasLoaded(System.Int32,System.String) + name: OnSceneWasLoaded(int, string) + href: api/RedLoader.ISupportModule_From.html#RedLoader_ISupportModule_From_OnSceneWasLoaded_System_Int32_System_String_ + commentId: M:RedLoader.ISupportModule_From.OnSceneWasLoaded(System.Int32,System.String) + name.vb: OnSceneWasLoaded(Integer, String) + fullName: RedLoader.ISupportModule_From.OnSceneWasLoaded(int, string) + fullName.vb: RedLoader.ISupportModule_From.OnSceneWasLoaded(Integer, String) + nameWithType: ISupportModule_From.OnSceneWasLoaded(int, string) + nameWithType.vb: ISupportModule_From.OnSceneWasLoaded(Integer, String) +- uid: RedLoader.ISupportModule_From.OnSceneWasLoaded* + name: OnSceneWasLoaded + href: api/RedLoader.ISupportModule_From.html#RedLoader_ISupportModule_From_OnSceneWasLoaded_ + commentId: Overload:RedLoader.ISupportModule_From.OnSceneWasLoaded + fullName: RedLoader.ISupportModule_From.OnSceneWasLoaded + nameWithType: ISupportModule_From.OnSceneWasLoaded +- uid: RedLoader.ISupportModule_From.OnSceneWasUnloaded(System.Int32,System.String) + name: OnSceneWasUnloaded(int, string) + href: api/RedLoader.ISupportModule_From.html#RedLoader_ISupportModule_From_OnSceneWasUnloaded_System_Int32_System_String_ + commentId: M:RedLoader.ISupportModule_From.OnSceneWasUnloaded(System.Int32,System.String) + name.vb: OnSceneWasUnloaded(Integer, String) + fullName: RedLoader.ISupportModule_From.OnSceneWasUnloaded(int, string) + fullName.vb: RedLoader.ISupportModule_From.OnSceneWasUnloaded(Integer, String) + nameWithType: ISupportModule_From.OnSceneWasUnloaded(int, string) + nameWithType.vb: ISupportModule_From.OnSceneWasUnloaded(Integer, String) +- uid: RedLoader.ISupportModule_From.OnSceneWasUnloaded* + name: OnSceneWasUnloaded + href: api/RedLoader.ISupportModule_From.html#RedLoader_ISupportModule_From_OnSceneWasUnloaded_ + commentId: Overload:RedLoader.ISupportModule_From.OnSceneWasUnloaded + fullName: RedLoader.ISupportModule_From.OnSceneWasUnloaded + nameWithType: ISupportModule_From.OnSceneWasUnloaded +- uid: RedLoader.ISupportModule_From.Quit + name: Quit() + href: api/RedLoader.ISupportModule_From.html#RedLoader_ISupportModule_From_Quit + commentId: M:RedLoader.ISupportModule_From.Quit + fullName: RedLoader.ISupportModule_From.Quit() + nameWithType: ISupportModule_From.Quit() +- uid: RedLoader.ISupportModule_From.Quit* + name: Quit + href: api/RedLoader.ISupportModule_From.html#RedLoader_ISupportModule_From_Quit_ + commentId: Overload:RedLoader.ISupportModule_From.Quit + fullName: RedLoader.ISupportModule_From.Quit + nameWithType: ISupportModule_From.Quit +- uid: RedLoader.ISupportModule_From.SetInteropSupportInterface(RedLoader.InteropSupport.Interface) + name: SetInteropSupportInterface(Interface) + href: api/RedLoader.ISupportModule_From.html#RedLoader_ISupportModule_From_SetInteropSupportInterface_RedLoader_InteropSupport_Interface_ + commentId: M:RedLoader.ISupportModule_From.SetInteropSupportInterface(RedLoader.InteropSupport.Interface) + fullName: RedLoader.ISupportModule_From.SetInteropSupportInterface(RedLoader.InteropSupport.Interface) + nameWithType: ISupportModule_From.SetInteropSupportInterface(InteropSupport.Interface) +- uid: RedLoader.ISupportModule_From.SetInteropSupportInterface* + name: SetInteropSupportInterface + href: api/RedLoader.ISupportModule_From.html#RedLoader_ISupportModule_From_SetInteropSupportInterface_ + commentId: Overload:RedLoader.ISupportModule_From.SetInteropSupportInterface + fullName: RedLoader.ISupportModule_From.SetInteropSupportInterface + nameWithType: ISupportModule_From.SetInteropSupportInterface +- uid: RedLoader.ISupportModule_From.Update + name: Update() + href: api/RedLoader.ISupportModule_From.html#RedLoader_ISupportModule_From_Update + commentId: M:RedLoader.ISupportModule_From.Update + fullName: RedLoader.ISupportModule_From.Update() + nameWithType: ISupportModule_From.Update() +- uid: RedLoader.ISupportModule_From.Update* + name: Update + href: api/RedLoader.ISupportModule_From.html#RedLoader_ISupportModule_From_Update_ + commentId: Overload:RedLoader.ISupportModule_From.Update + fullName: RedLoader.ISupportModule_From.Update + nameWithType: ISupportModule_From.Update +- uid: RedLoader.ISupportModule_To + name: ISupportModule_To + href: api/RedLoader.ISupportModule_To.html + commentId: T:RedLoader.ISupportModule_To + fullName: RedLoader.ISupportModule_To + nameWithType: ISupportModule_To +- uid: RedLoader.ISupportModule_To.StartCoroutine(System.Collections.IEnumerator) + name: StartCoroutine(IEnumerator) + href: api/RedLoader.ISupportModule_To.html#RedLoader_ISupportModule_To_StartCoroutine_System_Collections_IEnumerator_ + commentId: M:RedLoader.ISupportModule_To.StartCoroutine(System.Collections.IEnumerator) + fullName: RedLoader.ISupportModule_To.StartCoroutine(System.Collections.IEnumerator) + nameWithType: ISupportModule_To.StartCoroutine(IEnumerator) +- uid: RedLoader.ISupportModule_To.StartCoroutine* + name: StartCoroutine + href: api/RedLoader.ISupportModule_To.html#RedLoader_ISupportModule_To_StartCoroutine_ + commentId: Overload:RedLoader.ISupportModule_To.StartCoroutine + fullName: RedLoader.ISupportModule_To.StartCoroutine + nameWithType: ISupportModule_To.StartCoroutine +- uid: RedLoader.ISupportModule_To.StopCoroutine(System.Object) + name: StopCoroutine(object) + href: api/RedLoader.ISupportModule_To.html#RedLoader_ISupportModule_To_StopCoroutine_System_Object_ + commentId: M:RedLoader.ISupportModule_To.StopCoroutine(System.Object) + name.vb: StopCoroutine(Object) + fullName: RedLoader.ISupportModule_To.StopCoroutine(object) + fullName.vb: RedLoader.ISupportModule_To.StopCoroutine(Object) + nameWithType: ISupportModule_To.StopCoroutine(object) + nameWithType.vb: ISupportModule_To.StopCoroutine(Object) +- uid: RedLoader.ISupportModule_To.StopCoroutine* + name: StopCoroutine + href: api/RedLoader.ISupportModule_To.html#RedLoader_ISupportModule_To_StopCoroutine_ + commentId: Overload:RedLoader.ISupportModule_To.StopCoroutine + fullName: RedLoader.ISupportModule_To.StopCoroutine + nameWithType: ISupportModule_To.StopCoroutine +- uid: RedLoader.ISupportModule_To.UnityDebugLog(System.String) + name: UnityDebugLog(string) + href: api/RedLoader.ISupportModule_To.html#RedLoader_ISupportModule_To_UnityDebugLog_System_String_ + commentId: M:RedLoader.ISupportModule_To.UnityDebugLog(System.String) + name.vb: UnityDebugLog(String) + fullName: RedLoader.ISupportModule_To.UnityDebugLog(string) + fullName.vb: RedLoader.ISupportModule_To.UnityDebugLog(String) + nameWithType: ISupportModule_To.UnityDebugLog(string) + nameWithType.vb: ISupportModule_To.UnityDebugLog(String) +- uid: RedLoader.ISupportModule_To.UnityDebugLog* + name: UnityDebugLog + href: api/RedLoader.ISupportModule_To.html#RedLoader_ISupportModule_To_UnityDebugLog_ + commentId: Overload:RedLoader.ISupportModule_To.UnityDebugLog + fullName: RedLoader.ISupportModule_To.UnityDebugLog + nameWithType: ISupportModule_To.UnityDebugLog +- uid: RedLoader.LaunchOptions + name: LaunchOptions + href: api/RedLoader.LaunchOptions.html + commentId: T:RedLoader.LaunchOptions + fullName: RedLoader.LaunchOptions + nameWithType: LaunchOptions +- uid: RedLoader.LaunchOptions.AnalyticsBlocker + name: LaunchOptions.AnalyticsBlocker + href: api/RedLoader.LaunchOptions.AnalyticsBlocker.html + commentId: T:RedLoader.LaunchOptions.AnalyticsBlocker + fullName: RedLoader.LaunchOptions.AnalyticsBlocker + nameWithType: LaunchOptions.AnalyticsBlocker +- uid: RedLoader.LaunchOptions.AnalyticsBlocker.ShouldDAB + name: ShouldDAB + href: api/RedLoader.LaunchOptions.AnalyticsBlocker.html#RedLoader_LaunchOptions_AnalyticsBlocker_ShouldDAB + commentId: P:RedLoader.LaunchOptions.AnalyticsBlocker.ShouldDAB + fullName: RedLoader.LaunchOptions.AnalyticsBlocker.ShouldDAB + nameWithType: LaunchOptions.AnalyticsBlocker.ShouldDAB +- uid: RedLoader.LaunchOptions.AnalyticsBlocker.ShouldDAB* + name: ShouldDAB + href: api/RedLoader.LaunchOptions.AnalyticsBlocker.html#RedLoader_LaunchOptions_AnalyticsBlocker_ShouldDAB_ + commentId: Overload:RedLoader.LaunchOptions.AnalyticsBlocker.ShouldDAB + fullName: RedLoader.LaunchOptions.AnalyticsBlocker.ShouldDAB + nameWithType: LaunchOptions.AnalyticsBlocker.ShouldDAB +- uid: RedLoader.LaunchOptions.Console + name: LaunchOptions.Console + href: api/RedLoader.LaunchOptions.Console.html + commentId: T:RedLoader.LaunchOptions.Console + fullName: RedLoader.LaunchOptions.Console + nameWithType: LaunchOptions.Console +- uid: RedLoader.LaunchOptions.Console.AlwaysOnTop + name: AlwaysOnTop + href: api/RedLoader.LaunchOptions.Console.html#RedLoader_LaunchOptions_Console_AlwaysOnTop + commentId: P:RedLoader.LaunchOptions.Console.AlwaysOnTop + fullName: RedLoader.LaunchOptions.Console.AlwaysOnTop + nameWithType: LaunchOptions.Console.AlwaysOnTop +- uid: RedLoader.LaunchOptions.Console.AlwaysOnTop* + name: AlwaysOnTop + href: api/RedLoader.LaunchOptions.Console.html#RedLoader_LaunchOptions_Console_AlwaysOnTop_ + commentId: Overload:RedLoader.LaunchOptions.Console.AlwaysOnTop + fullName: RedLoader.LaunchOptions.Console.AlwaysOnTop + nameWithType: LaunchOptions.Console.AlwaysOnTop +- uid: RedLoader.LaunchOptions.Console.CleanUnityLogs + name: CleanUnityLogs + href: api/RedLoader.LaunchOptions.Console.html#RedLoader_LaunchOptions_Console_CleanUnityLogs + commentId: P:RedLoader.LaunchOptions.Console.CleanUnityLogs + fullName: RedLoader.LaunchOptions.Console.CleanUnityLogs + nameWithType: LaunchOptions.Console.CleanUnityLogs +- uid: RedLoader.LaunchOptions.Console.CleanUnityLogs* + name: CleanUnityLogs + href: api/RedLoader.LaunchOptions.Console.html#RedLoader_LaunchOptions_Console_CleanUnityLogs_ + commentId: Overload:RedLoader.LaunchOptions.Console.CleanUnityLogs + fullName: RedLoader.LaunchOptions.Console.CleanUnityLogs + nameWithType: LaunchOptions.Console.CleanUnityLogs +- uid: RedLoader.LaunchOptions.Console.DisplayMode + name: LaunchOptions.Console.DisplayMode + href: api/RedLoader.LaunchOptions.Console.DisplayMode.html + commentId: T:RedLoader.LaunchOptions.Console.DisplayMode + fullName: RedLoader.LaunchOptions.Console.DisplayMode + nameWithType: LaunchOptions.Console.DisplayMode +- uid: RedLoader.LaunchOptions.Console.DisplayMode.LEMON + name: LEMON + href: api/RedLoader.LaunchOptions.Console.DisplayMode.html#RedLoader_LaunchOptions_Console_DisplayMode_LEMON + commentId: F:RedLoader.LaunchOptions.Console.DisplayMode.LEMON + fullName: RedLoader.LaunchOptions.Console.DisplayMode.LEMON + nameWithType: LaunchOptions.Console.DisplayMode.LEMON +- uid: RedLoader.LaunchOptions.Console.DisplayMode.MAGENTA + name: MAGENTA + href: api/RedLoader.LaunchOptions.Console.DisplayMode.html#RedLoader_LaunchOptions_Console_DisplayMode_MAGENTA + commentId: F:RedLoader.LaunchOptions.Console.DisplayMode.MAGENTA + fullName: RedLoader.LaunchOptions.Console.DisplayMode.MAGENTA + nameWithType: LaunchOptions.Console.DisplayMode.MAGENTA +- uid: RedLoader.LaunchOptions.Console.DisplayMode.NORMAL + name: NORMAL + href: api/RedLoader.LaunchOptions.Console.DisplayMode.html#RedLoader_LaunchOptions_Console_DisplayMode_NORMAL + commentId: F:RedLoader.LaunchOptions.Console.DisplayMode.NORMAL + fullName: RedLoader.LaunchOptions.Console.DisplayMode.NORMAL + nameWithType: LaunchOptions.Console.DisplayMode.NORMAL +- uid: RedLoader.LaunchOptions.Console.DisplayMode.RAINBOW + name: RAINBOW + href: api/RedLoader.LaunchOptions.Console.DisplayMode.html#RedLoader_LaunchOptions_Console_DisplayMode_RAINBOW + commentId: F:RedLoader.LaunchOptions.Console.DisplayMode.RAINBOW + fullName: RedLoader.LaunchOptions.Console.DisplayMode.RAINBOW + nameWithType: LaunchOptions.Console.DisplayMode.RAINBOW +- uid: RedLoader.LaunchOptions.Console.DisplayMode.RANDOMRAINBOW + name: RANDOMRAINBOW + href: api/RedLoader.LaunchOptions.Console.DisplayMode.html#RedLoader_LaunchOptions_Console_DisplayMode_RANDOMRAINBOW + commentId: F:RedLoader.LaunchOptions.Console.DisplayMode.RANDOMRAINBOW + fullName: RedLoader.LaunchOptions.Console.DisplayMode.RANDOMRAINBOW + nameWithType: LaunchOptions.Console.DisplayMode.RANDOMRAINBOW +- uid: RedLoader.LaunchOptions.Console.HideWarnings + name: HideWarnings + href: api/RedLoader.LaunchOptions.Console.html#RedLoader_LaunchOptions_Console_HideWarnings + commentId: P:RedLoader.LaunchOptions.Console.HideWarnings + fullName: RedLoader.LaunchOptions.Console.HideWarnings + nameWithType: LaunchOptions.Console.HideWarnings +- uid: RedLoader.LaunchOptions.Console.HideWarnings* + name: HideWarnings + href: api/RedLoader.LaunchOptions.Console.html#RedLoader_LaunchOptions_Console_HideWarnings_ + commentId: Overload:RedLoader.LaunchOptions.Console.HideWarnings + fullName: RedLoader.LaunchOptions.Console.HideWarnings + nameWithType: LaunchOptions.Console.HideWarnings +- uid: RedLoader.LaunchOptions.Console.Mode + name: Mode + href: api/RedLoader.LaunchOptions.Console.html#RedLoader_LaunchOptions_Console_Mode + commentId: P:RedLoader.LaunchOptions.Console.Mode + fullName: RedLoader.LaunchOptions.Console.Mode + nameWithType: LaunchOptions.Console.Mode +- uid: RedLoader.LaunchOptions.Console.Mode* + name: Mode + href: api/RedLoader.LaunchOptions.Console.html#RedLoader_LaunchOptions_Console_Mode_ + commentId: Overload:RedLoader.LaunchOptions.Console.Mode + fullName: RedLoader.LaunchOptions.Console.Mode + nameWithType: LaunchOptions.Console.Mode +- uid: RedLoader.LaunchOptions.Console.ShouldHide + name: ShouldHide + href: api/RedLoader.LaunchOptions.Console.html#RedLoader_LaunchOptions_Console_ShouldHide + commentId: P:RedLoader.LaunchOptions.Console.ShouldHide + fullName: RedLoader.LaunchOptions.Console.ShouldHide + nameWithType: LaunchOptions.Console.ShouldHide +- uid: RedLoader.LaunchOptions.Console.ShouldHide* + name: ShouldHide + href: api/RedLoader.LaunchOptions.Console.html#RedLoader_LaunchOptions_Console_ShouldHide_ + commentId: Overload:RedLoader.LaunchOptions.Console.ShouldHide + fullName: RedLoader.LaunchOptions.Console.ShouldHide + nameWithType: LaunchOptions.Console.ShouldHide +- uid: RedLoader.LaunchOptions.Console.ShouldSetTitle + name: ShouldSetTitle + href: api/RedLoader.LaunchOptions.Console.html#RedLoader_LaunchOptions_Console_ShouldSetTitle + commentId: P:RedLoader.LaunchOptions.Console.ShouldSetTitle + fullName: RedLoader.LaunchOptions.Console.ShouldSetTitle + nameWithType: LaunchOptions.Console.ShouldSetTitle +- uid: RedLoader.LaunchOptions.Console.ShouldSetTitle* + name: ShouldSetTitle + href: api/RedLoader.LaunchOptions.Console.html#RedLoader_LaunchOptions_Console_ShouldSetTitle_ + commentId: Overload:RedLoader.LaunchOptions.Console.ShouldSetTitle + fullName: RedLoader.LaunchOptions.Console.ShouldSetTitle + nameWithType: LaunchOptions.Console.ShouldSetTitle +- uid: RedLoader.LaunchOptions.Core + name: LaunchOptions.Core + href: api/RedLoader.LaunchOptions.Core.html + commentId: T:RedLoader.LaunchOptions.Core + fullName: RedLoader.LaunchOptions.Core + nameWithType: LaunchOptions.Core +- uid: RedLoader.LaunchOptions.Core.IsDebug + name: IsDebug + href: api/RedLoader.LaunchOptions.Core.html#RedLoader_LaunchOptions_Core_IsDebug + commentId: P:RedLoader.LaunchOptions.Core.IsDebug + fullName: RedLoader.LaunchOptions.Core.IsDebug + nameWithType: LaunchOptions.Core.IsDebug +- uid: RedLoader.LaunchOptions.Core.IsDebug* + name: IsDebug + href: api/RedLoader.LaunchOptions.Core.html#RedLoader_LaunchOptions_Core_IsDebug_ + commentId: Overload:RedLoader.LaunchOptions.Core.IsDebug + fullName: RedLoader.LaunchOptions.Core.IsDebug + nameWithType: LaunchOptions.Core.IsDebug +- uid: RedLoader.LaunchOptions.Core.LoadMode_Mods + name: LoadMode_Mods + href: api/RedLoader.LaunchOptions.Core.html#RedLoader_LaunchOptions_Core_LoadMode_Mods + commentId: P:RedLoader.LaunchOptions.Core.LoadMode_Mods + fullName: RedLoader.LaunchOptions.Core.LoadMode_Mods + nameWithType: LaunchOptions.Core.LoadMode_Mods +- uid: RedLoader.LaunchOptions.Core.LoadMode_Mods* + name: LoadMode_Mods + href: api/RedLoader.LaunchOptions.Core.html#RedLoader_LaunchOptions_Core_LoadMode_Mods_ + commentId: Overload:RedLoader.LaunchOptions.Core.LoadMode_Mods + fullName: RedLoader.LaunchOptions.Core.LoadMode_Mods + nameWithType: LaunchOptions.Core.LoadMode_Mods +- uid: RedLoader.LaunchOptions.Core.LoadMode_Plugins + name: LoadMode_Plugins + href: api/RedLoader.LaunchOptions.Core.html#RedLoader_LaunchOptions_Core_LoadMode_Plugins + commentId: P:RedLoader.LaunchOptions.Core.LoadMode_Plugins + fullName: RedLoader.LaunchOptions.Core.LoadMode_Plugins + nameWithType: LaunchOptions.Core.LoadMode_Plugins +- uid: RedLoader.LaunchOptions.Core.LoadMode_Plugins* + name: LoadMode_Plugins + href: api/RedLoader.LaunchOptions.Core.html#RedLoader_LaunchOptions_Core_LoadMode_Plugins_ + commentId: Overload:RedLoader.LaunchOptions.Core.LoadMode_Plugins + fullName: RedLoader.LaunchOptions.Core.LoadMode_Plugins + nameWithType: LaunchOptions.Core.LoadMode_Plugins +- uid: RedLoader.LaunchOptions.Core.LoadModeEnum + name: LaunchOptions.Core.LoadModeEnum + href: api/RedLoader.LaunchOptions.Core.LoadModeEnum.html + commentId: T:RedLoader.LaunchOptions.Core.LoadModeEnum + fullName: RedLoader.LaunchOptions.Core.LoadModeEnum + nameWithType: LaunchOptions.Core.LoadModeEnum +- uid: RedLoader.LaunchOptions.Core.LoadModeEnum.BOTH + name: BOTH + href: api/RedLoader.LaunchOptions.Core.LoadModeEnum.html#RedLoader_LaunchOptions_Core_LoadModeEnum_BOTH + commentId: F:RedLoader.LaunchOptions.Core.LoadModeEnum.BOTH + fullName: RedLoader.LaunchOptions.Core.LoadModeEnum.BOTH + nameWithType: LaunchOptions.Core.LoadModeEnum.BOTH +- uid: RedLoader.LaunchOptions.Core.LoadModeEnum.DEV + name: DEV + href: api/RedLoader.LaunchOptions.Core.LoadModeEnum.html#RedLoader_LaunchOptions_Core_LoadModeEnum_DEV + commentId: F:RedLoader.LaunchOptions.Core.LoadModeEnum.DEV + fullName: RedLoader.LaunchOptions.Core.LoadModeEnum.DEV + nameWithType: LaunchOptions.Core.LoadModeEnum.DEV +- uid: RedLoader.LaunchOptions.Core.LoadModeEnum.NORMAL + name: NORMAL + href: api/RedLoader.LaunchOptions.Core.LoadModeEnum.html#RedLoader_LaunchOptions_Core_LoadModeEnum_NORMAL + commentId: F:RedLoader.LaunchOptions.Core.LoadModeEnum.NORMAL + fullName: RedLoader.LaunchOptions.Core.LoadModeEnum.NORMAL + nameWithType: LaunchOptions.Core.LoadModeEnum.NORMAL +- uid: RedLoader.LaunchOptions.Core.QuitFix + name: QuitFix + href: api/RedLoader.LaunchOptions.Core.html#RedLoader_LaunchOptions_Core_QuitFix + commentId: P:RedLoader.LaunchOptions.Core.QuitFix + fullName: RedLoader.LaunchOptions.Core.QuitFix + nameWithType: LaunchOptions.Core.QuitFix +- uid: RedLoader.LaunchOptions.Core.QuitFix* + name: QuitFix + href: api/RedLoader.LaunchOptions.Core.html#RedLoader_LaunchOptions_Core_QuitFix_ + commentId: Overload:RedLoader.LaunchOptions.Core.QuitFix + fullName: RedLoader.LaunchOptions.Core.QuitFix + nameWithType: LaunchOptions.Core.QuitFix +- uid: RedLoader.LaunchOptions.Core.ShouldDisplayAnalyticsBlocker + name: ShouldDisplayAnalyticsBlocker + href: api/RedLoader.LaunchOptions.Core.html#RedLoader_LaunchOptions_Core_ShouldDisplayAnalyticsBlocker + commentId: P:RedLoader.LaunchOptions.Core.ShouldDisplayAnalyticsBlocker + fullName: RedLoader.LaunchOptions.Core.ShouldDisplayAnalyticsBlocker + nameWithType: LaunchOptions.Core.ShouldDisplayAnalyticsBlocker +- uid: RedLoader.LaunchOptions.Core.ShouldDisplayAnalyticsBlocker* + name: ShouldDisplayAnalyticsBlocker + href: api/RedLoader.LaunchOptions.Core.html#RedLoader_LaunchOptions_Core_ShouldDisplayAnalyticsBlocker_ + commentId: Overload:RedLoader.LaunchOptions.Core.ShouldDisplayAnalyticsBlocker + fullName: RedLoader.LaunchOptions.Core.ShouldDisplayAnalyticsBlocker + nameWithType: LaunchOptions.Core.ShouldDisplayAnalyticsBlocker +- uid: RedLoader.LaunchOptions.Core.StartScreen + name: StartScreen + href: api/RedLoader.LaunchOptions.Core.html#RedLoader_LaunchOptions_Core_StartScreen + commentId: P:RedLoader.LaunchOptions.Core.StartScreen + fullName: RedLoader.LaunchOptions.Core.StartScreen + nameWithType: LaunchOptions.Core.StartScreen +- uid: RedLoader.LaunchOptions.Core.StartScreen* + name: StartScreen + href: api/RedLoader.LaunchOptions.Core.html#RedLoader_LaunchOptions_Core_StartScreen_ + commentId: Overload:RedLoader.LaunchOptions.Core.StartScreen + fullName: RedLoader.LaunchOptions.Core.StartScreen + nameWithType: LaunchOptions.Core.StartScreen +- uid: RedLoader.LaunchOptions.Core.UnityVersion + name: UnityVersion + href: api/RedLoader.LaunchOptions.Core.html#RedLoader_LaunchOptions_Core_UnityVersion + commentId: P:RedLoader.LaunchOptions.Core.UnityVersion + fullName: RedLoader.LaunchOptions.Core.UnityVersion + nameWithType: LaunchOptions.Core.UnityVersion +- uid: RedLoader.LaunchOptions.Core.UnityVersion* + name: UnityVersion + href: api/RedLoader.LaunchOptions.Core.html#RedLoader_LaunchOptions_Core_UnityVersion_ + commentId: Overload:RedLoader.LaunchOptions.Core.UnityVersion + fullName: RedLoader.LaunchOptions.Core.UnityVersion + nameWithType: LaunchOptions.Core.UnityVersion +- uid: RedLoader.LaunchOptions.Core.UserWantsDebugger + name: UserWantsDebugger + href: api/RedLoader.LaunchOptions.Core.html#RedLoader_LaunchOptions_Core_UserWantsDebugger + commentId: P:RedLoader.LaunchOptions.Core.UserWantsDebugger + fullName: RedLoader.LaunchOptions.Core.UserWantsDebugger + nameWithType: LaunchOptions.Core.UserWantsDebugger +- uid: RedLoader.LaunchOptions.Core.UserWantsDebugger* + name: UserWantsDebugger + href: api/RedLoader.LaunchOptions.Core.html#RedLoader_LaunchOptions_Core_UserWantsDebugger_ + commentId: Overload:RedLoader.LaunchOptions.Core.UserWantsDebugger + fullName: RedLoader.LaunchOptions.Core.UserWantsDebugger + nameWithType: LaunchOptions.Core.UserWantsDebugger +- uid: RedLoader.LaunchOptions.Il2CppAssemblyGenerator + name: LaunchOptions.Il2CppAssemblyGenerator + href: api/RedLoader.LaunchOptions.Il2CppAssemblyGenerator.html + commentId: T:RedLoader.LaunchOptions.Il2CppAssemblyGenerator + fullName: RedLoader.LaunchOptions.Il2CppAssemblyGenerator + nameWithType: LaunchOptions.Il2CppAssemblyGenerator +- uid: RedLoader.LaunchOptions.Il2CppAssemblyGenerator.DisableDeobfMapIntegrityCheck + name: DisableDeobfMapIntegrityCheck + href: api/RedLoader.LaunchOptions.Il2CppAssemblyGenerator.html#RedLoader_LaunchOptions_Il2CppAssemblyGenerator_DisableDeobfMapIntegrityCheck + commentId: P:RedLoader.LaunchOptions.Il2CppAssemblyGenerator.DisableDeobfMapIntegrityCheck + fullName: RedLoader.LaunchOptions.Il2CppAssemblyGenerator.DisableDeobfMapIntegrityCheck + nameWithType: LaunchOptions.Il2CppAssemblyGenerator.DisableDeobfMapIntegrityCheck +- uid: RedLoader.LaunchOptions.Il2CppAssemblyGenerator.DisableDeobfMapIntegrityCheck* + name: DisableDeobfMapIntegrityCheck + href: api/RedLoader.LaunchOptions.Il2CppAssemblyGenerator.html#RedLoader_LaunchOptions_Il2CppAssemblyGenerator_DisableDeobfMapIntegrityCheck_ + commentId: Overload:RedLoader.LaunchOptions.Il2CppAssemblyGenerator.DisableDeobfMapIntegrityCheck + fullName: RedLoader.LaunchOptions.Il2CppAssemblyGenerator.DisableDeobfMapIntegrityCheck + nameWithType: LaunchOptions.Il2CppAssemblyGenerator.DisableDeobfMapIntegrityCheck +- uid: RedLoader.LaunchOptions.Il2CppAssemblyGenerator.ForceRegeneration + name: ForceRegeneration + href: api/RedLoader.LaunchOptions.Il2CppAssemblyGenerator.html#RedLoader_LaunchOptions_Il2CppAssemblyGenerator_ForceRegeneration + commentId: P:RedLoader.LaunchOptions.Il2CppAssemblyGenerator.ForceRegeneration + fullName: RedLoader.LaunchOptions.Il2CppAssemblyGenerator.ForceRegeneration + nameWithType: LaunchOptions.Il2CppAssemblyGenerator.ForceRegeneration +- uid: RedLoader.LaunchOptions.Il2CppAssemblyGenerator.ForceRegeneration* + name: ForceRegeneration + href: api/RedLoader.LaunchOptions.Il2CppAssemblyGenerator.html#RedLoader_LaunchOptions_Il2CppAssemblyGenerator_ForceRegeneration_ + commentId: Overload:RedLoader.LaunchOptions.Il2CppAssemblyGenerator.ForceRegeneration + fullName: RedLoader.LaunchOptions.Il2CppAssemblyGenerator.ForceRegeneration + nameWithType: LaunchOptions.Il2CppAssemblyGenerator.ForceRegeneration +- uid: RedLoader.LaunchOptions.Il2CppAssemblyGenerator.ForceRegex + name: ForceRegex + href: api/RedLoader.LaunchOptions.Il2CppAssemblyGenerator.html#RedLoader_LaunchOptions_Il2CppAssemblyGenerator_ForceRegex + commentId: P:RedLoader.LaunchOptions.Il2CppAssemblyGenerator.ForceRegex + fullName: RedLoader.LaunchOptions.Il2CppAssemblyGenerator.ForceRegex + nameWithType: LaunchOptions.Il2CppAssemblyGenerator.ForceRegex +- uid: RedLoader.LaunchOptions.Il2CppAssemblyGenerator.ForceRegex* + name: ForceRegex + href: api/RedLoader.LaunchOptions.Il2CppAssemblyGenerator.html#RedLoader_LaunchOptions_Il2CppAssemblyGenerator_ForceRegex_ + commentId: Overload:RedLoader.LaunchOptions.Il2CppAssemblyGenerator.ForceRegex + fullName: RedLoader.LaunchOptions.Il2CppAssemblyGenerator.ForceRegex + nameWithType: LaunchOptions.Il2CppAssemblyGenerator.ForceRegex +- uid: RedLoader.LaunchOptions.Il2CppAssemblyGenerator.ForceVersion_Dumper + name: ForceVersion_Dumper + href: api/RedLoader.LaunchOptions.Il2CppAssemblyGenerator.html#RedLoader_LaunchOptions_Il2CppAssemblyGenerator_ForceVersion_Dumper + commentId: P:RedLoader.LaunchOptions.Il2CppAssemblyGenerator.ForceVersion_Dumper + fullName: RedLoader.LaunchOptions.Il2CppAssemblyGenerator.ForceVersion_Dumper + nameWithType: LaunchOptions.Il2CppAssemblyGenerator.ForceVersion_Dumper +- uid: RedLoader.LaunchOptions.Il2CppAssemblyGenerator.ForceVersion_Dumper* + name: ForceVersion_Dumper + href: api/RedLoader.LaunchOptions.Il2CppAssemblyGenerator.html#RedLoader_LaunchOptions_Il2CppAssemblyGenerator_ForceVersion_Dumper_ + commentId: Overload:RedLoader.LaunchOptions.Il2CppAssemblyGenerator.ForceVersion_Dumper + fullName: RedLoader.LaunchOptions.Il2CppAssemblyGenerator.ForceVersion_Dumper + nameWithType: LaunchOptions.Il2CppAssemblyGenerator.ForceVersion_Dumper +- uid: RedLoader.LaunchOptions.Il2CppAssemblyGenerator.OfflineMode + name: OfflineMode + href: api/RedLoader.LaunchOptions.Il2CppAssemblyGenerator.html#RedLoader_LaunchOptions_Il2CppAssemblyGenerator_OfflineMode + commentId: P:RedLoader.LaunchOptions.Il2CppAssemblyGenerator.OfflineMode + fullName: RedLoader.LaunchOptions.Il2CppAssemblyGenerator.OfflineMode + nameWithType: LaunchOptions.Il2CppAssemblyGenerator.OfflineMode +- uid: RedLoader.LaunchOptions.Il2CppAssemblyGenerator.OfflineMode* + name: OfflineMode + href: api/RedLoader.LaunchOptions.Il2CppAssemblyGenerator.html#RedLoader_LaunchOptions_Il2CppAssemblyGenerator_OfflineMode_ + commentId: Overload:RedLoader.LaunchOptions.Il2CppAssemblyGenerator.OfflineMode + fullName: RedLoader.LaunchOptions.Il2CppAssemblyGenerator.OfflineMode + nameWithType: LaunchOptions.Il2CppAssemblyGenerator.OfflineMode +- uid: RedLoader.LaunchOptions.Logger + name: LaunchOptions.Logger + href: api/RedLoader.LaunchOptions.Logger.html + commentId: T:RedLoader.LaunchOptions.Logger + fullName: RedLoader.LaunchOptions.Logger + nameWithType: LaunchOptions.Logger +- uid: RedLoader.LaunchOptions.Logger.MaxErrors + name: MaxErrors + href: api/RedLoader.LaunchOptions.Logger.html#RedLoader_LaunchOptions_Logger_MaxErrors + commentId: P:RedLoader.LaunchOptions.Logger.MaxErrors + fullName: RedLoader.LaunchOptions.Logger.MaxErrors + nameWithType: LaunchOptions.Logger.MaxErrors +- uid: RedLoader.LaunchOptions.Logger.MaxErrors* + name: MaxErrors + href: api/RedLoader.LaunchOptions.Logger.html#RedLoader_LaunchOptions_Logger_MaxErrors_ + commentId: Overload:RedLoader.LaunchOptions.Logger.MaxErrors + fullName: RedLoader.LaunchOptions.Logger.MaxErrors + nameWithType: LaunchOptions.Logger.MaxErrors +- uid: RedLoader.LaunchOptions.Logger.MaxLogs + name: MaxLogs + href: api/RedLoader.LaunchOptions.Logger.html#RedLoader_LaunchOptions_Logger_MaxLogs + commentId: P:RedLoader.LaunchOptions.Logger.MaxLogs + fullName: RedLoader.LaunchOptions.Logger.MaxLogs + nameWithType: LaunchOptions.Logger.MaxLogs +- uid: RedLoader.LaunchOptions.Logger.MaxLogs* + name: MaxLogs + href: api/RedLoader.LaunchOptions.Logger.html#RedLoader_LaunchOptions_Logger_MaxLogs_ + commentId: Overload:RedLoader.LaunchOptions.Logger.MaxLogs + fullName: RedLoader.LaunchOptions.Logger.MaxLogs + nameWithType: LaunchOptions.Logger.MaxLogs +- uid: RedLoader.LaunchOptions.Logger.MaxWarnings + name: MaxWarnings + href: api/RedLoader.LaunchOptions.Logger.html#RedLoader_LaunchOptions_Logger_MaxWarnings + commentId: P:RedLoader.LaunchOptions.Logger.MaxWarnings + fullName: RedLoader.LaunchOptions.Logger.MaxWarnings + nameWithType: LaunchOptions.Logger.MaxWarnings +- uid: RedLoader.LaunchOptions.Logger.MaxWarnings* + name: MaxWarnings + href: api/RedLoader.LaunchOptions.Logger.html#RedLoader_LaunchOptions_Logger_MaxWarnings_ + commentId: Overload:RedLoader.LaunchOptions.Logger.MaxWarnings + fullName: RedLoader.LaunchOptions.Logger.MaxWarnings + nameWithType: LaunchOptions.Logger.MaxWarnings +- uid: RedLoader.LaunchOptions.SonsSdk + name: LaunchOptions.SonsSdk + href: api/RedLoader.LaunchOptions.SonsSdk.html + commentId: T:RedLoader.LaunchOptions.SonsSdk + fullName: RedLoader.LaunchOptions.SonsSdk + nameWithType: LaunchOptions.SonsSdk +- uid: RedLoader.LaunchOptions.SonsSdk.LoadIntoMain + name: LoadIntoMain + href: api/RedLoader.LaunchOptions.SonsSdk.html#RedLoader_LaunchOptions_SonsSdk_LoadIntoMain + commentId: P:RedLoader.LaunchOptions.SonsSdk.LoadIntoMain + fullName: RedLoader.LaunchOptions.SonsSdk.LoadIntoMain + nameWithType: LaunchOptions.SonsSdk.LoadIntoMain +- uid: RedLoader.LaunchOptions.SonsSdk.LoadIntoMain* + name: LoadIntoMain + href: api/RedLoader.LaunchOptions.SonsSdk.html#RedLoader_LaunchOptions_SonsSdk_LoadIntoMain_ + commentId: Overload:RedLoader.LaunchOptions.SonsSdk.LoadIntoMain + fullName: RedLoader.LaunchOptions.SonsSdk.LoadIntoMain + nameWithType: LaunchOptions.SonsSdk.LoadIntoMain +- uid: RedLoader.LaunchOptions.SonsSdk.LoadSaveGame + name: LoadSaveGame + href: api/RedLoader.LaunchOptions.SonsSdk.html#RedLoader_LaunchOptions_SonsSdk_LoadSaveGame + commentId: P:RedLoader.LaunchOptions.SonsSdk.LoadSaveGame + fullName: RedLoader.LaunchOptions.SonsSdk.LoadSaveGame + nameWithType: LaunchOptions.SonsSdk.LoadSaveGame +- uid: RedLoader.LaunchOptions.SonsSdk.LoadSaveGame* + name: LoadSaveGame + href: api/RedLoader.LaunchOptions.SonsSdk.html#RedLoader_LaunchOptions_SonsSdk_LoadSaveGame_ + commentId: Overload:RedLoader.LaunchOptions.SonsSdk.LoadSaveGame + fullName: RedLoader.LaunchOptions.SonsSdk.LoadSaveGame + nameWithType: LaunchOptions.SonsSdk.LoadSaveGame +- uid: RedLoader.LemonAction + name: LemonAction + href: api/RedLoader.LemonAction.html + commentId: T:RedLoader.LemonAction + fullName: RedLoader.LemonAction + nameWithType: LemonAction +- uid: RedLoader.LemonAction.#ctor(System.Object,System.IntPtr) + name: LemonAction(object, IntPtr) + href: api/RedLoader.LemonAction.html#RedLoader_LemonAction__ctor_System_Object_System_IntPtr_ + commentId: M:RedLoader.LemonAction.#ctor(System.Object,System.IntPtr) + name.vb: New(Object, IntPtr) + fullName: RedLoader.LemonAction.LemonAction(object, System.IntPtr) + fullName.vb: RedLoader.LemonAction.New(Object, System.IntPtr) + nameWithType: LemonAction.LemonAction(object, IntPtr) + nameWithType.vb: LemonAction.New(Object, IntPtr) +- uid: RedLoader.LemonAction.#ctor* + name: LemonAction + href: api/RedLoader.LemonAction.html#RedLoader_LemonAction__ctor_ + commentId: Overload:RedLoader.LemonAction.#ctor + name.vb: New + fullName: RedLoader.LemonAction.LemonAction + fullName.vb: RedLoader.LemonAction.New + nameWithType: LemonAction.LemonAction + nameWithType.vb: LemonAction.New +- uid: RedLoader.LemonAction.BeginInvoke(System.AsyncCallback,System.Object) + name: BeginInvoke(AsyncCallback, object) + href: api/RedLoader.LemonAction.html#RedLoader_LemonAction_BeginInvoke_System_AsyncCallback_System_Object_ + commentId: M:RedLoader.LemonAction.BeginInvoke(System.AsyncCallback,System.Object) + name.vb: BeginInvoke(AsyncCallback, Object) + fullName: RedLoader.LemonAction.BeginInvoke(System.AsyncCallback, object) + fullName.vb: RedLoader.LemonAction.BeginInvoke(System.AsyncCallback, Object) + nameWithType: LemonAction.BeginInvoke(AsyncCallback, object) + nameWithType.vb: LemonAction.BeginInvoke(AsyncCallback, Object) +- uid: RedLoader.LemonAction.BeginInvoke* + name: BeginInvoke + href: api/RedLoader.LemonAction.html#RedLoader_LemonAction_BeginInvoke_ + commentId: Overload:RedLoader.LemonAction.BeginInvoke + fullName: RedLoader.LemonAction.BeginInvoke + nameWithType: LemonAction.BeginInvoke +- uid: RedLoader.LemonAction.EndInvoke(System.IAsyncResult) + name: EndInvoke(IAsyncResult) + href: api/RedLoader.LemonAction.html#RedLoader_LemonAction_EndInvoke_System_IAsyncResult_ + commentId: M:RedLoader.LemonAction.EndInvoke(System.IAsyncResult) + fullName: RedLoader.LemonAction.EndInvoke(System.IAsyncResult) + nameWithType: LemonAction.EndInvoke(IAsyncResult) +- uid: RedLoader.LemonAction.EndInvoke* + name: EndInvoke + href: api/RedLoader.LemonAction.html#RedLoader_LemonAction_EndInvoke_ + commentId: Overload:RedLoader.LemonAction.EndInvoke + fullName: RedLoader.LemonAction.EndInvoke + nameWithType: LemonAction.EndInvoke +- uid: RedLoader.LemonAction.Invoke + name: Invoke() + href: api/RedLoader.LemonAction.html#RedLoader_LemonAction_Invoke + commentId: M:RedLoader.LemonAction.Invoke + fullName: RedLoader.LemonAction.Invoke() + nameWithType: LemonAction.Invoke() +- uid: RedLoader.LemonAction.Invoke* + name: Invoke + href: api/RedLoader.LemonAction.html#RedLoader_LemonAction_Invoke_ + commentId: Overload:RedLoader.LemonAction.Invoke + fullName: RedLoader.LemonAction.Invoke + nameWithType: LemonAction.Invoke +- uid: RedLoader.LemonAction`1 + name: LemonAction + href: api/RedLoader.LemonAction-1.html + commentId: T:RedLoader.LemonAction`1 + name.vb: LemonAction(Of T1) + fullName: RedLoader.LemonAction + fullName.vb: RedLoader.LemonAction(Of T1) + nameWithType: LemonAction + nameWithType.vb: LemonAction(Of T1) +- uid: RedLoader.LemonAction`1.#ctor(System.Object,System.IntPtr) + name: LemonAction(object, IntPtr) + href: api/RedLoader.LemonAction-1.html#RedLoader_LemonAction_1__ctor_System_Object_System_IntPtr_ + commentId: M:RedLoader.LemonAction`1.#ctor(System.Object,System.IntPtr) + name.vb: New(Object, IntPtr) + fullName: RedLoader.LemonAction.LemonAction(object, System.IntPtr) + fullName.vb: RedLoader.LemonAction(Of T1).New(Object, System.IntPtr) + nameWithType: LemonAction.LemonAction(object, IntPtr) + nameWithType.vb: LemonAction(Of T1).New(Object, IntPtr) +- uid: RedLoader.LemonAction`1.#ctor* + name: LemonAction + href: api/RedLoader.LemonAction-1.html#RedLoader_LemonAction_1__ctor_ + commentId: Overload:RedLoader.LemonAction`1.#ctor + name.vb: New + fullName: RedLoader.LemonAction.LemonAction + fullName.vb: RedLoader.LemonAction(Of T1).New + nameWithType: LemonAction.LemonAction + nameWithType.vb: LemonAction(Of T1).New +- uid: RedLoader.LemonAction`1.BeginInvoke(`0,System.AsyncCallback,System.Object) + name: BeginInvoke(T1, AsyncCallback, object) + href: api/RedLoader.LemonAction-1.html#RedLoader_LemonAction_1_BeginInvoke__0_System_AsyncCallback_System_Object_ + commentId: M:RedLoader.LemonAction`1.BeginInvoke(`0,System.AsyncCallback,System.Object) + name.vb: BeginInvoke(T1, AsyncCallback, Object) + fullName: RedLoader.LemonAction.BeginInvoke(T1, System.AsyncCallback, object) + fullName.vb: RedLoader.LemonAction(Of T1).BeginInvoke(T1, System.AsyncCallback, Object) + nameWithType: LemonAction.BeginInvoke(T1, AsyncCallback, object) + nameWithType.vb: LemonAction(Of T1).BeginInvoke(T1, AsyncCallback, Object) +- uid: RedLoader.LemonAction`1.BeginInvoke* + name: BeginInvoke + href: api/RedLoader.LemonAction-1.html#RedLoader_LemonAction_1_BeginInvoke_ + commentId: Overload:RedLoader.LemonAction`1.BeginInvoke + fullName: RedLoader.LemonAction.BeginInvoke + fullName.vb: RedLoader.LemonAction(Of T1).BeginInvoke + nameWithType: LemonAction.BeginInvoke + nameWithType.vb: LemonAction(Of T1).BeginInvoke +- uid: RedLoader.LemonAction`1.EndInvoke(System.IAsyncResult) + name: EndInvoke(IAsyncResult) + href: api/RedLoader.LemonAction-1.html#RedLoader_LemonAction_1_EndInvoke_System_IAsyncResult_ + commentId: M:RedLoader.LemonAction`1.EndInvoke(System.IAsyncResult) + fullName: RedLoader.LemonAction.EndInvoke(System.IAsyncResult) + fullName.vb: RedLoader.LemonAction(Of T1).EndInvoke(System.IAsyncResult) + nameWithType: LemonAction.EndInvoke(IAsyncResult) + nameWithType.vb: LemonAction(Of T1).EndInvoke(IAsyncResult) +- uid: RedLoader.LemonAction`1.EndInvoke* + name: EndInvoke + href: api/RedLoader.LemonAction-1.html#RedLoader_LemonAction_1_EndInvoke_ + commentId: Overload:RedLoader.LemonAction`1.EndInvoke + fullName: RedLoader.LemonAction.EndInvoke + fullName.vb: RedLoader.LemonAction(Of T1).EndInvoke + nameWithType: LemonAction.EndInvoke + nameWithType.vb: LemonAction(Of T1).EndInvoke +- uid: RedLoader.LemonAction`1.Invoke(`0) + name: Invoke(T1) + href: api/RedLoader.LemonAction-1.html#RedLoader_LemonAction_1_Invoke__0_ + commentId: M:RedLoader.LemonAction`1.Invoke(`0) + fullName: RedLoader.LemonAction.Invoke(T1) + fullName.vb: RedLoader.LemonAction(Of T1).Invoke(T1) + nameWithType: LemonAction.Invoke(T1) + nameWithType.vb: LemonAction(Of T1).Invoke(T1) +- uid: RedLoader.LemonAction`1.Invoke* + name: Invoke + href: api/RedLoader.LemonAction-1.html#RedLoader_LemonAction_1_Invoke_ + commentId: Overload:RedLoader.LemonAction`1.Invoke + fullName: RedLoader.LemonAction.Invoke + fullName.vb: RedLoader.LemonAction(Of T1).Invoke + nameWithType: LemonAction.Invoke + nameWithType.vb: LemonAction(Of T1).Invoke +- uid: RedLoader.LemonAction`2 + name: LemonAction + href: api/RedLoader.LemonAction-2.html + commentId: T:RedLoader.LemonAction`2 + name.vb: LemonAction(Of T1, T2) + fullName: RedLoader.LemonAction + fullName.vb: RedLoader.LemonAction(Of T1, T2) + nameWithType: LemonAction + nameWithType.vb: LemonAction(Of T1, T2) +- uid: RedLoader.LemonAction`2.#ctor(System.Object,System.IntPtr) + name: LemonAction(object, IntPtr) + href: api/RedLoader.LemonAction-2.html#RedLoader_LemonAction_2__ctor_System_Object_System_IntPtr_ + commentId: M:RedLoader.LemonAction`2.#ctor(System.Object,System.IntPtr) + name.vb: New(Object, IntPtr) + fullName: RedLoader.LemonAction.LemonAction(object, System.IntPtr) + fullName.vb: RedLoader.LemonAction(Of T1, T2).New(Object, System.IntPtr) + nameWithType: LemonAction.LemonAction(object, IntPtr) + nameWithType.vb: LemonAction(Of T1, T2).New(Object, IntPtr) +- uid: RedLoader.LemonAction`2.#ctor* + name: LemonAction + href: api/RedLoader.LemonAction-2.html#RedLoader_LemonAction_2__ctor_ + commentId: Overload:RedLoader.LemonAction`2.#ctor + name.vb: New + fullName: RedLoader.LemonAction.LemonAction + fullName.vb: RedLoader.LemonAction(Of T1, T2).New + nameWithType: LemonAction.LemonAction + nameWithType.vb: LemonAction(Of T1, T2).New +- uid: RedLoader.LemonAction`2.BeginInvoke(`0,`1,System.AsyncCallback,System.Object) + name: BeginInvoke(T1, T2, AsyncCallback, object) + href: api/RedLoader.LemonAction-2.html#RedLoader_LemonAction_2_BeginInvoke__0__1_System_AsyncCallback_System_Object_ + commentId: M:RedLoader.LemonAction`2.BeginInvoke(`0,`1,System.AsyncCallback,System.Object) + name.vb: BeginInvoke(T1, T2, AsyncCallback, Object) + fullName: RedLoader.LemonAction.BeginInvoke(T1, T2, System.AsyncCallback, object) + fullName.vb: RedLoader.LemonAction(Of T1, T2).BeginInvoke(T1, T2, System.AsyncCallback, Object) + nameWithType: LemonAction.BeginInvoke(T1, T2, AsyncCallback, object) + nameWithType.vb: LemonAction(Of T1, T2).BeginInvoke(T1, T2, AsyncCallback, Object) +- uid: RedLoader.LemonAction`2.BeginInvoke* + name: BeginInvoke + href: api/RedLoader.LemonAction-2.html#RedLoader_LemonAction_2_BeginInvoke_ + commentId: Overload:RedLoader.LemonAction`2.BeginInvoke + fullName: RedLoader.LemonAction.BeginInvoke + fullName.vb: RedLoader.LemonAction(Of T1, T2).BeginInvoke + nameWithType: LemonAction.BeginInvoke + nameWithType.vb: LemonAction(Of T1, T2).BeginInvoke +- uid: RedLoader.LemonAction`2.EndInvoke(System.IAsyncResult) + name: EndInvoke(IAsyncResult) + href: api/RedLoader.LemonAction-2.html#RedLoader_LemonAction_2_EndInvoke_System_IAsyncResult_ + commentId: M:RedLoader.LemonAction`2.EndInvoke(System.IAsyncResult) + fullName: RedLoader.LemonAction.EndInvoke(System.IAsyncResult) + fullName.vb: RedLoader.LemonAction(Of T1, T2).EndInvoke(System.IAsyncResult) + nameWithType: LemonAction.EndInvoke(IAsyncResult) + nameWithType.vb: LemonAction(Of T1, T2).EndInvoke(IAsyncResult) +- uid: RedLoader.LemonAction`2.EndInvoke* + name: EndInvoke + href: api/RedLoader.LemonAction-2.html#RedLoader_LemonAction_2_EndInvoke_ + commentId: Overload:RedLoader.LemonAction`2.EndInvoke + fullName: RedLoader.LemonAction.EndInvoke + fullName.vb: RedLoader.LemonAction(Of T1, T2).EndInvoke + nameWithType: LemonAction.EndInvoke + nameWithType.vb: LemonAction(Of T1, T2).EndInvoke +- uid: RedLoader.LemonAction`2.Invoke(`0,`1) + name: Invoke(T1, T2) + href: api/RedLoader.LemonAction-2.html#RedLoader_LemonAction_2_Invoke__0__1_ + commentId: M:RedLoader.LemonAction`2.Invoke(`0,`1) + fullName: RedLoader.LemonAction.Invoke(T1, T2) + fullName.vb: RedLoader.LemonAction(Of T1, T2).Invoke(T1, T2) + nameWithType: LemonAction.Invoke(T1, T2) + nameWithType.vb: LemonAction(Of T1, T2).Invoke(T1, T2) +- uid: RedLoader.LemonAction`2.Invoke* + name: Invoke + href: api/RedLoader.LemonAction-2.html#RedLoader_LemonAction_2_Invoke_ + commentId: Overload:RedLoader.LemonAction`2.Invoke + fullName: RedLoader.LemonAction.Invoke + fullName.vb: RedLoader.LemonAction(Of T1, T2).Invoke + nameWithType: LemonAction.Invoke + nameWithType.vb: LemonAction(Of T1, T2).Invoke +- uid: RedLoader.LemonAction`3 + name: LemonAction + href: api/RedLoader.LemonAction-3.html + commentId: T:RedLoader.LemonAction`3 + name.vb: LemonAction(Of T1, T2, T3) + fullName: RedLoader.LemonAction + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3) + nameWithType: LemonAction + nameWithType.vb: LemonAction(Of T1, T2, T3) +- uid: RedLoader.LemonAction`3.#ctor(System.Object,System.IntPtr) + name: LemonAction(object, IntPtr) + href: api/RedLoader.LemonAction-3.html#RedLoader_LemonAction_3__ctor_System_Object_System_IntPtr_ + commentId: M:RedLoader.LemonAction`3.#ctor(System.Object,System.IntPtr) + name.vb: New(Object, IntPtr) + fullName: RedLoader.LemonAction.LemonAction(object, System.IntPtr) + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3).New(Object, System.IntPtr) + nameWithType: LemonAction.LemonAction(object, IntPtr) + nameWithType.vb: LemonAction(Of T1, T2, T3).New(Object, IntPtr) +- uid: RedLoader.LemonAction`3.#ctor* + name: LemonAction + href: api/RedLoader.LemonAction-3.html#RedLoader_LemonAction_3__ctor_ + commentId: Overload:RedLoader.LemonAction`3.#ctor + name.vb: New + fullName: RedLoader.LemonAction.LemonAction + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3).New + nameWithType: LemonAction.LemonAction + nameWithType.vb: LemonAction(Of T1, T2, T3).New +- uid: RedLoader.LemonAction`3.BeginInvoke(`0,`1,`2,System.AsyncCallback,System.Object) + name: BeginInvoke(T1, T2, T3, AsyncCallback, object) + href: api/RedLoader.LemonAction-3.html#RedLoader_LemonAction_3_BeginInvoke__0__1__2_System_AsyncCallback_System_Object_ + commentId: M:RedLoader.LemonAction`3.BeginInvoke(`0,`1,`2,System.AsyncCallback,System.Object) + name.vb: BeginInvoke(T1, T2, T3, AsyncCallback, Object) + fullName: RedLoader.LemonAction.BeginInvoke(T1, T2, T3, System.AsyncCallback, object) + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3).BeginInvoke(T1, T2, T3, System.AsyncCallback, Object) + nameWithType: LemonAction.BeginInvoke(T1, T2, T3, AsyncCallback, object) + nameWithType.vb: LemonAction(Of T1, T2, T3).BeginInvoke(T1, T2, T3, AsyncCallback, Object) +- uid: RedLoader.LemonAction`3.BeginInvoke* + name: BeginInvoke + href: api/RedLoader.LemonAction-3.html#RedLoader_LemonAction_3_BeginInvoke_ + commentId: Overload:RedLoader.LemonAction`3.BeginInvoke + fullName: RedLoader.LemonAction.BeginInvoke + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3).BeginInvoke + nameWithType: LemonAction.BeginInvoke + nameWithType.vb: LemonAction(Of T1, T2, T3).BeginInvoke +- uid: RedLoader.LemonAction`3.EndInvoke(System.IAsyncResult) + name: EndInvoke(IAsyncResult) + href: api/RedLoader.LemonAction-3.html#RedLoader_LemonAction_3_EndInvoke_System_IAsyncResult_ + commentId: M:RedLoader.LemonAction`3.EndInvoke(System.IAsyncResult) + fullName: RedLoader.LemonAction.EndInvoke(System.IAsyncResult) + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3).EndInvoke(System.IAsyncResult) + nameWithType: LemonAction.EndInvoke(IAsyncResult) + nameWithType.vb: LemonAction(Of T1, T2, T3).EndInvoke(IAsyncResult) +- uid: RedLoader.LemonAction`3.EndInvoke* + name: EndInvoke + href: api/RedLoader.LemonAction-3.html#RedLoader_LemonAction_3_EndInvoke_ + commentId: Overload:RedLoader.LemonAction`3.EndInvoke + fullName: RedLoader.LemonAction.EndInvoke + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3).EndInvoke + nameWithType: LemonAction.EndInvoke + nameWithType.vb: LemonAction(Of T1, T2, T3).EndInvoke +- uid: RedLoader.LemonAction`3.Invoke(`0,`1,`2) + name: Invoke(T1, T2, T3) + href: api/RedLoader.LemonAction-3.html#RedLoader_LemonAction_3_Invoke__0__1__2_ + commentId: M:RedLoader.LemonAction`3.Invoke(`0,`1,`2) + fullName: RedLoader.LemonAction.Invoke(T1, T2, T3) + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3).Invoke(T1, T2, T3) + nameWithType: LemonAction.Invoke(T1, T2, T3) + nameWithType.vb: LemonAction(Of T1, T2, T3).Invoke(T1, T2, T3) +- uid: RedLoader.LemonAction`3.Invoke* + name: Invoke + href: api/RedLoader.LemonAction-3.html#RedLoader_LemonAction_3_Invoke_ + commentId: Overload:RedLoader.LemonAction`3.Invoke + fullName: RedLoader.LemonAction.Invoke + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3).Invoke + nameWithType: LemonAction.Invoke + nameWithType.vb: LemonAction(Of T1, T2, T3).Invoke +- uid: RedLoader.LemonAction`4 + name: LemonAction + href: api/RedLoader.LemonAction-4.html + commentId: T:RedLoader.LemonAction`4 + name.vb: LemonAction(Of T1, T2, T3, T4) + fullName: RedLoader.LemonAction + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3, T4) + nameWithType: LemonAction + nameWithType.vb: LemonAction(Of T1, T2, T3, T4) +- uid: RedLoader.LemonAction`4.#ctor(System.Object,System.IntPtr) + name: LemonAction(object, IntPtr) + href: api/RedLoader.LemonAction-4.html#RedLoader_LemonAction_4__ctor_System_Object_System_IntPtr_ + commentId: M:RedLoader.LemonAction`4.#ctor(System.Object,System.IntPtr) + name.vb: New(Object, IntPtr) + fullName: RedLoader.LemonAction.LemonAction(object, System.IntPtr) + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3, T4).New(Object, System.IntPtr) + nameWithType: LemonAction.LemonAction(object, IntPtr) + nameWithType.vb: LemonAction(Of T1, T2, T3, T4).New(Object, IntPtr) +- uid: RedLoader.LemonAction`4.#ctor* + name: LemonAction + href: api/RedLoader.LemonAction-4.html#RedLoader_LemonAction_4__ctor_ + commentId: Overload:RedLoader.LemonAction`4.#ctor + name.vb: New + fullName: RedLoader.LemonAction.LemonAction + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3, T4).New + nameWithType: LemonAction.LemonAction + nameWithType.vb: LemonAction(Of T1, T2, T3, T4).New +- uid: RedLoader.LemonAction`4.BeginInvoke(`0,`1,`2,`3,System.AsyncCallback,System.Object) + name: BeginInvoke(T1, T2, T3, T4, AsyncCallback, object) + href: api/RedLoader.LemonAction-4.html#RedLoader_LemonAction_4_BeginInvoke__0__1__2__3_System_AsyncCallback_System_Object_ + commentId: M:RedLoader.LemonAction`4.BeginInvoke(`0,`1,`2,`3,System.AsyncCallback,System.Object) + name.vb: BeginInvoke(T1, T2, T3, T4, AsyncCallback, Object) + fullName: RedLoader.LemonAction.BeginInvoke(T1, T2, T3, T4, System.AsyncCallback, object) + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3, T4).BeginInvoke(T1, T2, T3, T4, System.AsyncCallback, Object) + nameWithType: LemonAction.BeginInvoke(T1, T2, T3, T4, AsyncCallback, object) + nameWithType.vb: LemonAction(Of T1, T2, T3, T4).BeginInvoke(T1, T2, T3, T4, AsyncCallback, Object) +- uid: RedLoader.LemonAction`4.BeginInvoke* + name: BeginInvoke + href: api/RedLoader.LemonAction-4.html#RedLoader_LemonAction_4_BeginInvoke_ + commentId: Overload:RedLoader.LemonAction`4.BeginInvoke + fullName: RedLoader.LemonAction.BeginInvoke + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3, T4).BeginInvoke + nameWithType: LemonAction.BeginInvoke + nameWithType.vb: LemonAction(Of T1, T2, T3, T4).BeginInvoke +- uid: RedLoader.LemonAction`4.EndInvoke(System.IAsyncResult) + name: EndInvoke(IAsyncResult) + href: api/RedLoader.LemonAction-4.html#RedLoader_LemonAction_4_EndInvoke_System_IAsyncResult_ + commentId: M:RedLoader.LemonAction`4.EndInvoke(System.IAsyncResult) + fullName: RedLoader.LemonAction.EndInvoke(System.IAsyncResult) + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3, T4).EndInvoke(System.IAsyncResult) + nameWithType: LemonAction.EndInvoke(IAsyncResult) + nameWithType.vb: LemonAction(Of T1, T2, T3, T4).EndInvoke(IAsyncResult) +- uid: RedLoader.LemonAction`4.EndInvoke* + name: EndInvoke + href: api/RedLoader.LemonAction-4.html#RedLoader_LemonAction_4_EndInvoke_ + commentId: Overload:RedLoader.LemonAction`4.EndInvoke + fullName: RedLoader.LemonAction.EndInvoke + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3, T4).EndInvoke + nameWithType: LemonAction.EndInvoke + nameWithType.vb: LemonAction(Of T1, T2, T3, T4).EndInvoke +- uid: RedLoader.LemonAction`4.Invoke(`0,`1,`2,`3) + name: Invoke(T1, T2, T3, T4) + href: api/RedLoader.LemonAction-4.html#RedLoader_LemonAction_4_Invoke__0__1__2__3_ + commentId: M:RedLoader.LemonAction`4.Invoke(`0,`1,`2,`3) + fullName: RedLoader.LemonAction.Invoke(T1, T2, T3, T4) + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3, T4).Invoke(T1, T2, T3, T4) + nameWithType: LemonAction.Invoke(T1, T2, T3, T4) + nameWithType.vb: LemonAction(Of T1, T2, T3, T4).Invoke(T1, T2, T3, T4) +- uid: RedLoader.LemonAction`4.Invoke* + name: Invoke + href: api/RedLoader.LemonAction-4.html#RedLoader_LemonAction_4_Invoke_ + commentId: Overload:RedLoader.LemonAction`4.Invoke + fullName: RedLoader.LemonAction.Invoke + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3, T4).Invoke + nameWithType: LemonAction.Invoke + nameWithType.vb: LemonAction(Of T1, T2, T3, T4).Invoke +- uid: RedLoader.LemonAction`5 + name: LemonAction + href: api/RedLoader.LemonAction-5.html + commentId: T:RedLoader.LemonAction`5 + name.vb: LemonAction(Of T1, T2, T3, T4, T5) + fullName: RedLoader.LemonAction + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3, T4, T5) + nameWithType: LemonAction + nameWithType.vb: LemonAction(Of T1, T2, T3, T4, T5) +- uid: RedLoader.LemonAction`5.#ctor(System.Object,System.IntPtr) + name: LemonAction(object, IntPtr) + href: api/RedLoader.LemonAction-5.html#RedLoader_LemonAction_5__ctor_System_Object_System_IntPtr_ + commentId: M:RedLoader.LemonAction`5.#ctor(System.Object,System.IntPtr) + name.vb: New(Object, IntPtr) + fullName: RedLoader.LemonAction.LemonAction(object, System.IntPtr) + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3, T4, T5).New(Object, System.IntPtr) + nameWithType: LemonAction.LemonAction(object, IntPtr) + nameWithType.vb: LemonAction(Of T1, T2, T3, T4, T5).New(Object, IntPtr) +- uid: RedLoader.LemonAction`5.#ctor* + name: LemonAction + href: api/RedLoader.LemonAction-5.html#RedLoader_LemonAction_5__ctor_ + commentId: Overload:RedLoader.LemonAction`5.#ctor + name.vb: New + fullName: RedLoader.LemonAction.LemonAction + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3, T4, T5).New + nameWithType: LemonAction.LemonAction + nameWithType.vb: LemonAction(Of T1, T2, T3, T4, T5).New +- uid: RedLoader.LemonAction`5.BeginInvoke(`0,`1,`2,`3,`4,System.AsyncCallback,System.Object) + name: BeginInvoke(T1, T2, T3, T4, T5, AsyncCallback, object) + href: api/RedLoader.LemonAction-5.html#RedLoader_LemonAction_5_BeginInvoke__0__1__2__3__4_System_AsyncCallback_System_Object_ + commentId: M:RedLoader.LemonAction`5.BeginInvoke(`0,`1,`2,`3,`4,System.AsyncCallback,System.Object) + name.vb: BeginInvoke(T1, T2, T3, T4, T5, AsyncCallback, Object) + fullName: RedLoader.LemonAction.BeginInvoke(T1, T2, T3, T4, T5, System.AsyncCallback, object) + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3, T4, T5).BeginInvoke(T1, T2, T3, T4, T5, System.AsyncCallback, Object) + nameWithType: LemonAction.BeginInvoke(T1, T2, T3, T4, T5, AsyncCallback, object) + nameWithType.vb: LemonAction(Of T1, T2, T3, T4, T5).BeginInvoke(T1, T2, T3, T4, T5, AsyncCallback, Object) +- uid: RedLoader.LemonAction`5.BeginInvoke* + name: BeginInvoke + href: api/RedLoader.LemonAction-5.html#RedLoader_LemonAction_5_BeginInvoke_ + commentId: Overload:RedLoader.LemonAction`5.BeginInvoke + fullName: RedLoader.LemonAction.BeginInvoke + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3, T4, T5).BeginInvoke + nameWithType: LemonAction.BeginInvoke + nameWithType.vb: LemonAction(Of T1, T2, T3, T4, T5).BeginInvoke +- uid: RedLoader.LemonAction`5.EndInvoke(System.IAsyncResult) + name: EndInvoke(IAsyncResult) + href: api/RedLoader.LemonAction-5.html#RedLoader_LemonAction_5_EndInvoke_System_IAsyncResult_ + commentId: M:RedLoader.LemonAction`5.EndInvoke(System.IAsyncResult) + fullName: RedLoader.LemonAction.EndInvoke(System.IAsyncResult) + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3, T4, T5).EndInvoke(System.IAsyncResult) + nameWithType: LemonAction.EndInvoke(IAsyncResult) + nameWithType.vb: LemonAction(Of T1, T2, T3, T4, T5).EndInvoke(IAsyncResult) +- uid: RedLoader.LemonAction`5.EndInvoke* + name: EndInvoke + href: api/RedLoader.LemonAction-5.html#RedLoader_LemonAction_5_EndInvoke_ + commentId: Overload:RedLoader.LemonAction`5.EndInvoke + fullName: RedLoader.LemonAction.EndInvoke + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3, T4, T5).EndInvoke + nameWithType: LemonAction.EndInvoke + nameWithType.vb: LemonAction(Of T1, T2, T3, T4, T5).EndInvoke +- uid: RedLoader.LemonAction`5.Invoke(`0,`1,`2,`3,`4) + name: Invoke(T1, T2, T3, T4, T5) + href: api/RedLoader.LemonAction-5.html#RedLoader_LemonAction_5_Invoke__0__1__2__3__4_ + commentId: M:RedLoader.LemonAction`5.Invoke(`0,`1,`2,`3,`4) + fullName: RedLoader.LemonAction.Invoke(T1, T2, T3, T4, T5) + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3, T4, T5).Invoke(T1, T2, T3, T4, T5) + nameWithType: LemonAction.Invoke(T1, T2, T3, T4, T5) + nameWithType.vb: LemonAction(Of T1, T2, T3, T4, T5).Invoke(T1, T2, T3, T4, T5) +- uid: RedLoader.LemonAction`5.Invoke* + name: Invoke + href: api/RedLoader.LemonAction-5.html#RedLoader_LemonAction_5_Invoke_ + commentId: Overload:RedLoader.LemonAction`5.Invoke + fullName: RedLoader.LemonAction.Invoke + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3, T4, T5).Invoke + nameWithType: LemonAction.Invoke + nameWithType.vb: LemonAction(Of T1, T2, T3, T4, T5).Invoke +- uid: RedLoader.LemonAction`6 + name: LemonAction + href: api/RedLoader.LemonAction-6.html + commentId: T:RedLoader.LemonAction`6 + name.vb: LemonAction(Of T1, T2, T3, T4, T5, T6) + fullName: RedLoader.LemonAction + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3, T4, T5, T6) + nameWithType: LemonAction + nameWithType.vb: LemonAction(Of T1, T2, T3, T4, T5, T6) +- uid: RedLoader.LemonAction`6.#ctor(System.Object,System.IntPtr) + name: LemonAction(object, IntPtr) + href: api/RedLoader.LemonAction-6.html#RedLoader_LemonAction_6__ctor_System_Object_System_IntPtr_ + commentId: M:RedLoader.LemonAction`6.#ctor(System.Object,System.IntPtr) + name.vb: New(Object, IntPtr) + fullName: RedLoader.LemonAction.LemonAction(object, System.IntPtr) + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3, T4, T5, T6).New(Object, System.IntPtr) + nameWithType: LemonAction.LemonAction(object, IntPtr) + nameWithType.vb: LemonAction(Of T1, T2, T3, T4, T5, T6).New(Object, IntPtr) +- uid: RedLoader.LemonAction`6.#ctor* + name: LemonAction + href: api/RedLoader.LemonAction-6.html#RedLoader_LemonAction_6__ctor_ + commentId: Overload:RedLoader.LemonAction`6.#ctor + name.vb: New + fullName: RedLoader.LemonAction.LemonAction + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3, T4, T5, T6).New + nameWithType: LemonAction.LemonAction + nameWithType.vb: LemonAction(Of T1, T2, T3, T4, T5, T6).New +- uid: RedLoader.LemonAction`6.BeginInvoke(`0,`1,`2,`3,`4,`5,System.AsyncCallback,System.Object) + name: BeginInvoke(T1, T2, T3, T4, T5, T6, AsyncCallback, object) + href: api/RedLoader.LemonAction-6.html#RedLoader_LemonAction_6_BeginInvoke__0__1__2__3__4__5_System_AsyncCallback_System_Object_ + commentId: M:RedLoader.LemonAction`6.BeginInvoke(`0,`1,`2,`3,`4,`5,System.AsyncCallback,System.Object) + name.vb: BeginInvoke(T1, T2, T3, T4, T5, T6, AsyncCallback, Object) + fullName: RedLoader.LemonAction.BeginInvoke(T1, T2, T3, T4, T5, T6, System.AsyncCallback, object) + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3, T4, T5, T6).BeginInvoke(T1, T2, T3, T4, T5, T6, System.AsyncCallback, Object) + nameWithType: LemonAction.BeginInvoke(T1, T2, T3, T4, T5, T6, AsyncCallback, object) + nameWithType.vb: LemonAction(Of T1, T2, T3, T4, T5, T6).BeginInvoke(T1, T2, T3, T4, T5, T6, AsyncCallback, Object) +- uid: RedLoader.LemonAction`6.BeginInvoke* + name: BeginInvoke + href: api/RedLoader.LemonAction-6.html#RedLoader_LemonAction_6_BeginInvoke_ + commentId: Overload:RedLoader.LemonAction`6.BeginInvoke + fullName: RedLoader.LemonAction.BeginInvoke + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3, T4, T5, T6).BeginInvoke + nameWithType: LemonAction.BeginInvoke + nameWithType.vb: LemonAction(Of T1, T2, T3, T4, T5, T6).BeginInvoke +- uid: RedLoader.LemonAction`6.EndInvoke(System.IAsyncResult) + name: EndInvoke(IAsyncResult) + href: api/RedLoader.LemonAction-6.html#RedLoader_LemonAction_6_EndInvoke_System_IAsyncResult_ + commentId: M:RedLoader.LemonAction`6.EndInvoke(System.IAsyncResult) + fullName: RedLoader.LemonAction.EndInvoke(System.IAsyncResult) + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3, T4, T5, T6).EndInvoke(System.IAsyncResult) + nameWithType: LemonAction.EndInvoke(IAsyncResult) + nameWithType.vb: LemonAction(Of T1, T2, T3, T4, T5, T6).EndInvoke(IAsyncResult) +- uid: RedLoader.LemonAction`6.EndInvoke* + name: EndInvoke + href: api/RedLoader.LemonAction-6.html#RedLoader_LemonAction_6_EndInvoke_ + commentId: Overload:RedLoader.LemonAction`6.EndInvoke + fullName: RedLoader.LemonAction.EndInvoke + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3, T4, T5, T6).EndInvoke + nameWithType: LemonAction.EndInvoke + nameWithType.vb: LemonAction(Of T1, T2, T3, T4, T5, T6).EndInvoke +- uid: RedLoader.LemonAction`6.Invoke(`0,`1,`2,`3,`4,`5) + name: Invoke(T1, T2, T3, T4, T5, T6) + href: api/RedLoader.LemonAction-6.html#RedLoader_LemonAction_6_Invoke__0__1__2__3__4__5_ + commentId: M:RedLoader.LemonAction`6.Invoke(`0,`1,`2,`3,`4,`5) + fullName: RedLoader.LemonAction.Invoke(T1, T2, T3, T4, T5, T6) + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3, T4, T5, T6).Invoke(T1, T2, T3, T4, T5, T6) + nameWithType: LemonAction.Invoke(T1, T2, T3, T4, T5, T6) + nameWithType.vb: LemonAction(Of T1, T2, T3, T4, T5, T6).Invoke(T1, T2, T3, T4, T5, T6) +- uid: RedLoader.LemonAction`6.Invoke* + name: Invoke + href: api/RedLoader.LemonAction-6.html#RedLoader_LemonAction_6_Invoke_ + commentId: Overload:RedLoader.LemonAction`6.Invoke + fullName: RedLoader.LemonAction.Invoke + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3, T4, T5, T6).Invoke + nameWithType: LemonAction.Invoke + nameWithType.vb: LemonAction(Of T1, T2, T3, T4, T5, T6).Invoke +- uid: RedLoader.LemonAction`7 + name: LemonAction + href: api/RedLoader.LemonAction-7.html + commentId: T:RedLoader.LemonAction`7 + name.vb: LemonAction(Of T1, T2, T3, T4, T5, T6, T7) + fullName: RedLoader.LemonAction + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3, T4, T5, T6, T7) + nameWithType: LemonAction + nameWithType.vb: LemonAction(Of T1, T2, T3, T4, T5, T6, T7) +- uid: RedLoader.LemonAction`7.#ctor(System.Object,System.IntPtr) + name: LemonAction(object, IntPtr) + href: api/RedLoader.LemonAction-7.html#RedLoader_LemonAction_7__ctor_System_Object_System_IntPtr_ + commentId: M:RedLoader.LemonAction`7.#ctor(System.Object,System.IntPtr) + name.vb: New(Object, IntPtr) + fullName: RedLoader.LemonAction.LemonAction(object, System.IntPtr) + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3, T4, T5, T6, T7).New(Object, System.IntPtr) + nameWithType: LemonAction.LemonAction(object, IntPtr) + nameWithType.vb: LemonAction(Of T1, T2, T3, T4, T5, T6, T7).New(Object, IntPtr) +- uid: RedLoader.LemonAction`7.#ctor* + name: LemonAction + href: api/RedLoader.LemonAction-7.html#RedLoader_LemonAction_7__ctor_ + commentId: Overload:RedLoader.LemonAction`7.#ctor + name.vb: New + fullName: RedLoader.LemonAction.LemonAction + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3, T4, T5, T6, T7).New + nameWithType: LemonAction.LemonAction + nameWithType.vb: LemonAction(Of T1, T2, T3, T4, T5, T6, T7).New +- uid: RedLoader.LemonAction`7.BeginInvoke(`0,`1,`2,`3,`4,`5,`6,System.AsyncCallback,System.Object) + name: BeginInvoke(T1, T2, T3, T4, T5, T6, T7, AsyncCallback, object) + href: api/RedLoader.LemonAction-7.html#RedLoader_LemonAction_7_BeginInvoke__0__1__2__3__4__5__6_System_AsyncCallback_System_Object_ + commentId: M:RedLoader.LemonAction`7.BeginInvoke(`0,`1,`2,`3,`4,`5,`6,System.AsyncCallback,System.Object) + name.vb: BeginInvoke(T1, T2, T3, T4, T5, T6, T7, AsyncCallback, Object) + fullName: RedLoader.LemonAction.BeginInvoke(T1, T2, T3, T4, T5, T6, T7, System.AsyncCallback, object) + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3, T4, T5, T6, T7).BeginInvoke(T1, T2, T3, T4, T5, T6, T7, System.AsyncCallback, Object) + nameWithType: LemonAction.BeginInvoke(T1, T2, T3, T4, T5, T6, T7, AsyncCallback, object) + nameWithType.vb: LemonAction(Of T1, T2, T3, T4, T5, T6, T7).BeginInvoke(T1, T2, T3, T4, T5, T6, T7, AsyncCallback, Object) +- uid: RedLoader.LemonAction`7.BeginInvoke* + name: BeginInvoke + href: api/RedLoader.LemonAction-7.html#RedLoader_LemonAction_7_BeginInvoke_ + commentId: Overload:RedLoader.LemonAction`7.BeginInvoke + fullName: RedLoader.LemonAction.BeginInvoke + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3, T4, T5, T6, T7).BeginInvoke + nameWithType: LemonAction.BeginInvoke + nameWithType.vb: LemonAction(Of T1, T2, T3, T4, T5, T6, T7).BeginInvoke +- uid: RedLoader.LemonAction`7.EndInvoke(System.IAsyncResult) + name: EndInvoke(IAsyncResult) + href: api/RedLoader.LemonAction-7.html#RedLoader_LemonAction_7_EndInvoke_System_IAsyncResult_ + commentId: M:RedLoader.LemonAction`7.EndInvoke(System.IAsyncResult) + fullName: RedLoader.LemonAction.EndInvoke(System.IAsyncResult) + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3, T4, T5, T6, T7).EndInvoke(System.IAsyncResult) + nameWithType: LemonAction.EndInvoke(IAsyncResult) + nameWithType.vb: LemonAction(Of T1, T2, T3, T4, T5, T6, T7).EndInvoke(IAsyncResult) +- uid: RedLoader.LemonAction`7.EndInvoke* + name: EndInvoke + href: api/RedLoader.LemonAction-7.html#RedLoader_LemonAction_7_EndInvoke_ + commentId: Overload:RedLoader.LemonAction`7.EndInvoke + fullName: RedLoader.LemonAction.EndInvoke + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3, T4, T5, T6, T7).EndInvoke + nameWithType: LemonAction.EndInvoke + nameWithType.vb: LemonAction(Of T1, T2, T3, T4, T5, T6, T7).EndInvoke +- uid: RedLoader.LemonAction`7.Invoke(`0,`1,`2,`3,`4,`5,`6) + name: Invoke(T1, T2, T3, T4, T5, T6, T7) + href: api/RedLoader.LemonAction-7.html#RedLoader_LemonAction_7_Invoke__0__1__2__3__4__5__6_ + commentId: M:RedLoader.LemonAction`7.Invoke(`0,`1,`2,`3,`4,`5,`6) + fullName: RedLoader.LemonAction.Invoke(T1, T2, T3, T4, T5, T6, T7) + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3, T4, T5, T6, T7).Invoke(T1, T2, T3, T4, T5, T6, T7) + nameWithType: LemonAction.Invoke(T1, T2, T3, T4, T5, T6, T7) + nameWithType.vb: LemonAction(Of T1, T2, T3, T4, T5, T6, T7).Invoke(T1, T2, T3, T4, T5, T6, T7) +- uid: RedLoader.LemonAction`7.Invoke* + name: Invoke + href: api/RedLoader.LemonAction-7.html#RedLoader_LemonAction_7_Invoke_ + commentId: Overload:RedLoader.LemonAction`7.Invoke + fullName: RedLoader.LemonAction.Invoke + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3, T4, T5, T6, T7).Invoke + nameWithType: LemonAction.Invoke + nameWithType.vb: LemonAction(Of T1, T2, T3, T4, T5, T6, T7).Invoke +- uid: RedLoader.LemonAction`8 + name: LemonAction + href: api/RedLoader.LemonAction-8.html + commentId: T:RedLoader.LemonAction`8 + name.vb: LemonAction(Of T1, T2, T3, T4, T5, T6, T7, T8) + fullName: RedLoader.LemonAction + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3, T4, T5, T6, T7, T8) + nameWithType: LemonAction + nameWithType.vb: LemonAction(Of T1, T2, T3, T4, T5, T6, T7, T8) +- uid: RedLoader.LemonAction`8.#ctor(System.Object,System.IntPtr) + name: LemonAction(object, IntPtr) + href: api/RedLoader.LemonAction-8.html#RedLoader_LemonAction_8__ctor_System_Object_System_IntPtr_ + commentId: M:RedLoader.LemonAction`8.#ctor(System.Object,System.IntPtr) + name.vb: New(Object, IntPtr) + fullName: RedLoader.LemonAction.LemonAction(object, System.IntPtr) + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3, T4, T5, T6, T7, T8).New(Object, System.IntPtr) + nameWithType: LemonAction.LemonAction(object, IntPtr) + nameWithType.vb: LemonAction(Of T1, T2, T3, T4, T5, T6, T7, T8).New(Object, IntPtr) +- uid: RedLoader.LemonAction`8.#ctor* + name: LemonAction + href: api/RedLoader.LemonAction-8.html#RedLoader_LemonAction_8__ctor_ + commentId: Overload:RedLoader.LemonAction`8.#ctor + name.vb: New + fullName: RedLoader.LemonAction.LemonAction + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3, T4, T5, T6, T7, T8).New + nameWithType: LemonAction.LemonAction + nameWithType.vb: LemonAction(Of T1, T2, T3, T4, T5, T6, T7, T8).New +- uid: RedLoader.LemonAction`8.BeginInvoke(`0,`1,`2,`3,`4,`5,`6,`7,System.AsyncCallback,System.Object) + name: BeginInvoke(T1, T2, T3, T4, T5, T6, T7, T8, AsyncCallback, object) + href: api/RedLoader.LemonAction-8.html#RedLoader_LemonAction_8_BeginInvoke__0__1__2__3__4__5__6__7_System_AsyncCallback_System_Object_ + commentId: M:RedLoader.LemonAction`8.BeginInvoke(`0,`1,`2,`3,`4,`5,`6,`7,System.AsyncCallback,System.Object) + name.vb: BeginInvoke(T1, T2, T3, T4, T5, T6, T7, T8, AsyncCallback, Object) + fullName: RedLoader.LemonAction.BeginInvoke(T1, T2, T3, T4, T5, T6, T7, T8, System.AsyncCallback, object) + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3, T4, T5, T6, T7, T8).BeginInvoke(T1, T2, T3, T4, T5, T6, T7, T8, System.AsyncCallback, Object) + nameWithType: LemonAction.BeginInvoke(T1, T2, T3, T4, T5, T6, T7, T8, AsyncCallback, object) + nameWithType.vb: LemonAction(Of T1, T2, T3, T4, T5, T6, T7, T8).BeginInvoke(T1, T2, T3, T4, T5, T6, T7, T8, AsyncCallback, Object) +- uid: RedLoader.LemonAction`8.BeginInvoke* + name: BeginInvoke + href: api/RedLoader.LemonAction-8.html#RedLoader_LemonAction_8_BeginInvoke_ + commentId: Overload:RedLoader.LemonAction`8.BeginInvoke + fullName: RedLoader.LemonAction.BeginInvoke + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3, T4, T5, T6, T7, T8).BeginInvoke + nameWithType: LemonAction.BeginInvoke + nameWithType.vb: LemonAction(Of T1, T2, T3, T4, T5, T6, T7, T8).BeginInvoke +- uid: RedLoader.LemonAction`8.EndInvoke(System.IAsyncResult) + name: EndInvoke(IAsyncResult) + href: api/RedLoader.LemonAction-8.html#RedLoader_LemonAction_8_EndInvoke_System_IAsyncResult_ + commentId: M:RedLoader.LemonAction`8.EndInvoke(System.IAsyncResult) + fullName: RedLoader.LemonAction.EndInvoke(System.IAsyncResult) + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3, T4, T5, T6, T7, T8).EndInvoke(System.IAsyncResult) + nameWithType: LemonAction.EndInvoke(IAsyncResult) + nameWithType.vb: LemonAction(Of T1, T2, T3, T4, T5, T6, T7, T8).EndInvoke(IAsyncResult) +- uid: RedLoader.LemonAction`8.EndInvoke* + name: EndInvoke + href: api/RedLoader.LemonAction-8.html#RedLoader_LemonAction_8_EndInvoke_ + commentId: Overload:RedLoader.LemonAction`8.EndInvoke + fullName: RedLoader.LemonAction.EndInvoke + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3, T4, T5, T6, T7, T8).EndInvoke + nameWithType: LemonAction.EndInvoke + nameWithType.vb: LemonAction(Of T1, T2, T3, T4, T5, T6, T7, T8).EndInvoke +- uid: RedLoader.LemonAction`8.Invoke(`0,`1,`2,`3,`4,`5,`6,`7) + name: Invoke(T1, T2, T3, T4, T5, T6, T7, T8) + href: api/RedLoader.LemonAction-8.html#RedLoader_LemonAction_8_Invoke__0__1__2__3__4__5__6__7_ + commentId: M:RedLoader.LemonAction`8.Invoke(`0,`1,`2,`3,`4,`5,`6,`7) + fullName: RedLoader.LemonAction.Invoke(T1, T2, T3, T4, T5, T6, T7, T8) + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3, T4, T5, T6, T7, T8).Invoke(T1, T2, T3, T4, T5, T6, T7, T8) + nameWithType: LemonAction.Invoke(T1, T2, T3, T4, T5, T6, T7, T8) + nameWithType.vb: LemonAction(Of T1, T2, T3, T4, T5, T6, T7, T8).Invoke(T1, T2, T3, T4, T5, T6, T7, T8) +- uid: RedLoader.LemonAction`8.Invoke* + name: Invoke + href: api/RedLoader.LemonAction-8.html#RedLoader_LemonAction_8_Invoke_ + commentId: Overload:RedLoader.LemonAction`8.Invoke + fullName: RedLoader.LemonAction.Invoke + fullName.vb: RedLoader.LemonAction(Of T1, T2, T3, T4, T5, T6, T7, T8).Invoke + nameWithType: LemonAction.Invoke + nameWithType.vb: LemonAction(Of T1, T2, T3, T4, T5, T6, T7, T8).Invoke +- uid: RedLoader.LemonArraySegment`1 + name: LemonArraySegment + href: api/RedLoader.LemonArraySegment-1.html + commentId: T:RedLoader.LemonArraySegment`1 + name.vb: LemonArraySegment(Of T) + fullName: RedLoader.LemonArraySegment + fullName.vb: RedLoader.LemonArraySegment(Of T) + nameWithType: LemonArraySegment + nameWithType.vb: LemonArraySegment(Of T) +- uid: RedLoader.LemonArraySegment`1.#ctor(`0[],System.Int32,System.Int32) + name: LemonArraySegment(T[], int, int) + href: api/RedLoader.LemonArraySegment-1.html#RedLoader_LemonArraySegment_1__ctor__0___System_Int32_System_Int32_ + commentId: M:RedLoader.LemonArraySegment`1.#ctor(`0[],System.Int32,System.Int32) + name.vb: New(T(), Integer, Integer) + fullName: RedLoader.LemonArraySegment.LemonArraySegment(T[], int, int) + fullName.vb: RedLoader.LemonArraySegment(Of T).New(T(), Integer, Integer) + nameWithType: LemonArraySegment.LemonArraySegment(T[], int, int) + nameWithType.vb: LemonArraySegment(Of T).New(T(), Integer, Integer) +- uid: RedLoader.LemonArraySegment`1.#ctor(`0[]) + name: LemonArraySegment(T[]) + href: api/RedLoader.LemonArraySegment-1.html#RedLoader_LemonArraySegment_1__ctor__0___ + commentId: M:RedLoader.LemonArraySegment`1.#ctor(`0[]) + name.vb: New(T()) + fullName: RedLoader.LemonArraySegment.LemonArraySegment(T[]) + fullName.vb: RedLoader.LemonArraySegment(Of T).New(T()) + nameWithType: LemonArraySegment.LemonArraySegment(T[]) + nameWithType.vb: LemonArraySegment(Of T).New(T()) +- uid: RedLoader.LemonArraySegment`1.#ctor* + name: LemonArraySegment + href: api/RedLoader.LemonArraySegment-1.html#RedLoader_LemonArraySegment_1__ctor_ + commentId: Overload:RedLoader.LemonArraySegment`1.#ctor + name.vb: New + fullName: RedLoader.LemonArraySegment.LemonArraySegment + fullName.vb: RedLoader.LemonArraySegment(Of T).New + nameWithType: LemonArraySegment.LemonArraySegment + nameWithType.vb: LemonArraySegment(Of T).New +- uid: RedLoader.LemonArraySegment`1.Array + name: Array + href: api/RedLoader.LemonArraySegment-1.html#RedLoader_LemonArraySegment_1_Array + commentId: P:RedLoader.LemonArraySegment`1.Array + fullName: RedLoader.LemonArraySegment.Array + fullName.vb: RedLoader.LemonArraySegment(Of T).Array + nameWithType: LemonArraySegment.Array + nameWithType.vb: LemonArraySegment(Of T).Array +- uid: RedLoader.LemonArraySegment`1.Array* + name: Array + href: api/RedLoader.LemonArraySegment-1.html#RedLoader_LemonArraySegment_1_Array_ + commentId: Overload:RedLoader.LemonArraySegment`1.Array + fullName: RedLoader.LemonArraySegment.Array + fullName.vb: RedLoader.LemonArraySegment(Of T).Array + nameWithType: LemonArraySegment.Array + nameWithType.vb: LemonArraySegment(Of T).Array +- uid: RedLoader.LemonArraySegment`1.Count + name: Count + href: api/RedLoader.LemonArraySegment-1.html#RedLoader_LemonArraySegment_1_Count + commentId: P:RedLoader.LemonArraySegment`1.Count + fullName: RedLoader.LemonArraySegment.Count + fullName.vb: RedLoader.LemonArraySegment(Of T).Count + nameWithType: LemonArraySegment.Count + nameWithType.vb: LemonArraySegment(Of T).Count +- uid: RedLoader.LemonArraySegment`1.Count* + name: Count + href: api/RedLoader.LemonArraySegment-1.html#RedLoader_LemonArraySegment_1_Count_ + commentId: Overload:RedLoader.LemonArraySegment`1.Count + fullName: RedLoader.LemonArraySegment.Count + fullName.vb: RedLoader.LemonArraySegment(Of T).Count + nameWithType: LemonArraySegment.Count + nameWithType.vb: LemonArraySegment(Of T).Count +- uid: RedLoader.LemonArraySegment`1.Equals(RedLoader.LemonArraySegment{`0}) + name: Equals(LemonArraySegment) + href: api/RedLoader.LemonArraySegment-1.html#RedLoader_LemonArraySegment_1_Equals_RedLoader_LemonArraySegment__0__ + commentId: M:RedLoader.LemonArraySegment`1.Equals(RedLoader.LemonArraySegment{`0}) + name.vb: Equals(LemonArraySegment(Of T)) + fullName: RedLoader.LemonArraySegment.Equals(RedLoader.LemonArraySegment) + fullName.vb: RedLoader.LemonArraySegment(Of T).Equals(RedLoader.LemonArraySegment(Of T)) + nameWithType: LemonArraySegment.Equals(LemonArraySegment) + nameWithType.vb: LemonArraySegment(Of T).Equals(LemonArraySegment(Of T)) +- uid: RedLoader.LemonArraySegment`1.Equals(System.Object) + name: Equals(object) + href: api/RedLoader.LemonArraySegment-1.html#RedLoader_LemonArraySegment_1_Equals_System_Object_ + commentId: M:RedLoader.LemonArraySegment`1.Equals(System.Object) + name.vb: Equals(Object) + fullName: RedLoader.LemonArraySegment.Equals(object) + fullName.vb: RedLoader.LemonArraySegment(Of T).Equals(Object) + nameWithType: LemonArraySegment.Equals(object) + nameWithType.vb: LemonArraySegment(Of T).Equals(Object) +- uid: RedLoader.LemonArraySegment`1.Equals* + name: Equals + href: api/RedLoader.LemonArraySegment-1.html#RedLoader_LemonArraySegment_1_Equals_ + commentId: Overload:RedLoader.LemonArraySegment`1.Equals + fullName: RedLoader.LemonArraySegment.Equals + fullName.vb: RedLoader.LemonArraySegment(Of T).Equals + nameWithType: LemonArraySegment.Equals + nameWithType.vb: LemonArraySegment(Of T).Equals +- uid: RedLoader.LemonArraySegment`1.GetHashCode + name: GetHashCode() + href: api/RedLoader.LemonArraySegment-1.html#RedLoader_LemonArraySegment_1_GetHashCode + commentId: M:RedLoader.LemonArraySegment`1.GetHashCode + fullName: RedLoader.LemonArraySegment.GetHashCode() + fullName.vb: RedLoader.LemonArraySegment(Of T).GetHashCode() + nameWithType: LemonArraySegment.GetHashCode() + nameWithType.vb: LemonArraySegment(Of T).GetHashCode() +- uid: RedLoader.LemonArraySegment`1.GetHashCode* + name: GetHashCode + href: api/RedLoader.LemonArraySegment-1.html#RedLoader_LemonArraySegment_1_GetHashCode_ + commentId: Overload:RedLoader.LemonArraySegment`1.GetHashCode + fullName: RedLoader.LemonArraySegment.GetHashCode + fullName.vb: RedLoader.LemonArraySegment(Of T).GetHashCode + nameWithType: LemonArraySegment.GetHashCode + nameWithType.vb: LemonArraySegment(Of T).GetHashCode +- uid: RedLoader.LemonArraySegment`1.Offset + name: Offset + href: api/RedLoader.LemonArraySegment-1.html#RedLoader_LemonArraySegment_1_Offset + commentId: P:RedLoader.LemonArraySegment`1.Offset + fullName: RedLoader.LemonArraySegment.Offset + fullName.vb: RedLoader.LemonArraySegment(Of T).Offset + nameWithType: LemonArraySegment.Offset + nameWithType.vb: LemonArraySegment(Of T).Offset +- uid: RedLoader.LemonArraySegment`1.Offset* + name: Offset + href: api/RedLoader.LemonArraySegment-1.html#RedLoader_LemonArraySegment_1_Offset_ + commentId: Overload:RedLoader.LemonArraySegment`1.Offset + fullName: RedLoader.LemonArraySegment.Offset + fullName.vb: RedLoader.LemonArraySegment(Of T).Offset + nameWithType: LemonArraySegment.Offset + nameWithType.vb: LemonArraySegment(Of T).Offset +- uid: RedLoader.LemonArraySegment`1.op_Equality(RedLoader.LemonArraySegment{`0},RedLoader.LemonArraySegment{`0}) + name: operator ==(LemonArraySegment, LemonArraySegment) + href: api/RedLoader.LemonArraySegment-1.html#RedLoader_LemonArraySegment_1_op_Equality_RedLoader_LemonArraySegment__0__RedLoader_LemonArraySegment__0__ + commentId: M:RedLoader.LemonArraySegment`1.op_Equality(RedLoader.LemonArraySegment{`0},RedLoader.LemonArraySegment{`0}) + name.vb: =(LemonArraySegment(Of T), LemonArraySegment(Of T)) + fullName: RedLoader.LemonArraySegment.operator ==(RedLoader.LemonArraySegment, RedLoader.LemonArraySegment) + fullName.vb: RedLoader.LemonArraySegment(Of T).=(RedLoader.LemonArraySegment(Of T), RedLoader.LemonArraySegment(Of T)) + nameWithType: LemonArraySegment.operator ==(LemonArraySegment, LemonArraySegment) + nameWithType.vb: LemonArraySegment(Of T).=(LemonArraySegment(Of T), LemonArraySegment(Of T)) +- uid: RedLoader.LemonArraySegment`1.op_Equality* + name: operator == + href: api/RedLoader.LemonArraySegment-1.html#RedLoader_LemonArraySegment_1_op_Equality_ + commentId: Overload:RedLoader.LemonArraySegment`1.op_Equality + name.vb: = + fullName: RedLoader.LemonArraySegment.operator == + fullName.vb: RedLoader.LemonArraySegment(Of T).= + nameWithType: LemonArraySegment.operator == + nameWithType.vb: LemonArraySegment(Of T).= +- uid: RedLoader.LemonArraySegment`1.op_Inequality(RedLoader.LemonArraySegment{`0},RedLoader.LemonArraySegment{`0}) + name: operator !=(LemonArraySegment, LemonArraySegment) + href: api/RedLoader.LemonArraySegment-1.html#RedLoader_LemonArraySegment_1_op_Inequality_RedLoader_LemonArraySegment__0__RedLoader_LemonArraySegment__0__ + commentId: M:RedLoader.LemonArraySegment`1.op_Inequality(RedLoader.LemonArraySegment{`0},RedLoader.LemonArraySegment{`0}) + name.vb: <>(LemonArraySegment(Of T), LemonArraySegment(Of T)) + fullName: RedLoader.LemonArraySegment.operator !=(RedLoader.LemonArraySegment, RedLoader.LemonArraySegment) + fullName.vb: RedLoader.LemonArraySegment(Of T).<>(RedLoader.LemonArraySegment(Of T), RedLoader.LemonArraySegment(Of T)) + nameWithType: LemonArraySegment.operator !=(LemonArraySegment, LemonArraySegment) + nameWithType.vb: LemonArraySegment(Of T).<>(LemonArraySegment(Of T), LemonArraySegment(Of T)) +- uid: RedLoader.LemonArraySegment`1.op_Inequality* + name: operator != + href: api/RedLoader.LemonArraySegment-1.html#RedLoader_LemonArraySegment_1_op_Inequality_ + commentId: Overload:RedLoader.LemonArraySegment`1.op_Inequality + name.vb: <> + fullName: RedLoader.LemonArraySegment.operator != + fullName.vb: RedLoader.LemonArraySegment(Of T).<> + nameWithType: LemonArraySegment.operator != + nameWithType.vb: LemonArraySegment(Of T).<> +- uid: RedLoader.LemonEnumerator`1 + name: LemonEnumerator + href: api/RedLoader.LemonEnumerator-1.html + commentId: T:RedLoader.LemonEnumerator`1 + name.vb: LemonEnumerator(Of T) + fullName: RedLoader.LemonEnumerator + fullName.vb: RedLoader.LemonEnumerator(Of T) + nameWithType: LemonEnumerator + nameWithType.vb: LemonEnumerator(Of T) +- uid: RedLoader.LemonEnumerator`1.#ctor(`0[]) + name: LemonEnumerator(T[]) + href: api/RedLoader.LemonEnumerator-1.html#RedLoader_LemonEnumerator_1__ctor__0___ + commentId: M:RedLoader.LemonEnumerator`1.#ctor(`0[]) + name.vb: New(T()) + fullName: RedLoader.LemonEnumerator.LemonEnumerator(T[]) + fullName.vb: RedLoader.LemonEnumerator(Of T).New(T()) + nameWithType: LemonEnumerator.LemonEnumerator(T[]) + nameWithType.vb: LemonEnumerator(Of T).New(T()) +- uid: RedLoader.LemonEnumerator`1.#ctor(System.Collections.Generic.IList{`0}) + name: LemonEnumerator(IList) + href: api/RedLoader.LemonEnumerator-1.html#RedLoader_LemonEnumerator_1__ctor_System_Collections_Generic_IList__0__ + commentId: M:RedLoader.LemonEnumerator`1.#ctor(System.Collections.Generic.IList{`0}) + name.vb: New(IList(Of T)) + fullName: RedLoader.LemonEnumerator.LemonEnumerator(System.Collections.Generic.IList) + fullName.vb: RedLoader.LemonEnumerator(Of T).New(System.Collections.Generic.IList(Of T)) + nameWithType: LemonEnumerator.LemonEnumerator(IList) + nameWithType.vb: LemonEnumerator(Of T).New(IList(Of T)) +- uid: RedLoader.LemonEnumerator`1.#ctor* + name: LemonEnumerator + href: api/RedLoader.LemonEnumerator-1.html#RedLoader_LemonEnumerator_1__ctor_ + commentId: Overload:RedLoader.LemonEnumerator`1.#ctor + name.vb: New + fullName: RedLoader.LemonEnumerator.LemonEnumerator + fullName.vb: RedLoader.LemonEnumerator(Of T).New + nameWithType: LemonEnumerator.LemonEnumerator + nameWithType.vb: LemonEnumerator(Of T).New +- uid: RedLoader.LemonEnumerator`1.Current + name: Current + href: api/RedLoader.LemonEnumerator-1.html#RedLoader_LemonEnumerator_1_Current + commentId: P:RedLoader.LemonEnumerator`1.Current + fullName: RedLoader.LemonEnumerator.Current + fullName.vb: RedLoader.LemonEnumerator(Of T).Current + nameWithType: LemonEnumerator.Current + nameWithType.vb: LemonEnumerator(Of T).Current +- uid: RedLoader.LemonEnumerator`1.Current* + name: Current + href: api/RedLoader.LemonEnumerator-1.html#RedLoader_LemonEnumerator_1_Current_ + commentId: Overload:RedLoader.LemonEnumerator`1.Current + fullName: RedLoader.LemonEnumerator.Current + fullName.vb: RedLoader.LemonEnumerator(Of T).Current + nameWithType: LemonEnumerator.Current + nameWithType.vb: LemonEnumerator(Of T).Current +- uid: RedLoader.LemonEnumerator`1.Dispose + name: Dispose() + href: api/RedLoader.LemonEnumerator-1.html#RedLoader_LemonEnumerator_1_Dispose + commentId: M:RedLoader.LemonEnumerator`1.Dispose + fullName: RedLoader.LemonEnumerator.Dispose() + fullName.vb: RedLoader.LemonEnumerator(Of T).Dispose() + nameWithType: LemonEnumerator.Dispose() + nameWithType.vb: LemonEnumerator(Of T).Dispose() +- uid: RedLoader.LemonEnumerator`1.Dispose* + name: Dispose + href: api/RedLoader.LemonEnumerator-1.html#RedLoader_LemonEnumerator_1_Dispose_ + commentId: Overload:RedLoader.LemonEnumerator`1.Dispose + fullName: RedLoader.LemonEnumerator.Dispose + fullName.vb: RedLoader.LemonEnumerator(Of T).Dispose + nameWithType: LemonEnumerator.Dispose + nameWithType.vb: LemonEnumerator(Of T).Dispose +- uid: RedLoader.LemonEnumerator`1.GetEnumerator + name: GetEnumerator() + href: api/RedLoader.LemonEnumerator-1.html#RedLoader_LemonEnumerator_1_GetEnumerator + commentId: M:RedLoader.LemonEnumerator`1.GetEnumerator + fullName: RedLoader.LemonEnumerator.GetEnumerator() + fullName.vb: RedLoader.LemonEnumerator(Of T).GetEnumerator() + nameWithType: LemonEnumerator.GetEnumerator() + nameWithType.vb: LemonEnumerator(Of T).GetEnumerator() +- uid: RedLoader.LemonEnumerator`1.GetEnumerator* + name: GetEnumerator + href: api/RedLoader.LemonEnumerator-1.html#RedLoader_LemonEnumerator_1_GetEnumerator_ + commentId: Overload:RedLoader.LemonEnumerator`1.GetEnumerator + fullName: RedLoader.LemonEnumerator.GetEnumerator + fullName.vb: RedLoader.LemonEnumerator(Of T).GetEnumerator + nameWithType: LemonEnumerator.GetEnumerator + nameWithType.vb: LemonEnumerator(Of T).GetEnumerator +- uid: RedLoader.LemonEnumerator`1.MoveNext + name: MoveNext() + href: api/RedLoader.LemonEnumerator-1.html#RedLoader_LemonEnumerator_1_MoveNext + commentId: M:RedLoader.LemonEnumerator`1.MoveNext + fullName: RedLoader.LemonEnumerator.MoveNext() + fullName.vb: RedLoader.LemonEnumerator(Of T).MoveNext() + nameWithType: LemonEnumerator.MoveNext() + nameWithType.vb: LemonEnumerator(Of T).MoveNext() +- uid: RedLoader.LemonEnumerator`1.MoveNext* + name: MoveNext + href: api/RedLoader.LemonEnumerator-1.html#RedLoader_LemonEnumerator_1_MoveNext_ + commentId: Overload:RedLoader.LemonEnumerator`1.MoveNext + fullName: RedLoader.LemonEnumerator.MoveNext + fullName.vb: RedLoader.LemonEnumerator(Of T).MoveNext + nameWithType: LemonEnumerator.MoveNext + nameWithType.vb: LemonEnumerator(Of T).MoveNext +- uid: RedLoader.LemonEnumerator`1.Reset + name: Reset() + href: api/RedLoader.LemonEnumerator-1.html#RedLoader_LemonEnumerator_1_Reset + commentId: M:RedLoader.LemonEnumerator`1.Reset + fullName: RedLoader.LemonEnumerator.Reset() + fullName.vb: RedLoader.LemonEnumerator(Of T).Reset() + nameWithType: LemonEnumerator.Reset() + nameWithType.vb: LemonEnumerator(Of T).Reset() +- uid: RedLoader.LemonEnumerator`1.Reset* + name: Reset + href: api/RedLoader.LemonEnumerator-1.html#RedLoader_LemonEnumerator_1_Reset_ + commentId: Overload:RedLoader.LemonEnumerator`1.Reset + fullName: RedLoader.LemonEnumerator.Reset + fullName.vb: RedLoader.LemonEnumerator(Of T).Reset + nameWithType: LemonEnumerator.Reset + nameWithType.vb: LemonEnumerator(Of T).Reset +- uid: RedLoader.LemonFunc`1 + name: LemonFunc + href: api/RedLoader.LemonFunc-1.html + commentId: T:RedLoader.LemonFunc`1 + name.vb: LemonFunc(Of RT) + fullName: RedLoader.LemonFunc + fullName.vb: RedLoader.LemonFunc(Of RT) + nameWithType: LemonFunc + nameWithType.vb: LemonFunc(Of RT) +- uid: RedLoader.LemonFunc`1.#ctor(System.Object,System.IntPtr) + name: LemonFunc(object, IntPtr) + href: api/RedLoader.LemonFunc-1.html#RedLoader_LemonFunc_1__ctor_System_Object_System_IntPtr_ + commentId: M:RedLoader.LemonFunc`1.#ctor(System.Object,System.IntPtr) + name.vb: New(Object, IntPtr) + fullName: RedLoader.LemonFunc.LemonFunc(object, System.IntPtr) + fullName.vb: RedLoader.LemonFunc(Of RT).New(Object, System.IntPtr) + nameWithType: LemonFunc.LemonFunc(object, IntPtr) + nameWithType.vb: LemonFunc(Of RT).New(Object, IntPtr) +- uid: RedLoader.LemonFunc`1.#ctor* + name: LemonFunc + href: api/RedLoader.LemonFunc-1.html#RedLoader_LemonFunc_1__ctor_ + commentId: Overload:RedLoader.LemonFunc`1.#ctor + name.vb: New + fullName: RedLoader.LemonFunc.LemonFunc + fullName.vb: RedLoader.LemonFunc(Of RT).New + nameWithType: LemonFunc.LemonFunc + nameWithType.vb: LemonFunc(Of RT).New +- uid: RedLoader.LemonFunc`1.BeginInvoke(System.AsyncCallback,System.Object) + name: BeginInvoke(AsyncCallback, object) + href: api/RedLoader.LemonFunc-1.html#RedLoader_LemonFunc_1_BeginInvoke_System_AsyncCallback_System_Object_ + commentId: M:RedLoader.LemonFunc`1.BeginInvoke(System.AsyncCallback,System.Object) + name.vb: BeginInvoke(AsyncCallback, Object) + fullName: RedLoader.LemonFunc.BeginInvoke(System.AsyncCallback, object) + fullName.vb: RedLoader.LemonFunc(Of RT).BeginInvoke(System.AsyncCallback, Object) + nameWithType: LemonFunc.BeginInvoke(AsyncCallback, object) + nameWithType.vb: LemonFunc(Of RT).BeginInvoke(AsyncCallback, Object) +- uid: RedLoader.LemonFunc`1.BeginInvoke* + name: BeginInvoke + href: api/RedLoader.LemonFunc-1.html#RedLoader_LemonFunc_1_BeginInvoke_ + commentId: Overload:RedLoader.LemonFunc`1.BeginInvoke + fullName: RedLoader.LemonFunc.BeginInvoke + fullName.vb: RedLoader.LemonFunc(Of RT).BeginInvoke + nameWithType: LemonFunc.BeginInvoke + nameWithType.vb: LemonFunc(Of RT).BeginInvoke +- uid: RedLoader.LemonFunc`1.EndInvoke(System.IAsyncResult) + name: EndInvoke(IAsyncResult) + href: api/RedLoader.LemonFunc-1.html#RedLoader_LemonFunc_1_EndInvoke_System_IAsyncResult_ + commentId: M:RedLoader.LemonFunc`1.EndInvoke(System.IAsyncResult) + fullName: RedLoader.LemonFunc.EndInvoke(System.IAsyncResult) + fullName.vb: RedLoader.LemonFunc(Of RT).EndInvoke(System.IAsyncResult) + nameWithType: LemonFunc.EndInvoke(IAsyncResult) + nameWithType.vb: LemonFunc(Of RT).EndInvoke(IAsyncResult) +- uid: RedLoader.LemonFunc`1.EndInvoke* + name: EndInvoke + href: api/RedLoader.LemonFunc-1.html#RedLoader_LemonFunc_1_EndInvoke_ + commentId: Overload:RedLoader.LemonFunc`1.EndInvoke + fullName: RedLoader.LemonFunc.EndInvoke + fullName.vb: RedLoader.LemonFunc(Of RT).EndInvoke + nameWithType: LemonFunc.EndInvoke + nameWithType.vb: LemonFunc(Of RT).EndInvoke +- uid: RedLoader.LemonFunc`1.Invoke + name: Invoke() + href: api/RedLoader.LemonFunc-1.html#RedLoader_LemonFunc_1_Invoke + commentId: M:RedLoader.LemonFunc`1.Invoke + fullName: RedLoader.LemonFunc.Invoke() + fullName.vb: RedLoader.LemonFunc(Of RT).Invoke() + nameWithType: LemonFunc.Invoke() + nameWithType.vb: LemonFunc(Of RT).Invoke() +- uid: RedLoader.LemonFunc`1.Invoke* + name: Invoke + href: api/RedLoader.LemonFunc-1.html#RedLoader_LemonFunc_1_Invoke_ + commentId: Overload:RedLoader.LemonFunc`1.Invoke + fullName: RedLoader.LemonFunc.Invoke + fullName.vb: RedLoader.LemonFunc(Of RT).Invoke + nameWithType: LemonFunc.Invoke + nameWithType.vb: LemonFunc(Of RT).Invoke +- uid: RedLoader.LemonFunc`2 + name: LemonFunc + href: api/RedLoader.LemonFunc-2.html + commentId: T:RedLoader.LemonFunc`2 + name.vb: LemonFunc(Of T1, RT) + fullName: RedLoader.LemonFunc + fullName.vb: RedLoader.LemonFunc(Of T1, RT) + nameWithType: LemonFunc + nameWithType.vb: LemonFunc(Of T1, RT) +- uid: RedLoader.LemonFunc`2.#ctor(System.Object,System.IntPtr) + name: LemonFunc(object, IntPtr) + href: api/RedLoader.LemonFunc-2.html#RedLoader_LemonFunc_2__ctor_System_Object_System_IntPtr_ + commentId: M:RedLoader.LemonFunc`2.#ctor(System.Object,System.IntPtr) + name.vb: New(Object, IntPtr) + fullName: RedLoader.LemonFunc.LemonFunc(object, System.IntPtr) + fullName.vb: RedLoader.LemonFunc(Of T1, RT).New(Object, System.IntPtr) + nameWithType: LemonFunc.LemonFunc(object, IntPtr) + nameWithType.vb: LemonFunc(Of T1, RT).New(Object, IntPtr) +- uid: RedLoader.LemonFunc`2.#ctor* + name: LemonFunc + href: api/RedLoader.LemonFunc-2.html#RedLoader_LemonFunc_2__ctor_ + commentId: Overload:RedLoader.LemonFunc`2.#ctor + name.vb: New + fullName: RedLoader.LemonFunc.LemonFunc + fullName.vb: RedLoader.LemonFunc(Of T1, RT).New + nameWithType: LemonFunc.LemonFunc + nameWithType.vb: LemonFunc(Of T1, RT).New +- uid: RedLoader.LemonFunc`2.BeginInvoke(`0,System.AsyncCallback,System.Object) + name: BeginInvoke(T1, AsyncCallback, object) + href: api/RedLoader.LemonFunc-2.html#RedLoader_LemonFunc_2_BeginInvoke__0_System_AsyncCallback_System_Object_ + commentId: M:RedLoader.LemonFunc`2.BeginInvoke(`0,System.AsyncCallback,System.Object) + name.vb: BeginInvoke(T1, AsyncCallback, Object) + fullName: RedLoader.LemonFunc.BeginInvoke(T1, System.AsyncCallback, object) + fullName.vb: RedLoader.LemonFunc(Of T1, RT).BeginInvoke(T1, System.AsyncCallback, Object) + nameWithType: LemonFunc.BeginInvoke(T1, AsyncCallback, object) + nameWithType.vb: LemonFunc(Of T1, RT).BeginInvoke(T1, AsyncCallback, Object) +- uid: RedLoader.LemonFunc`2.BeginInvoke* + name: BeginInvoke + href: api/RedLoader.LemonFunc-2.html#RedLoader_LemonFunc_2_BeginInvoke_ + commentId: Overload:RedLoader.LemonFunc`2.BeginInvoke + fullName: RedLoader.LemonFunc.BeginInvoke + fullName.vb: RedLoader.LemonFunc(Of T1, RT).BeginInvoke + nameWithType: LemonFunc.BeginInvoke + nameWithType.vb: LemonFunc(Of T1, RT).BeginInvoke +- uid: RedLoader.LemonFunc`2.EndInvoke(System.IAsyncResult) + name: EndInvoke(IAsyncResult) + href: api/RedLoader.LemonFunc-2.html#RedLoader_LemonFunc_2_EndInvoke_System_IAsyncResult_ + commentId: M:RedLoader.LemonFunc`2.EndInvoke(System.IAsyncResult) + fullName: RedLoader.LemonFunc.EndInvoke(System.IAsyncResult) + fullName.vb: RedLoader.LemonFunc(Of T1, RT).EndInvoke(System.IAsyncResult) + nameWithType: LemonFunc.EndInvoke(IAsyncResult) + nameWithType.vb: LemonFunc(Of T1, RT).EndInvoke(IAsyncResult) +- uid: RedLoader.LemonFunc`2.EndInvoke* + name: EndInvoke + href: api/RedLoader.LemonFunc-2.html#RedLoader_LemonFunc_2_EndInvoke_ + commentId: Overload:RedLoader.LemonFunc`2.EndInvoke + fullName: RedLoader.LemonFunc.EndInvoke + fullName.vb: RedLoader.LemonFunc(Of T1, RT).EndInvoke + nameWithType: LemonFunc.EndInvoke + nameWithType.vb: LemonFunc(Of T1, RT).EndInvoke +- uid: RedLoader.LemonFunc`2.Invoke(`0) + name: Invoke(T1) + href: api/RedLoader.LemonFunc-2.html#RedLoader_LemonFunc_2_Invoke__0_ + commentId: M:RedLoader.LemonFunc`2.Invoke(`0) + fullName: RedLoader.LemonFunc.Invoke(T1) + fullName.vb: RedLoader.LemonFunc(Of T1, RT).Invoke(T1) + nameWithType: LemonFunc.Invoke(T1) + nameWithType.vb: LemonFunc(Of T1, RT).Invoke(T1) +- uid: RedLoader.LemonFunc`2.Invoke* + name: Invoke + href: api/RedLoader.LemonFunc-2.html#RedLoader_LemonFunc_2_Invoke_ + commentId: Overload:RedLoader.LemonFunc`2.Invoke + fullName: RedLoader.LemonFunc.Invoke + fullName.vb: RedLoader.LemonFunc(Of T1, RT).Invoke + nameWithType: LemonFunc.Invoke + nameWithType.vb: LemonFunc(Of T1, RT).Invoke +- uid: RedLoader.LemonFunc`3 + name: LemonFunc + href: api/RedLoader.LemonFunc-3.html + commentId: T:RedLoader.LemonFunc`3 + name.vb: LemonFunc(Of T1, T2, RT) + fullName: RedLoader.LemonFunc + fullName.vb: RedLoader.LemonFunc(Of T1, T2, RT) + nameWithType: LemonFunc + nameWithType.vb: LemonFunc(Of T1, T2, RT) +- uid: RedLoader.LemonFunc`3.#ctor(System.Object,System.IntPtr) + name: LemonFunc(object, IntPtr) + href: api/RedLoader.LemonFunc-3.html#RedLoader_LemonFunc_3__ctor_System_Object_System_IntPtr_ + commentId: M:RedLoader.LemonFunc`3.#ctor(System.Object,System.IntPtr) + name.vb: New(Object, IntPtr) + fullName: RedLoader.LemonFunc.LemonFunc(object, System.IntPtr) + fullName.vb: RedLoader.LemonFunc(Of T1, T2, RT).New(Object, System.IntPtr) + nameWithType: LemonFunc.LemonFunc(object, IntPtr) + nameWithType.vb: LemonFunc(Of T1, T2, RT).New(Object, IntPtr) +- uid: RedLoader.LemonFunc`3.#ctor* + name: LemonFunc + href: api/RedLoader.LemonFunc-3.html#RedLoader_LemonFunc_3__ctor_ + commentId: Overload:RedLoader.LemonFunc`3.#ctor + name.vb: New + fullName: RedLoader.LemonFunc.LemonFunc + fullName.vb: RedLoader.LemonFunc(Of T1, T2, RT).New + nameWithType: LemonFunc.LemonFunc + nameWithType.vb: LemonFunc(Of T1, T2, RT).New +- uid: RedLoader.LemonFunc`3.BeginInvoke(`0,`1,System.AsyncCallback,System.Object) + name: BeginInvoke(T1, T2, AsyncCallback, object) + href: api/RedLoader.LemonFunc-3.html#RedLoader_LemonFunc_3_BeginInvoke__0__1_System_AsyncCallback_System_Object_ + commentId: M:RedLoader.LemonFunc`3.BeginInvoke(`0,`1,System.AsyncCallback,System.Object) + name.vb: BeginInvoke(T1, T2, AsyncCallback, Object) + fullName: RedLoader.LemonFunc.BeginInvoke(T1, T2, System.AsyncCallback, object) + fullName.vb: RedLoader.LemonFunc(Of T1, T2, RT).BeginInvoke(T1, T2, System.AsyncCallback, Object) + nameWithType: LemonFunc.BeginInvoke(T1, T2, AsyncCallback, object) + nameWithType.vb: LemonFunc(Of T1, T2, RT).BeginInvoke(T1, T2, AsyncCallback, Object) +- uid: RedLoader.LemonFunc`3.BeginInvoke* + name: BeginInvoke + href: api/RedLoader.LemonFunc-3.html#RedLoader_LemonFunc_3_BeginInvoke_ + commentId: Overload:RedLoader.LemonFunc`3.BeginInvoke + fullName: RedLoader.LemonFunc.BeginInvoke + fullName.vb: RedLoader.LemonFunc(Of T1, T2, RT).BeginInvoke + nameWithType: LemonFunc.BeginInvoke + nameWithType.vb: LemonFunc(Of T1, T2, RT).BeginInvoke +- uid: RedLoader.LemonFunc`3.EndInvoke(System.IAsyncResult) + name: EndInvoke(IAsyncResult) + href: api/RedLoader.LemonFunc-3.html#RedLoader_LemonFunc_3_EndInvoke_System_IAsyncResult_ + commentId: M:RedLoader.LemonFunc`3.EndInvoke(System.IAsyncResult) + fullName: RedLoader.LemonFunc.EndInvoke(System.IAsyncResult) + fullName.vb: RedLoader.LemonFunc(Of T1, T2, RT).EndInvoke(System.IAsyncResult) + nameWithType: LemonFunc.EndInvoke(IAsyncResult) + nameWithType.vb: LemonFunc(Of T1, T2, RT).EndInvoke(IAsyncResult) +- uid: RedLoader.LemonFunc`3.EndInvoke* + name: EndInvoke + href: api/RedLoader.LemonFunc-3.html#RedLoader_LemonFunc_3_EndInvoke_ + commentId: Overload:RedLoader.LemonFunc`3.EndInvoke + fullName: RedLoader.LemonFunc.EndInvoke + fullName.vb: RedLoader.LemonFunc(Of T1, T2, RT).EndInvoke + nameWithType: LemonFunc.EndInvoke + nameWithType.vb: LemonFunc(Of T1, T2, RT).EndInvoke +- uid: RedLoader.LemonFunc`3.Invoke(`0,`1) + name: Invoke(T1, T2) + href: api/RedLoader.LemonFunc-3.html#RedLoader_LemonFunc_3_Invoke__0__1_ + commentId: M:RedLoader.LemonFunc`3.Invoke(`0,`1) + fullName: RedLoader.LemonFunc.Invoke(T1, T2) + fullName.vb: RedLoader.LemonFunc(Of T1, T2, RT).Invoke(T1, T2) + nameWithType: LemonFunc.Invoke(T1, T2) + nameWithType.vb: LemonFunc(Of T1, T2, RT).Invoke(T1, T2) +- uid: RedLoader.LemonFunc`3.Invoke* + name: Invoke + href: api/RedLoader.LemonFunc-3.html#RedLoader_LemonFunc_3_Invoke_ + commentId: Overload:RedLoader.LemonFunc`3.Invoke + fullName: RedLoader.LemonFunc.Invoke + fullName.vb: RedLoader.LemonFunc(Of T1, T2, RT).Invoke + nameWithType: LemonFunc.Invoke + nameWithType.vb: LemonFunc(Of T1, T2, RT).Invoke +- uid: RedLoader.LemonFunc`4 + name: LemonFunc + href: api/RedLoader.LemonFunc-4.html + commentId: T:RedLoader.LemonFunc`4 + name.vb: LemonFunc(Of T1, T2, T3, RT) + fullName: RedLoader.LemonFunc + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, RT) + nameWithType: LemonFunc + nameWithType.vb: LemonFunc(Of T1, T2, T3, RT) +- uid: RedLoader.LemonFunc`4.#ctor(System.Object,System.IntPtr) + name: LemonFunc(object, IntPtr) + href: api/RedLoader.LemonFunc-4.html#RedLoader_LemonFunc_4__ctor_System_Object_System_IntPtr_ + commentId: M:RedLoader.LemonFunc`4.#ctor(System.Object,System.IntPtr) + name.vb: New(Object, IntPtr) + fullName: RedLoader.LemonFunc.LemonFunc(object, System.IntPtr) + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, RT).New(Object, System.IntPtr) + nameWithType: LemonFunc.LemonFunc(object, IntPtr) + nameWithType.vb: LemonFunc(Of T1, T2, T3, RT).New(Object, IntPtr) +- uid: RedLoader.LemonFunc`4.#ctor* + name: LemonFunc + href: api/RedLoader.LemonFunc-4.html#RedLoader_LemonFunc_4__ctor_ + commentId: Overload:RedLoader.LemonFunc`4.#ctor + name.vb: New + fullName: RedLoader.LemonFunc.LemonFunc + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, RT).New + nameWithType: LemonFunc.LemonFunc + nameWithType.vb: LemonFunc(Of T1, T2, T3, RT).New +- uid: RedLoader.LemonFunc`4.BeginInvoke(`0,`1,`2,System.AsyncCallback,System.Object) + name: BeginInvoke(T1, T2, T3, AsyncCallback, object) + href: api/RedLoader.LemonFunc-4.html#RedLoader_LemonFunc_4_BeginInvoke__0__1__2_System_AsyncCallback_System_Object_ + commentId: M:RedLoader.LemonFunc`4.BeginInvoke(`0,`1,`2,System.AsyncCallback,System.Object) + name.vb: BeginInvoke(T1, T2, T3, AsyncCallback, Object) + fullName: RedLoader.LemonFunc.BeginInvoke(T1, T2, T3, System.AsyncCallback, object) + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, RT).BeginInvoke(T1, T2, T3, System.AsyncCallback, Object) + nameWithType: LemonFunc.BeginInvoke(T1, T2, T3, AsyncCallback, object) + nameWithType.vb: LemonFunc(Of T1, T2, T3, RT).BeginInvoke(T1, T2, T3, AsyncCallback, Object) +- uid: RedLoader.LemonFunc`4.BeginInvoke* + name: BeginInvoke + href: api/RedLoader.LemonFunc-4.html#RedLoader_LemonFunc_4_BeginInvoke_ + commentId: Overload:RedLoader.LemonFunc`4.BeginInvoke + fullName: RedLoader.LemonFunc.BeginInvoke + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, RT).BeginInvoke + nameWithType: LemonFunc.BeginInvoke + nameWithType.vb: LemonFunc(Of T1, T2, T3, RT).BeginInvoke +- uid: RedLoader.LemonFunc`4.EndInvoke(System.IAsyncResult) + name: EndInvoke(IAsyncResult) + href: api/RedLoader.LemonFunc-4.html#RedLoader_LemonFunc_4_EndInvoke_System_IAsyncResult_ + commentId: M:RedLoader.LemonFunc`4.EndInvoke(System.IAsyncResult) + fullName: RedLoader.LemonFunc.EndInvoke(System.IAsyncResult) + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, RT).EndInvoke(System.IAsyncResult) + nameWithType: LemonFunc.EndInvoke(IAsyncResult) + nameWithType.vb: LemonFunc(Of T1, T2, T3, RT).EndInvoke(IAsyncResult) +- uid: RedLoader.LemonFunc`4.EndInvoke* + name: EndInvoke + href: api/RedLoader.LemonFunc-4.html#RedLoader_LemonFunc_4_EndInvoke_ + commentId: Overload:RedLoader.LemonFunc`4.EndInvoke + fullName: RedLoader.LemonFunc.EndInvoke + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, RT).EndInvoke + nameWithType: LemonFunc.EndInvoke + nameWithType.vb: LemonFunc(Of T1, T2, T3, RT).EndInvoke +- uid: RedLoader.LemonFunc`4.Invoke(`0,`1,`2) + name: Invoke(T1, T2, T3) + href: api/RedLoader.LemonFunc-4.html#RedLoader_LemonFunc_4_Invoke__0__1__2_ + commentId: M:RedLoader.LemonFunc`4.Invoke(`0,`1,`2) + fullName: RedLoader.LemonFunc.Invoke(T1, T2, T3) + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, RT).Invoke(T1, T2, T3) + nameWithType: LemonFunc.Invoke(T1, T2, T3) + nameWithType.vb: LemonFunc(Of T1, T2, T3, RT).Invoke(T1, T2, T3) +- uid: RedLoader.LemonFunc`4.Invoke* + name: Invoke + href: api/RedLoader.LemonFunc-4.html#RedLoader_LemonFunc_4_Invoke_ + commentId: Overload:RedLoader.LemonFunc`4.Invoke + fullName: RedLoader.LemonFunc.Invoke + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, RT).Invoke + nameWithType: LemonFunc.Invoke + nameWithType.vb: LemonFunc(Of T1, T2, T3, RT).Invoke +- uid: RedLoader.LemonFunc`5 + name: LemonFunc + href: api/RedLoader.LemonFunc-5.html + commentId: T:RedLoader.LemonFunc`5 + name.vb: LemonFunc(Of T1, T2, T3, T4, RT) + fullName: RedLoader.LemonFunc + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, T4, RT) + nameWithType: LemonFunc + nameWithType.vb: LemonFunc(Of T1, T2, T3, T4, RT) +- uid: RedLoader.LemonFunc`5.#ctor(System.Object,System.IntPtr) + name: LemonFunc(object, IntPtr) + href: api/RedLoader.LemonFunc-5.html#RedLoader_LemonFunc_5__ctor_System_Object_System_IntPtr_ + commentId: M:RedLoader.LemonFunc`5.#ctor(System.Object,System.IntPtr) + name.vb: New(Object, IntPtr) + fullName: RedLoader.LemonFunc.LemonFunc(object, System.IntPtr) + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, T4, RT).New(Object, System.IntPtr) + nameWithType: LemonFunc.LemonFunc(object, IntPtr) + nameWithType.vb: LemonFunc(Of T1, T2, T3, T4, RT).New(Object, IntPtr) +- uid: RedLoader.LemonFunc`5.#ctor* + name: LemonFunc + href: api/RedLoader.LemonFunc-5.html#RedLoader_LemonFunc_5__ctor_ + commentId: Overload:RedLoader.LemonFunc`5.#ctor + name.vb: New + fullName: RedLoader.LemonFunc.LemonFunc + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, T4, RT).New + nameWithType: LemonFunc.LemonFunc + nameWithType.vb: LemonFunc(Of T1, T2, T3, T4, RT).New +- uid: RedLoader.LemonFunc`5.BeginInvoke(`0,`1,`2,`3,System.AsyncCallback,System.Object) + name: BeginInvoke(T1, T2, T3, T4, AsyncCallback, object) + href: api/RedLoader.LemonFunc-5.html#RedLoader_LemonFunc_5_BeginInvoke__0__1__2__3_System_AsyncCallback_System_Object_ + commentId: M:RedLoader.LemonFunc`5.BeginInvoke(`0,`1,`2,`3,System.AsyncCallback,System.Object) + name.vb: BeginInvoke(T1, T2, T3, T4, AsyncCallback, Object) + fullName: RedLoader.LemonFunc.BeginInvoke(T1, T2, T3, T4, System.AsyncCallback, object) + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, T4, RT).BeginInvoke(T1, T2, T3, T4, System.AsyncCallback, Object) + nameWithType: LemonFunc.BeginInvoke(T1, T2, T3, T4, AsyncCallback, object) + nameWithType.vb: LemonFunc(Of T1, T2, T3, T4, RT).BeginInvoke(T1, T2, T3, T4, AsyncCallback, Object) +- uid: RedLoader.LemonFunc`5.BeginInvoke* + name: BeginInvoke + href: api/RedLoader.LemonFunc-5.html#RedLoader_LemonFunc_5_BeginInvoke_ + commentId: Overload:RedLoader.LemonFunc`5.BeginInvoke + fullName: RedLoader.LemonFunc.BeginInvoke + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, T4, RT).BeginInvoke + nameWithType: LemonFunc.BeginInvoke + nameWithType.vb: LemonFunc(Of T1, T2, T3, T4, RT).BeginInvoke +- uid: RedLoader.LemonFunc`5.EndInvoke(System.IAsyncResult) + name: EndInvoke(IAsyncResult) + href: api/RedLoader.LemonFunc-5.html#RedLoader_LemonFunc_5_EndInvoke_System_IAsyncResult_ + commentId: M:RedLoader.LemonFunc`5.EndInvoke(System.IAsyncResult) + fullName: RedLoader.LemonFunc.EndInvoke(System.IAsyncResult) + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, T4, RT).EndInvoke(System.IAsyncResult) + nameWithType: LemonFunc.EndInvoke(IAsyncResult) + nameWithType.vb: LemonFunc(Of T1, T2, T3, T4, RT).EndInvoke(IAsyncResult) +- uid: RedLoader.LemonFunc`5.EndInvoke* + name: EndInvoke + href: api/RedLoader.LemonFunc-5.html#RedLoader_LemonFunc_5_EndInvoke_ + commentId: Overload:RedLoader.LemonFunc`5.EndInvoke + fullName: RedLoader.LemonFunc.EndInvoke + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, T4, RT).EndInvoke + nameWithType: LemonFunc.EndInvoke + nameWithType.vb: LemonFunc(Of T1, T2, T3, T4, RT).EndInvoke +- uid: RedLoader.LemonFunc`5.Invoke(`0,`1,`2,`3) + name: Invoke(T1, T2, T3, T4) + href: api/RedLoader.LemonFunc-5.html#RedLoader_LemonFunc_5_Invoke__0__1__2__3_ + commentId: M:RedLoader.LemonFunc`5.Invoke(`0,`1,`2,`3) + fullName: RedLoader.LemonFunc.Invoke(T1, T2, T3, T4) + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, T4, RT).Invoke(T1, T2, T3, T4) + nameWithType: LemonFunc.Invoke(T1, T2, T3, T4) + nameWithType.vb: LemonFunc(Of T1, T2, T3, T4, RT).Invoke(T1, T2, T3, T4) +- uid: RedLoader.LemonFunc`5.Invoke* + name: Invoke + href: api/RedLoader.LemonFunc-5.html#RedLoader_LemonFunc_5_Invoke_ + commentId: Overload:RedLoader.LemonFunc`5.Invoke + fullName: RedLoader.LemonFunc.Invoke + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, T4, RT).Invoke + nameWithType: LemonFunc.Invoke + nameWithType.vb: LemonFunc(Of T1, T2, T3, T4, RT).Invoke +- uid: RedLoader.LemonFunc`6 + name: LemonFunc + href: api/RedLoader.LemonFunc-6.html + commentId: T:RedLoader.LemonFunc`6 + name.vb: LemonFunc(Of T1, T2, T3, T4, T5, RT) + fullName: RedLoader.LemonFunc + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, T4, T5, RT) + nameWithType: LemonFunc + nameWithType.vb: LemonFunc(Of T1, T2, T3, T4, T5, RT) +- uid: RedLoader.LemonFunc`6.#ctor(System.Object,System.IntPtr) + name: LemonFunc(object, IntPtr) + href: api/RedLoader.LemonFunc-6.html#RedLoader_LemonFunc_6__ctor_System_Object_System_IntPtr_ + commentId: M:RedLoader.LemonFunc`6.#ctor(System.Object,System.IntPtr) + name.vb: New(Object, IntPtr) + fullName: RedLoader.LemonFunc.LemonFunc(object, System.IntPtr) + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, T4, T5, RT).New(Object, System.IntPtr) + nameWithType: LemonFunc.LemonFunc(object, IntPtr) + nameWithType.vb: LemonFunc(Of T1, T2, T3, T4, T5, RT).New(Object, IntPtr) +- uid: RedLoader.LemonFunc`6.#ctor* + name: LemonFunc + href: api/RedLoader.LemonFunc-6.html#RedLoader_LemonFunc_6__ctor_ + commentId: Overload:RedLoader.LemonFunc`6.#ctor + name.vb: New + fullName: RedLoader.LemonFunc.LemonFunc + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, T4, T5, RT).New + nameWithType: LemonFunc.LemonFunc + nameWithType.vb: LemonFunc(Of T1, T2, T3, T4, T5, RT).New +- uid: RedLoader.LemonFunc`6.BeginInvoke(`0,`1,`2,`3,`4,System.AsyncCallback,System.Object) + name: BeginInvoke(T1, T2, T3, T4, T5, AsyncCallback, object) + href: api/RedLoader.LemonFunc-6.html#RedLoader_LemonFunc_6_BeginInvoke__0__1__2__3__4_System_AsyncCallback_System_Object_ + commentId: M:RedLoader.LemonFunc`6.BeginInvoke(`0,`1,`2,`3,`4,System.AsyncCallback,System.Object) + name.vb: BeginInvoke(T1, T2, T3, T4, T5, AsyncCallback, Object) + fullName: RedLoader.LemonFunc.BeginInvoke(T1, T2, T3, T4, T5, System.AsyncCallback, object) + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, T4, T5, RT).BeginInvoke(T1, T2, T3, T4, T5, System.AsyncCallback, Object) + nameWithType: LemonFunc.BeginInvoke(T1, T2, T3, T4, T5, AsyncCallback, object) + nameWithType.vb: LemonFunc(Of T1, T2, T3, T4, T5, RT).BeginInvoke(T1, T2, T3, T4, T5, AsyncCallback, Object) +- uid: RedLoader.LemonFunc`6.BeginInvoke* + name: BeginInvoke + href: api/RedLoader.LemonFunc-6.html#RedLoader_LemonFunc_6_BeginInvoke_ + commentId: Overload:RedLoader.LemonFunc`6.BeginInvoke + fullName: RedLoader.LemonFunc.BeginInvoke + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, T4, T5, RT).BeginInvoke + nameWithType: LemonFunc.BeginInvoke + nameWithType.vb: LemonFunc(Of T1, T2, T3, T4, T5, RT).BeginInvoke +- uid: RedLoader.LemonFunc`6.EndInvoke(System.IAsyncResult) + name: EndInvoke(IAsyncResult) + href: api/RedLoader.LemonFunc-6.html#RedLoader_LemonFunc_6_EndInvoke_System_IAsyncResult_ + commentId: M:RedLoader.LemonFunc`6.EndInvoke(System.IAsyncResult) + fullName: RedLoader.LemonFunc.EndInvoke(System.IAsyncResult) + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, T4, T5, RT).EndInvoke(System.IAsyncResult) + nameWithType: LemonFunc.EndInvoke(IAsyncResult) + nameWithType.vb: LemonFunc(Of T1, T2, T3, T4, T5, RT).EndInvoke(IAsyncResult) +- uid: RedLoader.LemonFunc`6.EndInvoke* + name: EndInvoke + href: api/RedLoader.LemonFunc-6.html#RedLoader_LemonFunc_6_EndInvoke_ + commentId: Overload:RedLoader.LemonFunc`6.EndInvoke + fullName: RedLoader.LemonFunc.EndInvoke + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, T4, T5, RT).EndInvoke + nameWithType: LemonFunc.EndInvoke + nameWithType.vb: LemonFunc(Of T1, T2, T3, T4, T5, RT).EndInvoke +- uid: RedLoader.LemonFunc`6.Invoke(`0,`1,`2,`3,`4) + name: Invoke(T1, T2, T3, T4, T5) + href: api/RedLoader.LemonFunc-6.html#RedLoader_LemonFunc_6_Invoke__0__1__2__3__4_ + commentId: M:RedLoader.LemonFunc`6.Invoke(`0,`1,`2,`3,`4) + fullName: RedLoader.LemonFunc.Invoke(T1, T2, T3, T4, T5) + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, T4, T5, RT).Invoke(T1, T2, T3, T4, T5) + nameWithType: LemonFunc.Invoke(T1, T2, T3, T4, T5) + nameWithType.vb: LemonFunc(Of T1, T2, T3, T4, T5, RT).Invoke(T1, T2, T3, T4, T5) +- uid: RedLoader.LemonFunc`6.Invoke* + name: Invoke + href: api/RedLoader.LemonFunc-6.html#RedLoader_LemonFunc_6_Invoke_ + commentId: Overload:RedLoader.LemonFunc`6.Invoke + fullName: RedLoader.LemonFunc.Invoke + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, T4, T5, RT).Invoke + nameWithType: LemonFunc.Invoke + nameWithType.vb: LemonFunc(Of T1, T2, T3, T4, T5, RT).Invoke +- uid: RedLoader.LemonFunc`7 + name: LemonFunc + href: api/RedLoader.LemonFunc-7.html + commentId: T:RedLoader.LemonFunc`7 + name.vb: LemonFunc(Of T1, T2, T3, T4, T5, T6, RT) + fullName: RedLoader.LemonFunc + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, T4, T5, T6, RT) + nameWithType: LemonFunc + nameWithType.vb: LemonFunc(Of T1, T2, T3, T4, T5, T6, RT) +- uid: RedLoader.LemonFunc`7.#ctor(System.Object,System.IntPtr) + name: LemonFunc(object, IntPtr) + href: api/RedLoader.LemonFunc-7.html#RedLoader_LemonFunc_7__ctor_System_Object_System_IntPtr_ + commentId: M:RedLoader.LemonFunc`7.#ctor(System.Object,System.IntPtr) + name.vb: New(Object, IntPtr) + fullName: RedLoader.LemonFunc.LemonFunc(object, System.IntPtr) + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, T4, T5, T6, RT).New(Object, System.IntPtr) + nameWithType: LemonFunc.LemonFunc(object, IntPtr) + nameWithType.vb: LemonFunc(Of T1, T2, T3, T4, T5, T6, RT).New(Object, IntPtr) +- uid: RedLoader.LemonFunc`7.#ctor* + name: LemonFunc + href: api/RedLoader.LemonFunc-7.html#RedLoader_LemonFunc_7__ctor_ + commentId: Overload:RedLoader.LemonFunc`7.#ctor + name.vb: New + fullName: RedLoader.LemonFunc.LemonFunc + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, T4, T5, T6, RT).New + nameWithType: LemonFunc.LemonFunc + nameWithType.vb: LemonFunc(Of T1, T2, T3, T4, T5, T6, RT).New +- uid: RedLoader.LemonFunc`7.BeginInvoke(`0,`1,`2,`3,`4,`5,System.AsyncCallback,System.Object) + name: BeginInvoke(T1, T2, T3, T4, T5, T6, AsyncCallback, object) + href: api/RedLoader.LemonFunc-7.html#RedLoader_LemonFunc_7_BeginInvoke__0__1__2__3__4__5_System_AsyncCallback_System_Object_ + commentId: M:RedLoader.LemonFunc`7.BeginInvoke(`0,`1,`2,`3,`4,`5,System.AsyncCallback,System.Object) + name.vb: BeginInvoke(T1, T2, T3, T4, T5, T6, AsyncCallback, Object) + fullName: RedLoader.LemonFunc.BeginInvoke(T1, T2, T3, T4, T5, T6, System.AsyncCallback, object) + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, T4, T5, T6, RT).BeginInvoke(T1, T2, T3, T4, T5, T6, System.AsyncCallback, Object) + nameWithType: LemonFunc.BeginInvoke(T1, T2, T3, T4, T5, T6, AsyncCallback, object) + nameWithType.vb: LemonFunc(Of T1, T2, T3, T4, T5, T6, RT).BeginInvoke(T1, T2, T3, T4, T5, T6, AsyncCallback, Object) +- uid: RedLoader.LemonFunc`7.BeginInvoke* + name: BeginInvoke + href: api/RedLoader.LemonFunc-7.html#RedLoader_LemonFunc_7_BeginInvoke_ + commentId: Overload:RedLoader.LemonFunc`7.BeginInvoke + fullName: RedLoader.LemonFunc.BeginInvoke + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, T4, T5, T6, RT).BeginInvoke + nameWithType: LemonFunc.BeginInvoke + nameWithType.vb: LemonFunc(Of T1, T2, T3, T4, T5, T6, RT).BeginInvoke +- uid: RedLoader.LemonFunc`7.EndInvoke(System.IAsyncResult) + name: EndInvoke(IAsyncResult) + href: api/RedLoader.LemonFunc-7.html#RedLoader_LemonFunc_7_EndInvoke_System_IAsyncResult_ + commentId: M:RedLoader.LemonFunc`7.EndInvoke(System.IAsyncResult) + fullName: RedLoader.LemonFunc.EndInvoke(System.IAsyncResult) + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, T4, T5, T6, RT).EndInvoke(System.IAsyncResult) + nameWithType: LemonFunc.EndInvoke(IAsyncResult) + nameWithType.vb: LemonFunc(Of T1, T2, T3, T4, T5, T6, RT).EndInvoke(IAsyncResult) +- uid: RedLoader.LemonFunc`7.EndInvoke* + name: EndInvoke + href: api/RedLoader.LemonFunc-7.html#RedLoader_LemonFunc_7_EndInvoke_ + commentId: Overload:RedLoader.LemonFunc`7.EndInvoke + fullName: RedLoader.LemonFunc.EndInvoke + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, T4, T5, T6, RT).EndInvoke + nameWithType: LemonFunc.EndInvoke + nameWithType.vb: LemonFunc(Of T1, T2, T3, T4, T5, T6, RT).EndInvoke +- uid: RedLoader.LemonFunc`7.Invoke(`0,`1,`2,`3,`4,`5) + name: Invoke(T1, T2, T3, T4, T5, T6) + href: api/RedLoader.LemonFunc-7.html#RedLoader_LemonFunc_7_Invoke__0__1__2__3__4__5_ + commentId: M:RedLoader.LemonFunc`7.Invoke(`0,`1,`2,`3,`4,`5) + fullName: RedLoader.LemonFunc.Invoke(T1, T2, T3, T4, T5, T6) + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, T4, T5, T6, RT).Invoke(T1, T2, T3, T4, T5, T6) + nameWithType: LemonFunc.Invoke(T1, T2, T3, T4, T5, T6) + nameWithType.vb: LemonFunc(Of T1, T2, T3, T4, T5, T6, RT).Invoke(T1, T2, T3, T4, T5, T6) +- uid: RedLoader.LemonFunc`7.Invoke* + name: Invoke + href: api/RedLoader.LemonFunc-7.html#RedLoader_LemonFunc_7_Invoke_ + commentId: Overload:RedLoader.LemonFunc`7.Invoke + fullName: RedLoader.LemonFunc.Invoke + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, T4, T5, T6, RT).Invoke + nameWithType: LemonFunc.Invoke + nameWithType.vb: LemonFunc(Of T1, T2, T3, T4, T5, T6, RT).Invoke +- uid: RedLoader.LemonFunc`8 + name: LemonFunc + href: api/RedLoader.LemonFunc-8.html + commentId: T:RedLoader.LemonFunc`8 + name.vb: LemonFunc(Of T1, T2, T3, T4, T5, T6, T7, RT) + fullName: RedLoader.LemonFunc + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, T4, T5, T6, T7, RT) + nameWithType: LemonFunc + nameWithType.vb: LemonFunc(Of T1, T2, T3, T4, T5, T6, T7, RT) +- uid: RedLoader.LemonFunc`8.#ctor(System.Object,System.IntPtr) + name: LemonFunc(object, IntPtr) + href: api/RedLoader.LemonFunc-8.html#RedLoader_LemonFunc_8__ctor_System_Object_System_IntPtr_ + commentId: M:RedLoader.LemonFunc`8.#ctor(System.Object,System.IntPtr) + name.vb: New(Object, IntPtr) + fullName: RedLoader.LemonFunc.LemonFunc(object, System.IntPtr) + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, T4, T5, T6, T7, RT).New(Object, System.IntPtr) + nameWithType: LemonFunc.LemonFunc(object, IntPtr) + nameWithType.vb: LemonFunc(Of T1, T2, T3, T4, T5, T6, T7, RT).New(Object, IntPtr) +- uid: RedLoader.LemonFunc`8.#ctor* + name: LemonFunc + href: api/RedLoader.LemonFunc-8.html#RedLoader_LemonFunc_8__ctor_ + commentId: Overload:RedLoader.LemonFunc`8.#ctor + name.vb: New + fullName: RedLoader.LemonFunc.LemonFunc + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, T4, T5, T6, T7, RT).New + nameWithType: LemonFunc.LemonFunc + nameWithType.vb: LemonFunc(Of T1, T2, T3, T4, T5, T6, T7, RT).New +- uid: RedLoader.LemonFunc`8.BeginInvoke(`0,`1,`2,`3,`4,`5,`6,System.AsyncCallback,System.Object) + name: BeginInvoke(T1, T2, T3, T4, T5, T6, T7, AsyncCallback, object) + href: api/RedLoader.LemonFunc-8.html#RedLoader_LemonFunc_8_BeginInvoke__0__1__2__3__4__5__6_System_AsyncCallback_System_Object_ + commentId: M:RedLoader.LemonFunc`8.BeginInvoke(`0,`1,`2,`3,`4,`5,`6,System.AsyncCallback,System.Object) + name.vb: BeginInvoke(T1, T2, T3, T4, T5, T6, T7, AsyncCallback, Object) + fullName: RedLoader.LemonFunc.BeginInvoke(T1, T2, T3, T4, T5, T6, T7, System.AsyncCallback, object) + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, T4, T5, T6, T7, RT).BeginInvoke(T1, T2, T3, T4, T5, T6, T7, System.AsyncCallback, Object) + nameWithType: LemonFunc.BeginInvoke(T1, T2, T3, T4, T5, T6, T7, AsyncCallback, object) + nameWithType.vb: LemonFunc(Of T1, T2, T3, T4, T5, T6, T7, RT).BeginInvoke(T1, T2, T3, T4, T5, T6, T7, AsyncCallback, Object) +- uid: RedLoader.LemonFunc`8.BeginInvoke* + name: BeginInvoke + href: api/RedLoader.LemonFunc-8.html#RedLoader_LemonFunc_8_BeginInvoke_ + commentId: Overload:RedLoader.LemonFunc`8.BeginInvoke + fullName: RedLoader.LemonFunc.BeginInvoke + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, T4, T5, T6, T7, RT).BeginInvoke + nameWithType: LemonFunc.BeginInvoke + nameWithType.vb: LemonFunc(Of T1, T2, T3, T4, T5, T6, T7, RT).BeginInvoke +- uid: RedLoader.LemonFunc`8.EndInvoke(System.IAsyncResult) + name: EndInvoke(IAsyncResult) + href: api/RedLoader.LemonFunc-8.html#RedLoader_LemonFunc_8_EndInvoke_System_IAsyncResult_ + commentId: M:RedLoader.LemonFunc`8.EndInvoke(System.IAsyncResult) + fullName: RedLoader.LemonFunc.EndInvoke(System.IAsyncResult) + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, T4, T5, T6, T7, RT).EndInvoke(System.IAsyncResult) + nameWithType: LemonFunc.EndInvoke(IAsyncResult) + nameWithType.vb: LemonFunc(Of T1, T2, T3, T4, T5, T6, T7, RT).EndInvoke(IAsyncResult) +- uid: RedLoader.LemonFunc`8.EndInvoke* + name: EndInvoke + href: api/RedLoader.LemonFunc-8.html#RedLoader_LemonFunc_8_EndInvoke_ + commentId: Overload:RedLoader.LemonFunc`8.EndInvoke + fullName: RedLoader.LemonFunc.EndInvoke + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, T4, T5, T6, T7, RT).EndInvoke + nameWithType: LemonFunc.EndInvoke + nameWithType.vb: LemonFunc(Of T1, T2, T3, T4, T5, T6, T7, RT).EndInvoke +- uid: RedLoader.LemonFunc`8.Invoke(`0,`1,`2,`3,`4,`5,`6) + name: Invoke(T1, T2, T3, T4, T5, T6, T7) + href: api/RedLoader.LemonFunc-8.html#RedLoader_LemonFunc_8_Invoke__0__1__2__3__4__5__6_ + commentId: M:RedLoader.LemonFunc`8.Invoke(`0,`1,`2,`3,`4,`5,`6) + fullName: RedLoader.LemonFunc.Invoke(T1, T2, T3, T4, T5, T6, T7) + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, T4, T5, T6, T7, RT).Invoke(T1, T2, T3, T4, T5, T6, T7) + nameWithType: LemonFunc.Invoke(T1, T2, T3, T4, T5, T6, T7) + nameWithType.vb: LemonFunc(Of T1, T2, T3, T4, T5, T6, T7, RT).Invoke(T1, T2, T3, T4, T5, T6, T7) +- uid: RedLoader.LemonFunc`8.Invoke* + name: Invoke + href: api/RedLoader.LemonFunc-8.html#RedLoader_LemonFunc_8_Invoke_ + commentId: Overload:RedLoader.LemonFunc`8.Invoke + fullName: RedLoader.LemonFunc.Invoke + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, T4, T5, T6, T7, RT).Invoke + nameWithType: LemonFunc.Invoke + nameWithType.vb: LemonFunc(Of T1, T2, T3, T4, T5, T6, T7, RT).Invoke +- uid: RedLoader.LemonFunc`9 + name: LemonFunc + href: api/RedLoader.LemonFunc-9.html + commentId: T:RedLoader.LemonFunc`9 + name.vb: LemonFunc(Of T1, T2, T3, T4, T5, T6, T7, T8, RT) + fullName: RedLoader.LemonFunc + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, T4, T5, T6, T7, T8, RT) + nameWithType: LemonFunc + nameWithType.vb: LemonFunc(Of T1, T2, T3, T4, T5, T6, T7, T8, RT) +- uid: RedLoader.LemonFunc`9.#ctor(System.Object,System.IntPtr) + name: LemonFunc(object, IntPtr) + href: api/RedLoader.LemonFunc-9.html#RedLoader_LemonFunc_9__ctor_System_Object_System_IntPtr_ + commentId: M:RedLoader.LemonFunc`9.#ctor(System.Object,System.IntPtr) + name.vb: New(Object, IntPtr) + fullName: RedLoader.LemonFunc.LemonFunc(object, System.IntPtr) + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, T4, T5, T6, T7, T8, RT).New(Object, System.IntPtr) + nameWithType: LemonFunc.LemonFunc(object, IntPtr) + nameWithType.vb: LemonFunc(Of T1, T2, T3, T4, T5, T6, T7, T8, RT).New(Object, IntPtr) +- uid: RedLoader.LemonFunc`9.#ctor* + name: LemonFunc + href: api/RedLoader.LemonFunc-9.html#RedLoader_LemonFunc_9__ctor_ + commentId: Overload:RedLoader.LemonFunc`9.#ctor + name.vb: New + fullName: RedLoader.LemonFunc.LemonFunc + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, T4, T5, T6, T7, T8, RT).New + nameWithType: LemonFunc.LemonFunc + nameWithType.vb: LemonFunc(Of T1, T2, T3, T4, T5, T6, T7, T8, RT).New +- uid: RedLoader.LemonFunc`9.BeginInvoke(`0,`1,`2,`3,`4,`5,`6,`7,System.AsyncCallback,System.Object) + name: BeginInvoke(T1, T2, T3, T4, T5, T6, T7, T8, AsyncCallback, object) + href: api/RedLoader.LemonFunc-9.html#RedLoader_LemonFunc_9_BeginInvoke__0__1__2__3__4__5__6__7_System_AsyncCallback_System_Object_ + commentId: M:RedLoader.LemonFunc`9.BeginInvoke(`0,`1,`2,`3,`4,`5,`6,`7,System.AsyncCallback,System.Object) + name.vb: BeginInvoke(T1, T2, T3, T4, T5, T6, T7, T8, AsyncCallback, Object) + fullName: RedLoader.LemonFunc.BeginInvoke(T1, T2, T3, T4, T5, T6, T7, T8, System.AsyncCallback, object) + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, T4, T5, T6, T7, T8, RT).BeginInvoke(T1, T2, T3, T4, T5, T6, T7, T8, System.AsyncCallback, Object) + nameWithType: LemonFunc.BeginInvoke(T1, T2, T3, T4, T5, T6, T7, T8, AsyncCallback, object) + nameWithType.vb: LemonFunc(Of T1, T2, T3, T4, T5, T6, T7, T8, RT).BeginInvoke(T1, T2, T3, T4, T5, T6, T7, T8, AsyncCallback, Object) +- uid: RedLoader.LemonFunc`9.BeginInvoke* + name: BeginInvoke + href: api/RedLoader.LemonFunc-9.html#RedLoader_LemonFunc_9_BeginInvoke_ + commentId: Overload:RedLoader.LemonFunc`9.BeginInvoke + fullName: RedLoader.LemonFunc.BeginInvoke + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, T4, T5, T6, T7, T8, RT).BeginInvoke + nameWithType: LemonFunc.BeginInvoke + nameWithType.vb: LemonFunc(Of T1, T2, T3, T4, T5, T6, T7, T8, RT).BeginInvoke +- uid: RedLoader.LemonFunc`9.EndInvoke(System.IAsyncResult) + name: EndInvoke(IAsyncResult) + href: api/RedLoader.LemonFunc-9.html#RedLoader_LemonFunc_9_EndInvoke_System_IAsyncResult_ + commentId: M:RedLoader.LemonFunc`9.EndInvoke(System.IAsyncResult) + fullName: RedLoader.LemonFunc.EndInvoke(System.IAsyncResult) + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, T4, T5, T6, T7, T8, RT).EndInvoke(System.IAsyncResult) + nameWithType: LemonFunc.EndInvoke(IAsyncResult) + nameWithType.vb: LemonFunc(Of T1, T2, T3, T4, T5, T6, T7, T8, RT).EndInvoke(IAsyncResult) +- uid: RedLoader.LemonFunc`9.EndInvoke* + name: EndInvoke + href: api/RedLoader.LemonFunc-9.html#RedLoader_LemonFunc_9_EndInvoke_ + commentId: Overload:RedLoader.LemonFunc`9.EndInvoke + fullName: RedLoader.LemonFunc.EndInvoke + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, T4, T5, T6, T7, T8, RT).EndInvoke + nameWithType: LemonFunc.EndInvoke + nameWithType.vb: LemonFunc(Of T1, T2, T3, T4, T5, T6, T7, T8, RT).EndInvoke +- uid: RedLoader.LemonFunc`9.Invoke(`0,`1,`2,`3,`4,`5,`6,`7) + name: Invoke(T1, T2, T3, T4, T5, T6, T7, T8) + href: api/RedLoader.LemonFunc-9.html#RedLoader_LemonFunc_9_Invoke__0__1__2__3__4__5__6__7_ + commentId: M:RedLoader.LemonFunc`9.Invoke(`0,`1,`2,`3,`4,`5,`6,`7) + fullName: RedLoader.LemonFunc.Invoke(T1, T2, T3, T4, T5, T6, T7, T8) + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, T4, T5, T6, T7, T8, RT).Invoke(T1, T2, T3, T4, T5, T6, T7, T8) + nameWithType: LemonFunc.Invoke(T1, T2, T3, T4, T5, T6, T7, T8) + nameWithType.vb: LemonFunc(Of T1, T2, T3, T4, T5, T6, T7, T8, RT).Invoke(T1, T2, T3, T4, T5, T6, T7, T8) +- uid: RedLoader.LemonFunc`9.Invoke* + name: Invoke + href: api/RedLoader.LemonFunc-9.html#RedLoader_LemonFunc_9_Invoke_ + commentId: Overload:RedLoader.LemonFunc`9.Invoke + fullName: RedLoader.LemonFunc.Invoke + fullName.vb: RedLoader.LemonFunc(Of T1, T2, T3, T4, T5, T6, T7, T8, RT).Invoke + nameWithType: LemonFunc.Invoke + nameWithType.vb: LemonFunc(Of T1, T2, T3, T4, T5, T6, T7, T8, RT).Invoke +- uid: RedLoader.LemonTuple`1 + name: LemonTuple + href: api/RedLoader.LemonTuple-1.html + commentId: T:RedLoader.LemonTuple`1 + name.vb: LemonTuple(Of T1) + fullName: RedLoader.LemonTuple + fullName.vb: RedLoader.LemonTuple(Of T1) + nameWithType: LemonTuple + nameWithType.vb: LemonTuple(Of T1) +- uid: RedLoader.LemonTuple`1.#ctor + name: LemonTuple() + href: api/RedLoader.LemonTuple-1.html#RedLoader_LemonTuple_1__ctor + commentId: M:RedLoader.LemonTuple`1.#ctor + name.vb: New() + fullName: RedLoader.LemonTuple.LemonTuple() + fullName.vb: RedLoader.LemonTuple(Of T1).New() + nameWithType: LemonTuple.LemonTuple() + nameWithType.vb: LemonTuple(Of T1).New() +- uid: RedLoader.LemonTuple`1.#ctor(`0) + name: LemonTuple(T1) + href: api/RedLoader.LemonTuple-1.html#RedLoader_LemonTuple_1__ctor__0_ + commentId: M:RedLoader.LemonTuple`1.#ctor(`0) + name.vb: New(T1) + fullName: RedLoader.LemonTuple.LemonTuple(T1) + fullName.vb: RedLoader.LemonTuple(Of T1).New(T1) + nameWithType: LemonTuple.LemonTuple(T1) + nameWithType.vb: LemonTuple(Of T1).New(T1) +- uid: RedLoader.LemonTuple`1.#ctor* + name: LemonTuple + href: api/RedLoader.LemonTuple-1.html#RedLoader_LemonTuple_1__ctor_ + commentId: Overload:RedLoader.LemonTuple`1.#ctor + name.vb: New + fullName: RedLoader.LemonTuple.LemonTuple + fullName.vb: RedLoader.LemonTuple(Of T1).New + nameWithType: LemonTuple.LemonTuple + nameWithType.vb: LemonTuple(Of T1).New +- uid: RedLoader.LemonTuple`1.Item1 + name: Item1 + href: api/RedLoader.LemonTuple-1.html#RedLoader_LemonTuple_1_Item1 + commentId: F:RedLoader.LemonTuple`1.Item1 + fullName: RedLoader.LemonTuple.Item1 + fullName.vb: RedLoader.LemonTuple(Of T1).Item1 + nameWithType: LemonTuple.Item1 + nameWithType.vb: LemonTuple(Of T1).Item1 +- uid: RedLoader.LemonTuple`10 + name: LemonTuple + href: api/RedLoader.LemonTuple-10.html + commentId: T:RedLoader.LemonTuple`10 + name.vb: LemonTuple(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) + fullName: RedLoader.LemonTuple + fullName.vb: RedLoader.LemonTuple(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) + nameWithType: LemonTuple + nameWithType.vb: LemonTuple(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) +- uid: RedLoader.LemonTuple`10.#ctor + name: LemonTuple() + href: api/RedLoader.LemonTuple-10.html#RedLoader_LemonTuple_10__ctor + commentId: M:RedLoader.LemonTuple`10.#ctor + name.vb: New() + fullName: RedLoader.LemonTuple.LemonTuple() + fullName.vb: RedLoader.LemonTuple(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10).New() + nameWithType: LemonTuple.LemonTuple() + nameWithType.vb: LemonTuple(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10).New() +- uid: RedLoader.LemonTuple`10.#ctor(`0,`1,`2,`3,`4,`5,`6,`7,`8,`9) + name: LemonTuple(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) + href: api/RedLoader.LemonTuple-10.html#RedLoader_LemonTuple_10__ctor__0__1__2__3__4__5__6__7__8__9_ + commentId: M:RedLoader.LemonTuple`10.#ctor(`0,`1,`2,`3,`4,`5,`6,`7,`8,`9) + name.vb: New(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) + fullName: RedLoader.LemonTuple.LemonTuple(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) + fullName.vb: RedLoader.LemonTuple(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10).New(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) + nameWithType: LemonTuple.LemonTuple(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) + nameWithType.vb: LemonTuple(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10).New(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) +- uid: RedLoader.LemonTuple`10.#ctor* + name: LemonTuple + href: api/RedLoader.LemonTuple-10.html#RedLoader_LemonTuple_10__ctor_ + commentId: Overload:RedLoader.LemonTuple`10.#ctor + name.vb: New + fullName: RedLoader.LemonTuple.LemonTuple + fullName.vb: RedLoader.LemonTuple(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10).New + nameWithType: LemonTuple.LemonTuple + nameWithType.vb: LemonTuple(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10).New +- uid: RedLoader.LemonTuple`10.Item10 + name: Item10 + href: api/RedLoader.LemonTuple-10.html#RedLoader_LemonTuple_10_Item10 + commentId: F:RedLoader.LemonTuple`10.Item10 + fullName: RedLoader.LemonTuple.Item10 + fullName.vb: RedLoader.LemonTuple(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10).Item10 + nameWithType: LemonTuple.Item10 + nameWithType.vb: LemonTuple(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10).Item10 +- uid: RedLoader.LemonTuple`2 + name: LemonTuple + href: api/RedLoader.LemonTuple-2.html + commentId: T:RedLoader.LemonTuple`2 + name.vb: LemonTuple(Of T1, T2) + fullName: RedLoader.LemonTuple + fullName.vb: RedLoader.LemonTuple(Of T1, T2) + nameWithType: LemonTuple + nameWithType.vb: LemonTuple(Of T1, T2) +- uid: RedLoader.LemonTuple`2.#ctor + name: LemonTuple() + href: api/RedLoader.LemonTuple-2.html#RedLoader_LemonTuple_2__ctor + commentId: M:RedLoader.LemonTuple`2.#ctor + name.vb: New() + fullName: RedLoader.LemonTuple.LemonTuple() + fullName.vb: RedLoader.LemonTuple(Of T1, T2).New() + nameWithType: LemonTuple.LemonTuple() + nameWithType.vb: LemonTuple(Of T1, T2).New() +- uid: RedLoader.LemonTuple`2.#ctor(`0,`1) + name: LemonTuple(T1, T2) + href: api/RedLoader.LemonTuple-2.html#RedLoader_LemonTuple_2__ctor__0__1_ + commentId: M:RedLoader.LemonTuple`2.#ctor(`0,`1) + name.vb: New(T1, T2) + fullName: RedLoader.LemonTuple.LemonTuple(T1, T2) + fullName.vb: RedLoader.LemonTuple(Of T1, T2).New(T1, T2) + nameWithType: LemonTuple.LemonTuple(T1, T2) + nameWithType.vb: LemonTuple(Of T1, T2).New(T1, T2) +- uid: RedLoader.LemonTuple`2.#ctor* + name: LemonTuple + href: api/RedLoader.LemonTuple-2.html#RedLoader_LemonTuple_2__ctor_ + commentId: Overload:RedLoader.LemonTuple`2.#ctor + name.vb: New + fullName: RedLoader.LemonTuple.LemonTuple + fullName.vb: RedLoader.LemonTuple(Of T1, T2).New + nameWithType: LemonTuple.LemonTuple + nameWithType.vb: LemonTuple(Of T1, T2).New +- uid: RedLoader.LemonTuple`2.Item2 + name: Item2 + href: api/RedLoader.LemonTuple-2.html#RedLoader_LemonTuple_2_Item2 + commentId: F:RedLoader.LemonTuple`2.Item2 + fullName: RedLoader.LemonTuple.Item2 + fullName.vb: RedLoader.LemonTuple(Of T1, T2).Item2 + nameWithType: LemonTuple.Item2 + nameWithType.vb: LemonTuple(Of T1, T2).Item2 +- uid: RedLoader.LemonTuple`3 + name: LemonTuple + href: api/RedLoader.LemonTuple-3.html + commentId: T:RedLoader.LemonTuple`3 + name.vb: LemonTuple(Of T1, T2, T3) + fullName: RedLoader.LemonTuple + fullName.vb: RedLoader.LemonTuple(Of T1, T2, T3) + nameWithType: LemonTuple + nameWithType.vb: LemonTuple(Of T1, T2, T3) +- uid: RedLoader.LemonTuple`3.#ctor + name: LemonTuple() + href: api/RedLoader.LemonTuple-3.html#RedLoader_LemonTuple_3__ctor + commentId: M:RedLoader.LemonTuple`3.#ctor + name.vb: New() + fullName: RedLoader.LemonTuple.LemonTuple() + fullName.vb: RedLoader.LemonTuple(Of T1, T2, T3).New() + nameWithType: LemonTuple.LemonTuple() + nameWithType.vb: LemonTuple(Of T1, T2, T3).New() +- uid: RedLoader.LemonTuple`3.#ctor(`0,`1,`2) + name: LemonTuple(T1, T2, T3) + href: api/RedLoader.LemonTuple-3.html#RedLoader_LemonTuple_3__ctor__0__1__2_ + commentId: M:RedLoader.LemonTuple`3.#ctor(`0,`1,`2) + name.vb: New(T1, T2, T3) + fullName: RedLoader.LemonTuple.LemonTuple(T1, T2, T3) + fullName.vb: RedLoader.LemonTuple(Of T1, T2, T3).New(T1, T2, T3) + nameWithType: LemonTuple.LemonTuple(T1, T2, T3) + nameWithType.vb: LemonTuple(Of T1, T2, T3).New(T1, T2, T3) +- uid: RedLoader.LemonTuple`3.#ctor* + name: LemonTuple + href: api/RedLoader.LemonTuple-3.html#RedLoader_LemonTuple_3__ctor_ + commentId: Overload:RedLoader.LemonTuple`3.#ctor + name.vb: New + fullName: RedLoader.LemonTuple.LemonTuple + fullName.vb: RedLoader.LemonTuple(Of T1, T2, T3).New + nameWithType: LemonTuple.LemonTuple + nameWithType.vb: LemonTuple(Of T1, T2, T3).New +- uid: RedLoader.LemonTuple`3.Item3 + name: Item3 + href: api/RedLoader.LemonTuple-3.html#RedLoader_LemonTuple_3_Item3 + commentId: F:RedLoader.LemonTuple`3.Item3 + fullName: RedLoader.LemonTuple.Item3 + fullName.vb: RedLoader.LemonTuple(Of T1, T2, T3).Item3 + nameWithType: LemonTuple.Item3 + nameWithType.vb: LemonTuple(Of T1, T2, T3).Item3 +- uid: RedLoader.LemonTuple`4 + name: LemonTuple + href: api/RedLoader.LemonTuple-4.html + commentId: T:RedLoader.LemonTuple`4 + name.vb: LemonTuple(Of T1, T2, T3, T4) + fullName: RedLoader.LemonTuple + fullName.vb: RedLoader.LemonTuple(Of T1, T2, T3, T4) + nameWithType: LemonTuple + nameWithType.vb: LemonTuple(Of T1, T2, T3, T4) +- uid: RedLoader.LemonTuple`4.#ctor + name: LemonTuple() + href: api/RedLoader.LemonTuple-4.html#RedLoader_LemonTuple_4__ctor + commentId: M:RedLoader.LemonTuple`4.#ctor + name.vb: New() + fullName: RedLoader.LemonTuple.LemonTuple() + fullName.vb: RedLoader.LemonTuple(Of T1, T2, T3, T4).New() + nameWithType: LemonTuple.LemonTuple() + nameWithType.vb: LemonTuple(Of T1, T2, T3, T4).New() +- uid: RedLoader.LemonTuple`4.#ctor(`0,`1,`2,`3) + name: LemonTuple(T1, T2, T3, T4) + href: api/RedLoader.LemonTuple-4.html#RedLoader_LemonTuple_4__ctor__0__1__2__3_ + commentId: M:RedLoader.LemonTuple`4.#ctor(`0,`1,`2,`3) + name.vb: New(T1, T2, T3, T4) + fullName: RedLoader.LemonTuple.LemonTuple(T1, T2, T3, T4) + fullName.vb: RedLoader.LemonTuple(Of T1, T2, T3, T4).New(T1, T2, T3, T4) + nameWithType: LemonTuple.LemonTuple(T1, T2, T3, T4) + nameWithType.vb: LemonTuple(Of T1, T2, T3, T4).New(T1, T2, T3, T4) +- uid: RedLoader.LemonTuple`4.#ctor* + name: LemonTuple + href: api/RedLoader.LemonTuple-4.html#RedLoader_LemonTuple_4__ctor_ + commentId: Overload:RedLoader.LemonTuple`4.#ctor + name.vb: New + fullName: RedLoader.LemonTuple.LemonTuple + fullName.vb: RedLoader.LemonTuple(Of T1, T2, T3, T4).New + nameWithType: LemonTuple.LemonTuple + nameWithType.vb: LemonTuple(Of T1, T2, T3, T4).New +- uid: RedLoader.LemonTuple`4.Item4 + name: Item4 + href: api/RedLoader.LemonTuple-4.html#RedLoader_LemonTuple_4_Item4 + commentId: F:RedLoader.LemonTuple`4.Item4 + fullName: RedLoader.LemonTuple.Item4 + fullName.vb: RedLoader.LemonTuple(Of T1, T2, T3, T4).Item4 + nameWithType: LemonTuple.Item4 + nameWithType.vb: LemonTuple(Of T1, T2, T3, T4).Item4 +- uid: RedLoader.LemonTuple`5 + name: LemonTuple + href: api/RedLoader.LemonTuple-5.html + commentId: T:RedLoader.LemonTuple`5 + name.vb: LemonTuple(Of T1, T2, T3, T4, T5) + fullName: RedLoader.LemonTuple + fullName.vb: RedLoader.LemonTuple(Of T1, T2, T3, T4, T5) + nameWithType: LemonTuple + nameWithType.vb: LemonTuple(Of T1, T2, T3, T4, T5) +- uid: RedLoader.LemonTuple`5.#ctor + name: LemonTuple() + href: api/RedLoader.LemonTuple-5.html#RedLoader_LemonTuple_5__ctor + commentId: M:RedLoader.LemonTuple`5.#ctor + name.vb: New() + fullName: RedLoader.LemonTuple.LemonTuple() + fullName.vb: RedLoader.LemonTuple(Of T1, T2, T3, T4, T5).New() + nameWithType: LemonTuple.LemonTuple() + nameWithType.vb: LemonTuple(Of T1, T2, T3, T4, T5).New() +- uid: RedLoader.LemonTuple`5.#ctor(`0,`1,`2,`3,`4) + name: LemonTuple(T1, T2, T3, T4, T5) + href: api/RedLoader.LemonTuple-5.html#RedLoader_LemonTuple_5__ctor__0__1__2__3__4_ + commentId: M:RedLoader.LemonTuple`5.#ctor(`0,`1,`2,`3,`4) + name.vb: New(T1, T2, T3, T4, T5) + fullName: RedLoader.LemonTuple.LemonTuple(T1, T2, T3, T4, T5) + fullName.vb: RedLoader.LemonTuple(Of T1, T2, T3, T4, T5).New(T1, T2, T3, T4, T5) + nameWithType: LemonTuple.LemonTuple(T1, T2, T3, T4, T5) + nameWithType.vb: LemonTuple(Of T1, T2, T3, T4, T5).New(T1, T2, T3, T4, T5) +- uid: RedLoader.LemonTuple`5.#ctor* + name: LemonTuple + href: api/RedLoader.LemonTuple-5.html#RedLoader_LemonTuple_5__ctor_ + commentId: Overload:RedLoader.LemonTuple`5.#ctor + name.vb: New + fullName: RedLoader.LemonTuple.LemonTuple + fullName.vb: RedLoader.LemonTuple(Of T1, T2, T3, T4, T5).New + nameWithType: LemonTuple.LemonTuple + nameWithType.vb: LemonTuple(Of T1, T2, T3, T4, T5).New +- uid: RedLoader.LemonTuple`5.Item5 + name: Item5 + href: api/RedLoader.LemonTuple-5.html#RedLoader_LemonTuple_5_Item5 + commentId: F:RedLoader.LemonTuple`5.Item5 + fullName: RedLoader.LemonTuple.Item5 + fullName.vb: RedLoader.LemonTuple(Of T1, T2, T3, T4, T5).Item5 + nameWithType: LemonTuple.Item5 + nameWithType.vb: LemonTuple(Of T1, T2, T3, T4, T5).Item5 +- uid: RedLoader.LemonTuple`6 + name: LemonTuple + href: api/RedLoader.LemonTuple-6.html + commentId: T:RedLoader.LemonTuple`6 + name.vb: LemonTuple(Of T1, T2, T3, T4, T5, T6) + fullName: RedLoader.LemonTuple + fullName.vb: RedLoader.LemonTuple(Of T1, T2, T3, T4, T5, T6) + nameWithType: LemonTuple + nameWithType.vb: LemonTuple(Of T1, T2, T3, T4, T5, T6) +- uid: RedLoader.LemonTuple`6.#ctor + name: LemonTuple() + href: api/RedLoader.LemonTuple-6.html#RedLoader_LemonTuple_6__ctor + commentId: M:RedLoader.LemonTuple`6.#ctor + name.vb: New() + fullName: RedLoader.LemonTuple.LemonTuple() + fullName.vb: RedLoader.LemonTuple(Of T1, T2, T3, T4, T5, T6).New() + nameWithType: LemonTuple.LemonTuple() + nameWithType.vb: LemonTuple(Of T1, T2, T3, T4, T5, T6).New() +- uid: RedLoader.LemonTuple`6.#ctor(`0,`1,`2,`3,`4,`5) + name: LemonTuple(T1, T2, T3, T4, T5, T6) + href: api/RedLoader.LemonTuple-6.html#RedLoader_LemonTuple_6__ctor__0__1__2__3__4__5_ + commentId: M:RedLoader.LemonTuple`6.#ctor(`0,`1,`2,`3,`4,`5) + name.vb: New(T1, T2, T3, T4, T5, T6) + fullName: RedLoader.LemonTuple.LemonTuple(T1, T2, T3, T4, T5, T6) + fullName.vb: RedLoader.LemonTuple(Of T1, T2, T3, T4, T5, T6).New(T1, T2, T3, T4, T5, T6) + nameWithType: LemonTuple.LemonTuple(T1, T2, T3, T4, T5, T6) + nameWithType.vb: LemonTuple(Of T1, T2, T3, T4, T5, T6).New(T1, T2, T3, T4, T5, T6) +- uid: RedLoader.LemonTuple`6.#ctor* + name: LemonTuple + href: api/RedLoader.LemonTuple-6.html#RedLoader_LemonTuple_6__ctor_ + commentId: Overload:RedLoader.LemonTuple`6.#ctor + name.vb: New + fullName: RedLoader.LemonTuple.LemonTuple + fullName.vb: RedLoader.LemonTuple(Of T1, T2, T3, T4, T5, T6).New + nameWithType: LemonTuple.LemonTuple + nameWithType.vb: LemonTuple(Of T1, T2, T3, T4, T5, T6).New +- uid: RedLoader.LemonTuple`6.Item6 + name: Item6 + href: api/RedLoader.LemonTuple-6.html#RedLoader_LemonTuple_6_Item6 + commentId: F:RedLoader.LemonTuple`6.Item6 + fullName: RedLoader.LemonTuple.Item6 + fullName.vb: RedLoader.LemonTuple(Of T1, T2, T3, T4, T5, T6).Item6 + nameWithType: LemonTuple.Item6 + nameWithType.vb: LemonTuple(Of T1, T2, T3, T4, T5, T6).Item6 +- uid: RedLoader.LemonTuple`7 + name: LemonTuple + href: api/RedLoader.LemonTuple-7.html + commentId: T:RedLoader.LemonTuple`7 + name.vb: LemonTuple(Of T1, T2, T3, T4, T5, T6, T7) + fullName: RedLoader.LemonTuple + fullName.vb: RedLoader.LemonTuple(Of T1, T2, T3, T4, T5, T6, T7) + nameWithType: LemonTuple + nameWithType.vb: LemonTuple(Of T1, T2, T3, T4, T5, T6, T7) +- uid: RedLoader.LemonTuple`7.#ctor + name: LemonTuple() + href: api/RedLoader.LemonTuple-7.html#RedLoader_LemonTuple_7__ctor + commentId: M:RedLoader.LemonTuple`7.#ctor + name.vb: New() + fullName: RedLoader.LemonTuple.LemonTuple() + fullName.vb: RedLoader.LemonTuple(Of T1, T2, T3, T4, T5, T6, T7).New() + nameWithType: LemonTuple.LemonTuple() + nameWithType.vb: LemonTuple(Of T1, T2, T3, T4, T5, T6, T7).New() +- uid: RedLoader.LemonTuple`7.#ctor(`0,`1,`2,`3,`4,`5,`6) + name: LemonTuple(T1, T2, T3, T4, T5, T6, T7) + href: api/RedLoader.LemonTuple-7.html#RedLoader_LemonTuple_7__ctor__0__1__2__3__4__5__6_ + commentId: M:RedLoader.LemonTuple`7.#ctor(`0,`1,`2,`3,`4,`5,`6) + name.vb: New(T1, T2, T3, T4, T5, T6, T7) + fullName: RedLoader.LemonTuple.LemonTuple(T1, T2, T3, T4, T5, T6, T7) + fullName.vb: RedLoader.LemonTuple(Of T1, T2, T3, T4, T5, T6, T7).New(T1, T2, T3, T4, T5, T6, T7) + nameWithType: LemonTuple.LemonTuple(T1, T2, T3, T4, T5, T6, T7) + nameWithType.vb: LemonTuple(Of T1, T2, T3, T4, T5, T6, T7).New(T1, T2, T3, T4, T5, T6, T7) +- uid: RedLoader.LemonTuple`7.#ctor* + name: LemonTuple + href: api/RedLoader.LemonTuple-7.html#RedLoader_LemonTuple_7__ctor_ + commentId: Overload:RedLoader.LemonTuple`7.#ctor + name.vb: New + fullName: RedLoader.LemonTuple.LemonTuple + fullName.vb: RedLoader.LemonTuple(Of T1, T2, T3, T4, T5, T6, T7).New + nameWithType: LemonTuple.LemonTuple + nameWithType.vb: LemonTuple(Of T1, T2, T3, T4, T5, T6, T7).New +- uid: RedLoader.LemonTuple`7.Item7 + name: Item7 + href: api/RedLoader.LemonTuple-7.html#RedLoader_LemonTuple_7_Item7 + commentId: F:RedLoader.LemonTuple`7.Item7 + fullName: RedLoader.LemonTuple.Item7 + fullName.vb: RedLoader.LemonTuple(Of T1, T2, T3, T4, T5, T6, T7).Item7 + nameWithType: LemonTuple.Item7 + nameWithType.vb: LemonTuple(Of T1, T2, T3, T4, T5, T6, T7).Item7 +- uid: RedLoader.LemonTuple`8 + name: LemonTuple + href: api/RedLoader.LemonTuple-8.html + commentId: T:RedLoader.LemonTuple`8 + name.vb: LemonTuple(Of T1, T2, T3, T4, T5, T6, T7, T8) + fullName: RedLoader.LemonTuple + fullName.vb: RedLoader.LemonTuple(Of T1, T2, T3, T4, T5, T6, T7, T8) + nameWithType: LemonTuple + nameWithType.vb: LemonTuple(Of T1, T2, T3, T4, T5, T6, T7, T8) +- uid: RedLoader.LemonTuple`8.#ctor + name: LemonTuple() + href: api/RedLoader.LemonTuple-8.html#RedLoader_LemonTuple_8__ctor + commentId: M:RedLoader.LemonTuple`8.#ctor + name.vb: New() + fullName: RedLoader.LemonTuple.LemonTuple() + fullName.vb: RedLoader.LemonTuple(Of T1, T2, T3, T4, T5, T6, T7, T8).New() + nameWithType: LemonTuple.LemonTuple() + nameWithType.vb: LemonTuple(Of T1, T2, T3, T4, T5, T6, T7, T8).New() +- uid: RedLoader.LemonTuple`8.#ctor(`0,`1,`2,`3,`4,`5,`6,`7) + name: LemonTuple(T1, T2, T3, T4, T5, T6, T7, T8) + href: api/RedLoader.LemonTuple-8.html#RedLoader_LemonTuple_8__ctor__0__1__2__3__4__5__6__7_ + commentId: M:RedLoader.LemonTuple`8.#ctor(`0,`1,`2,`3,`4,`5,`6,`7) + name.vb: New(T1, T2, T3, T4, T5, T6, T7, T8) + fullName: RedLoader.LemonTuple.LemonTuple(T1, T2, T3, T4, T5, T6, T7, T8) + fullName.vb: RedLoader.LemonTuple(Of T1, T2, T3, T4, T5, T6, T7, T8).New(T1, T2, T3, T4, T5, T6, T7, T8) + nameWithType: LemonTuple.LemonTuple(T1, T2, T3, T4, T5, T6, T7, T8) + nameWithType.vb: LemonTuple(Of T1, T2, T3, T4, T5, T6, T7, T8).New(T1, T2, T3, T4, T5, T6, T7, T8) +- uid: RedLoader.LemonTuple`8.#ctor* + name: LemonTuple + href: api/RedLoader.LemonTuple-8.html#RedLoader_LemonTuple_8__ctor_ + commentId: Overload:RedLoader.LemonTuple`8.#ctor + name.vb: New + fullName: RedLoader.LemonTuple.LemonTuple + fullName.vb: RedLoader.LemonTuple(Of T1, T2, T3, T4, T5, T6, T7, T8).New + nameWithType: LemonTuple.LemonTuple + nameWithType.vb: LemonTuple(Of T1, T2, T3, T4, T5, T6, T7, T8).New +- uid: RedLoader.LemonTuple`8.Item8 + name: Item8 + href: api/RedLoader.LemonTuple-8.html#RedLoader_LemonTuple_8_Item8 + commentId: F:RedLoader.LemonTuple`8.Item8 + fullName: RedLoader.LemonTuple.Item8 + fullName.vb: RedLoader.LemonTuple(Of T1, T2, T3, T4, T5, T6, T7, T8).Item8 + nameWithType: LemonTuple.Item8 + nameWithType.vb: LemonTuple(Of T1, T2, T3, T4, T5, T6, T7, T8).Item8 +- uid: RedLoader.LemonTuple`9 + name: LemonTuple + href: api/RedLoader.LemonTuple-9.html + commentId: T:RedLoader.LemonTuple`9 + name.vb: LemonTuple(Of T1, T2, T3, T4, T5, T6, T7, T8, T9) + fullName: RedLoader.LemonTuple + fullName.vb: RedLoader.LemonTuple(Of T1, T2, T3, T4, T5, T6, T7, T8, T9) + nameWithType: LemonTuple + nameWithType.vb: LemonTuple(Of T1, T2, T3, T4, T5, T6, T7, T8, T9) +- uid: RedLoader.LemonTuple`9.#ctor + name: LemonTuple() + href: api/RedLoader.LemonTuple-9.html#RedLoader_LemonTuple_9__ctor + commentId: M:RedLoader.LemonTuple`9.#ctor + name.vb: New() + fullName: RedLoader.LemonTuple.LemonTuple() + fullName.vb: RedLoader.LemonTuple(Of T1, T2, T3, T4, T5, T6, T7, T8, T9).New() + nameWithType: LemonTuple.LemonTuple() + nameWithType.vb: LemonTuple(Of T1, T2, T3, T4, T5, T6, T7, T8, T9).New() +- uid: RedLoader.LemonTuple`9.#ctor(`0,`1,`2,`3,`4,`5,`6,`7,`8) + name: LemonTuple(T1, T2, T3, T4, T5, T6, T7, T8, T9) + href: api/RedLoader.LemonTuple-9.html#RedLoader_LemonTuple_9__ctor__0__1__2__3__4__5__6__7__8_ + commentId: M:RedLoader.LemonTuple`9.#ctor(`0,`1,`2,`3,`4,`5,`6,`7,`8) + name.vb: New(T1, T2, T3, T4, T5, T6, T7, T8, T9) + fullName: RedLoader.LemonTuple.LemonTuple(T1, T2, T3, T4, T5, T6, T7, T8, T9) + fullName.vb: RedLoader.LemonTuple(Of T1, T2, T3, T4, T5, T6, T7, T8, T9).New(T1, T2, T3, T4, T5, T6, T7, T8, T9) + nameWithType: LemonTuple.LemonTuple(T1, T2, T3, T4, T5, T6, T7, T8, T9) + nameWithType.vb: LemonTuple(Of T1, T2, T3, T4, T5, T6, T7, T8, T9).New(T1, T2, T3, T4, T5, T6, T7, T8, T9) +- uid: RedLoader.LemonTuple`9.#ctor* + name: LemonTuple + href: api/RedLoader.LemonTuple-9.html#RedLoader_LemonTuple_9__ctor_ + commentId: Overload:RedLoader.LemonTuple`9.#ctor + name.vb: New + fullName: RedLoader.LemonTuple.LemonTuple + fullName.vb: RedLoader.LemonTuple(Of T1, T2, T3, T4, T5, T6, T7, T8, T9).New + nameWithType: LemonTuple.LemonTuple + nameWithType.vb: LemonTuple(Of T1, T2, T3, T4, T5, T6, T7, T8, T9).New +- uid: RedLoader.LemonTuple`9.Item9 + name: Item9 + href: api/RedLoader.LemonTuple-9.html#RedLoader_LemonTuple_9_Item9 + commentId: F:RedLoader.LemonTuple`9.Item9 + fullName: RedLoader.LemonTuple.Item9 + fullName.vb: RedLoader.LemonTuple(Of T1, T2, T3, T4, T5, T6, T7, T8, T9).Item9 + nameWithType: LemonTuple.Item9 + nameWithType.vb: LemonTuple(Of T1, T2, T3, T4, T5, T6, T7, T8, T9).Item9 +- uid: RedLoader.LoaderUtils + name: LoaderUtils + href: api/RedLoader.LoaderUtils.html + commentId: T:RedLoader.LoaderUtils + fullName: RedLoader.LoaderUtils + nameWithType: LoaderUtils +- uid: RedLoader.LoaderUtils.Clamp* + name: Clamp + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_Clamp_ + commentId: Overload:RedLoader.LoaderUtils.Clamp + fullName: RedLoader.LoaderUtils.Clamp + nameWithType: LoaderUtils.Clamp +- uid: RedLoader.LoaderUtils.Clamp``1(``0,``0,``0) + name: Clamp(T, T, T) + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_Clamp__1___0___0___0_ + commentId: M:RedLoader.LoaderUtils.Clamp``1(``0,``0,``0) + name.vb: Clamp(Of T)(T, T, T) + fullName: RedLoader.LoaderUtils.Clamp(T, T, T) + fullName.vb: RedLoader.LoaderUtils.Clamp(Of T)(T, T, T) + nameWithType: LoaderUtils.Clamp(T, T, T) + nameWithType.vb: LoaderUtils.Clamp(Of T)(T, T, T) +- uid: RedLoader.LoaderUtils.ColorFromString(System.String) + name: ColorFromString(string) + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_ColorFromString_System_String_ + commentId: M:RedLoader.LoaderUtils.ColorFromString(System.String) + name.vb: ColorFromString(String) + fullName: RedLoader.LoaderUtils.ColorFromString(string) + fullName.vb: RedLoader.LoaderUtils.ColorFromString(String) + nameWithType: LoaderUtils.ColorFromString(string) + nameWithType.vb: LoaderUtils.ColorFromString(String) +- uid: RedLoader.LoaderUtils.ColorFromString* + name: ColorFromString + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_ColorFromString_ + commentId: Overload:RedLoader.LoaderUtils.ColorFromString + fullName: RedLoader.LoaderUtils.ColorFromString + nameWithType: LoaderUtils.ColorFromString +- uid: RedLoader.LoaderUtils.ComputeSimpleSHA256Hash(System.String) + name: ComputeSimpleSHA256Hash(string) + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_ComputeSimpleSHA256Hash_System_String_ + commentId: M:RedLoader.LoaderUtils.ComputeSimpleSHA256Hash(System.String) + name.vb: ComputeSimpleSHA256Hash(String) + fullName: RedLoader.LoaderUtils.ComputeSimpleSHA256Hash(string) + fullName.vb: RedLoader.LoaderUtils.ComputeSimpleSHA256Hash(String) + nameWithType: LoaderUtils.ComputeSimpleSHA256Hash(string) + nameWithType.vb: LoaderUtils.ComputeSimpleSHA256Hash(String) +- uid: RedLoader.LoaderUtils.ComputeSimpleSHA256Hash* + name: ComputeSimpleSHA256Hash + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_ComputeSimpleSHA256Hash_ + commentId: Overload:RedLoader.LoaderUtils.ComputeSimpleSHA256Hash + fullName: RedLoader.LoaderUtils.ComputeSimpleSHA256Hash + nameWithType: LoaderUtils.ComputeSimpleSHA256Hash +- uid: RedLoader.LoaderUtils.ContainsExtension(System.String) + name: ContainsExtension(string) + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_ContainsExtension_System_String_ + commentId: M:RedLoader.LoaderUtils.ContainsExtension(System.String) + name.vb: ContainsExtension(String) + fullName: RedLoader.LoaderUtils.ContainsExtension(string) + fullName.vb: RedLoader.LoaderUtils.ContainsExtension(String) + nameWithType: LoaderUtils.ContainsExtension(string) + nameWithType.vb: LoaderUtils.ContainsExtension(String) +- uid: RedLoader.LoaderUtils.ContainsExtension* + name: ContainsExtension + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_ContainsExtension_ + commentId: Overload:RedLoader.LoaderUtils.ContainsExtension + fullName: RedLoader.LoaderUtils.ContainsExtension + nameWithType: LoaderUtils.ContainsExtension +- uid: RedLoader.LoaderUtils.CurrentDomain + name: CurrentDomain + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_CurrentDomain + commentId: P:RedLoader.LoaderUtils.CurrentDomain + fullName: RedLoader.LoaderUtils.CurrentDomain + nameWithType: LoaderUtils.CurrentDomain +- uid: RedLoader.LoaderUtils.CurrentDomain* + name: CurrentDomain + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_CurrentDomain_ + commentId: Overload:RedLoader.LoaderUtils.CurrentDomain + fullName: RedLoader.LoaderUtils.CurrentDomain + nameWithType: LoaderUtils.CurrentDomain +- uid: RedLoader.LoaderUtils.CurrentGameAttribute + name: CurrentGameAttribute + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_CurrentGameAttribute + commentId: P:RedLoader.LoaderUtils.CurrentGameAttribute + fullName: RedLoader.LoaderUtils.CurrentGameAttribute + nameWithType: LoaderUtils.CurrentGameAttribute +- uid: RedLoader.LoaderUtils.CurrentGameAttribute* + name: CurrentGameAttribute + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_CurrentGameAttribute_ + commentId: Overload:RedLoader.LoaderUtils.CurrentGameAttribute + fullName: RedLoader.LoaderUtils.CurrentGameAttribute + nameWithType: LoaderUtils.CurrentGameAttribute +- uid: RedLoader.LoaderUtils.CurrentPlatform + name: CurrentPlatform + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_CurrentPlatform + commentId: P:RedLoader.LoaderUtils.CurrentPlatform + fullName: RedLoader.LoaderUtils.CurrentPlatform + nameWithType: LoaderUtils.CurrentPlatform +- uid: RedLoader.LoaderUtils.CurrentPlatform* + name: CurrentPlatform + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_CurrentPlatform_ + commentId: Overload:RedLoader.LoaderUtils.CurrentPlatform + fullName: RedLoader.LoaderUtils.CurrentPlatform + nameWithType: LoaderUtils.CurrentPlatform +- uid: RedLoader.LoaderUtils.GameDeveloper + name: GameDeveloper + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_GameDeveloper + commentId: P:RedLoader.LoaderUtils.GameDeveloper + fullName: RedLoader.LoaderUtils.GameDeveloper + nameWithType: LoaderUtils.GameDeveloper +- uid: RedLoader.LoaderUtils.GameDeveloper* + name: GameDeveloper + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_GameDeveloper_ + commentId: Overload:RedLoader.LoaderUtils.GameDeveloper + fullName: RedLoader.LoaderUtils.GameDeveloper + nameWithType: LoaderUtils.GameDeveloper +- uid: RedLoader.LoaderUtils.GameName + name: GameName + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_GameName + commentId: P:RedLoader.LoaderUtils.GameName + fullName: RedLoader.LoaderUtils.GameName + nameWithType: LoaderUtils.GameName +- uid: RedLoader.LoaderUtils.GameName* + name: GameName + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_GameName_ + commentId: Overload:RedLoader.LoaderUtils.GameName + fullName: RedLoader.LoaderUtils.GameName + nameWithType: LoaderUtils.GameName +- uid: RedLoader.LoaderUtils.GameVersion + name: GameVersion + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_GameVersion + commentId: P:RedLoader.LoaderUtils.GameVersion + fullName: RedLoader.LoaderUtils.GameVersion + nameWithType: LoaderUtils.GameVersion +- uid: RedLoader.LoaderUtils.GameVersion* + name: GameVersion + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_GameVersion_ + commentId: Overload:RedLoader.LoaderUtils.GameVersion + fullName: RedLoader.LoaderUtils.GameVersion + nameWithType: LoaderUtils.GameVersion +- uid: RedLoader.LoaderUtils.GetDelegate(System.IntPtr,System.Type) + name: GetDelegate(IntPtr, Type) + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_GetDelegate_System_IntPtr_System_Type_ + commentId: M:RedLoader.LoaderUtils.GetDelegate(System.IntPtr,System.Type) + fullName: RedLoader.LoaderUtils.GetDelegate(System.IntPtr, System.Type) + nameWithType: LoaderUtils.GetDelegate(IntPtr, Type) +- uid: RedLoader.LoaderUtils.GetDelegate* + name: GetDelegate + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_GetDelegate_ + commentId: Overload:RedLoader.LoaderUtils.GetDelegate + fullName: RedLoader.LoaderUtils.GetDelegate + nameWithType: LoaderUtils.GetDelegate +- uid: RedLoader.LoaderUtils.GetDelegate``1(System.IntPtr,``0@) + name: GetDelegate(IntPtr, out T) + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_GetDelegate__1_System_IntPtr___0__ + commentId: M:RedLoader.LoaderUtils.GetDelegate``1(System.IntPtr,``0@) + name.vb: GetDelegate(Of T)(IntPtr, T) + fullName: RedLoader.LoaderUtils.GetDelegate(System.IntPtr, out T) + fullName.vb: RedLoader.LoaderUtils.GetDelegate(Of T)(System.IntPtr, T) + nameWithType: LoaderUtils.GetDelegate(IntPtr, out T) + nameWithType.vb: LoaderUtils.GetDelegate(Of T)(IntPtr, T) +- uid: RedLoader.LoaderUtils.GetDelegate``1(System.IntPtr) + name: GetDelegate(IntPtr) + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_GetDelegate__1_System_IntPtr_ + commentId: M:RedLoader.LoaderUtils.GetDelegate``1(System.IntPtr) + name.vb: GetDelegate(Of T)(IntPtr) + fullName: RedLoader.LoaderUtils.GetDelegate(System.IntPtr) + fullName.vb: RedLoader.LoaderUtils.GetDelegate(Of T)(System.IntPtr) + nameWithType: LoaderUtils.GetDelegate(IntPtr) + nameWithType.vb: LoaderUtils.GetDelegate(Of T)(IntPtr) +- uid: RedLoader.LoaderUtils.GetFileProductName(System.String) + name: GetFileProductName(string) + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_GetFileProductName_System_String_ + commentId: M:RedLoader.LoaderUtils.GetFileProductName(System.String) + name.vb: GetFileProductName(String) + fullName: RedLoader.LoaderUtils.GetFileProductName(string) + fullName.vb: RedLoader.LoaderUtils.GetFileProductName(String) + nameWithType: LoaderUtils.GetFileProductName(string) + nameWithType.vb: LoaderUtils.GetFileProductName(String) +- uid: RedLoader.LoaderUtils.GetFileProductName* + name: GetFileProductName + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_GetFileProductName_ + commentId: Overload:RedLoader.LoaderUtils.GetFileProductName + fullName: RedLoader.LoaderUtils.GetFileProductName + nameWithType: LoaderUtils.GetFileProductName +- uid: RedLoader.LoaderUtils.GetFunctionPointer(System.Delegate) + name: GetFunctionPointer(Delegate) + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_GetFunctionPointer_System_Delegate_ + commentId: M:RedLoader.LoaderUtils.GetFunctionPointer(System.Delegate) + fullName: RedLoader.LoaderUtils.GetFunctionPointer(System.Delegate) + nameWithType: LoaderUtils.GetFunctionPointer(Delegate) +- uid: RedLoader.LoaderUtils.GetFunctionPointer* + name: GetFunctionPointer + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_GetFunctionPointer_ + commentId: Overload:RedLoader.LoaderUtils.GetFunctionPointer + fullName: RedLoader.LoaderUtils.GetFunctionPointer + nameWithType: LoaderUtils.GetFunctionPointer +- uid: RedLoader.LoaderUtils.GetMelonFromStackTrace + name: GetMelonFromStackTrace() + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_GetMelonFromStackTrace + commentId: M:RedLoader.LoaderUtils.GetMelonFromStackTrace + fullName: RedLoader.LoaderUtils.GetMelonFromStackTrace() + nameWithType: LoaderUtils.GetMelonFromStackTrace() +- uid: RedLoader.LoaderUtils.GetMelonFromStackTrace(System.Diagnostics.StackTrace,System.Boolean) + name: GetMelonFromStackTrace(StackTrace, bool) + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_GetMelonFromStackTrace_System_Diagnostics_StackTrace_System_Boolean_ + commentId: M:RedLoader.LoaderUtils.GetMelonFromStackTrace(System.Diagnostics.StackTrace,System.Boolean) + name.vb: GetMelonFromStackTrace(StackTrace, Boolean) + fullName: RedLoader.LoaderUtils.GetMelonFromStackTrace(System.Diagnostics.StackTrace, bool) + fullName.vb: RedLoader.LoaderUtils.GetMelonFromStackTrace(System.Diagnostics.StackTrace, Boolean) + nameWithType: LoaderUtils.GetMelonFromStackTrace(StackTrace, bool) + nameWithType.vb: LoaderUtils.GetMelonFromStackTrace(StackTrace, Boolean) +- uid: RedLoader.LoaderUtils.GetMelonFromStackTrace* + name: GetMelonFromStackTrace + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_GetMelonFromStackTrace_ + commentId: Overload:RedLoader.LoaderUtils.GetMelonFromStackTrace + fullName: RedLoader.LoaderUtils.GetMelonFromStackTrace + nameWithType: LoaderUtils.GetMelonFromStackTrace +- uid: RedLoader.LoaderUtils.GetNativeLibraryExport(System.IntPtr,System.String) + name: GetNativeLibraryExport(IntPtr, string) + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_GetNativeLibraryExport_System_IntPtr_System_String_ + commentId: M:RedLoader.LoaderUtils.GetNativeLibraryExport(System.IntPtr,System.String) + name.vb: GetNativeLibraryExport(IntPtr, String) + fullName: RedLoader.LoaderUtils.GetNativeLibraryExport(System.IntPtr, string) + fullName.vb: RedLoader.LoaderUtils.GetNativeLibraryExport(System.IntPtr, String) + nameWithType: LoaderUtils.GetNativeLibraryExport(IntPtr, string) + nameWithType.vb: LoaderUtils.GetNativeLibraryExport(IntPtr, String) +- uid: RedLoader.LoaderUtils.GetNativeLibraryExport* + name: GetNativeLibraryExport + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_GetNativeLibraryExport_ + commentId: Overload:RedLoader.LoaderUtils.GetNativeLibraryExport + fullName: RedLoader.LoaderUtils.GetNativeLibraryExport + nameWithType: LoaderUtils.GetNativeLibraryExport +- uid: RedLoader.LoaderUtils.GetPlatform + name: GetPlatform + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_GetPlatform + commentId: P:RedLoader.LoaderUtils.GetPlatform + fullName: RedLoader.LoaderUtils.GetPlatform + nameWithType: LoaderUtils.GetPlatform +- uid: RedLoader.LoaderUtils.GetPlatform* + name: GetPlatform + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_GetPlatform_ + commentId: Overload:RedLoader.LoaderUtils.GetPlatform + fullName: RedLoader.LoaderUtils.GetPlatform + nameWithType: LoaderUtils.GetPlatform +- uid: RedLoader.LoaderUtils.GetUnityVersion + name: GetUnityVersion() + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_GetUnityVersion + commentId: M:RedLoader.LoaderUtils.GetUnityVersion + fullName: RedLoader.LoaderUtils.GetUnityVersion() + nameWithType: LoaderUtils.GetUnityVersion() +- uid: RedLoader.LoaderUtils.GetUnityVersion* + name: GetUnityVersion + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_GetUnityVersion_ + commentId: Overload:RedLoader.LoaderUtils.GetUnityVersion + fullName: RedLoader.LoaderUtils.GetUnityVersion + nameWithType: LoaderUtils.GetUnityVersion +- uid: RedLoader.LoaderUtils.GetValidTypes(System.Reflection.Assembly,RedLoader.LemonFunc{System.Type,System.Boolean}) + name: GetValidTypes(Assembly, LemonFunc) + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_GetValidTypes_System_Reflection_Assembly_RedLoader_LemonFunc_System_Type_System_Boolean__ + commentId: M:RedLoader.LoaderUtils.GetValidTypes(System.Reflection.Assembly,RedLoader.LemonFunc{System.Type,System.Boolean}) + name.vb: GetValidTypes(Assembly, LemonFunc(Of Type, Boolean)) + fullName: RedLoader.LoaderUtils.GetValidTypes(System.Reflection.Assembly, RedLoader.LemonFunc) + fullName.vb: RedLoader.LoaderUtils.GetValidTypes(System.Reflection.Assembly, RedLoader.LemonFunc(Of System.Type, Boolean)) + nameWithType: LoaderUtils.GetValidTypes(Assembly, LemonFunc) + nameWithType.vb: LoaderUtils.GetValidTypes(Assembly, LemonFunc(Of Type, Boolean)) +- uid: RedLoader.LoaderUtils.GetValidTypes(System.Reflection.Assembly) + name: GetValidTypes(Assembly) + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_GetValidTypes_System_Reflection_Assembly_ + commentId: M:RedLoader.LoaderUtils.GetValidTypes(System.Reflection.Assembly) + fullName: RedLoader.LoaderUtils.GetValidTypes(System.Reflection.Assembly) + nameWithType: LoaderUtils.GetValidTypes(Assembly) +- uid: RedLoader.LoaderUtils.GetValidTypes* + name: GetValidTypes + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_GetValidTypes_ + commentId: Overload:RedLoader.LoaderUtils.GetValidTypes + fullName: RedLoader.LoaderUtils.GetValidTypes + nameWithType: LoaderUtils.GetValidTypes +- uid: RedLoader.LoaderUtils.HashCode + name: HashCode + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_HashCode + commentId: P:RedLoader.LoaderUtils.HashCode + fullName: RedLoader.LoaderUtils.HashCode + nameWithType: LoaderUtils.HashCode +- uid: RedLoader.LoaderUtils.HashCode* + name: HashCode + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_HashCode_ + commentId: Overload:RedLoader.LoaderUtils.HashCode + fullName: RedLoader.LoaderUtils.HashCode + nameWithType: LoaderUtils.HashCode +- uid: RedLoader.LoaderUtils.IsGame32Bit + name: IsGame32Bit() + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_IsGame32Bit + commentId: M:RedLoader.LoaderUtils.IsGame32Bit + fullName: RedLoader.LoaderUtils.IsGame32Bit() + nameWithType: LoaderUtils.IsGame32Bit() +- uid: RedLoader.LoaderUtils.IsGame32Bit* + name: IsGame32Bit + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_IsGame32Bit_ + commentId: Overload:RedLoader.LoaderUtils.IsGame32Bit + fullName: RedLoader.LoaderUtils.IsGame32Bit + nameWithType: LoaderUtils.IsGame32Bit +- uid: RedLoader.LoaderUtils.IsGameIl2Cpp + name: IsGameIl2Cpp() + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_IsGameIl2Cpp + commentId: M:RedLoader.LoaderUtils.IsGameIl2Cpp + fullName: RedLoader.LoaderUtils.IsGameIl2Cpp() + nameWithType: LoaderUtils.IsGameIl2Cpp() +- uid: RedLoader.LoaderUtils.IsGameIl2Cpp* + name: IsGameIl2Cpp + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_IsGameIl2Cpp_ + commentId: Overload:RedLoader.LoaderUtils.IsGameIl2Cpp + fullName: RedLoader.LoaderUtils.IsGameIl2Cpp + nameWithType: LoaderUtils.IsGameIl2Cpp +- uid: RedLoader.LoaderUtils.IsMac + name: IsMac + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_IsMac + commentId: P:RedLoader.LoaderUtils.IsMac + fullName: RedLoader.LoaderUtils.IsMac + nameWithType: LoaderUtils.IsMac +- uid: RedLoader.LoaderUtils.IsMac* + name: IsMac + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_IsMac_ + commentId: Overload:RedLoader.LoaderUtils.IsMac + fullName: RedLoader.LoaderUtils.IsMac + nameWithType: LoaderUtils.IsMac +- uid: RedLoader.LoaderUtils.IsNotImplemented(System.Reflection.MethodBase) + name: IsNotImplemented(MethodBase) + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_IsNotImplemented_System_Reflection_MethodBase_ + commentId: M:RedLoader.LoaderUtils.IsNotImplemented(System.Reflection.MethodBase) + fullName: RedLoader.LoaderUtils.IsNotImplemented(System.Reflection.MethodBase) + nameWithType: LoaderUtils.IsNotImplemented(MethodBase) +- uid: RedLoader.LoaderUtils.IsNotImplemented* + name: IsNotImplemented + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_IsNotImplemented_ + commentId: Overload:RedLoader.LoaderUtils.IsNotImplemented + fullName: RedLoader.LoaderUtils.IsNotImplemented + nameWithType: LoaderUtils.IsNotImplemented +- uid: RedLoader.LoaderUtils.IsOldMono + name: IsOldMono() + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_IsOldMono + commentId: M:RedLoader.LoaderUtils.IsOldMono + fullName: RedLoader.LoaderUtils.IsOldMono() + nameWithType: LoaderUtils.IsOldMono() +- uid: RedLoader.LoaderUtils.IsOldMono* + name: IsOldMono + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_IsOldMono_ + commentId: Overload:RedLoader.LoaderUtils.IsOldMono + fullName: RedLoader.LoaderUtils.IsOldMono + nameWithType: LoaderUtils.IsOldMono +- uid: RedLoader.LoaderUtils.IsTypeEqualToFullName(System.Type,System.String) + name: IsTypeEqualToFullName(Type, string) + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_IsTypeEqualToFullName_System_Type_System_String_ + commentId: M:RedLoader.LoaderUtils.IsTypeEqualToFullName(System.Type,System.String) + name.vb: IsTypeEqualToFullName(Type, String) + fullName: RedLoader.LoaderUtils.IsTypeEqualToFullName(System.Type, string) + fullName.vb: RedLoader.LoaderUtils.IsTypeEqualToFullName(System.Type, String) + nameWithType: LoaderUtils.IsTypeEqualToFullName(Type, string) + nameWithType.vb: LoaderUtils.IsTypeEqualToFullName(Type, String) +- uid: RedLoader.LoaderUtils.IsTypeEqualToFullName* + name: IsTypeEqualToFullName + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_IsTypeEqualToFullName_ + commentId: Overload:RedLoader.LoaderUtils.IsTypeEqualToFullName + fullName: RedLoader.LoaderUtils.IsTypeEqualToFullName + nameWithType: LoaderUtils.IsTypeEqualToFullName +- uid: RedLoader.LoaderUtils.IsTypeEqualToName(System.Type,System.String) + name: IsTypeEqualToName(Type, string) + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_IsTypeEqualToName_System_Type_System_String_ + commentId: M:RedLoader.LoaderUtils.IsTypeEqualToName(System.Type,System.String) + name.vb: IsTypeEqualToName(Type, String) + fullName: RedLoader.LoaderUtils.IsTypeEqualToName(System.Type, string) + fullName.vb: RedLoader.LoaderUtils.IsTypeEqualToName(System.Type, String) + nameWithType: LoaderUtils.IsTypeEqualToName(Type, string) + nameWithType.vb: LoaderUtils.IsTypeEqualToName(Type, String) +- uid: RedLoader.LoaderUtils.IsTypeEqualToName* + name: IsTypeEqualToName + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_IsTypeEqualToName_ + commentId: Overload:RedLoader.LoaderUtils.IsTypeEqualToName + fullName: RedLoader.LoaderUtils.IsTypeEqualToName + nameWithType: LoaderUtils.IsTypeEqualToName +- uid: RedLoader.LoaderUtils.IsUnderWineOrSteamProton + name: IsUnderWineOrSteamProton() + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_IsUnderWineOrSteamProton + commentId: M:RedLoader.LoaderUtils.IsUnderWineOrSteamProton + fullName: RedLoader.LoaderUtils.IsUnderWineOrSteamProton() + nameWithType: LoaderUtils.IsUnderWineOrSteamProton() +- uid: RedLoader.LoaderUtils.IsUnderWineOrSteamProton* + name: IsUnderWineOrSteamProton + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_IsUnderWineOrSteamProton_ + commentId: Overload:RedLoader.LoaderUtils.IsUnderWineOrSteamProton + fullName: RedLoader.LoaderUtils.IsUnderWineOrSteamProton + nameWithType: LoaderUtils.IsUnderWineOrSteamProton +- uid: RedLoader.LoaderUtils.IsUnix + name: IsUnix + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_IsUnix + commentId: P:RedLoader.LoaderUtils.IsUnix + fullName: RedLoader.LoaderUtils.IsUnix + nameWithType: LoaderUtils.IsUnix +- uid: RedLoader.LoaderUtils.IsUnix* + name: IsUnix + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_IsUnix_ + commentId: Overload:RedLoader.LoaderUtils.IsUnix + fullName: RedLoader.LoaderUtils.IsUnix + nameWithType: LoaderUtils.IsUnix +- uid: RedLoader.LoaderUtils.IsWindows + name: IsWindows + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_IsWindows + commentId: P:RedLoader.LoaderUtils.IsWindows + fullName: RedLoader.LoaderUtils.IsWindows + nameWithType: LoaderUtils.IsWindows +- uid: RedLoader.LoaderUtils.IsWindows* + name: IsWindows + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_IsWindows_ + commentId: Overload:RedLoader.LoaderUtils.IsWindows + fullName: RedLoader.LoaderUtils.IsWindows + nameWithType: LoaderUtils.IsWindows +- uid: RedLoader.LoaderUtils.LoadIncludedClassPackage(AssetsTools.NET.Extra.AssetsManager) + name: LoadIncludedClassPackage(AssetsManager) + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_LoadIncludedClassPackage_AssetsTools_NET_Extra_AssetsManager_ + commentId: M:RedLoader.LoaderUtils.LoadIncludedClassPackage(AssetsTools.NET.Extra.AssetsManager) + fullName: RedLoader.LoaderUtils.LoadIncludedClassPackage(AssetsTools.NET.Extra.AssetsManager) + nameWithType: LoaderUtils.LoadIncludedClassPackage(AssetsManager) +- uid: RedLoader.LoaderUtils.LoadIncludedClassPackage* + name: LoadIncludedClassPackage + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_LoadIncludedClassPackage_ + commentId: Overload:RedLoader.LoaderUtils.LoadIncludedClassPackage + fullName: RedLoader.LoaderUtils.LoadIncludedClassPackage + nameWithType: LoaderUtils.LoadIncludedClassPackage +- uid: RedLoader.LoaderUtils.MakePlural(System.String,System.Int32) + name: MakePlural(string, int) + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_MakePlural_System_String_System_Int32_ + commentId: M:RedLoader.LoaderUtils.MakePlural(System.String,System.Int32) + name.vb: MakePlural(String, Integer) + fullName: RedLoader.LoaderUtils.MakePlural(string, int) + fullName.vb: RedLoader.LoaderUtils.MakePlural(String, Integer) + nameWithType: LoaderUtils.MakePlural(string, int) + nameWithType.vb: LoaderUtils.MakePlural(String, Integer) +- uid: RedLoader.LoaderUtils.MakePlural* + name: MakePlural + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_MakePlural_ + commentId: Overload:RedLoader.LoaderUtils.MakePlural + fullName: RedLoader.LoaderUtils.MakePlural + nameWithType: LoaderUtils.MakePlural +- uid: RedLoader.LoaderUtils.NativeHookAttach(System.IntPtr,System.IntPtr) + name: NativeHookAttach(IntPtr, IntPtr) + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_NativeHookAttach_System_IntPtr_System_IntPtr_ + commentId: M:RedLoader.LoaderUtils.NativeHookAttach(System.IntPtr,System.IntPtr) + fullName: RedLoader.LoaderUtils.NativeHookAttach(System.IntPtr, System.IntPtr) + nameWithType: LoaderUtils.NativeHookAttach(IntPtr, IntPtr) +- uid: RedLoader.LoaderUtils.NativeHookAttach* + name: NativeHookAttach + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_NativeHookAttach_ + commentId: Overload:RedLoader.LoaderUtils.NativeHookAttach + fullName: RedLoader.LoaderUtils.NativeHookAttach + nameWithType: LoaderUtils.NativeHookAttach +- uid: RedLoader.LoaderUtils.NativeHookDetach(System.IntPtr,System.IntPtr) + name: NativeHookDetach(IntPtr, IntPtr) + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_NativeHookDetach_System_IntPtr_System_IntPtr_ + commentId: M:RedLoader.LoaderUtils.NativeHookDetach(System.IntPtr,System.IntPtr) + fullName: RedLoader.LoaderUtils.NativeHookDetach(System.IntPtr, System.IntPtr) + nameWithType: LoaderUtils.NativeHookDetach(IntPtr, IntPtr) +- uid: RedLoader.LoaderUtils.NativeHookDetach* + name: NativeHookDetach + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_NativeHookDetach_ + commentId: Overload:RedLoader.LoaderUtils.NativeHookDetach + fullName: RedLoader.LoaderUtils.NativeHookDetach + nameWithType: LoaderUtils.NativeHookDetach +- uid: RedLoader.LoaderUtils.ParseJSONStringtoStruct* + name: ParseJSONStringtoStruct + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_ParseJSONStringtoStruct_ + commentId: Overload:RedLoader.LoaderUtils.ParseJSONStringtoStruct + fullName: RedLoader.LoaderUtils.ParseJSONStringtoStruct + nameWithType: LoaderUtils.ParseJSONStringtoStruct +- uid: RedLoader.LoaderUtils.ParseJSONStringtoStruct``1(System.String) + name: ParseJSONStringtoStruct(string) + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_ParseJSONStringtoStruct__1_System_String_ + commentId: M:RedLoader.LoaderUtils.ParseJSONStringtoStruct``1(System.String) + name.vb: ParseJSONStringtoStruct(Of T)(String) + fullName: RedLoader.LoaderUtils.ParseJSONStringtoStruct(string) + fullName.vb: RedLoader.LoaderUtils.ParseJSONStringtoStruct(Of T)(String) + nameWithType: LoaderUtils.ParseJSONStringtoStruct(string) + nameWithType.vb: LoaderUtils.ParseJSONStringtoStruct(Of T)(String) +- uid: RedLoader.LoaderUtils.PullAttributeFromAssembly* + name: PullAttributeFromAssembly + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_PullAttributeFromAssembly_ + commentId: Overload:RedLoader.LoaderUtils.PullAttributeFromAssembly + fullName: RedLoader.LoaderUtils.PullAttributeFromAssembly + nameWithType: LoaderUtils.PullAttributeFromAssembly +- uid: RedLoader.LoaderUtils.PullAttributeFromAssembly``1(System.Reflection.Assembly,System.Boolean) + name: PullAttributeFromAssembly(Assembly, bool) + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_PullAttributeFromAssembly__1_System_Reflection_Assembly_System_Boolean_ + commentId: M:RedLoader.LoaderUtils.PullAttributeFromAssembly``1(System.Reflection.Assembly,System.Boolean) + name.vb: PullAttributeFromAssembly(Of T)(Assembly, Boolean) + fullName: RedLoader.LoaderUtils.PullAttributeFromAssembly(System.Reflection.Assembly, bool) + fullName.vb: RedLoader.LoaderUtils.PullAttributeFromAssembly(Of T)(System.Reflection.Assembly, Boolean) + nameWithType: LoaderUtils.PullAttributeFromAssembly(Assembly, bool) + nameWithType.vb: LoaderUtils.PullAttributeFromAssembly(Of T)(Assembly, Boolean) +- uid: RedLoader.LoaderUtils.PullAttributesFromAssembly* + name: PullAttributesFromAssembly + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_PullAttributesFromAssembly_ + commentId: Overload:RedLoader.LoaderUtils.PullAttributesFromAssembly + fullName: RedLoader.LoaderUtils.PullAttributesFromAssembly + nameWithType: LoaderUtils.PullAttributesFromAssembly +- uid: RedLoader.LoaderUtils.PullAttributesFromAssembly``1(System.Reflection.Assembly,System.Boolean) + name: PullAttributesFromAssembly(Assembly, bool) + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_PullAttributesFromAssembly__1_System_Reflection_Assembly_System_Boolean_ + commentId: M:RedLoader.LoaderUtils.PullAttributesFromAssembly``1(System.Reflection.Assembly,System.Boolean) + name.vb: PullAttributesFromAssembly(Of T)(Assembly, Boolean) + fullName: RedLoader.LoaderUtils.PullAttributesFromAssembly(System.Reflection.Assembly, bool) + fullName.vb: RedLoader.LoaderUtils.PullAttributesFromAssembly(Of T)(System.Reflection.Assembly, Boolean) + nameWithType: LoaderUtils.PullAttributesFromAssembly(Assembly, bool) + nameWithType.vb: LoaderUtils.PullAttributesFromAssembly(Of T)(Assembly, Boolean) +- uid: RedLoader.LoaderUtils.RandomDouble + name: RandomDouble() + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_RandomDouble + commentId: M:RedLoader.LoaderUtils.RandomDouble + fullName: RedLoader.LoaderUtils.RandomDouble() + nameWithType: LoaderUtils.RandomDouble() +- uid: RedLoader.LoaderUtils.RandomDouble* + name: RandomDouble + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_RandomDouble_ + commentId: Overload:RedLoader.LoaderUtils.RandomDouble + fullName: RedLoader.LoaderUtils.RandomDouble + nameWithType: LoaderUtils.RandomDouble +- uid: RedLoader.LoaderUtils.RandomInt + name: RandomInt() + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_RandomInt + commentId: M:RedLoader.LoaderUtils.RandomInt + fullName: RedLoader.LoaderUtils.RandomInt() + nameWithType: LoaderUtils.RandomInt() +- uid: RedLoader.LoaderUtils.RandomInt(System.Int32,System.Int32) + name: RandomInt(int, int) + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_RandomInt_System_Int32_System_Int32_ + commentId: M:RedLoader.LoaderUtils.RandomInt(System.Int32,System.Int32) + name.vb: RandomInt(Integer, Integer) + fullName: RedLoader.LoaderUtils.RandomInt(int, int) + fullName.vb: RedLoader.LoaderUtils.RandomInt(Integer, Integer) + nameWithType: LoaderUtils.RandomInt(int, int) + nameWithType.vb: LoaderUtils.RandomInt(Integer, Integer) +- uid: RedLoader.LoaderUtils.RandomInt(System.Int32) + name: RandomInt(int) + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_RandomInt_System_Int32_ + commentId: M:RedLoader.LoaderUtils.RandomInt(System.Int32) + name.vb: RandomInt(Integer) + fullName: RedLoader.LoaderUtils.RandomInt(int) + fullName.vb: RedLoader.LoaderUtils.RandomInt(Integer) + nameWithType: LoaderUtils.RandomInt(int) + nameWithType.vb: LoaderUtils.RandomInt(Integer) +- uid: RedLoader.LoaderUtils.RandomInt* + name: RandomInt + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_RandomInt_ + commentId: Overload:RedLoader.LoaderUtils.RandomInt + fullName: RedLoader.LoaderUtils.RandomInt + nameWithType: LoaderUtils.RandomInt +- uid: RedLoader.LoaderUtils.RandomString(System.Int32) + name: RandomString(int) + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_RandomString_System_Int32_ + commentId: M:RedLoader.LoaderUtils.RandomString(System.Int32) + name.vb: RandomString(Integer) + fullName: RedLoader.LoaderUtils.RandomString(int) + fullName.vb: RedLoader.LoaderUtils.RandomString(Integer) + nameWithType: LoaderUtils.RandomString(int) + nameWithType.vb: LoaderUtils.RandomString(Integer) +- uid: RedLoader.LoaderUtils.RandomString* + name: RandomString + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_RandomString_ + commentId: Overload:RedLoader.LoaderUtils.RandomString + fullName: RedLoader.LoaderUtils.RandomString + nameWithType: LoaderUtils.RandomString +- uid: RedLoader.LoaderUtils.SetApplicationBase(System.AppDomainSetup,System.String) + name: SetApplicationBase(AppDomainSetup, string) + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_SetApplicationBase_System_AppDomainSetup_System_String_ + commentId: M:RedLoader.LoaderUtils.SetApplicationBase(System.AppDomainSetup,System.String) + name.vb: SetApplicationBase(AppDomainSetup, String) + fullName: RedLoader.LoaderUtils.SetApplicationBase(System.AppDomainSetup, string) + fullName.vb: RedLoader.LoaderUtils.SetApplicationBase(System.AppDomainSetup, String) + nameWithType: LoaderUtils.SetApplicationBase(AppDomainSetup, string) + nameWithType.vb: LoaderUtils.SetApplicationBase(AppDomainSetup, String) +- uid: RedLoader.LoaderUtils.SetApplicationBase* + name: SetApplicationBase + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_SetApplicationBase_ + commentId: Overload:RedLoader.LoaderUtils.SetApplicationBase + fullName: RedLoader.LoaderUtils.SetApplicationBase + nameWithType: LoaderUtils.SetApplicationBase +- uid: RedLoader.LoaderUtils.SetConsoleTitle(System.String) + name: SetConsoleTitle(string) + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_SetConsoleTitle_System_String_ + commentId: M:RedLoader.LoaderUtils.SetConsoleTitle(System.String) + name.vb: SetConsoleTitle(String) + fullName: RedLoader.LoaderUtils.SetConsoleTitle(string) + fullName.vb: RedLoader.LoaderUtils.SetConsoleTitle(String) + nameWithType: LoaderUtils.SetConsoleTitle(string) + nameWithType.vb: LoaderUtils.SetConsoleTitle(String) +- uid: RedLoader.LoaderUtils.SetConsoleTitle* + name: SetConsoleTitle + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_SetConsoleTitle_ + commentId: Overload:RedLoader.LoaderUtils.SetConsoleTitle + fullName: RedLoader.LoaderUtils.SetConsoleTitle + nameWithType: LoaderUtils.SetConsoleTitle +- uid: RedLoader.LoaderUtils.SetCurrentDomainBaseDirectory(System.String,System.AppDomain) + name: SetCurrentDomainBaseDirectory(string, AppDomain) + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_SetCurrentDomainBaseDirectory_System_String_System_AppDomain_ + commentId: M:RedLoader.LoaderUtils.SetCurrentDomainBaseDirectory(System.String,System.AppDomain) + name.vb: SetCurrentDomainBaseDirectory(String, AppDomain) + fullName: RedLoader.LoaderUtils.SetCurrentDomainBaseDirectory(string, System.AppDomain) + fullName.vb: RedLoader.LoaderUtils.SetCurrentDomainBaseDirectory(String, System.AppDomain) + nameWithType: LoaderUtils.SetCurrentDomainBaseDirectory(string, AppDomain) + nameWithType.vb: LoaderUtils.SetCurrentDomainBaseDirectory(String, AppDomain) +- uid: RedLoader.LoaderUtils.SetCurrentDomainBaseDirectory* + name: SetCurrentDomainBaseDirectory + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_SetCurrentDomainBaseDirectory_ + commentId: Overload:RedLoader.LoaderUtils.SetCurrentDomainBaseDirectory + fullName: RedLoader.LoaderUtils.SetCurrentDomainBaseDirectory + nameWithType: LoaderUtils.SetCurrentDomainBaseDirectory +- uid: RedLoader.LoaderUtils.SetHashSizeValue(System.Security.Cryptography.HashAlgorithm,System.Int32) + name: SetHashSizeValue(HashAlgorithm, int) + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_SetHashSizeValue_System_Security_Cryptography_HashAlgorithm_System_Int32_ + commentId: M:RedLoader.LoaderUtils.SetHashSizeValue(System.Security.Cryptography.HashAlgorithm,System.Int32) + name.vb: SetHashSizeValue(HashAlgorithm, Integer) + fullName: RedLoader.LoaderUtils.SetHashSizeValue(System.Security.Cryptography.HashAlgorithm, int) + fullName.vb: RedLoader.LoaderUtils.SetHashSizeValue(System.Security.Cryptography.HashAlgorithm, Integer) + nameWithType: LoaderUtils.SetHashSizeValue(HashAlgorithm, int) + nameWithType.vb: LoaderUtils.SetHashSizeValue(HashAlgorithm, Integer) +- uid: RedLoader.LoaderUtils.SetHashSizeValue* + name: SetHashSizeValue + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_SetHashSizeValue_ + commentId: Overload:RedLoader.LoaderUtils.SetHashSizeValue + fullName: RedLoader.LoaderUtils.SetHashSizeValue + nameWithType: LoaderUtils.SetHashSizeValue +- uid: RedLoader.LoaderUtils.ToNewDynamicMethodDefinition(System.Reflection.MethodBase) + name: ToNewDynamicMethodDefinition(MethodBase) + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_ToNewDynamicMethodDefinition_System_Reflection_MethodBase_ + commentId: M:RedLoader.LoaderUtils.ToNewDynamicMethodDefinition(System.Reflection.MethodBase) + fullName: RedLoader.LoaderUtils.ToNewDynamicMethodDefinition(System.Reflection.MethodBase) + nameWithType: LoaderUtils.ToNewDynamicMethodDefinition(MethodBase) +- uid: RedLoader.LoaderUtils.ToNewDynamicMethodDefinition* + name: ToNewDynamicMethodDefinition + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_ToNewDynamicMethodDefinition_ + commentId: Overload:RedLoader.LoaderUtils.ToNewDynamicMethodDefinition + fullName: RedLoader.LoaderUtils.ToNewDynamicMethodDefinition + nameWithType: LoaderUtils.ToNewDynamicMethodDefinition +- uid: RedLoader.LoaderUtils.ToNewHarmonyMethod(System.Reflection.MethodInfo) + name: ToNewHarmonyMethod(MethodInfo) + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_ToNewHarmonyMethod_System_Reflection_MethodInfo_ + commentId: M:RedLoader.LoaderUtils.ToNewHarmonyMethod(System.Reflection.MethodInfo) + fullName: RedLoader.LoaderUtils.ToNewHarmonyMethod(System.Reflection.MethodInfo) + nameWithType: LoaderUtils.ToNewHarmonyMethod(MethodInfo) +- uid: RedLoader.LoaderUtils.ToNewHarmonyMethod* + name: ToNewHarmonyMethod + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_ToNewHarmonyMethod_ + commentId: Overload:RedLoader.LoaderUtils.ToNewHarmonyMethod + fullName: RedLoader.LoaderUtils.ToNewHarmonyMethod + nameWithType: LoaderUtils.ToNewHarmonyMethod +- uid: RedLoader.LoaderUtils.ToNewNativeLibrary(System.IntPtr) + name: ToNewNativeLibrary(IntPtr) + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_ToNewNativeLibrary_System_IntPtr_ + commentId: M:RedLoader.LoaderUtils.ToNewNativeLibrary(System.IntPtr) + fullName: RedLoader.LoaderUtils.ToNewNativeLibrary(System.IntPtr) + nameWithType: LoaderUtils.ToNewNativeLibrary(IntPtr) +- uid: RedLoader.LoaderUtils.ToNewNativeLibrary* + name: ToNewNativeLibrary + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_ToNewNativeLibrary_ + commentId: Overload:RedLoader.LoaderUtils.ToNewNativeLibrary + fullName: RedLoader.LoaderUtils.ToNewNativeLibrary + nameWithType: LoaderUtils.ToNewNativeLibrary +- uid: RedLoader.LoaderUtils.ToNewNativeLibrary``1(System.IntPtr) + name: ToNewNativeLibrary(IntPtr) + href: api/RedLoader.LoaderUtils.html#RedLoader_LoaderUtils_ToNewNativeLibrary__1_System_IntPtr_ + commentId: M:RedLoader.LoaderUtils.ToNewNativeLibrary``1(System.IntPtr) + name.vb: ToNewNativeLibrary(Of T)(IntPtr) + fullName: RedLoader.LoaderUtils.ToNewNativeLibrary(System.IntPtr) + fullName.vb: RedLoader.LoaderUtils.ToNewNativeLibrary(Of T)(System.IntPtr) + nameWithType: LoaderUtils.ToNewNativeLibrary(IntPtr) + nameWithType.vb: LoaderUtils.ToNewNativeLibrary(Of T)(IntPtr) +- uid: RedLoader.ManagedIl2CppEnumerable + name: ManagedIl2CppEnumerable + href: api/RedLoader.ManagedIl2CppEnumerable.html + commentId: T:RedLoader.ManagedIl2CppEnumerable + fullName: RedLoader.ManagedIl2CppEnumerable + nameWithType: ManagedIl2CppEnumerable +- uid: RedLoader.ManagedIl2CppEnumerable.#ctor(Il2CppSystem.Collections.IEnumerable) + name: ManagedIl2CppEnumerable(IEnumerable) + href: api/RedLoader.ManagedIl2CppEnumerable.html#RedLoader_ManagedIl2CppEnumerable__ctor_Il2CppSystem_Collections_IEnumerable_ + commentId: M:RedLoader.ManagedIl2CppEnumerable.#ctor(Il2CppSystem.Collections.IEnumerable) + name.vb: New(IEnumerable) + fullName: RedLoader.ManagedIl2CppEnumerable.ManagedIl2CppEnumerable(Il2CppSystem.Collections.IEnumerable) + fullName.vb: RedLoader.ManagedIl2CppEnumerable.New(Il2CppSystem.Collections.IEnumerable) + nameWithType: ManagedIl2CppEnumerable.ManagedIl2CppEnumerable(IEnumerable) + nameWithType.vb: ManagedIl2CppEnumerable.New(IEnumerable) +- uid: RedLoader.ManagedIl2CppEnumerable.#ctor* + name: ManagedIl2CppEnumerable + href: api/RedLoader.ManagedIl2CppEnumerable.html#RedLoader_ManagedIl2CppEnumerable__ctor_ + commentId: Overload:RedLoader.ManagedIl2CppEnumerable.#ctor + name.vb: New + fullName: RedLoader.ManagedIl2CppEnumerable.ManagedIl2CppEnumerable + fullName.vb: RedLoader.ManagedIl2CppEnumerable.New + nameWithType: ManagedIl2CppEnumerable.ManagedIl2CppEnumerable + nameWithType.vb: ManagedIl2CppEnumerable.New +- uid: RedLoader.ManagedIl2CppEnumerable.GetEnumerator + name: GetEnumerator() + href: api/RedLoader.ManagedIl2CppEnumerable.html#RedLoader_ManagedIl2CppEnumerable_GetEnumerator + commentId: M:RedLoader.ManagedIl2CppEnumerable.GetEnumerator + fullName: RedLoader.ManagedIl2CppEnumerable.GetEnumerator() + nameWithType: ManagedIl2CppEnumerable.GetEnumerator() +- uid: RedLoader.ManagedIl2CppEnumerable.GetEnumerator* + name: GetEnumerator + href: api/RedLoader.ManagedIl2CppEnumerable.html#RedLoader_ManagedIl2CppEnumerable_GetEnumerator_ + commentId: Overload:RedLoader.ManagedIl2CppEnumerable.GetEnumerator + fullName: RedLoader.ManagedIl2CppEnumerable.GetEnumerator + nameWithType: ManagedIl2CppEnumerable.GetEnumerator +- uid: RedLoader.ManagedIl2CppEnumerator + name: ManagedIl2CppEnumerator + href: api/RedLoader.ManagedIl2CppEnumerator.html + commentId: T:RedLoader.ManagedIl2CppEnumerator + fullName: RedLoader.ManagedIl2CppEnumerator + nameWithType: ManagedIl2CppEnumerator +- uid: RedLoader.ManagedIl2CppEnumerator.#ctor(Il2CppSystem.Collections.IEnumerator) + name: ManagedIl2CppEnumerator(IEnumerator) + href: api/RedLoader.ManagedIl2CppEnumerator.html#RedLoader_ManagedIl2CppEnumerator__ctor_Il2CppSystem_Collections_IEnumerator_ + commentId: M:RedLoader.ManagedIl2CppEnumerator.#ctor(Il2CppSystem.Collections.IEnumerator) + name.vb: New(IEnumerator) + fullName: RedLoader.ManagedIl2CppEnumerator.ManagedIl2CppEnumerator(Il2CppSystem.Collections.IEnumerator) + fullName.vb: RedLoader.ManagedIl2CppEnumerator.New(Il2CppSystem.Collections.IEnumerator) + nameWithType: ManagedIl2CppEnumerator.ManagedIl2CppEnumerator(IEnumerator) + nameWithType.vb: ManagedIl2CppEnumerator.New(IEnumerator) +- uid: RedLoader.ManagedIl2CppEnumerator.#ctor* + name: ManagedIl2CppEnumerator + href: api/RedLoader.ManagedIl2CppEnumerator.html#RedLoader_ManagedIl2CppEnumerator__ctor_ + commentId: Overload:RedLoader.ManagedIl2CppEnumerator.#ctor + name.vb: New + fullName: RedLoader.ManagedIl2CppEnumerator.ManagedIl2CppEnumerator + fullName.vb: RedLoader.ManagedIl2CppEnumerator.New + nameWithType: ManagedIl2CppEnumerator.ManagedIl2CppEnumerator + nameWithType.vb: ManagedIl2CppEnumerator.New +- uid: RedLoader.ManagedIl2CppEnumerator.Current + name: Current + href: api/RedLoader.ManagedIl2CppEnumerator.html#RedLoader_ManagedIl2CppEnumerator_Current + commentId: P:RedLoader.ManagedIl2CppEnumerator.Current + fullName: RedLoader.ManagedIl2CppEnumerator.Current + nameWithType: ManagedIl2CppEnumerator.Current +- uid: RedLoader.ManagedIl2CppEnumerator.Current* + name: Current + href: api/RedLoader.ManagedIl2CppEnumerator.html#RedLoader_ManagedIl2CppEnumerator_Current_ + commentId: Overload:RedLoader.ManagedIl2CppEnumerator.Current + fullName: RedLoader.ManagedIl2CppEnumerator.Current + nameWithType: ManagedIl2CppEnumerator.Current +- uid: RedLoader.ManagedIl2CppEnumerator.MoveNext + name: MoveNext() + href: api/RedLoader.ManagedIl2CppEnumerator.html#RedLoader_ManagedIl2CppEnumerator_MoveNext + commentId: M:RedLoader.ManagedIl2CppEnumerator.MoveNext + fullName: RedLoader.ManagedIl2CppEnumerator.MoveNext() + nameWithType: ManagedIl2CppEnumerator.MoveNext() +- uid: RedLoader.ManagedIl2CppEnumerator.MoveNext* + name: MoveNext + href: api/RedLoader.ManagedIl2CppEnumerator.html#RedLoader_ManagedIl2CppEnumerator_MoveNext_ + commentId: Overload:RedLoader.ManagedIl2CppEnumerator.MoveNext + fullName: RedLoader.ManagedIl2CppEnumerator.MoveNext + nameWithType: ManagedIl2CppEnumerator.MoveNext +- uid: RedLoader.ManagedIl2CppEnumerator.Reset + name: Reset() + href: api/RedLoader.ManagedIl2CppEnumerator.html#RedLoader_ManagedIl2CppEnumerator_Reset + commentId: M:RedLoader.ManagedIl2CppEnumerator.Reset + fullName: RedLoader.ManagedIl2CppEnumerator.Reset() + nameWithType: ManagedIl2CppEnumerator.Reset() +- uid: RedLoader.ManagedIl2CppEnumerator.Reset* + name: Reset + href: api/RedLoader.ManagedIl2CppEnumerator.html#RedLoader_ManagedIl2CppEnumerator_Reset_ + commentId: Overload:RedLoader.ManagedIl2CppEnumerator.Reset + fullName: RedLoader.ManagedIl2CppEnumerator.Reset + nameWithType: ManagedIl2CppEnumerator.Reset +- uid: RedLoader.Melon`1 + name: Melon + href: api/RedLoader.Melon-1.html + commentId: T:RedLoader.Melon`1 + name.vb: Melon(Of T) + fullName: RedLoader.Melon + fullName.vb: RedLoader.Melon(Of T) + nameWithType: Melon + nameWithType.vb: Melon(Of T) +- uid: RedLoader.Melon`1.Instance + name: Instance + href: api/RedLoader.Melon-1.html#RedLoader_Melon_1_Instance + commentId: P:RedLoader.Melon`1.Instance + fullName: RedLoader.Melon.Instance + fullName.vb: RedLoader.Melon(Of T).Instance + nameWithType: Melon.Instance + nameWithType.vb: Melon(Of T).Instance +- uid: RedLoader.Melon`1.Instance* + name: Instance + href: api/RedLoader.Melon-1.html#RedLoader_Melon_1_Instance_ + commentId: Overload:RedLoader.Melon`1.Instance + fullName: RedLoader.Melon.Instance + fullName.vb: RedLoader.Melon(Of T).Instance + nameWithType: Melon.Instance + nameWithType.vb: Melon(Of T).Instance +- uid: RedLoader.Melon`1.Logger + name: Logger + href: api/RedLoader.Melon-1.html#RedLoader_Melon_1_Logger + commentId: P:RedLoader.Melon`1.Logger + fullName: RedLoader.Melon.Logger + fullName.vb: RedLoader.Melon(Of T).Logger + nameWithType: Melon.Logger + nameWithType.vb: Melon(Of T).Logger +- uid: RedLoader.Melon`1.Logger* + name: Logger + href: api/RedLoader.Melon-1.html#RedLoader_Melon_1_Logger_ + commentId: Overload:RedLoader.Melon`1.Logger + fullName: RedLoader.Melon.Logger + fullName.vb: RedLoader.Melon(Of T).Logger + nameWithType: Melon.Logger + nameWithType.vb: Melon(Of T).Logger +- uid: RedLoader.MelonAdditionalCreditsAttribute + name: MelonAdditionalCreditsAttribute + href: api/RedLoader.MelonAdditionalCreditsAttribute.html + commentId: T:RedLoader.MelonAdditionalCreditsAttribute + fullName: RedLoader.MelonAdditionalCreditsAttribute + nameWithType: MelonAdditionalCreditsAttribute +- uid: RedLoader.MelonAdditionalCreditsAttribute.#ctor(System.String) + name: MelonAdditionalCreditsAttribute(string) + href: api/RedLoader.MelonAdditionalCreditsAttribute.html#RedLoader_MelonAdditionalCreditsAttribute__ctor_System_String_ + commentId: M:RedLoader.MelonAdditionalCreditsAttribute.#ctor(System.String) + name.vb: New(String) + fullName: RedLoader.MelonAdditionalCreditsAttribute.MelonAdditionalCreditsAttribute(string) + fullName.vb: RedLoader.MelonAdditionalCreditsAttribute.New(String) + nameWithType: MelonAdditionalCreditsAttribute.MelonAdditionalCreditsAttribute(string) + nameWithType.vb: MelonAdditionalCreditsAttribute.New(String) +- uid: RedLoader.MelonAdditionalCreditsAttribute.#ctor* + name: MelonAdditionalCreditsAttribute + href: api/RedLoader.MelonAdditionalCreditsAttribute.html#RedLoader_MelonAdditionalCreditsAttribute__ctor_ + commentId: Overload:RedLoader.MelonAdditionalCreditsAttribute.#ctor + name.vb: New + fullName: RedLoader.MelonAdditionalCreditsAttribute.MelonAdditionalCreditsAttribute + fullName.vb: RedLoader.MelonAdditionalCreditsAttribute.New + nameWithType: MelonAdditionalCreditsAttribute.MelonAdditionalCreditsAttribute + nameWithType.vb: MelonAdditionalCreditsAttribute.New +- uid: RedLoader.MelonAdditionalCreditsAttribute.Credits + name: Credits + href: api/RedLoader.MelonAdditionalCreditsAttribute.html#RedLoader_MelonAdditionalCreditsAttribute_Credits + commentId: P:RedLoader.MelonAdditionalCreditsAttribute.Credits + fullName: RedLoader.MelonAdditionalCreditsAttribute.Credits + nameWithType: MelonAdditionalCreditsAttribute.Credits +- uid: RedLoader.MelonAdditionalCreditsAttribute.Credits* + name: Credits + href: api/RedLoader.MelonAdditionalCreditsAttribute.html#RedLoader_MelonAdditionalCreditsAttribute_Credits_ + commentId: Overload:RedLoader.MelonAdditionalCreditsAttribute.Credits + fullName: RedLoader.MelonAdditionalCreditsAttribute.Credits + nameWithType: MelonAdditionalCreditsAttribute.Credits +- uid: RedLoader.MelonAdditionalDependenciesAttribute + name: MelonAdditionalDependenciesAttribute + href: api/RedLoader.MelonAdditionalDependenciesAttribute.html + commentId: T:RedLoader.MelonAdditionalDependenciesAttribute + fullName: RedLoader.MelonAdditionalDependenciesAttribute + nameWithType: MelonAdditionalDependenciesAttribute +- uid: RedLoader.MelonAdditionalDependenciesAttribute.#ctor(System.String[]) + name: MelonAdditionalDependenciesAttribute(params string[]) + href: api/RedLoader.MelonAdditionalDependenciesAttribute.html#RedLoader_MelonAdditionalDependenciesAttribute__ctor_System_String___ + commentId: M:RedLoader.MelonAdditionalDependenciesAttribute.#ctor(System.String[]) + name.vb: New(ParamArray String()) + fullName: RedLoader.MelonAdditionalDependenciesAttribute.MelonAdditionalDependenciesAttribute(params string[]) + fullName.vb: RedLoader.MelonAdditionalDependenciesAttribute.New(ParamArray String()) + nameWithType: MelonAdditionalDependenciesAttribute.MelonAdditionalDependenciesAttribute(params string[]) + nameWithType.vb: MelonAdditionalDependenciesAttribute.New(ParamArray String()) +- uid: RedLoader.MelonAdditionalDependenciesAttribute.#ctor* + name: MelonAdditionalDependenciesAttribute + href: api/RedLoader.MelonAdditionalDependenciesAttribute.html#RedLoader_MelonAdditionalDependenciesAttribute__ctor_ + commentId: Overload:RedLoader.MelonAdditionalDependenciesAttribute.#ctor + name.vb: New + fullName: RedLoader.MelonAdditionalDependenciesAttribute.MelonAdditionalDependenciesAttribute + fullName.vb: RedLoader.MelonAdditionalDependenciesAttribute.New + nameWithType: MelonAdditionalDependenciesAttribute.MelonAdditionalDependenciesAttribute + nameWithType.vb: MelonAdditionalDependenciesAttribute.New +- uid: RedLoader.MelonAdditionalDependenciesAttribute.AssemblyNames + name: AssemblyNames + href: api/RedLoader.MelonAdditionalDependenciesAttribute.html#RedLoader_MelonAdditionalDependenciesAttribute_AssemblyNames + commentId: P:RedLoader.MelonAdditionalDependenciesAttribute.AssemblyNames + fullName: RedLoader.MelonAdditionalDependenciesAttribute.AssemblyNames + nameWithType: MelonAdditionalDependenciesAttribute.AssemblyNames +- uid: RedLoader.MelonAdditionalDependenciesAttribute.AssemblyNames* + name: AssemblyNames + href: api/RedLoader.MelonAdditionalDependenciesAttribute.html#RedLoader_MelonAdditionalDependenciesAttribute_AssemblyNames_ + commentId: Overload:RedLoader.MelonAdditionalDependenciesAttribute.AssemblyNames + fullName: RedLoader.MelonAdditionalDependenciesAttribute.AssemblyNames + nameWithType: MelonAdditionalDependenciesAttribute.AssemblyNames +- uid: RedLoader.MelonAssembly + name: MelonAssembly + href: api/RedLoader.MelonAssembly.html + commentId: T:RedLoader.MelonAssembly + fullName: RedLoader.MelonAssembly + nameWithType: MelonAssembly +- uid: RedLoader.MelonAssembly.Assembly + name: Assembly + href: api/RedLoader.MelonAssembly.html#RedLoader_MelonAssembly_Assembly + commentId: P:RedLoader.MelonAssembly.Assembly + fullName: RedLoader.MelonAssembly.Assembly + nameWithType: MelonAssembly.Assembly +- uid: RedLoader.MelonAssembly.Assembly* + name: Assembly + href: api/RedLoader.MelonAssembly.html#RedLoader_MelonAssembly_Assembly_ + commentId: Overload:RedLoader.MelonAssembly.Assembly + fullName: RedLoader.MelonAssembly.Assembly + nameWithType: MelonAssembly.Assembly +- uid: RedLoader.MelonAssembly.CustomMelonResolvers + name: CustomMelonResolvers + href: api/RedLoader.MelonAssembly.html#RedLoader_MelonAssembly_CustomMelonResolvers + commentId: E:RedLoader.MelonAssembly.CustomMelonResolvers + fullName: RedLoader.MelonAssembly.CustomMelonResolvers + nameWithType: MelonAssembly.CustomMelonResolvers +- uid: RedLoader.MelonAssembly.FindMelonInstance* + name: FindMelonInstance + href: api/RedLoader.MelonAssembly.html#RedLoader_MelonAssembly_FindMelonInstance_ + commentId: Overload:RedLoader.MelonAssembly.FindMelonInstance + fullName: RedLoader.MelonAssembly.FindMelonInstance + nameWithType: MelonAssembly.FindMelonInstance +- uid: RedLoader.MelonAssembly.FindMelonInstance``1 + name: FindMelonInstance() + href: api/RedLoader.MelonAssembly.html#RedLoader_MelonAssembly_FindMelonInstance__1 + commentId: M:RedLoader.MelonAssembly.FindMelonInstance``1 + name.vb: FindMelonInstance(Of T)() + fullName: RedLoader.MelonAssembly.FindMelonInstance() + fullName.vb: RedLoader.MelonAssembly.FindMelonInstance(Of T)() + nameWithType: MelonAssembly.FindMelonInstance() + nameWithType.vb: MelonAssembly.FindMelonInstance(Of T)() +- uid: RedLoader.MelonAssembly.GetMelonAssemblyOfMember(System.Reflection.MemberInfo,System.Object) + name: GetMelonAssemblyOfMember(MemberInfo, object) + href: api/RedLoader.MelonAssembly.html#RedLoader_MelonAssembly_GetMelonAssemblyOfMember_System_Reflection_MemberInfo_System_Object_ + commentId: M:RedLoader.MelonAssembly.GetMelonAssemblyOfMember(System.Reflection.MemberInfo,System.Object) + name.vb: GetMelonAssemblyOfMember(MemberInfo, Object) + fullName: RedLoader.MelonAssembly.GetMelonAssemblyOfMember(System.Reflection.MemberInfo, object) + fullName.vb: RedLoader.MelonAssembly.GetMelonAssemblyOfMember(System.Reflection.MemberInfo, Object) + nameWithType: MelonAssembly.GetMelonAssemblyOfMember(MemberInfo, object) + nameWithType.vb: MelonAssembly.GetMelonAssemblyOfMember(MemberInfo, Object) +- uid: RedLoader.MelonAssembly.GetMelonAssemblyOfMember* + name: GetMelonAssemblyOfMember + href: api/RedLoader.MelonAssembly.html#RedLoader_MelonAssembly_GetMelonAssemblyOfMember_ + commentId: Overload:RedLoader.MelonAssembly.GetMelonAssemblyOfMember + fullName: RedLoader.MelonAssembly.GetMelonAssemblyOfMember + nameWithType: MelonAssembly.GetMelonAssemblyOfMember +- uid: RedLoader.MelonAssembly.HarmonyDontPatchAll + name: HarmonyDontPatchAll + href: api/RedLoader.MelonAssembly.html#RedLoader_MelonAssembly_HarmonyDontPatchAll + commentId: P:RedLoader.MelonAssembly.HarmonyDontPatchAll + fullName: RedLoader.MelonAssembly.HarmonyDontPatchAll + nameWithType: MelonAssembly.HarmonyDontPatchAll +- uid: RedLoader.MelonAssembly.HarmonyDontPatchAll* + name: HarmonyDontPatchAll + href: api/RedLoader.MelonAssembly.html#RedLoader_MelonAssembly_HarmonyDontPatchAll_ + commentId: Overload:RedLoader.MelonAssembly.HarmonyDontPatchAll + fullName: RedLoader.MelonAssembly.HarmonyDontPatchAll + nameWithType: MelonAssembly.HarmonyDontPatchAll +- uid: RedLoader.MelonAssembly.Hash + name: Hash + href: api/RedLoader.MelonAssembly.html#RedLoader_MelonAssembly_Hash + commentId: P:RedLoader.MelonAssembly.Hash + fullName: RedLoader.MelonAssembly.Hash + nameWithType: MelonAssembly.Hash +- uid: RedLoader.MelonAssembly.Hash* + name: Hash + href: api/RedLoader.MelonAssembly.html#RedLoader_MelonAssembly_Hash_ + commentId: Overload:RedLoader.MelonAssembly.Hash + fullName: RedLoader.MelonAssembly.Hash + nameWithType: MelonAssembly.Hash +- uid: RedLoader.MelonAssembly.LoadedAssemblies + name: LoadedAssemblies + href: api/RedLoader.MelonAssembly.html#RedLoader_MelonAssembly_LoadedAssemblies + commentId: P:RedLoader.MelonAssembly.LoadedAssemblies + fullName: RedLoader.MelonAssembly.LoadedAssemblies + nameWithType: MelonAssembly.LoadedAssemblies +- uid: RedLoader.MelonAssembly.LoadedAssemblies* + name: LoadedAssemblies + href: api/RedLoader.MelonAssembly.html#RedLoader_MelonAssembly_LoadedAssemblies_ + commentId: Overload:RedLoader.MelonAssembly.LoadedAssemblies + fullName: RedLoader.MelonAssembly.LoadedAssemblies + nameWithType: MelonAssembly.LoadedAssemblies +- uid: RedLoader.MelonAssembly.LoadedMelons + name: LoadedMelons + href: api/RedLoader.MelonAssembly.html#RedLoader_MelonAssembly_LoadedMelons + commentId: P:RedLoader.MelonAssembly.LoadedMelons + fullName: RedLoader.MelonAssembly.LoadedMelons + nameWithType: MelonAssembly.LoadedMelons +- uid: RedLoader.MelonAssembly.LoadedMelons* + name: LoadedMelons + href: api/RedLoader.MelonAssembly.html#RedLoader_MelonAssembly_LoadedMelons_ + commentId: Overload:RedLoader.MelonAssembly.LoadedMelons + fullName: RedLoader.MelonAssembly.LoadedMelons + nameWithType: MelonAssembly.LoadedMelons +- uid: RedLoader.MelonAssembly.LoadMelonAssembly(System.String,System.Boolean) + name: LoadMelonAssembly(string, bool) + href: api/RedLoader.MelonAssembly.html#RedLoader_MelonAssembly_LoadMelonAssembly_System_String_System_Boolean_ + commentId: M:RedLoader.MelonAssembly.LoadMelonAssembly(System.String,System.Boolean) + name.vb: LoadMelonAssembly(String, Boolean) + fullName: RedLoader.MelonAssembly.LoadMelonAssembly(string, bool) + fullName.vb: RedLoader.MelonAssembly.LoadMelonAssembly(String, Boolean) + nameWithType: MelonAssembly.LoadMelonAssembly(string, bool) + nameWithType.vb: MelonAssembly.LoadMelonAssembly(String, Boolean) +- uid: RedLoader.MelonAssembly.LoadMelonAssembly(System.String,System.Reflection.Assembly,System.Boolean) + name: LoadMelonAssembly(string, Assembly, bool) + href: api/RedLoader.MelonAssembly.html#RedLoader_MelonAssembly_LoadMelonAssembly_System_String_System_Reflection_Assembly_System_Boolean_ + commentId: M:RedLoader.MelonAssembly.LoadMelonAssembly(System.String,System.Reflection.Assembly,System.Boolean) + name.vb: LoadMelonAssembly(String, Assembly, Boolean) + fullName: RedLoader.MelonAssembly.LoadMelonAssembly(string, System.Reflection.Assembly, bool) + fullName.vb: RedLoader.MelonAssembly.LoadMelonAssembly(String, System.Reflection.Assembly, Boolean) + nameWithType: MelonAssembly.LoadMelonAssembly(string, Assembly, bool) + nameWithType.vb: MelonAssembly.LoadMelonAssembly(String, Assembly, Boolean) +- uid: RedLoader.MelonAssembly.LoadMelonAssembly* + name: LoadMelonAssembly + href: api/RedLoader.MelonAssembly.html#RedLoader_MelonAssembly_LoadMelonAssembly_ + commentId: Overload:RedLoader.MelonAssembly.LoadMelonAssembly + fullName: RedLoader.MelonAssembly.LoadMelonAssembly + nameWithType: MelonAssembly.LoadMelonAssembly +- uid: RedLoader.MelonAssembly.LoadMelons + name: LoadMelons() + href: api/RedLoader.MelonAssembly.html#RedLoader_MelonAssembly_LoadMelons + commentId: M:RedLoader.MelonAssembly.LoadMelons + fullName: RedLoader.MelonAssembly.LoadMelons() + nameWithType: MelonAssembly.LoadMelons() +- uid: RedLoader.MelonAssembly.LoadMelons* + name: LoadMelons + href: api/RedLoader.MelonAssembly.html#RedLoader_MelonAssembly_LoadMelons_ + commentId: Overload:RedLoader.MelonAssembly.LoadMelons + fullName: RedLoader.MelonAssembly.LoadMelons + nameWithType: MelonAssembly.LoadMelons +- uid: RedLoader.MelonAssembly.LoadRawMelonAssembly(System.String,System.Byte[],System.Byte[],System.Boolean) + name: LoadRawMelonAssembly(string, byte[], byte[], bool) + href: api/RedLoader.MelonAssembly.html#RedLoader_MelonAssembly_LoadRawMelonAssembly_System_String_System_Byte___System_Byte___System_Boolean_ + commentId: M:RedLoader.MelonAssembly.LoadRawMelonAssembly(System.String,System.Byte[],System.Byte[],System.Boolean) + name.vb: LoadRawMelonAssembly(String, Byte(), Byte(), Boolean) + fullName: RedLoader.MelonAssembly.LoadRawMelonAssembly(string, byte[], byte[], bool) + fullName.vb: RedLoader.MelonAssembly.LoadRawMelonAssembly(String, Byte(), Byte(), Boolean) + nameWithType: MelonAssembly.LoadRawMelonAssembly(string, byte[], byte[], bool) + nameWithType.vb: MelonAssembly.LoadRawMelonAssembly(String, Byte(), Byte(), Boolean) +- uid: RedLoader.MelonAssembly.LoadRawMelonAssembly* + name: LoadRawMelonAssembly + href: api/RedLoader.MelonAssembly.html#RedLoader_MelonAssembly_LoadRawMelonAssembly_ + commentId: Overload:RedLoader.MelonAssembly.LoadRawMelonAssembly + fullName: RedLoader.MelonAssembly.LoadRawMelonAssembly + nameWithType: MelonAssembly.LoadRawMelonAssembly +- uid: RedLoader.MelonAssembly.Location + name: Location + href: api/RedLoader.MelonAssembly.html#RedLoader_MelonAssembly_Location + commentId: P:RedLoader.MelonAssembly.Location + fullName: RedLoader.MelonAssembly.Location + nameWithType: MelonAssembly.Location +- uid: RedLoader.MelonAssembly.Location* + name: Location + href: api/RedLoader.MelonAssembly.html#RedLoader_MelonAssembly_Location_ + commentId: Overload:RedLoader.MelonAssembly.Location + fullName: RedLoader.MelonAssembly.Location + nameWithType: MelonAssembly.Location +- uid: RedLoader.MelonAssembly.OnAssemblyResolving + name: OnAssemblyResolving + href: api/RedLoader.MelonAssembly.html#RedLoader_MelonAssembly_OnAssemblyResolving + commentId: F:RedLoader.MelonAssembly.OnAssemblyResolving + fullName: RedLoader.MelonAssembly.OnAssemblyResolving + nameWithType: MelonAssembly.OnAssemblyResolving +- uid: RedLoader.MelonAssembly.OnUnregister + name: OnUnregister + href: api/RedLoader.MelonAssembly.html#RedLoader_MelonAssembly_OnUnregister + commentId: F:RedLoader.MelonAssembly.OnUnregister + fullName: RedLoader.MelonAssembly.OnUnregister + nameWithType: MelonAssembly.OnUnregister +- uid: RedLoader.MelonAssembly.RottenMelons + name: RottenMelons + href: api/RedLoader.MelonAssembly.html#RedLoader_MelonAssembly_RottenMelons + commentId: P:RedLoader.MelonAssembly.RottenMelons + fullName: RedLoader.MelonAssembly.RottenMelons + nameWithType: MelonAssembly.RottenMelons +- uid: RedLoader.MelonAssembly.RottenMelons* + name: RottenMelons + href: api/RedLoader.MelonAssembly.html#RedLoader_MelonAssembly_RottenMelons_ + commentId: Overload:RedLoader.MelonAssembly.RottenMelons + fullName: RedLoader.MelonAssembly.RottenMelons + nameWithType: MelonAssembly.RottenMelons +- uid: RedLoader.MelonAssembly.UnregisterMelons(System.String,System.Boolean) + name: UnregisterMelons(string, bool) + href: api/RedLoader.MelonAssembly.html#RedLoader_MelonAssembly_UnregisterMelons_System_String_System_Boolean_ + commentId: M:RedLoader.MelonAssembly.UnregisterMelons(System.String,System.Boolean) + name.vb: UnregisterMelons(String, Boolean) + fullName: RedLoader.MelonAssembly.UnregisterMelons(string, bool) + fullName.vb: RedLoader.MelonAssembly.UnregisterMelons(String, Boolean) + nameWithType: MelonAssembly.UnregisterMelons(string, bool) + nameWithType.vb: MelonAssembly.UnregisterMelons(String, Boolean) +- uid: RedLoader.MelonAssembly.UnregisterMelons* + name: UnregisterMelons + href: api/RedLoader.MelonAssembly.html#RedLoader_MelonAssembly_UnregisterMelons_ + commentId: Overload:RedLoader.MelonAssembly.UnregisterMelons + fullName: RedLoader.MelonAssembly.UnregisterMelons + nameWithType: MelonAssembly.UnregisterMelons +- uid: RedLoader.MelonAuthorColorAttribute + name: MelonAuthorColorAttribute + href: api/RedLoader.MelonAuthorColorAttribute.html + commentId: T:RedLoader.MelonAuthorColorAttribute + fullName: RedLoader.MelonAuthorColorAttribute + nameWithType: MelonAuthorColorAttribute +- uid: RedLoader.MelonAuthorColorAttribute.#ctor + name: MelonAuthorColorAttribute() + href: api/RedLoader.MelonAuthorColorAttribute.html#RedLoader_MelonAuthorColorAttribute__ctor + commentId: M:RedLoader.MelonAuthorColorAttribute.#ctor + name.vb: New() + fullName: RedLoader.MelonAuthorColorAttribute.MelonAuthorColorAttribute() + fullName.vb: RedLoader.MelonAuthorColorAttribute.New() + nameWithType: MelonAuthorColorAttribute.MelonAuthorColorAttribute() + nameWithType.vb: MelonAuthorColorAttribute.New() +- uid: RedLoader.MelonAuthorColorAttribute.#ctor(System.ConsoleColor) + name: MelonAuthorColorAttribute(ConsoleColor) + href: api/RedLoader.MelonAuthorColorAttribute.html#RedLoader_MelonAuthorColorAttribute__ctor_System_ConsoleColor_ + commentId: M:RedLoader.MelonAuthorColorAttribute.#ctor(System.ConsoleColor) + name.vb: New(ConsoleColor) + fullName: RedLoader.MelonAuthorColorAttribute.MelonAuthorColorAttribute(System.ConsoleColor) + fullName.vb: RedLoader.MelonAuthorColorAttribute.New(System.ConsoleColor) + nameWithType: MelonAuthorColorAttribute.MelonAuthorColorAttribute(ConsoleColor) + nameWithType.vb: MelonAuthorColorAttribute.New(ConsoleColor) +- uid: RedLoader.MelonAuthorColorAttribute.#ctor(System.Drawing.Color) + name: MelonAuthorColorAttribute(Color) + href: api/RedLoader.MelonAuthorColorAttribute.html#RedLoader_MelonAuthorColorAttribute__ctor_System_Drawing_Color_ + commentId: M:RedLoader.MelonAuthorColorAttribute.#ctor(System.Drawing.Color) + name.vb: New(Color) + fullName: RedLoader.MelonAuthorColorAttribute.MelonAuthorColorAttribute(System.Drawing.Color) + fullName.vb: RedLoader.MelonAuthorColorAttribute.New(System.Drawing.Color) + nameWithType: MelonAuthorColorAttribute.MelonAuthorColorAttribute(Color) + nameWithType.vb: MelonAuthorColorAttribute.New(Color) +- uid: RedLoader.MelonAuthorColorAttribute.#ctor(System.Int32,System.Int32,System.Int32,System.Int32) + name: MelonAuthorColorAttribute(int, int, int, int) + href: api/RedLoader.MelonAuthorColorAttribute.html#RedLoader_MelonAuthorColorAttribute__ctor_System_Int32_System_Int32_System_Int32_System_Int32_ + commentId: M:RedLoader.MelonAuthorColorAttribute.#ctor(System.Int32,System.Int32,System.Int32,System.Int32) + name.vb: New(Integer, Integer, Integer, Integer) + fullName: RedLoader.MelonAuthorColorAttribute.MelonAuthorColorAttribute(int, int, int, int) + fullName.vb: RedLoader.MelonAuthorColorAttribute.New(Integer, Integer, Integer, Integer) + nameWithType: MelonAuthorColorAttribute.MelonAuthorColorAttribute(int, int, int, int) + nameWithType.vb: MelonAuthorColorAttribute.New(Integer, Integer, Integer, Integer) +- uid: RedLoader.MelonAuthorColorAttribute.#ctor* + name: MelonAuthorColorAttribute + href: api/RedLoader.MelonAuthorColorAttribute.html#RedLoader_MelonAuthorColorAttribute__ctor_ + commentId: Overload:RedLoader.MelonAuthorColorAttribute.#ctor + name.vb: New + fullName: RedLoader.MelonAuthorColorAttribute.MelonAuthorColorAttribute + fullName.vb: RedLoader.MelonAuthorColorAttribute.New + nameWithType: MelonAuthorColorAttribute.MelonAuthorColorAttribute + nameWithType.vb: MelonAuthorColorAttribute.New +- uid: RedLoader.MelonAuthorColorAttribute.Color + name: Color + href: api/RedLoader.MelonAuthorColorAttribute.html#RedLoader_MelonAuthorColorAttribute_Color + commentId: P:RedLoader.MelonAuthorColorAttribute.Color + fullName: RedLoader.MelonAuthorColorAttribute.Color + nameWithType: MelonAuthorColorAttribute.Color +- uid: RedLoader.MelonAuthorColorAttribute.Color* + name: Color + href: api/RedLoader.MelonAuthorColorAttribute.html#RedLoader_MelonAuthorColorAttribute_Color_ + commentId: Overload:RedLoader.MelonAuthorColorAttribute.Color + fullName: RedLoader.MelonAuthorColorAttribute.Color + nameWithType: MelonAuthorColorAttribute.Color +- uid: RedLoader.MelonAuthorColorAttribute.DrawingColor + name: DrawingColor + href: api/RedLoader.MelonAuthorColorAttribute.html#RedLoader_MelonAuthorColorAttribute_DrawingColor + commentId: P:RedLoader.MelonAuthorColorAttribute.DrawingColor + fullName: RedLoader.MelonAuthorColorAttribute.DrawingColor + nameWithType: MelonAuthorColorAttribute.DrawingColor +- uid: RedLoader.MelonAuthorColorAttribute.DrawingColor* + name: DrawingColor + href: api/RedLoader.MelonAuthorColorAttribute.html#RedLoader_MelonAuthorColorAttribute_DrawingColor_ + commentId: Overload:RedLoader.MelonAuthorColorAttribute.DrawingColor + fullName: RedLoader.MelonAuthorColorAttribute.DrawingColor + nameWithType: MelonAuthorColorAttribute.DrawingColor +- uid: RedLoader.MelonColorAttribute + name: MelonColorAttribute + href: api/RedLoader.MelonColorAttribute.html + commentId: T:RedLoader.MelonColorAttribute + fullName: RedLoader.MelonColorAttribute + nameWithType: MelonColorAttribute +- uid: RedLoader.MelonColorAttribute.#ctor + name: MelonColorAttribute() + href: api/RedLoader.MelonColorAttribute.html#RedLoader_MelonColorAttribute__ctor + commentId: M:RedLoader.MelonColorAttribute.#ctor + name.vb: New() + fullName: RedLoader.MelonColorAttribute.MelonColorAttribute() + fullName.vb: RedLoader.MelonColorAttribute.New() + nameWithType: MelonColorAttribute.MelonColorAttribute() + nameWithType.vb: MelonColorAttribute.New() +- uid: RedLoader.MelonColorAttribute.#ctor(System.ConsoleColor) + name: MelonColorAttribute(ConsoleColor) + href: api/RedLoader.MelonColorAttribute.html#RedLoader_MelonColorAttribute__ctor_System_ConsoleColor_ + commentId: M:RedLoader.MelonColorAttribute.#ctor(System.ConsoleColor) + name.vb: New(ConsoleColor) + fullName: RedLoader.MelonColorAttribute.MelonColorAttribute(System.ConsoleColor) + fullName.vb: RedLoader.MelonColorAttribute.New(System.ConsoleColor) + nameWithType: MelonColorAttribute.MelonColorAttribute(ConsoleColor) + nameWithType.vb: MelonColorAttribute.New(ConsoleColor) +- uid: RedLoader.MelonColorAttribute.#ctor(System.Drawing.Color) + name: MelonColorAttribute(Color) + href: api/RedLoader.MelonColorAttribute.html#RedLoader_MelonColorAttribute__ctor_System_Drawing_Color_ + commentId: M:RedLoader.MelonColorAttribute.#ctor(System.Drawing.Color) + name.vb: New(Color) + fullName: RedLoader.MelonColorAttribute.MelonColorAttribute(System.Drawing.Color) + fullName.vb: RedLoader.MelonColorAttribute.New(System.Drawing.Color) + nameWithType: MelonColorAttribute.MelonColorAttribute(Color) + nameWithType.vb: MelonColorAttribute.New(Color) +- uid: RedLoader.MelonColorAttribute.#ctor(System.Int32,System.Int32,System.Int32,System.Int32) + name: MelonColorAttribute(int, int, int, int) + href: api/RedLoader.MelonColorAttribute.html#RedLoader_MelonColorAttribute__ctor_System_Int32_System_Int32_System_Int32_System_Int32_ + commentId: M:RedLoader.MelonColorAttribute.#ctor(System.Int32,System.Int32,System.Int32,System.Int32) + name.vb: New(Integer, Integer, Integer, Integer) + fullName: RedLoader.MelonColorAttribute.MelonColorAttribute(int, int, int, int) + fullName.vb: RedLoader.MelonColorAttribute.New(Integer, Integer, Integer, Integer) + nameWithType: MelonColorAttribute.MelonColorAttribute(int, int, int, int) + nameWithType.vb: MelonColorAttribute.New(Integer, Integer, Integer, Integer) +- uid: RedLoader.MelonColorAttribute.#ctor* + name: MelonColorAttribute + href: api/RedLoader.MelonColorAttribute.html#RedLoader_MelonColorAttribute__ctor_ + commentId: Overload:RedLoader.MelonColorAttribute.#ctor + name.vb: New + fullName: RedLoader.MelonColorAttribute.MelonColorAttribute + fullName.vb: RedLoader.MelonColorAttribute.New + nameWithType: MelonColorAttribute.MelonColorAttribute + nameWithType.vb: MelonColorAttribute.New +- uid: RedLoader.MelonColorAttribute.Color + name: Color + href: api/RedLoader.MelonColorAttribute.html#RedLoader_MelonColorAttribute_Color + commentId: P:RedLoader.MelonColorAttribute.Color + fullName: RedLoader.MelonColorAttribute.Color + nameWithType: MelonColorAttribute.Color +- uid: RedLoader.MelonColorAttribute.Color* + name: Color + href: api/RedLoader.MelonColorAttribute.html#RedLoader_MelonColorAttribute_Color_ + commentId: Overload:RedLoader.MelonColorAttribute.Color + fullName: RedLoader.MelonColorAttribute.Color + nameWithType: MelonColorAttribute.Color +- uid: RedLoader.MelonColorAttribute.DrawingColor + name: DrawingColor + href: api/RedLoader.MelonColorAttribute.html#RedLoader_MelonColorAttribute_DrawingColor + commentId: P:RedLoader.MelonColorAttribute.DrawingColor + fullName: RedLoader.MelonColorAttribute.DrawingColor + nameWithType: MelonColorAttribute.DrawingColor +- uid: RedLoader.MelonColorAttribute.DrawingColor* + name: DrawingColor + href: api/RedLoader.MelonColorAttribute.html#RedLoader_MelonColorAttribute_DrawingColor_ + commentId: Overload:RedLoader.MelonColorAttribute.DrawingColor + fullName: RedLoader.MelonColorAttribute.DrawingColor + nameWithType: MelonColorAttribute.DrawingColor +- uid: RedLoader.MelonCompatibilityLayer + name: MelonCompatibilityLayer + href: api/RedLoader.MelonCompatibilityLayer.html + commentId: T:RedLoader.MelonCompatibilityLayer + fullName: RedLoader.MelonCompatibilityLayer + nameWithType: MelonCompatibilityLayer +- uid: RedLoader.MelonCompatibilityLayer.baseDirectory + name: baseDirectory + href: api/RedLoader.MelonCompatibilityLayer.html#RedLoader_MelonCompatibilityLayer_baseDirectory + commentId: F:RedLoader.MelonCompatibilityLayer.baseDirectory + fullName: RedLoader.MelonCompatibilityLayer.baseDirectory + nameWithType: MelonCompatibilityLayer.baseDirectory +- uid: RedLoader.MelonDebug + name: MelonDebug + href: api/RedLoader.MelonDebug.html + commentId: T:RedLoader.MelonDebug + fullName: RedLoader.MelonDebug + nameWithType: MelonDebug +- uid: RedLoader.MelonDebug.Error(System.String) + name: Error(string) + href: api/RedLoader.MelonDebug.html#RedLoader_MelonDebug_Error_System_String_ + commentId: M:RedLoader.MelonDebug.Error(System.String) + name.vb: Error(String) + fullName: RedLoader.MelonDebug.Error(string) + fullName.vb: RedLoader.MelonDebug.Error(String) + nameWithType: MelonDebug.Error(string) + nameWithType.vb: MelonDebug.Error(String) +- uid: RedLoader.MelonDebug.Error* + name: Error + href: api/RedLoader.MelonDebug.html#RedLoader_MelonDebug_Error_ + commentId: Overload:RedLoader.MelonDebug.Error + fullName: RedLoader.MelonDebug.Error + nameWithType: MelonDebug.Error +- uid: RedLoader.MelonDebug.ErrorCallbackHandler + name: ErrorCallbackHandler + href: api/RedLoader.MelonDebug.html#RedLoader_MelonDebug_ErrorCallbackHandler + commentId: E:RedLoader.MelonDebug.ErrorCallbackHandler + fullName: RedLoader.MelonDebug.ErrorCallbackHandler + nameWithType: MelonDebug.ErrorCallbackHandler +- uid: RedLoader.MelonDebug.IsEnabled + name: IsEnabled() + href: api/RedLoader.MelonDebug.html#RedLoader_MelonDebug_IsEnabled + commentId: M:RedLoader.MelonDebug.IsEnabled + fullName: RedLoader.MelonDebug.IsEnabled() + nameWithType: MelonDebug.IsEnabled() +- uid: RedLoader.MelonDebug.IsEnabled* + name: IsEnabled + href: api/RedLoader.MelonDebug.html#RedLoader_MelonDebug_IsEnabled_ + commentId: Overload:RedLoader.MelonDebug.IsEnabled + fullName: RedLoader.MelonDebug.IsEnabled + nameWithType: MelonDebug.IsEnabled +- uid: RedLoader.MelonDebug.Msg(System.Object) + name: Msg(object) + href: api/RedLoader.MelonDebug.html#RedLoader_MelonDebug_Msg_System_Object_ + commentId: M:RedLoader.MelonDebug.Msg(System.Object) + name.vb: Msg(Object) + fullName: RedLoader.MelonDebug.Msg(object) + fullName.vb: RedLoader.MelonDebug.Msg(Object) + nameWithType: MelonDebug.Msg(object) + nameWithType.vb: MelonDebug.Msg(Object) +- uid: RedLoader.MelonDebug.Msg(System.String,System.Object[]) + name: Msg(string, params object[]) + href: api/RedLoader.MelonDebug.html#RedLoader_MelonDebug_Msg_System_String_System_Object___ + commentId: M:RedLoader.MelonDebug.Msg(System.String,System.Object[]) + name.vb: Msg(String, ParamArray Object()) + fullName: RedLoader.MelonDebug.Msg(string, params object[]) + fullName.vb: RedLoader.MelonDebug.Msg(String, ParamArray Object()) + nameWithType: MelonDebug.Msg(string, params object[]) + nameWithType.vb: MelonDebug.Msg(String, ParamArray Object()) +- uid: RedLoader.MelonDebug.Msg(System.String) + name: Msg(string) + href: api/RedLoader.MelonDebug.html#RedLoader_MelonDebug_Msg_System_String_ + commentId: M:RedLoader.MelonDebug.Msg(System.String) + name.vb: Msg(String) + fullName: RedLoader.MelonDebug.Msg(string) + fullName.vb: RedLoader.MelonDebug.Msg(String) + nameWithType: MelonDebug.Msg(string) + nameWithType.vb: MelonDebug.Msg(String) +- uid: RedLoader.MelonDebug.Msg* + name: Msg + href: api/RedLoader.MelonDebug.html#RedLoader_MelonDebug_Msg_ + commentId: Overload:RedLoader.MelonDebug.Msg + fullName: RedLoader.MelonDebug.Msg + nameWithType: MelonDebug.Msg +- uid: RedLoader.MelonDebug.MsgCallbackHandler + name: MsgCallbackHandler + href: api/RedLoader.MelonDebug.html#RedLoader_MelonDebug_MsgCallbackHandler + commentId: E:RedLoader.MelonDebug.MsgCallbackHandler + fullName: RedLoader.MelonDebug.MsgCallbackHandler + nameWithType: MelonDebug.MsgCallbackHandler +- uid: RedLoader.MelonEvent + name: MelonEvent + href: api/RedLoader.MelonEvent.html + commentId: T:RedLoader.MelonEvent + fullName: RedLoader.MelonEvent + nameWithType: MelonEvent +- uid: RedLoader.MelonEvent.#ctor(System.Boolean) + name: MelonEvent(bool) + href: api/RedLoader.MelonEvent.html#RedLoader_MelonEvent__ctor_System_Boolean_ + commentId: M:RedLoader.MelonEvent.#ctor(System.Boolean) + name.vb: New(Boolean) + fullName: RedLoader.MelonEvent.MelonEvent(bool) + fullName.vb: RedLoader.MelonEvent.New(Boolean) + nameWithType: MelonEvent.MelonEvent(bool) + nameWithType.vb: MelonEvent.New(Boolean) +- uid: RedLoader.MelonEvent.#ctor* + name: MelonEvent + href: api/RedLoader.MelonEvent.html#RedLoader_MelonEvent__ctor_ + commentId: Overload:RedLoader.MelonEvent.#ctor + name.vb: New + fullName: RedLoader.MelonEvent.MelonEvent + fullName.vb: RedLoader.MelonEvent.New + nameWithType: MelonEvent.MelonEvent + nameWithType.vb: MelonEvent.New +- uid: RedLoader.MelonEvent.Invoke + name: Invoke() + href: api/RedLoader.MelonEvent.html#RedLoader_MelonEvent_Invoke + commentId: M:RedLoader.MelonEvent.Invoke + fullName: RedLoader.MelonEvent.Invoke() + nameWithType: MelonEvent.Invoke() +- uid: RedLoader.MelonEvent.Invoke* + name: Invoke + href: api/RedLoader.MelonEvent.html#RedLoader_MelonEvent_Invoke_ + commentId: Overload:RedLoader.MelonEvent.Invoke + fullName: RedLoader.MelonEvent.Invoke + nameWithType: MelonEvent.Invoke +- uid: RedLoader.MelonEvent`1 + name: MelonEvent + href: api/RedLoader.MelonEvent-1.html + commentId: T:RedLoader.MelonEvent`1 + name.vb: MelonEvent(Of T1) + fullName: RedLoader.MelonEvent + fullName.vb: RedLoader.MelonEvent(Of T1) + nameWithType: MelonEvent + nameWithType.vb: MelonEvent(Of T1) +- uid: RedLoader.MelonEvent`1.#ctor(System.Boolean) + name: MelonEvent(bool) + href: api/RedLoader.MelonEvent-1.html#RedLoader_MelonEvent_1__ctor_System_Boolean_ + commentId: M:RedLoader.MelonEvent`1.#ctor(System.Boolean) + name.vb: New(Boolean) + fullName: RedLoader.MelonEvent.MelonEvent(bool) + fullName.vb: RedLoader.MelonEvent(Of T1).New(Boolean) + nameWithType: MelonEvent.MelonEvent(bool) + nameWithType.vb: MelonEvent(Of T1).New(Boolean) +- uid: RedLoader.MelonEvent`1.#ctor* + name: MelonEvent + href: api/RedLoader.MelonEvent-1.html#RedLoader_MelonEvent_1__ctor_ + commentId: Overload:RedLoader.MelonEvent`1.#ctor + name.vb: New + fullName: RedLoader.MelonEvent.MelonEvent + fullName.vb: RedLoader.MelonEvent(Of T1).New + nameWithType: MelonEvent.MelonEvent + nameWithType.vb: MelonEvent(Of T1).New +- uid: RedLoader.MelonEvent`1.Invoke(`0) + name: Invoke(T1) + href: api/RedLoader.MelonEvent-1.html#RedLoader_MelonEvent_1_Invoke__0_ + commentId: M:RedLoader.MelonEvent`1.Invoke(`0) + fullName: RedLoader.MelonEvent.Invoke(T1) + fullName.vb: RedLoader.MelonEvent(Of T1).Invoke(T1) + nameWithType: MelonEvent.Invoke(T1) + nameWithType.vb: MelonEvent(Of T1).Invoke(T1) +- uid: RedLoader.MelonEvent`1.Invoke* + name: Invoke + href: api/RedLoader.MelonEvent-1.html#RedLoader_MelonEvent_1_Invoke_ + commentId: Overload:RedLoader.MelonEvent`1.Invoke + fullName: RedLoader.MelonEvent.Invoke + fullName.vb: RedLoader.MelonEvent(Of T1).Invoke + nameWithType: MelonEvent.Invoke + nameWithType.vb: MelonEvent(Of T1).Invoke +- uid: RedLoader.MelonEvent`2 + name: MelonEvent + href: api/RedLoader.MelonEvent-2.html + commentId: T:RedLoader.MelonEvent`2 + name.vb: MelonEvent(Of T1, T2) + fullName: RedLoader.MelonEvent + fullName.vb: RedLoader.MelonEvent(Of T1, T2) + nameWithType: MelonEvent + nameWithType.vb: MelonEvent(Of T1, T2) +- uid: RedLoader.MelonEvent`2.#ctor(System.Boolean) + name: MelonEvent(bool) + href: api/RedLoader.MelonEvent-2.html#RedLoader_MelonEvent_2__ctor_System_Boolean_ + commentId: M:RedLoader.MelonEvent`2.#ctor(System.Boolean) + name.vb: New(Boolean) + fullName: RedLoader.MelonEvent.MelonEvent(bool) + fullName.vb: RedLoader.MelonEvent(Of T1, T2).New(Boolean) + nameWithType: MelonEvent.MelonEvent(bool) + nameWithType.vb: MelonEvent(Of T1, T2).New(Boolean) +- uid: RedLoader.MelonEvent`2.#ctor* + name: MelonEvent + href: api/RedLoader.MelonEvent-2.html#RedLoader_MelonEvent_2__ctor_ + commentId: Overload:RedLoader.MelonEvent`2.#ctor + name.vb: New + fullName: RedLoader.MelonEvent.MelonEvent + fullName.vb: RedLoader.MelonEvent(Of T1, T2).New + nameWithType: MelonEvent.MelonEvent + nameWithType.vb: MelonEvent(Of T1, T2).New +- uid: RedLoader.MelonEvent`2.Invoke(`0,`1) + name: Invoke(T1, T2) + href: api/RedLoader.MelonEvent-2.html#RedLoader_MelonEvent_2_Invoke__0__1_ + commentId: M:RedLoader.MelonEvent`2.Invoke(`0,`1) + fullName: RedLoader.MelonEvent.Invoke(T1, T2) + fullName.vb: RedLoader.MelonEvent(Of T1, T2).Invoke(T1, T2) + nameWithType: MelonEvent.Invoke(T1, T2) + nameWithType.vb: MelonEvent(Of T1, T2).Invoke(T1, T2) +- uid: RedLoader.MelonEvent`2.Invoke* + name: Invoke + href: api/RedLoader.MelonEvent-2.html#RedLoader_MelonEvent_2_Invoke_ + commentId: Overload:RedLoader.MelonEvent`2.Invoke + fullName: RedLoader.MelonEvent.Invoke + fullName.vb: RedLoader.MelonEvent(Of T1, T2).Invoke + nameWithType: MelonEvent.Invoke + nameWithType.vb: MelonEvent(Of T1, T2).Invoke +- uid: RedLoader.MelonEvent`3 + name: MelonEvent + href: api/RedLoader.MelonEvent-3.html + commentId: T:RedLoader.MelonEvent`3 + name.vb: MelonEvent(Of T1, T2, T3) + fullName: RedLoader.MelonEvent + fullName.vb: RedLoader.MelonEvent(Of T1, T2, T3) + nameWithType: MelonEvent + nameWithType.vb: MelonEvent(Of T1, T2, T3) +- uid: RedLoader.MelonEvent`3.#ctor(System.Boolean) + name: MelonEvent(bool) + href: api/RedLoader.MelonEvent-3.html#RedLoader_MelonEvent_3__ctor_System_Boolean_ + commentId: M:RedLoader.MelonEvent`3.#ctor(System.Boolean) + name.vb: New(Boolean) + fullName: RedLoader.MelonEvent.MelonEvent(bool) + fullName.vb: RedLoader.MelonEvent(Of T1, T2, T3).New(Boolean) + nameWithType: MelonEvent.MelonEvent(bool) + nameWithType.vb: MelonEvent(Of T1, T2, T3).New(Boolean) +- uid: RedLoader.MelonEvent`3.#ctor* + name: MelonEvent + href: api/RedLoader.MelonEvent-3.html#RedLoader_MelonEvent_3__ctor_ + commentId: Overload:RedLoader.MelonEvent`3.#ctor + name.vb: New + fullName: RedLoader.MelonEvent.MelonEvent + fullName.vb: RedLoader.MelonEvent(Of T1, T2, T3).New + nameWithType: MelonEvent.MelonEvent + nameWithType.vb: MelonEvent(Of T1, T2, T3).New +- uid: RedLoader.MelonEvent`3.Invoke(`0,`1,`2) + name: Invoke(T1, T2, T3) + href: api/RedLoader.MelonEvent-3.html#RedLoader_MelonEvent_3_Invoke__0__1__2_ + commentId: M:RedLoader.MelonEvent`3.Invoke(`0,`1,`2) + fullName: RedLoader.MelonEvent.Invoke(T1, T2, T3) + fullName.vb: RedLoader.MelonEvent(Of T1, T2, T3).Invoke(T1, T2, T3) + nameWithType: MelonEvent.Invoke(T1, T2, T3) + nameWithType.vb: MelonEvent(Of T1, T2, T3).Invoke(T1, T2, T3) +- uid: RedLoader.MelonEvent`3.Invoke* + name: Invoke + href: api/RedLoader.MelonEvent-3.html#RedLoader_MelonEvent_3_Invoke_ + commentId: Overload:RedLoader.MelonEvent`3.Invoke + fullName: RedLoader.MelonEvent.Invoke + fullName.vb: RedLoader.MelonEvent(Of T1, T2, T3).Invoke + nameWithType: MelonEvent.Invoke + nameWithType.vb: MelonEvent(Of T1, T2, T3).Invoke +- uid: RedLoader.MelonEvent`4 + name: MelonEvent + href: api/RedLoader.MelonEvent-4.html + commentId: T:RedLoader.MelonEvent`4 + name.vb: MelonEvent(Of T1, T2, T3, T4) + fullName: RedLoader.MelonEvent + fullName.vb: RedLoader.MelonEvent(Of T1, T2, T3, T4) + nameWithType: MelonEvent + nameWithType.vb: MelonEvent(Of T1, T2, T3, T4) +- uid: RedLoader.MelonEvent`4.#ctor(System.Boolean) + name: MelonEvent(bool) + href: api/RedLoader.MelonEvent-4.html#RedLoader_MelonEvent_4__ctor_System_Boolean_ + commentId: M:RedLoader.MelonEvent`4.#ctor(System.Boolean) + name.vb: New(Boolean) + fullName: RedLoader.MelonEvent.MelonEvent(bool) + fullName.vb: RedLoader.MelonEvent(Of T1, T2, T3, T4).New(Boolean) + nameWithType: MelonEvent.MelonEvent(bool) + nameWithType.vb: MelonEvent(Of T1, T2, T3, T4).New(Boolean) +- uid: RedLoader.MelonEvent`4.#ctor* + name: MelonEvent + href: api/RedLoader.MelonEvent-4.html#RedLoader_MelonEvent_4__ctor_ + commentId: Overload:RedLoader.MelonEvent`4.#ctor + name.vb: New + fullName: RedLoader.MelonEvent.MelonEvent + fullName.vb: RedLoader.MelonEvent(Of T1, T2, T3, T4).New + nameWithType: MelonEvent.MelonEvent + nameWithType.vb: MelonEvent(Of T1, T2, T3, T4).New +- uid: RedLoader.MelonEvent`4.Invoke(`0,`1,`2,`3) + name: Invoke(T1, T2, T3, T4) + href: api/RedLoader.MelonEvent-4.html#RedLoader_MelonEvent_4_Invoke__0__1__2__3_ + commentId: M:RedLoader.MelonEvent`4.Invoke(`0,`1,`2,`3) + fullName: RedLoader.MelonEvent.Invoke(T1, T2, T3, T4) + fullName.vb: RedLoader.MelonEvent(Of T1, T2, T3, T4).Invoke(T1, T2, T3, T4) + nameWithType: MelonEvent.Invoke(T1, T2, T3, T4) + nameWithType.vb: MelonEvent(Of T1, T2, T3, T4).Invoke(T1, T2, T3, T4) +- uid: RedLoader.MelonEvent`4.Invoke* + name: Invoke + href: api/RedLoader.MelonEvent-4.html#RedLoader_MelonEvent_4_Invoke_ + commentId: Overload:RedLoader.MelonEvent`4.Invoke + fullName: RedLoader.MelonEvent.Invoke + fullName.vb: RedLoader.MelonEvent(Of T1, T2, T3, T4).Invoke + nameWithType: MelonEvent.Invoke + nameWithType.vb: MelonEvent(Of T1, T2, T3, T4).Invoke +- uid: RedLoader.MelonEvent`5 + name: MelonEvent + href: api/RedLoader.MelonEvent-5.html + commentId: T:RedLoader.MelonEvent`5 + name.vb: MelonEvent(Of T1, T2, T3, T4, T5) + fullName: RedLoader.MelonEvent + fullName.vb: RedLoader.MelonEvent(Of T1, T2, T3, T4, T5) + nameWithType: MelonEvent + nameWithType.vb: MelonEvent(Of T1, T2, T3, T4, T5) +- uid: RedLoader.MelonEvent`5.#ctor(System.Boolean) + name: MelonEvent(bool) + href: api/RedLoader.MelonEvent-5.html#RedLoader_MelonEvent_5__ctor_System_Boolean_ + commentId: M:RedLoader.MelonEvent`5.#ctor(System.Boolean) + name.vb: New(Boolean) + fullName: RedLoader.MelonEvent.MelonEvent(bool) + fullName.vb: RedLoader.MelonEvent(Of T1, T2, T3, T4, T5).New(Boolean) + nameWithType: MelonEvent.MelonEvent(bool) + nameWithType.vb: MelonEvent(Of T1, T2, T3, T4, T5).New(Boolean) +- uid: RedLoader.MelonEvent`5.#ctor* + name: MelonEvent + href: api/RedLoader.MelonEvent-5.html#RedLoader_MelonEvent_5__ctor_ + commentId: Overload:RedLoader.MelonEvent`5.#ctor + name.vb: New + fullName: RedLoader.MelonEvent.MelonEvent + fullName.vb: RedLoader.MelonEvent(Of T1, T2, T3, T4, T5).New + nameWithType: MelonEvent.MelonEvent + nameWithType.vb: MelonEvent(Of T1, T2, T3, T4, T5).New +- uid: RedLoader.MelonEvent`5.Invoke(`0,`1,`2,`3,`4) + name: Invoke(T1, T2, T3, T4, T5) + href: api/RedLoader.MelonEvent-5.html#RedLoader_MelonEvent_5_Invoke__0__1__2__3__4_ + commentId: M:RedLoader.MelonEvent`5.Invoke(`0,`1,`2,`3,`4) + fullName: RedLoader.MelonEvent.Invoke(T1, T2, T3, T4, T5) + fullName.vb: RedLoader.MelonEvent(Of T1, T2, T3, T4, T5).Invoke(T1, T2, T3, T4, T5) + nameWithType: MelonEvent.Invoke(T1, T2, T3, T4, T5) + nameWithType.vb: MelonEvent(Of T1, T2, T3, T4, T5).Invoke(T1, T2, T3, T4, T5) +- uid: RedLoader.MelonEvent`5.Invoke* + name: Invoke + href: api/RedLoader.MelonEvent-5.html#RedLoader_MelonEvent_5_Invoke_ + commentId: Overload:RedLoader.MelonEvent`5.Invoke + fullName: RedLoader.MelonEvent.Invoke + fullName.vb: RedLoader.MelonEvent(Of T1, T2, T3, T4, T5).Invoke + nameWithType: MelonEvent.Invoke + nameWithType.vb: MelonEvent(Of T1, T2, T3, T4, T5).Invoke +- uid: RedLoader.MelonEvent`6 + name: MelonEvent + href: api/RedLoader.MelonEvent-6.html + commentId: T:RedLoader.MelonEvent`6 + name.vb: MelonEvent(Of T1, T2, T3, T4, T5, T6) + fullName: RedLoader.MelonEvent + fullName.vb: RedLoader.MelonEvent(Of T1, T2, T3, T4, T5, T6) + nameWithType: MelonEvent + nameWithType.vb: MelonEvent(Of T1, T2, T3, T4, T5, T6) +- uid: RedLoader.MelonEvent`6.#ctor(System.Boolean) + name: MelonEvent(bool) + href: api/RedLoader.MelonEvent-6.html#RedLoader_MelonEvent_6__ctor_System_Boolean_ + commentId: M:RedLoader.MelonEvent`6.#ctor(System.Boolean) + name.vb: New(Boolean) + fullName: RedLoader.MelonEvent.MelonEvent(bool) + fullName.vb: RedLoader.MelonEvent(Of T1, T2, T3, T4, T5, T6).New(Boolean) + nameWithType: MelonEvent.MelonEvent(bool) + nameWithType.vb: MelonEvent(Of T1, T2, T3, T4, T5, T6).New(Boolean) +- uid: RedLoader.MelonEvent`6.#ctor* + name: MelonEvent + href: api/RedLoader.MelonEvent-6.html#RedLoader_MelonEvent_6__ctor_ + commentId: Overload:RedLoader.MelonEvent`6.#ctor + name.vb: New + fullName: RedLoader.MelonEvent.MelonEvent + fullName.vb: RedLoader.MelonEvent(Of T1, T2, T3, T4, T5, T6).New + nameWithType: MelonEvent.MelonEvent + nameWithType.vb: MelonEvent(Of T1, T2, T3, T4, T5, T6).New +- uid: RedLoader.MelonEvent`6.Invoke(`0,`1,`2,`3,`4,`5) + name: Invoke(T1, T2, T3, T4, T5, T6) + href: api/RedLoader.MelonEvent-6.html#RedLoader_MelonEvent_6_Invoke__0__1__2__3__4__5_ + commentId: M:RedLoader.MelonEvent`6.Invoke(`0,`1,`2,`3,`4,`5) + fullName: RedLoader.MelonEvent.Invoke(T1, T2, T3, T4, T5, T6) + fullName.vb: RedLoader.MelonEvent(Of T1, T2, T3, T4, T5, T6).Invoke(T1, T2, T3, T4, T5, T6) + nameWithType: MelonEvent.Invoke(T1, T2, T3, T4, T5, T6) + nameWithType.vb: MelonEvent(Of T1, T2, T3, T4, T5, T6).Invoke(T1, T2, T3, T4, T5, T6) +- uid: RedLoader.MelonEvent`6.Invoke* + name: Invoke + href: api/RedLoader.MelonEvent-6.html#RedLoader_MelonEvent_6_Invoke_ + commentId: Overload:RedLoader.MelonEvent`6.Invoke + fullName: RedLoader.MelonEvent.Invoke + fullName.vb: RedLoader.MelonEvent(Of T1, T2, T3, T4, T5, T6).Invoke + nameWithType: MelonEvent.Invoke + nameWithType.vb: MelonEvent(Of T1, T2, T3, T4, T5, T6).Invoke +- uid: RedLoader.MelonEvent`7 + name: MelonEvent + href: api/RedLoader.MelonEvent-7.html + commentId: T:RedLoader.MelonEvent`7 + name.vb: MelonEvent(Of T1, T2, T3, T4, T5, T6, T7) + fullName: RedLoader.MelonEvent + fullName.vb: RedLoader.MelonEvent(Of T1, T2, T3, T4, T5, T6, T7) + nameWithType: MelonEvent + nameWithType.vb: MelonEvent(Of T1, T2, T3, T4, T5, T6, T7) +- uid: RedLoader.MelonEvent`7.#ctor(System.Boolean) + name: MelonEvent(bool) + href: api/RedLoader.MelonEvent-7.html#RedLoader_MelonEvent_7__ctor_System_Boolean_ + commentId: M:RedLoader.MelonEvent`7.#ctor(System.Boolean) + name.vb: New(Boolean) + fullName: RedLoader.MelonEvent.MelonEvent(bool) + fullName.vb: RedLoader.MelonEvent(Of T1, T2, T3, T4, T5, T6, T7).New(Boolean) + nameWithType: MelonEvent.MelonEvent(bool) + nameWithType.vb: MelonEvent(Of T1, T2, T3, T4, T5, T6, T7).New(Boolean) +- uid: RedLoader.MelonEvent`7.#ctor* + name: MelonEvent + href: api/RedLoader.MelonEvent-7.html#RedLoader_MelonEvent_7__ctor_ + commentId: Overload:RedLoader.MelonEvent`7.#ctor + name.vb: New + fullName: RedLoader.MelonEvent.MelonEvent + fullName.vb: RedLoader.MelonEvent(Of T1, T2, T3, T4, T5, T6, T7).New + nameWithType: MelonEvent.MelonEvent + nameWithType.vb: MelonEvent(Of T1, T2, T3, T4, T5, T6, T7).New +- uid: RedLoader.MelonEvent`7.Invoke(`0,`1,`2,`3,`4,`5,`6) + name: Invoke(T1, T2, T3, T4, T5, T6, T7) + href: api/RedLoader.MelonEvent-7.html#RedLoader_MelonEvent_7_Invoke__0__1__2__3__4__5__6_ + commentId: M:RedLoader.MelonEvent`7.Invoke(`0,`1,`2,`3,`4,`5,`6) + fullName: RedLoader.MelonEvent.Invoke(T1, T2, T3, T4, T5, T6, T7) + fullName.vb: RedLoader.MelonEvent(Of T1, T2, T3, T4, T5, T6, T7).Invoke(T1, T2, T3, T4, T5, T6, T7) + nameWithType: MelonEvent.Invoke(T1, T2, T3, T4, T5, T6, T7) + nameWithType.vb: MelonEvent(Of T1, T2, T3, T4, T5, T6, T7).Invoke(T1, T2, T3, T4, T5, T6, T7) +- uid: RedLoader.MelonEvent`7.Invoke* + name: Invoke + href: api/RedLoader.MelonEvent-7.html#RedLoader_MelonEvent_7_Invoke_ + commentId: Overload:RedLoader.MelonEvent`7.Invoke + fullName: RedLoader.MelonEvent.Invoke + fullName.vb: RedLoader.MelonEvent(Of T1, T2, T3, T4, T5, T6, T7).Invoke + nameWithType: MelonEvent.Invoke + nameWithType.vb: MelonEvent(Of T1, T2, T3, T4, T5, T6, T7).Invoke +- uid: RedLoader.MelonEvent`8 + name: MelonEvent + href: api/RedLoader.MelonEvent-8.html + commentId: T:RedLoader.MelonEvent`8 + name.vb: MelonEvent(Of T1, T2, T3, T4, T5, T6, T7, T8) + fullName: RedLoader.MelonEvent + fullName.vb: RedLoader.MelonEvent(Of T1, T2, T3, T4, T5, T6, T7, T8) + nameWithType: MelonEvent + nameWithType.vb: MelonEvent(Of T1, T2, T3, T4, T5, T6, T7, T8) +- uid: RedLoader.MelonEvent`8.#ctor(System.Boolean) + name: MelonEvent(bool) + href: api/RedLoader.MelonEvent-8.html#RedLoader_MelonEvent_8__ctor_System_Boolean_ + commentId: M:RedLoader.MelonEvent`8.#ctor(System.Boolean) + name.vb: New(Boolean) + fullName: RedLoader.MelonEvent.MelonEvent(bool) + fullName.vb: RedLoader.MelonEvent(Of T1, T2, T3, T4, T5, T6, T7, T8).New(Boolean) + nameWithType: MelonEvent.MelonEvent(bool) + nameWithType.vb: MelonEvent(Of T1, T2, T3, T4, T5, T6, T7, T8).New(Boolean) +- uid: RedLoader.MelonEvent`8.#ctor* + name: MelonEvent + href: api/RedLoader.MelonEvent-8.html#RedLoader_MelonEvent_8__ctor_ + commentId: Overload:RedLoader.MelonEvent`8.#ctor + name.vb: New + fullName: RedLoader.MelonEvent.MelonEvent + fullName.vb: RedLoader.MelonEvent(Of T1, T2, T3, T4, T5, T6, T7, T8).New + nameWithType: MelonEvent.MelonEvent + nameWithType.vb: MelonEvent(Of T1, T2, T3, T4, T5, T6, T7, T8).New +- uid: RedLoader.MelonEvent`8.Invoke(`0,`1,`2,`3,`4,`5,`6,`7) + name: Invoke(T1, T2, T3, T4, T5, T6, T7, T8) + href: api/RedLoader.MelonEvent-8.html#RedLoader_MelonEvent_8_Invoke__0__1__2__3__4__5__6__7_ + commentId: M:RedLoader.MelonEvent`8.Invoke(`0,`1,`2,`3,`4,`5,`6,`7) + fullName: RedLoader.MelonEvent.Invoke(T1, T2, T3, T4, T5, T6, T7, T8) + fullName.vb: RedLoader.MelonEvent(Of T1, T2, T3, T4, T5, T6, T7, T8).Invoke(T1, T2, T3, T4, T5, T6, T7, T8) + nameWithType: MelonEvent.Invoke(T1, T2, T3, T4, T5, T6, T7, T8) + nameWithType.vb: MelonEvent(Of T1, T2, T3, T4, T5, T6, T7, T8).Invoke(T1, T2, T3, T4, T5, T6, T7, T8) +- uid: RedLoader.MelonEvent`8.Invoke* + name: Invoke + href: api/RedLoader.MelonEvent-8.html#RedLoader_MelonEvent_8_Invoke_ + commentId: Overload:RedLoader.MelonEvent`8.Invoke + fullName: RedLoader.MelonEvent.Invoke + fullName.vb: RedLoader.MelonEvent(Of T1, T2, T3, T4, T5, T6, T7, T8).Invoke + nameWithType: MelonEvent.Invoke + nameWithType.vb: MelonEvent(Of T1, T2, T3, T4, T5, T6, T7, T8).Invoke +- uid: RedLoader.MelonEventBase`1 + name: MelonEventBase + href: api/RedLoader.MelonEventBase-1.html + commentId: T:RedLoader.MelonEventBase`1 + name.vb: MelonEventBase(Of T) + fullName: RedLoader.MelonEventBase + fullName.vb: RedLoader.MelonEventBase(Of T) + nameWithType: MelonEventBase + nameWithType.vb: MelonEventBase(Of T) +- uid: RedLoader.MelonEventBase`1.#ctor(System.Boolean) + name: MelonEventBase(bool) + href: api/RedLoader.MelonEventBase-1.html#RedLoader_MelonEventBase_1__ctor_System_Boolean_ + commentId: M:RedLoader.MelonEventBase`1.#ctor(System.Boolean) + name.vb: New(Boolean) + fullName: RedLoader.MelonEventBase.MelonEventBase(bool) + fullName.vb: RedLoader.MelonEventBase(Of T).New(Boolean) + nameWithType: MelonEventBase.MelonEventBase(bool) + nameWithType.vb: MelonEventBase(Of T).New(Boolean) +- uid: RedLoader.MelonEventBase`1.#ctor* + name: MelonEventBase + href: api/RedLoader.MelonEventBase-1.html#RedLoader_MelonEventBase_1__ctor_ + commentId: Overload:RedLoader.MelonEventBase`1.#ctor + name.vb: New + fullName: RedLoader.MelonEventBase.MelonEventBase + fullName.vb: RedLoader.MelonEventBase(Of T).New + nameWithType: MelonEventBase.MelonEventBase + nameWithType.vb: MelonEventBase(Of T).New +- uid: RedLoader.MelonEventBase`1.CheckIfSubscribed(System.Reflection.MethodInfo,System.Object) + name: CheckIfSubscribed(MethodInfo, object) + href: api/RedLoader.MelonEventBase-1.html#RedLoader_MelonEventBase_1_CheckIfSubscribed_System_Reflection_MethodInfo_System_Object_ + commentId: M:RedLoader.MelonEventBase`1.CheckIfSubscribed(System.Reflection.MethodInfo,System.Object) + name.vb: CheckIfSubscribed(MethodInfo, Object) + fullName: RedLoader.MelonEventBase.CheckIfSubscribed(System.Reflection.MethodInfo, object) + fullName.vb: RedLoader.MelonEventBase(Of T).CheckIfSubscribed(System.Reflection.MethodInfo, Object) + nameWithType: MelonEventBase.CheckIfSubscribed(MethodInfo, object) + nameWithType.vb: MelonEventBase(Of T).CheckIfSubscribed(MethodInfo, Object) +- uid: RedLoader.MelonEventBase`1.CheckIfSubscribed* + name: CheckIfSubscribed + href: api/RedLoader.MelonEventBase-1.html#RedLoader_MelonEventBase_1_CheckIfSubscribed_ + commentId: Overload:RedLoader.MelonEventBase`1.CheckIfSubscribed + fullName: RedLoader.MelonEventBase.CheckIfSubscribed + fullName.vb: RedLoader.MelonEventBase(Of T).CheckIfSubscribed + nameWithType: MelonEventBase.CheckIfSubscribed + nameWithType.vb: MelonEventBase(Of T).CheckIfSubscribed +- uid: RedLoader.MelonEventBase`1.Dispose + name: Dispose() + href: api/RedLoader.MelonEventBase-1.html#RedLoader_MelonEventBase_1_Dispose + commentId: M:RedLoader.MelonEventBase`1.Dispose + fullName: RedLoader.MelonEventBase.Dispose() + fullName.vb: RedLoader.MelonEventBase(Of T).Dispose() + nameWithType: MelonEventBase.Dispose() + nameWithType.vb: MelonEventBase(Of T).Dispose() +- uid: RedLoader.MelonEventBase`1.Dispose* + name: Dispose + href: api/RedLoader.MelonEventBase-1.html#RedLoader_MelonEventBase_1_Dispose_ + commentId: Overload:RedLoader.MelonEventBase`1.Dispose + fullName: RedLoader.MelonEventBase.Dispose + fullName.vb: RedLoader.MelonEventBase(Of T).Dispose + nameWithType: MelonEventBase.Dispose + nameWithType.vb: MelonEventBase(Of T).Dispose +- uid: RedLoader.MelonEventBase`1.Disposed + name: Disposed + href: api/RedLoader.MelonEventBase-1.html#RedLoader_MelonEventBase_1_Disposed + commentId: P:RedLoader.MelonEventBase`1.Disposed + fullName: RedLoader.MelonEventBase.Disposed + fullName.vb: RedLoader.MelonEventBase(Of T).Disposed + nameWithType: MelonEventBase.Disposed + nameWithType.vb: MelonEventBase(Of T).Disposed +- uid: RedLoader.MelonEventBase`1.Disposed* + name: Disposed + href: api/RedLoader.MelonEventBase-1.html#RedLoader_MelonEventBase_1_Disposed_ + commentId: Overload:RedLoader.MelonEventBase`1.Disposed + fullName: RedLoader.MelonEventBase.Disposed + fullName.vb: RedLoader.MelonEventBase(Of T).Disposed + nameWithType: MelonEventBase.Disposed + nameWithType.vb: MelonEventBase(Of T).Disposed +- uid: RedLoader.MelonEventBase`1.GetSubscribers + name: GetSubscribers() + href: api/RedLoader.MelonEventBase-1.html#RedLoader_MelonEventBase_1_GetSubscribers + commentId: M:RedLoader.MelonEventBase`1.GetSubscribers + fullName: RedLoader.MelonEventBase.GetSubscribers() + fullName.vb: RedLoader.MelonEventBase(Of T).GetSubscribers() + nameWithType: MelonEventBase.GetSubscribers() + nameWithType.vb: MelonEventBase(Of T).GetSubscribers() +- uid: RedLoader.MelonEventBase`1.GetSubscribers* + name: GetSubscribers + href: api/RedLoader.MelonEventBase-1.html#RedLoader_MelonEventBase_1_GetSubscribers_ + commentId: Overload:RedLoader.MelonEventBase`1.GetSubscribers + fullName: RedLoader.MelonEventBase.GetSubscribers + fullName.vb: RedLoader.MelonEventBase(Of T).GetSubscribers + nameWithType: MelonEventBase.GetSubscribers + nameWithType.vb: MelonEventBase(Of T).GetSubscribers +- uid: RedLoader.MelonEventBase`1.Invoke(System.Action{`0}) + name: Invoke(Action) + href: api/RedLoader.MelonEventBase-1.html#RedLoader_MelonEventBase_1_Invoke_System_Action__0__ + commentId: M:RedLoader.MelonEventBase`1.Invoke(System.Action{`0}) + name.vb: Invoke(Action(Of T)) + fullName: RedLoader.MelonEventBase.Invoke(System.Action) + fullName.vb: RedLoader.MelonEventBase(Of T).Invoke(System.Action(Of T)) + nameWithType: MelonEventBase.Invoke(Action) + nameWithType.vb: MelonEventBase(Of T).Invoke(Action(Of T)) +- uid: RedLoader.MelonEventBase`1.Invoke* + name: Invoke + href: api/RedLoader.MelonEventBase-1.html#RedLoader_MelonEventBase_1_Invoke_ + commentId: Overload:RedLoader.MelonEventBase`1.Invoke + fullName: RedLoader.MelonEventBase.Invoke + fullName.vb: RedLoader.MelonEventBase(Of T).Invoke + nameWithType: MelonEventBase.Invoke + nameWithType.vb: MelonEventBase(Of T).Invoke +- uid: RedLoader.MelonEventBase`1.MelonEventSubscriber + name: MelonEventBase.MelonEventSubscriber + href: api/RedLoader.MelonEventBase-1.MelonEventSubscriber.html + commentId: T:RedLoader.MelonEventBase`1.MelonEventSubscriber + name.vb: MelonEventBase(Of T).MelonEventSubscriber + fullName: RedLoader.MelonEventBase.MelonEventSubscriber + fullName.vb: RedLoader.MelonEventBase(Of T).MelonEventSubscriber + nameWithType: MelonEventBase.MelonEventSubscriber + nameWithType.vb: MelonEventBase(Of T).MelonEventSubscriber +- uid: RedLoader.MelonEventBase`1.MelonEventSubscriber.#ctor + name: MelonEventSubscriber() + href: api/RedLoader.MelonEventBase-1.MelonEventSubscriber.html#RedLoader_MelonEventBase_1_MelonEventSubscriber__ctor + commentId: M:RedLoader.MelonEventBase`1.MelonEventSubscriber.#ctor + name.vb: New() + fullName: RedLoader.MelonEventBase.MelonEventSubscriber.MelonEventSubscriber() + fullName.vb: RedLoader.MelonEventBase(Of T).MelonEventSubscriber.New() + nameWithType: MelonEventBase.MelonEventSubscriber.MelonEventSubscriber() + nameWithType.vb: MelonEventBase(Of T).MelonEventSubscriber.New() +- uid: RedLoader.MelonEventBase`1.MelonEventSubscriber.#ctor* + name: MelonEventSubscriber + href: api/RedLoader.MelonEventBase-1.MelonEventSubscriber.html#RedLoader_MelonEventBase_1_MelonEventSubscriber__ctor_ + commentId: Overload:RedLoader.MelonEventBase`1.MelonEventSubscriber.#ctor + name.vb: New + fullName: RedLoader.MelonEventBase.MelonEventSubscriber.MelonEventSubscriber + fullName.vb: RedLoader.MelonEventBase(Of T).MelonEventSubscriber.New + nameWithType: MelonEventBase.MelonEventSubscriber.MelonEventSubscriber + nameWithType.vb: MelonEventBase(Of T).MelonEventSubscriber.New +- uid: RedLoader.MelonEventBase`1.MelonEventSubscriber.del + name: del + href: api/RedLoader.MelonEventBase-1.MelonEventSubscriber.html#RedLoader_MelonEventBase_1_MelonEventSubscriber_del + commentId: F:RedLoader.MelonEventBase`1.MelonEventSubscriber.del + fullName: RedLoader.MelonEventBase.MelonEventSubscriber.del + fullName.vb: RedLoader.MelonEventBase(Of T).MelonEventSubscriber.del + nameWithType: MelonEventBase.MelonEventSubscriber.del + nameWithType.vb: MelonEventBase(Of T).MelonEventSubscriber.del +- uid: RedLoader.MelonEventBase`1.MelonEventSubscriber.melonAssembly + name: melonAssembly + href: api/RedLoader.MelonEventBase-1.MelonEventSubscriber.html#RedLoader_MelonEventBase_1_MelonEventSubscriber_melonAssembly + commentId: F:RedLoader.MelonEventBase`1.MelonEventSubscriber.melonAssembly + fullName: RedLoader.MelonEventBase.MelonEventSubscriber.melonAssembly + fullName.vb: RedLoader.MelonEventBase(Of T).MelonEventSubscriber.melonAssembly + nameWithType: MelonEventBase.MelonEventSubscriber.melonAssembly + nameWithType.vb: MelonEventBase(Of T).MelonEventSubscriber.melonAssembly +- uid: RedLoader.MelonEventBase`1.MelonEventSubscriber.priority + name: priority + href: api/RedLoader.MelonEventBase-1.MelonEventSubscriber.html#RedLoader_MelonEventBase_1_MelonEventSubscriber_priority + commentId: F:RedLoader.MelonEventBase`1.MelonEventSubscriber.priority + fullName: RedLoader.MelonEventBase.MelonEventSubscriber.priority + fullName.vb: RedLoader.MelonEventBase(Of T).MelonEventSubscriber.priority + nameWithType: MelonEventBase.MelonEventSubscriber.priority + nameWithType.vb: MelonEventBase(Of T).MelonEventSubscriber.priority +- uid: RedLoader.MelonEventBase`1.MelonEventSubscriber.unsubscribeOnFirstInvocation + name: unsubscribeOnFirstInvocation + href: api/RedLoader.MelonEventBase-1.MelonEventSubscriber.html#RedLoader_MelonEventBase_1_MelonEventSubscriber_unsubscribeOnFirstInvocation + commentId: F:RedLoader.MelonEventBase`1.MelonEventSubscriber.unsubscribeOnFirstInvocation + fullName: RedLoader.MelonEventBase.MelonEventSubscriber.unsubscribeOnFirstInvocation + fullName.vb: RedLoader.MelonEventBase(Of T).MelonEventSubscriber.unsubscribeOnFirstInvocation + nameWithType: MelonEventBase.MelonEventSubscriber.unsubscribeOnFirstInvocation + nameWithType.vb: MelonEventBase(Of T).MelonEventSubscriber.unsubscribeOnFirstInvocation +- uid: RedLoader.MelonEventBase`1.oneTimeUse + name: oneTimeUse + href: api/RedLoader.MelonEventBase-1.html#RedLoader_MelonEventBase_1_oneTimeUse + commentId: F:RedLoader.MelonEventBase`1.oneTimeUse + fullName: RedLoader.MelonEventBase.oneTimeUse + fullName.vb: RedLoader.MelonEventBase(Of T).oneTimeUse + nameWithType: MelonEventBase.oneTimeUse + nameWithType.vb: MelonEventBase(Of T).oneTimeUse +- uid: RedLoader.MelonEventBase`1.Subscribe(`0,System.Int32,System.Boolean) + name: Subscribe(T, int, bool) + href: api/RedLoader.MelonEventBase-1.html#RedLoader_MelonEventBase_1_Subscribe__0_System_Int32_System_Boolean_ + commentId: M:RedLoader.MelonEventBase`1.Subscribe(`0,System.Int32,System.Boolean) + name.vb: Subscribe(T, Integer, Boolean) + fullName: RedLoader.MelonEventBase.Subscribe(T, int, bool) + fullName.vb: RedLoader.MelonEventBase(Of T).Subscribe(T, Integer, Boolean) + nameWithType: MelonEventBase.Subscribe(T, int, bool) + nameWithType.vb: MelonEventBase(Of T).Subscribe(T, Integer, Boolean) +- uid: RedLoader.MelonEventBase`1.Subscribe* + name: Subscribe + href: api/RedLoader.MelonEventBase-1.html#RedLoader_MelonEventBase_1_Subscribe_ + commentId: Overload:RedLoader.MelonEventBase`1.Subscribe + fullName: RedLoader.MelonEventBase.Subscribe + fullName.vb: RedLoader.MelonEventBase(Of T).Subscribe + nameWithType: MelonEventBase.Subscribe + nameWithType.vb: MelonEventBase(Of T).Subscribe +- uid: RedLoader.MelonEventBase`1.Unsubscribe(`0) + name: Unsubscribe(T) + href: api/RedLoader.MelonEventBase-1.html#RedLoader_MelonEventBase_1_Unsubscribe__0_ + commentId: M:RedLoader.MelonEventBase`1.Unsubscribe(`0) + fullName: RedLoader.MelonEventBase.Unsubscribe(T) + fullName.vb: RedLoader.MelonEventBase(Of T).Unsubscribe(T) + nameWithType: MelonEventBase.Unsubscribe(T) + nameWithType.vb: MelonEventBase(Of T).Unsubscribe(T) +- uid: RedLoader.MelonEventBase`1.Unsubscribe(System.Reflection.MethodInfo,System.Object) + name: Unsubscribe(MethodInfo, object) + href: api/RedLoader.MelonEventBase-1.html#RedLoader_MelonEventBase_1_Unsubscribe_System_Reflection_MethodInfo_System_Object_ + commentId: M:RedLoader.MelonEventBase`1.Unsubscribe(System.Reflection.MethodInfo,System.Object) + name.vb: Unsubscribe(MethodInfo, Object) + fullName: RedLoader.MelonEventBase.Unsubscribe(System.Reflection.MethodInfo, object) + fullName.vb: RedLoader.MelonEventBase(Of T).Unsubscribe(System.Reflection.MethodInfo, Object) + nameWithType: MelonEventBase.Unsubscribe(MethodInfo, object) + nameWithType.vb: MelonEventBase(Of T).Unsubscribe(MethodInfo, Object) +- uid: RedLoader.MelonEventBase`1.Unsubscribe* + name: Unsubscribe + href: api/RedLoader.MelonEventBase-1.html#RedLoader_MelonEventBase_1_Unsubscribe_ + commentId: Overload:RedLoader.MelonEventBase`1.Unsubscribe + fullName: RedLoader.MelonEventBase.Unsubscribe + fullName.vb: RedLoader.MelonEventBase(Of T).Unsubscribe + nameWithType: MelonEventBase.Unsubscribe + nameWithType.vb: MelonEventBase(Of T).Unsubscribe +- uid: RedLoader.MelonEventBase`1.UnsubscribeAll + name: UnsubscribeAll() + href: api/RedLoader.MelonEventBase-1.html#RedLoader_MelonEventBase_1_UnsubscribeAll + commentId: M:RedLoader.MelonEventBase`1.UnsubscribeAll + fullName: RedLoader.MelonEventBase.UnsubscribeAll() + fullName.vb: RedLoader.MelonEventBase(Of T).UnsubscribeAll() + nameWithType: MelonEventBase.UnsubscribeAll() + nameWithType.vb: MelonEventBase(Of T).UnsubscribeAll() +- uid: RedLoader.MelonEventBase`1.UnsubscribeAll* + name: UnsubscribeAll + href: api/RedLoader.MelonEventBase-1.html#RedLoader_MelonEventBase_1_UnsubscribeAll_ + commentId: Overload:RedLoader.MelonEventBase`1.UnsubscribeAll + fullName: RedLoader.MelonEventBase.UnsubscribeAll + fullName.vb: RedLoader.MelonEventBase(Of T).UnsubscribeAll + nameWithType: MelonEventBase.UnsubscribeAll + nameWithType.vb: MelonEventBase(Of T).UnsubscribeAll +- uid: RedLoader.MelonGameAttribute + name: MelonGameAttribute + href: api/RedLoader.MelonGameAttribute.html + commentId: T:RedLoader.MelonGameAttribute + fullName: RedLoader.MelonGameAttribute + nameWithType: MelonGameAttribute +- uid: RedLoader.MelonGameAttribute.#ctor(System.String,System.String) + name: MelonGameAttribute(string, string) + href: api/RedLoader.MelonGameAttribute.html#RedLoader_MelonGameAttribute__ctor_System_String_System_String_ + commentId: M:RedLoader.MelonGameAttribute.#ctor(System.String,System.String) + name.vb: New(String, String) + fullName: RedLoader.MelonGameAttribute.MelonGameAttribute(string, string) + fullName.vb: RedLoader.MelonGameAttribute.New(String, String) + nameWithType: MelonGameAttribute.MelonGameAttribute(string, string) + nameWithType.vb: MelonGameAttribute.New(String, String) +- uid: RedLoader.MelonGameAttribute.#ctor* + name: MelonGameAttribute + href: api/RedLoader.MelonGameAttribute.html#RedLoader_MelonGameAttribute__ctor_ + commentId: Overload:RedLoader.MelonGameAttribute.#ctor + name.vb: New + fullName: RedLoader.MelonGameAttribute.MelonGameAttribute + fullName.vb: RedLoader.MelonGameAttribute.New + nameWithType: MelonGameAttribute.MelonGameAttribute + nameWithType.vb: MelonGameAttribute.New +- uid: RedLoader.MelonGameAttribute.Developer + name: Developer + href: api/RedLoader.MelonGameAttribute.html#RedLoader_MelonGameAttribute_Developer + commentId: P:RedLoader.MelonGameAttribute.Developer + fullName: RedLoader.MelonGameAttribute.Developer + nameWithType: MelonGameAttribute.Developer +- uid: RedLoader.MelonGameAttribute.Developer* + name: Developer + href: api/RedLoader.MelonGameAttribute.html#RedLoader_MelonGameAttribute_Developer_ + commentId: Overload:RedLoader.MelonGameAttribute.Developer + fullName: RedLoader.MelonGameAttribute.Developer + nameWithType: MelonGameAttribute.Developer +- uid: RedLoader.MelonGameAttribute.IsCompatible(RedLoader.MelonGameAttribute) + name: IsCompatible(MelonGameAttribute) + href: api/RedLoader.MelonGameAttribute.html#RedLoader_MelonGameAttribute_IsCompatible_RedLoader_MelonGameAttribute_ + commentId: M:RedLoader.MelonGameAttribute.IsCompatible(RedLoader.MelonGameAttribute) + fullName: RedLoader.MelonGameAttribute.IsCompatible(RedLoader.MelonGameAttribute) + nameWithType: MelonGameAttribute.IsCompatible(MelonGameAttribute) +- uid: RedLoader.MelonGameAttribute.IsCompatible(System.String,System.String) + name: IsCompatible(string, string) + href: api/RedLoader.MelonGameAttribute.html#RedLoader_MelonGameAttribute_IsCompatible_System_String_System_String_ + commentId: M:RedLoader.MelonGameAttribute.IsCompatible(System.String,System.String) + name.vb: IsCompatible(String, String) + fullName: RedLoader.MelonGameAttribute.IsCompatible(string, string) + fullName.vb: RedLoader.MelonGameAttribute.IsCompatible(String, String) + nameWithType: MelonGameAttribute.IsCompatible(string, string) + nameWithType.vb: MelonGameAttribute.IsCompatible(String, String) +- uid: RedLoader.MelonGameAttribute.IsCompatible* + name: IsCompatible + href: api/RedLoader.MelonGameAttribute.html#RedLoader_MelonGameAttribute_IsCompatible_ + commentId: Overload:RedLoader.MelonGameAttribute.IsCompatible + fullName: RedLoader.MelonGameAttribute.IsCompatible + nameWithType: MelonGameAttribute.IsCompatible +- uid: RedLoader.MelonGameAttribute.IsCompatibleBecauseUniversal(RedLoader.MelonGameAttribute) + name: IsCompatibleBecauseUniversal(MelonGameAttribute) + href: api/RedLoader.MelonGameAttribute.html#RedLoader_MelonGameAttribute_IsCompatibleBecauseUniversal_RedLoader_MelonGameAttribute_ + commentId: M:RedLoader.MelonGameAttribute.IsCompatibleBecauseUniversal(RedLoader.MelonGameAttribute) + fullName: RedLoader.MelonGameAttribute.IsCompatibleBecauseUniversal(RedLoader.MelonGameAttribute) + nameWithType: MelonGameAttribute.IsCompatibleBecauseUniversal(MelonGameAttribute) +- uid: RedLoader.MelonGameAttribute.IsCompatibleBecauseUniversal* + name: IsCompatibleBecauseUniversal + href: api/RedLoader.MelonGameAttribute.html#RedLoader_MelonGameAttribute_IsCompatibleBecauseUniversal_ + commentId: Overload:RedLoader.MelonGameAttribute.IsCompatibleBecauseUniversal + fullName: RedLoader.MelonGameAttribute.IsCompatibleBecauseUniversal + nameWithType: MelonGameAttribute.IsCompatibleBecauseUniversal +- uid: RedLoader.MelonGameAttribute.Name + name: Name + href: api/RedLoader.MelonGameAttribute.html#RedLoader_MelonGameAttribute_Name + commentId: P:RedLoader.MelonGameAttribute.Name + fullName: RedLoader.MelonGameAttribute.Name + nameWithType: MelonGameAttribute.Name +- uid: RedLoader.MelonGameAttribute.Name* + name: Name + href: api/RedLoader.MelonGameAttribute.html#RedLoader_MelonGameAttribute_Name_ + commentId: Overload:RedLoader.MelonGameAttribute.Name + fullName: RedLoader.MelonGameAttribute.Name + nameWithType: MelonGameAttribute.Name +- uid: RedLoader.MelonGameAttribute.Universal + name: Universal + href: api/RedLoader.MelonGameAttribute.html#RedLoader_MelonGameAttribute_Universal + commentId: P:RedLoader.MelonGameAttribute.Universal + fullName: RedLoader.MelonGameAttribute.Universal + nameWithType: MelonGameAttribute.Universal +- uid: RedLoader.MelonGameAttribute.Universal* + name: Universal + href: api/RedLoader.MelonGameAttribute.html#RedLoader_MelonGameAttribute_Universal_ + commentId: Overload:RedLoader.MelonGameAttribute.Universal + fullName: RedLoader.MelonGameAttribute.Universal + nameWithType: MelonGameAttribute.Universal +- uid: RedLoader.MelonGameVersionAttribute + name: MelonGameVersionAttribute + href: api/RedLoader.MelonGameVersionAttribute.html + commentId: T:RedLoader.MelonGameVersionAttribute + fullName: RedLoader.MelonGameVersionAttribute + nameWithType: MelonGameVersionAttribute +- uid: RedLoader.MelonGameVersionAttribute.#ctor(System.String) + name: MelonGameVersionAttribute(string) + href: api/RedLoader.MelonGameVersionAttribute.html#RedLoader_MelonGameVersionAttribute__ctor_System_String_ + commentId: M:RedLoader.MelonGameVersionAttribute.#ctor(System.String) + name.vb: New(String) + fullName: RedLoader.MelonGameVersionAttribute.MelonGameVersionAttribute(string) + fullName.vb: RedLoader.MelonGameVersionAttribute.New(String) + nameWithType: MelonGameVersionAttribute.MelonGameVersionAttribute(string) + nameWithType.vb: MelonGameVersionAttribute.New(String) +- uid: RedLoader.MelonGameVersionAttribute.#ctor* + name: MelonGameVersionAttribute + href: api/RedLoader.MelonGameVersionAttribute.html#RedLoader_MelonGameVersionAttribute__ctor_ + commentId: Overload:RedLoader.MelonGameVersionAttribute.#ctor + name.vb: New + fullName: RedLoader.MelonGameVersionAttribute.MelonGameVersionAttribute + fullName.vb: RedLoader.MelonGameVersionAttribute.New + nameWithType: MelonGameVersionAttribute.MelonGameVersionAttribute + nameWithType.vb: MelonGameVersionAttribute.New +- uid: RedLoader.MelonGameVersionAttribute.Universal + name: Universal + href: api/RedLoader.MelonGameVersionAttribute.html#RedLoader_MelonGameVersionAttribute_Universal + commentId: P:RedLoader.MelonGameVersionAttribute.Universal + fullName: RedLoader.MelonGameVersionAttribute.Universal + nameWithType: MelonGameVersionAttribute.Universal +- uid: RedLoader.MelonGameVersionAttribute.Universal* + name: Universal + href: api/RedLoader.MelonGameVersionAttribute.html#RedLoader_MelonGameVersionAttribute_Universal_ + commentId: Overload:RedLoader.MelonGameVersionAttribute.Universal + fullName: RedLoader.MelonGameVersionAttribute.Universal + nameWithType: MelonGameVersionAttribute.Universal +- uid: RedLoader.MelonGameVersionAttribute.Version + name: Version + href: api/RedLoader.MelonGameVersionAttribute.html#RedLoader_MelonGameVersionAttribute_Version + commentId: P:RedLoader.MelonGameVersionAttribute.Version + fullName: RedLoader.MelonGameVersionAttribute.Version + nameWithType: MelonGameVersionAttribute.Version +- uid: RedLoader.MelonGameVersionAttribute.Version* + name: Version + href: api/RedLoader.MelonGameVersionAttribute.html#RedLoader_MelonGameVersionAttribute_Version_ + commentId: Overload:RedLoader.MelonGameVersionAttribute.Version + fullName: RedLoader.MelonGameVersionAttribute.Version + nameWithType: MelonGameVersionAttribute.Version +- uid: RedLoader.MelonHandler + name: MelonHandler + href: api/RedLoader.MelonHandler.html + commentId: T:RedLoader.MelonHandler + fullName: RedLoader.MelonHandler + nameWithType: MelonHandler +- uid: RedLoader.MelonHandler.LoadMelonsFromDirectory* + name: LoadMelonsFromDirectory + href: api/RedLoader.MelonHandler.html#RedLoader_MelonHandler_LoadMelonsFromDirectory_ + commentId: Overload:RedLoader.MelonHandler.LoadMelonsFromDirectory + fullName: RedLoader.MelonHandler.LoadMelonsFromDirectory + nameWithType: MelonHandler.LoadMelonsFromDirectory +- uid: RedLoader.MelonHandler.LoadMelonsFromDirectory``1(System.String) + name: LoadMelonsFromDirectory(string) + href: api/RedLoader.MelonHandler.html#RedLoader_MelonHandler_LoadMelonsFromDirectory__1_System_String_ + commentId: M:RedLoader.MelonHandler.LoadMelonsFromDirectory``1(System.String) + name.vb: LoadMelonsFromDirectory(Of T)(String) + fullName: RedLoader.MelonHandler.LoadMelonsFromDirectory(string) + fullName.vb: RedLoader.MelonHandler.LoadMelonsFromDirectory(Of T)(String) + nameWithType: MelonHandler.LoadMelonsFromDirectory(string) + nameWithType.vb: MelonHandler.LoadMelonsFromDirectory(Of T)(String) +- uid: RedLoader.MelonHandler.LoadModsFromDirectory(System.String,System.String) + name: LoadModsFromDirectory(string, string) + href: api/RedLoader.MelonHandler.html#RedLoader_MelonHandler_LoadModsFromDirectory_System_String_System_String_ + commentId: M:RedLoader.MelonHandler.LoadModsFromDirectory(System.String,System.String) + name.vb: LoadModsFromDirectory(String, String) + fullName: RedLoader.MelonHandler.LoadModsFromDirectory(string, string) + fullName.vb: RedLoader.MelonHandler.LoadModsFromDirectory(String, String) + nameWithType: MelonHandler.LoadModsFromDirectory(string, string) + nameWithType.vb: MelonHandler.LoadModsFromDirectory(String, String) +- uid: RedLoader.MelonHandler.LoadModsFromDirectory* + name: LoadModsFromDirectory + href: api/RedLoader.MelonHandler.html#RedLoader_MelonHandler_LoadModsFromDirectory_ + commentId: Overload:RedLoader.MelonHandler.LoadModsFromDirectory + fullName: RedLoader.MelonHandler.LoadModsFromDirectory + nameWithType: MelonHandler.LoadModsFromDirectory +- uid: RedLoader.MelonIDAttribute + name: MelonIDAttribute + href: api/RedLoader.MelonIDAttribute.html + commentId: T:RedLoader.MelonIDAttribute + fullName: RedLoader.MelonIDAttribute + nameWithType: MelonIDAttribute +- uid: RedLoader.MelonIDAttribute.#ctor(System.Int32) + name: MelonIDAttribute(int) + href: api/RedLoader.MelonIDAttribute.html#RedLoader_MelonIDAttribute__ctor_System_Int32_ + commentId: M:RedLoader.MelonIDAttribute.#ctor(System.Int32) + name.vb: New(Integer) + fullName: RedLoader.MelonIDAttribute.MelonIDAttribute(int) + fullName.vb: RedLoader.MelonIDAttribute.New(Integer) + nameWithType: MelonIDAttribute.MelonIDAttribute(int) + nameWithType.vb: MelonIDAttribute.New(Integer) +- uid: RedLoader.MelonIDAttribute.#ctor(System.String) + name: MelonIDAttribute(string) + href: api/RedLoader.MelonIDAttribute.html#RedLoader_MelonIDAttribute__ctor_System_String_ + commentId: M:RedLoader.MelonIDAttribute.#ctor(System.String) + name.vb: New(String) + fullName: RedLoader.MelonIDAttribute.MelonIDAttribute(string) + fullName.vb: RedLoader.MelonIDAttribute.New(String) + nameWithType: MelonIDAttribute.MelonIDAttribute(string) + nameWithType.vb: MelonIDAttribute.New(String) +- uid: RedLoader.MelonIDAttribute.#ctor* + name: MelonIDAttribute + href: api/RedLoader.MelonIDAttribute.html#RedLoader_MelonIDAttribute__ctor_ + commentId: Overload:RedLoader.MelonIDAttribute.#ctor + name.vb: New + fullName: RedLoader.MelonIDAttribute.MelonIDAttribute + fullName.vb: RedLoader.MelonIDAttribute.New + nameWithType: MelonIDAttribute.MelonIDAttribute + nameWithType.vb: MelonIDAttribute.New +- uid: RedLoader.MelonIDAttribute.ID + name: ID + href: api/RedLoader.MelonIDAttribute.html#RedLoader_MelonIDAttribute_ID + commentId: P:RedLoader.MelonIDAttribute.ID + fullName: RedLoader.MelonIDAttribute.ID + nameWithType: MelonIDAttribute.ID +- uid: RedLoader.MelonIDAttribute.ID* + name: ID + href: api/RedLoader.MelonIDAttribute.html#RedLoader_MelonIDAttribute_ID_ + commentId: Overload:RedLoader.MelonIDAttribute.ID + fullName: RedLoader.MelonIDAttribute.ID + nameWithType: MelonIDAttribute.ID +- uid: RedLoader.MelonIncompatibleAssembliesAttribute + name: MelonIncompatibleAssembliesAttribute + href: api/RedLoader.MelonIncompatibleAssembliesAttribute.html + commentId: T:RedLoader.MelonIncompatibleAssembliesAttribute + fullName: RedLoader.MelonIncompatibleAssembliesAttribute + nameWithType: MelonIncompatibleAssembliesAttribute +- uid: RedLoader.MelonIncompatibleAssembliesAttribute.#ctor(System.String[]) + name: MelonIncompatibleAssembliesAttribute(params string[]) + href: api/RedLoader.MelonIncompatibleAssembliesAttribute.html#RedLoader_MelonIncompatibleAssembliesAttribute__ctor_System_String___ + commentId: M:RedLoader.MelonIncompatibleAssembliesAttribute.#ctor(System.String[]) + name.vb: New(ParamArray String()) + fullName: RedLoader.MelonIncompatibleAssembliesAttribute.MelonIncompatibleAssembliesAttribute(params string[]) + fullName.vb: RedLoader.MelonIncompatibleAssembliesAttribute.New(ParamArray String()) + nameWithType: MelonIncompatibleAssembliesAttribute.MelonIncompatibleAssembliesAttribute(params string[]) + nameWithType.vb: MelonIncompatibleAssembliesAttribute.New(ParamArray String()) +- uid: RedLoader.MelonIncompatibleAssembliesAttribute.#ctor* + name: MelonIncompatibleAssembliesAttribute + href: api/RedLoader.MelonIncompatibleAssembliesAttribute.html#RedLoader_MelonIncompatibleAssembliesAttribute__ctor_ + commentId: Overload:RedLoader.MelonIncompatibleAssembliesAttribute.#ctor + name.vb: New + fullName: RedLoader.MelonIncompatibleAssembliesAttribute.MelonIncompatibleAssembliesAttribute + fullName.vb: RedLoader.MelonIncompatibleAssembliesAttribute.New + nameWithType: MelonIncompatibleAssembliesAttribute.MelonIncompatibleAssembliesAttribute + nameWithType.vb: MelonIncompatibleAssembliesAttribute.New +- uid: RedLoader.MelonIncompatibleAssembliesAttribute.AssemblyNames + name: AssemblyNames + href: api/RedLoader.MelonIncompatibleAssembliesAttribute.html#RedLoader_MelonIncompatibleAssembliesAttribute_AssemblyNames + commentId: P:RedLoader.MelonIncompatibleAssembliesAttribute.AssemblyNames + fullName: RedLoader.MelonIncompatibleAssembliesAttribute.AssemblyNames + nameWithType: MelonIncompatibleAssembliesAttribute.AssemblyNames +- uid: RedLoader.MelonIncompatibleAssembliesAttribute.AssemblyNames* + name: AssemblyNames + href: api/RedLoader.MelonIncompatibleAssembliesAttribute.html#RedLoader_MelonIncompatibleAssembliesAttribute_AssemblyNames_ + commentId: Overload:RedLoader.MelonIncompatibleAssembliesAttribute.AssemblyNames + fullName: RedLoader.MelonIncompatibleAssembliesAttribute.AssemblyNames + nameWithType: MelonIncompatibleAssembliesAttribute.AssemblyNames +- uid: RedLoader.MelonInfoAttribute + name: MelonInfoAttribute + href: api/RedLoader.MelonInfoAttribute.html + commentId: T:RedLoader.MelonInfoAttribute + fullName: RedLoader.MelonInfoAttribute + nameWithType: MelonInfoAttribute +- uid: RedLoader.MelonInfoAttribute.#ctor(System.Type,System.String,System.Int32,System.Int32,System.Int32,System.String,System.String,System.String) + name: MelonInfoAttribute(Type, string, int, int, int, string, string, string) + href: api/RedLoader.MelonInfoAttribute.html#RedLoader_MelonInfoAttribute__ctor_System_Type_System_String_System_Int32_System_Int32_System_Int32_System_String_System_String_System_String_ + commentId: M:RedLoader.MelonInfoAttribute.#ctor(System.Type,System.String,System.Int32,System.Int32,System.Int32,System.String,System.String,System.String) + name.vb: New(Type, String, Integer, Integer, Integer, String, String, String) + fullName: RedLoader.MelonInfoAttribute.MelonInfoAttribute(System.Type, string, int, int, int, string, string, string) + fullName.vb: RedLoader.MelonInfoAttribute.New(System.Type, String, Integer, Integer, Integer, String, String, String) + nameWithType: MelonInfoAttribute.MelonInfoAttribute(Type, string, int, int, int, string, string, string) + nameWithType.vb: MelonInfoAttribute.New(Type, String, Integer, Integer, Integer, String, String, String) +- uid: RedLoader.MelonInfoAttribute.#ctor(System.Type,System.String,System.Int32,System.Int32,System.Int32,System.String,System.String) + name: MelonInfoAttribute(Type, string, int, int, int, string, string) + href: api/RedLoader.MelonInfoAttribute.html#RedLoader_MelonInfoAttribute__ctor_System_Type_System_String_System_Int32_System_Int32_System_Int32_System_String_System_String_ + commentId: M:RedLoader.MelonInfoAttribute.#ctor(System.Type,System.String,System.Int32,System.Int32,System.Int32,System.String,System.String) + name.vb: New(Type, String, Integer, Integer, Integer, String, String) + fullName: RedLoader.MelonInfoAttribute.MelonInfoAttribute(System.Type, string, int, int, int, string, string) + fullName.vb: RedLoader.MelonInfoAttribute.New(System.Type, String, Integer, Integer, Integer, String, String) + nameWithType: MelonInfoAttribute.MelonInfoAttribute(Type, string, int, int, int, string, string) + nameWithType.vb: MelonInfoAttribute.New(Type, String, Integer, Integer, Integer, String, String) +- uid: RedLoader.MelonInfoAttribute.#ctor* + name: MelonInfoAttribute + href: api/RedLoader.MelonInfoAttribute.html#RedLoader_MelonInfoAttribute__ctor_ + commentId: Overload:RedLoader.MelonInfoAttribute.#ctor + name.vb: New + fullName: RedLoader.MelonInfoAttribute.MelonInfoAttribute + fullName.vb: RedLoader.MelonInfoAttribute.New + nameWithType: MelonInfoAttribute.MelonInfoAttribute + nameWithType.vb: MelonInfoAttribute.New +- uid: RedLoader.MelonInfoAttribute.Author + name: Author + href: api/RedLoader.MelonInfoAttribute.html#RedLoader_MelonInfoAttribute_Author + commentId: P:RedLoader.MelonInfoAttribute.Author + fullName: RedLoader.MelonInfoAttribute.Author + nameWithType: MelonInfoAttribute.Author +- uid: RedLoader.MelonInfoAttribute.Author* + name: Author + href: api/RedLoader.MelonInfoAttribute.html#RedLoader_MelonInfoAttribute_Author_ + commentId: Overload:RedLoader.MelonInfoAttribute.Author + fullName: RedLoader.MelonInfoAttribute.Author + nameWithType: MelonInfoAttribute.Author +- uid: RedLoader.MelonInfoAttribute.DownloadLink + name: DownloadLink + href: api/RedLoader.MelonInfoAttribute.html#RedLoader_MelonInfoAttribute_DownloadLink + commentId: P:RedLoader.MelonInfoAttribute.DownloadLink + fullName: RedLoader.MelonInfoAttribute.DownloadLink + nameWithType: MelonInfoAttribute.DownloadLink +- uid: RedLoader.MelonInfoAttribute.DownloadLink* + name: DownloadLink + href: api/RedLoader.MelonInfoAttribute.html#RedLoader_MelonInfoAttribute_DownloadLink_ + commentId: Overload:RedLoader.MelonInfoAttribute.DownloadLink + fullName: RedLoader.MelonInfoAttribute.DownloadLink + nameWithType: MelonInfoAttribute.DownloadLink +- uid: RedLoader.MelonInfoAttribute.Name + name: Name + href: api/RedLoader.MelonInfoAttribute.html#RedLoader_MelonInfoAttribute_Name + commentId: P:RedLoader.MelonInfoAttribute.Name + fullName: RedLoader.MelonInfoAttribute.Name + nameWithType: MelonInfoAttribute.Name +- uid: RedLoader.MelonInfoAttribute.Name* + name: Name + href: api/RedLoader.MelonInfoAttribute.html#RedLoader_MelonInfoAttribute_Name_ + commentId: Overload:RedLoader.MelonInfoAttribute.Name + fullName: RedLoader.MelonInfoAttribute.Name + nameWithType: MelonInfoAttribute.Name +- uid: RedLoader.MelonInfoAttribute.SemanticVersion + name: SemanticVersion + href: api/RedLoader.MelonInfoAttribute.html#RedLoader_MelonInfoAttribute_SemanticVersion + commentId: P:RedLoader.MelonInfoAttribute.SemanticVersion + fullName: RedLoader.MelonInfoAttribute.SemanticVersion + nameWithType: MelonInfoAttribute.SemanticVersion +- uid: RedLoader.MelonInfoAttribute.SemanticVersion* + name: SemanticVersion + href: api/RedLoader.MelonInfoAttribute.html#RedLoader_MelonInfoAttribute_SemanticVersion_ + commentId: Overload:RedLoader.MelonInfoAttribute.SemanticVersion + fullName: RedLoader.MelonInfoAttribute.SemanticVersion + nameWithType: MelonInfoAttribute.SemanticVersion +- uid: RedLoader.MelonInfoAttribute.SystemType + name: SystemType + href: api/RedLoader.MelonInfoAttribute.html#RedLoader_MelonInfoAttribute_SystemType + commentId: P:RedLoader.MelonInfoAttribute.SystemType + fullName: RedLoader.MelonInfoAttribute.SystemType + nameWithType: MelonInfoAttribute.SystemType +- uid: RedLoader.MelonInfoAttribute.SystemType* + name: SystemType + href: api/RedLoader.MelonInfoAttribute.html#RedLoader_MelonInfoAttribute_SystemType_ + commentId: Overload:RedLoader.MelonInfoAttribute.SystemType + fullName: RedLoader.MelonInfoAttribute.SystemType + nameWithType: MelonInfoAttribute.SystemType +- uid: RedLoader.MelonInfoAttribute.Version + name: Version + href: api/RedLoader.MelonInfoAttribute.html#RedLoader_MelonInfoAttribute_Version + commentId: P:RedLoader.MelonInfoAttribute.Version + fullName: RedLoader.MelonInfoAttribute.Version + nameWithType: MelonInfoAttribute.Version +- uid: RedLoader.MelonInfoAttribute.Version* + name: Version + href: api/RedLoader.MelonInfoAttribute.html#RedLoader_MelonInfoAttribute_Version_ + commentId: Overload:RedLoader.MelonInfoAttribute.Version + fullName: RedLoader.MelonInfoAttribute.Version + nameWithType: MelonInfoAttribute.Version +- uid: RedLoader.MelonMod + name: MelonMod + href: api/RedLoader.MelonMod.html + commentId: T:RedLoader.MelonMod + fullName: RedLoader.MelonMod + nameWithType: MelonMod +- uid: RedLoader.MelonMod.#ctor + name: MelonMod() + href: api/RedLoader.MelonMod.html#RedLoader_MelonMod__ctor + commentId: M:RedLoader.MelonMod.#ctor + name.vb: New() + fullName: RedLoader.MelonMod.MelonMod() + fullName.vb: RedLoader.MelonMod.New() + nameWithType: MelonMod.MelonMod() + nameWithType.vb: MelonMod.New() +- uid: RedLoader.MelonMod.#ctor* + name: MelonMod + href: api/RedLoader.MelonMod.html#RedLoader_MelonMod__ctor_ + commentId: Overload:RedLoader.MelonMod.#ctor + name.vb: New + fullName: RedLoader.MelonMod.MelonMod + fullName.vb: RedLoader.MelonMod.New + nameWithType: MelonMod.MelonMod + nameWithType.vb: MelonMod.New +- uid: RedLoader.MelonMod.OnSceneWasInitialized(System.Int32,System.String) + name: OnSceneWasInitialized(int, string) + href: api/RedLoader.MelonMod.html#RedLoader_MelonMod_OnSceneWasInitialized_System_Int32_System_String_ + commentId: M:RedLoader.MelonMod.OnSceneWasInitialized(System.Int32,System.String) + name.vb: OnSceneWasInitialized(Integer, String) + fullName: RedLoader.MelonMod.OnSceneWasInitialized(int, string) + fullName.vb: RedLoader.MelonMod.OnSceneWasInitialized(Integer, String) + nameWithType: MelonMod.OnSceneWasInitialized(int, string) + nameWithType.vb: MelonMod.OnSceneWasInitialized(Integer, String) +- uid: RedLoader.MelonMod.OnSceneWasInitialized* + name: OnSceneWasInitialized + href: api/RedLoader.MelonMod.html#RedLoader_MelonMod_OnSceneWasInitialized_ + commentId: Overload:RedLoader.MelonMod.OnSceneWasInitialized + fullName: RedLoader.MelonMod.OnSceneWasInitialized + nameWithType: MelonMod.OnSceneWasInitialized +- uid: RedLoader.MelonMod.OnSceneWasLoaded(System.Int32,System.String) + name: OnSceneWasLoaded(int, string) + href: api/RedLoader.MelonMod.html#RedLoader_MelonMod_OnSceneWasLoaded_System_Int32_System_String_ + commentId: M:RedLoader.MelonMod.OnSceneWasLoaded(System.Int32,System.String) + name.vb: OnSceneWasLoaded(Integer, String) + fullName: RedLoader.MelonMod.OnSceneWasLoaded(int, string) + fullName.vb: RedLoader.MelonMod.OnSceneWasLoaded(Integer, String) + nameWithType: MelonMod.OnSceneWasLoaded(int, string) + nameWithType.vb: MelonMod.OnSceneWasLoaded(Integer, String) +- uid: RedLoader.MelonMod.OnSceneWasLoaded* + name: OnSceneWasLoaded + href: api/RedLoader.MelonMod.html#RedLoader_MelonMod_OnSceneWasLoaded_ + commentId: Overload:RedLoader.MelonMod.OnSceneWasLoaded + fullName: RedLoader.MelonMod.OnSceneWasLoaded + nameWithType: MelonMod.OnSceneWasLoaded +- uid: RedLoader.MelonMod.OnSceneWasUnloaded(System.Int32,System.String) + name: OnSceneWasUnloaded(int, string) + href: api/RedLoader.MelonMod.html#RedLoader_MelonMod_OnSceneWasUnloaded_System_Int32_System_String_ + commentId: M:RedLoader.MelonMod.OnSceneWasUnloaded(System.Int32,System.String) + name.vb: OnSceneWasUnloaded(Integer, String) + fullName: RedLoader.MelonMod.OnSceneWasUnloaded(int, string) + fullName.vb: RedLoader.MelonMod.OnSceneWasUnloaded(Integer, String) + nameWithType: MelonMod.OnSceneWasUnloaded(int, string) + nameWithType.vb: MelonMod.OnSceneWasUnloaded(Integer, String) +- uid: RedLoader.MelonMod.OnSceneWasUnloaded* + name: OnSceneWasUnloaded + href: api/RedLoader.MelonMod.html#RedLoader_MelonMod_OnSceneWasUnloaded_ + commentId: Overload:RedLoader.MelonMod.OnSceneWasUnloaded + fullName: RedLoader.MelonMod.OnSceneWasUnloaded + nameWithType: MelonMod.OnSceneWasUnloaded +- uid: RedLoader.MelonOptionalDependenciesAttribute + name: MelonOptionalDependenciesAttribute + href: api/RedLoader.MelonOptionalDependenciesAttribute.html + commentId: T:RedLoader.MelonOptionalDependenciesAttribute + fullName: RedLoader.MelonOptionalDependenciesAttribute + nameWithType: MelonOptionalDependenciesAttribute +- uid: RedLoader.MelonOptionalDependenciesAttribute.#ctor(System.String[]) + name: MelonOptionalDependenciesAttribute(params string[]) + href: api/RedLoader.MelonOptionalDependenciesAttribute.html#RedLoader_MelonOptionalDependenciesAttribute__ctor_System_String___ + commentId: M:RedLoader.MelonOptionalDependenciesAttribute.#ctor(System.String[]) + name.vb: New(ParamArray String()) + fullName: RedLoader.MelonOptionalDependenciesAttribute.MelonOptionalDependenciesAttribute(params string[]) + fullName.vb: RedLoader.MelonOptionalDependenciesAttribute.New(ParamArray String()) + nameWithType: MelonOptionalDependenciesAttribute.MelonOptionalDependenciesAttribute(params string[]) + nameWithType.vb: MelonOptionalDependenciesAttribute.New(ParamArray String()) +- uid: RedLoader.MelonOptionalDependenciesAttribute.#ctor* + name: MelonOptionalDependenciesAttribute + href: api/RedLoader.MelonOptionalDependenciesAttribute.html#RedLoader_MelonOptionalDependenciesAttribute__ctor_ + commentId: Overload:RedLoader.MelonOptionalDependenciesAttribute.#ctor + name.vb: New + fullName: RedLoader.MelonOptionalDependenciesAttribute.MelonOptionalDependenciesAttribute + fullName.vb: RedLoader.MelonOptionalDependenciesAttribute.New + nameWithType: MelonOptionalDependenciesAttribute.MelonOptionalDependenciesAttribute + nameWithType.vb: MelonOptionalDependenciesAttribute.New +- uid: RedLoader.MelonOptionalDependenciesAttribute.AssemblyNames + name: AssemblyNames + href: api/RedLoader.MelonOptionalDependenciesAttribute.html#RedLoader_MelonOptionalDependenciesAttribute_AssemblyNames + commentId: P:RedLoader.MelonOptionalDependenciesAttribute.AssemblyNames + fullName: RedLoader.MelonOptionalDependenciesAttribute.AssemblyNames + nameWithType: MelonOptionalDependenciesAttribute.AssemblyNames +- uid: RedLoader.MelonOptionalDependenciesAttribute.AssemblyNames* + name: AssemblyNames + href: api/RedLoader.MelonOptionalDependenciesAttribute.html#RedLoader_MelonOptionalDependenciesAttribute_AssemblyNames_ + commentId: Overload:RedLoader.MelonOptionalDependenciesAttribute.AssemblyNames + fullName: RedLoader.MelonOptionalDependenciesAttribute.AssemblyNames + nameWithType: MelonOptionalDependenciesAttribute.AssemblyNames +- uid: RedLoader.MelonPlatformAttribute + name: MelonPlatformAttribute + href: api/RedLoader.MelonPlatformAttribute.html + commentId: T:RedLoader.MelonPlatformAttribute + fullName: RedLoader.MelonPlatformAttribute + nameWithType: MelonPlatformAttribute +- uid: RedLoader.MelonPlatformAttribute.#ctor(RedLoader.MelonPlatformAttribute.CompatiblePlatforms[]) + name: MelonPlatformAttribute(params CompatiblePlatforms[]) + href: api/RedLoader.MelonPlatformAttribute.html#RedLoader_MelonPlatformAttribute__ctor_RedLoader_MelonPlatformAttribute_CompatiblePlatforms___ + commentId: M:RedLoader.MelonPlatformAttribute.#ctor(RedLoader.MelonPlatformAttribute.CompatiblePlatforms[]) + name.vb: New(ParamArray CompatiblePlatforms()) + fullName: RedLoader.MelonPlatformAttribute.MelonPlatformAttribute(params RedLoader.MelonPlatformAttribute.CompatiblePlatforms[]) + fullName.vb: RedLoader.MelonPlatformAttribute.New(ParamArray RedLoader.MelonPlatformAttribute.CompatiblePlatforms()) + nameWithType: MelonPlatformAttribute.MelonPlatformAttribute(params MelonPlatformAttribute.CompatiblePlatforms[]) + nameWithType.vb: MelonPlatformAttribute.New(ParamArray MelonPlatformAttribute.CompatiblePlatforms()) +- uid: RedLoader.MelonPlatformAttribute.#ctor* + name: MelonPlatformAttribute + href: api/RedLoader.MelonPlatformAttribute.html#RedLoader_MelonPlatformAttribute__ctor_ + commentId: Overload:RedLoader.MelonPlatformAttribute.#ctor + name.vb: New + fullName: RedLoader.MelonPlatformAttribute.MelonPlatformAttribute + fullName.vb: RedLoader.MelonPlatformAttribute.New + nameWithType: MelonPlatformAttribute.MelonPlatformAttribute + nameWithType.vb: MelonPlatformAttribute.New +- uid: RedLoader.MelonPlatformAttribute.CompatiblePlatforms + name: MelonPlatformAttribute.CompatiblePlatforms + href: api/RedLoader.MelonPlatformAttribute.CompatiblePlatforms.html + commentId: T:RedLoader.MelonPlatformAttribute.CompatiblePlatforms + fullName: RedLoader.MelonPlatformAttribute.CompatiblePlatforms + nameWithType: MelonPlatformAttribute.CompatiblePlatforms +- uid: RedLoader.MelonPlatformAttribute.CompatiblePlatforms.UNIVERSAL + name: UNIVERSAL + href: api/RedLoader.MelonPlatformAttribute.CompatiblePlatforms.html#RedLoader_MelonPlatformAttribute_CompatiblePlatforms_UNIVERSAL + commentId: F:RedLoader.MelonPlatformAttribute.CompatiblePlatforms.UNIVERSAL + fullName: RedLoader.MelonPlatformAttribute.CompatiblePlatforms.UNIVERSAL + nameWithType: MelonPlatformAttribute.CompatiblePlatforms.UNIVERSAL +- uid: RedLoader.MelonPlatformAttribute.CompatiblePlatforms.WINDOWS_X64 + name: WINDOWS_X64 + href: api/RedLoader.MelonPlatformAttribute.CompatiblePlatforms.html#RedLoader_MelonPlatformAttribute_CompatiblePlatforms_WINDOWS_X64 + commentId: F:RedLoader.MelonPlatformAttribute.CompatiblePlatforms.WINDOWS_X64 + fullName: RedLoader.MelonPlatformAttribute.CompatiblePlatforms.WINDOWS_X64 + nameWithType: MelonPlatformAttribute.CompatiblePlatforms.WINDOWS_X64 +- uid: RedLoader.MelonPlatformAttribute.CompatiblePlatforms.WINDOWS_X86 + name: WINDOWS_X86 + href: api/RedLoader.MelonPlatformAttribute.CompatiblePlatforms.html#RedLoader_MelonPlatformAttribute_CompatiblePlatforms_WINDOWS_X86 + commentId: F:RedLoader.MelonPlatformAttribute.CompatiblePlatforms.WINDOWS_X86 + fullName: RedLoader.MelonPlatformAttribute.CompatiblePlatforms.WINDOWS_X86 + nameWithType: MelonPlatformAttribute.CompatiblePlatforms.WINDOWS_X86 +- uid: RedLoader.MelonPlatformAttribute.IsCompatible(RedLoader.MelonPlatformAttribute.CompatiblePlatforms) + name: IsCompatible(CompatiblePlatforms) + href: api/RedLoader.MelonPlatformAttribute.html#RedLoader_MelonPlatformAttribute_IsCompatible_RedLoader_MelonPlatformAttribute_CompatiblePlatforms_ + commentId: M:RedLoader.MelonPlatformAttribute.IsCompatible(RedLoader.MelonPlatformAttribute.CompatiblePlatforms) + fullName: RedLoader.MelonPlatformAttribute.IsCompatible(RedLoader.MelonPlatformAttribute.CompatiblePlatforms) + nameWithType: MelonPlatformAttribute.IsCompatible(MelonPlatformAttribute.CompatiblePlatforms) +- uid: RedLoader.MelonPlatformAttribute.IsCompatible* + name: IsCompatible + href: api/RedLoader.MelonPlatformAttribute.html#RedLoader_MelonPlatformAttribute_IsCompatible_ + commentId: Overload:RedLoader.MelonPlatformAttribute.IsCompatible + fullName: RedLoader.MelonPlatformAttribute.IsCompatible + nameWithType: MelonPlatformAttribute.IsCompatible +- uid: RedLoader.MelonPlatformAttribute.Platforms + name: Platforms + href: api/RedLoader.MelonPlatformAttribute.html#RedLoader_MelonPlatformAttribute_Platforms + commentId: P:RedLoader.MelonPlatformAttribute.Platforms + fullName: RedLoader.MelonPlatformAttribute.Platforms + nameWithType: MelonPlatformAttribute.Platforms +- uid: RedLoader.MelonPlatformAttribute.Platforms* + name: Platforms + href: api/RedLoader.MelonPlatformAttribute.html#RedLoader_MelonPlatformAttribute_Platforms_ + commentId: Overload:RedLoader.MelonPlatformAttribute.Platforms + fullName: RedLoader.MelonPlatformAttribute.Platforms + nameWithType: MelonPlatformAttribute.Platforms +- uid: RedLoader.MelonPlatformDomainAttribute + name: MelonPlatformDomainAttribute + href: api/RedLoader.MelonPlatformDomainAttribute.html + commentId: T:RedLoader.MelonPlatformDomainAttribute + fullName: RedLoader.MelonPlatformDomainAttribute + nameWithType: MelonPlatformDomainAttribute +- uid: RedLoader.MelonPlatformDomainAttribute.#ctor(RedLoader.MelonPlatformDomainAttribute.CompatibleDomains) + name: MelonPlatformDomainAttribute(CompatibleDomains) + href: api/RedLoader.MelonPlatformDomainAttribute.html#RedLoader_MelonPlatformDomainAttribute__ctor_RedLoader_MelonPlatformDomainAttribute_CompatibleDomains_ + commentId: M:RedLoader.MelonPlatformDomainAttribute.#ctor(RedLoader.MelonPlatformDomainAttribute.CompatibleDomains) + name.vb: New(CompatibleDomains) + fullName: RedLoader.MelonPlatformDomainAttribute.MelonPlatformDomainAttribute(RedLoader.MelonPlatformDomainAttribute.CompatibleDomains) + fullName.vb: RedLoader.MelonPlatformDomainAttribute.New(RedLoader.MelonPlatformDomainAttribute.CompatibleDomains) + nameWithType: MelonPlatformDomainAttribute.MelonPlatformDomainAttribute(MelonPlatformDomainAttribute.CompatibleDomains) + nameWithType.vb: MelonPlatformDomainAttribute.New(MelonPlatformDomainAttribute.CompatibleDomains) +- uid: RedLoader.MelonPlatformDomainAttribute.#ctor* + name: MelonPlatformDomainAttribute + href: api/RedLoader.MelonPlatformDomainAttribute.html#RedLoader_MelonPlatformDomainAttribute__ctor_ + commentId: Overload:RedLoader.MelonPlatformDomainAttribute.#ctor + name.vb: New + fullName: RedLoader.MelonPlatformDomainAttribute.MelonPlatformDomainAttribute + fullName.vb: RedLoader.MelonPlatformDomainAttribute.New + nameWithType: MelonPlatformDomainAttribute.MelonPlatformDomainAttribute + nameWithType.vb: MelonPlatformDomainAttribute.New +- uid: RedLoader.MelonPlatformDomainAttribute.CompatibleDomains + name: MelonPlatformDomainAttribute.CompatibleDomains + href: api/RedLoader.MelonPlatformDomainAttribute.CompatibleDomains.html + commentId: T:RedLoader.MelonPlatformDomainAttribute.CompatibleDomains + fullName: RedLoader.MelonPlatformDomainAttribute.CompatibleDomains + nameWithType: MelonPlatformDomainAttribute.CompatibleDomains +- uid: RedLoader.MelonPlatformDomainAttribute.CompatibleDomains.IL2CPP + name: IL2CPP + href: api/RedLoader.MelonPlatformDomainAttribute.CompatibleDomains.html#RedLoader_MelonPlatformDomainAttribute_CompatibleDomains_IL2CPP + commentId: F:RedLoader.MelonPlatformDomainAttribute.CompatibleDomains.IL2CPP + fullName: RedLoader.MelonPlatformDomainAttribute.CompatibleDomains.IL2CPP + nameWithType: MelonPlatformDomainAttribute.CompatibleDomains.IL2CPP +- uid: RedLoader.MelonPlatformDomainAttribute.CompatibleDomains.MONO + name: MONO + href: api/RedLoader.MelonPlatformDomainAttribute.CompatibleDomains.html#RedLoader_MelonPlatformDomainAttribute_CompatibleDomains_MONO + commentId: F:RedLoader.MelonPlatformDomainAttribute.CompatibleDomains.MONO + fullName: RedLoader.MelonPlatformDomainAttribute.CompatibleDomains.MONO + nameWithType: MelonPlatformDomainAttribute.CompatibleDomains.MONO +- uid: RedLoader.MelonPlatformDomainAttribute.CompatibleDomains.UNIVERSAL + name: UNIVERSAL + href: api/RedLoader.MelonPlatformDomainAttribute.CompatibleDomains.html#RedLoader_MelonPlatformDomainAttribute_CompatibleDomains_UNIVERSAL + commentId: F:RedLoader.MelonPlatformDomainAttribute.CompatibleDomains.UNIVERSAL + fullName: RedLoader.MelonPlatformDomainAttribute.CompatibleDomains.UNIVERSAL + nameWithType: MelonPlatformDomainAttribute.CompatibleDomains.UNIVERSAL +- uid: RedLoader.MelonPlatformDomainAttribute.Domain + name: Domain + href: api/RedLoader.MelonPlatformDomainAttribute.html#RedLoader_MelonPlatformDomainAttribute_Domain + commentId: P:RedLoader.MelonPlatformDomainAttribute.Domain + fullName: RedLoader.MelonPlatformDomainAttribute.Domain + nameWithType: MelonPlatformDomainAttribute.Domain +- uid: RedLoader.MelonPlatformDomainAttribute.Domain* + name: Domain + href: api/RedLoader.MelonPlatformDomainAttribute.html#RedLoader_MelonPlatformDomainAttribute_Domain_ + commentId: Overload:RedLoader.MelonPlatformDomainAttribute.Domain + fullName: RedLoader.MelonPlatformDomainAttribute.Domain + nameWithType: MelonPlatformDomainAttribute.Domain +- uid: RedLoader.MelonPlatformDomainAttribute.IsCompatible(RedLoader.MelonPlatformDomainAttribute.CompatibleDomains) + name: IsCompatible(CompatibleDomains) + href: api/RedLoader.MelonPlatformDomainAttribute.html#RedLoader_MelonPlatformDomainAttribute_IsCompatible_RedLoader_MelonPlatformDomainAttribute_CompatibleDomains_ + commentId: M:RedLoader.MelonPlatformDomainAttribute.IsCompatible(RedLoader.MelonPlatformDomainAttribute.CompatibleDomains) + fullName: RedLoader.MelonPlatformDomainAttribute.IsCompatible(RedLoader.MelonPlatformDomainAttribute.CompatibleDomains) + nameWithType: MelonPlatformDomainAttribute.IsCompatible(MelonPlatformDomainAttribute.CompatibleDomains) +- uid: RedLoader.MelonPlatformDomainAttribute.IsCompatible* + name: IsCompatible + href: api/RedLoader.MelonPlatformDomainAttribute.html#RedLoader_MelonPlatformDomainAttribute_IsCompatible_ + commentId: Overload:RedLoader.MelonPlatformDomainAttribute.IsCompatible + fullName: RedLoader.MelonPlatformDomainAttribute.IsCompatible + nameWithType: MelonPlatformDomainAttribute.IsCompatible +- uid: RedLoader.MelonPlugin + name: MelonPlugin + href: api/RedLoader.MelonPlugin.html + commentId: T:RedLoader.MelonPlugin + fullName: RedLoader.MelonPlugin + nameWithType: MelonPlugin +- uid: RedLoader.MelonPlugin.#ctor + name: MelonPlugin() + href: api/RedLoader.MelonPlugin.html#RedLoader_MelonPlugin__ctor + commentId: M:RedLoader.MelonPlugin.#ctor + name.vb: New() + fullName: RedLoader.MelonPlugin.MelonPlugin() + fullName.vb: RedLoader.MelonPlugin.New() + nameWithType: MelonPlugin.MelonPlugin() + nameWithType.vb: MelonPlugin.New() +- uid: RedLoader.MelonPlugin.#ctor* + name: MelonPlugin + href: api/RedLoader.MelonPlugin.html#RedLoader_MelonPlugin__ctor_ + commentId: Overload:RedLoader.MelonPlugin.#ctor + name.vb: New + fullName: RedLoader.MelonPlugin.MelonPlugin + fullName.vb: RedLoader.MelonPlugin.New + nameWithType: MelonPlugin.MelonPlugin + nameWithType.vb: MelonPlugin.New +- uid: RedLoader.MelonPlugin.OnApplicationEarlyStart + name: OnApplicationEarlyStart() + href: api/RedLoader.MelonPlugin.html#RedLoader_MelonPlugin_OnApplicationEarlyStart + commentId: M:RedLoader.MelonPlugin.OnApplicationEarlyStart + fullName: RedLoader.MelonPlugin.OnApplicationEarlyStart() + nameWithType: MelonPlugin.OnApplicationEarlyStart() +- uid: RedLoader.MelonPlugin.OnApplicationEarlyStart* + name: OnApplicationEarlyStart + href: api/RedLoader.MelonPlugin.html#RedLoader_MelonPlugin_OnApplicationEarlyStart_ + commentId: Overload:RedLoader.MelonPlugin.OnApplicationEarlyStart + fullName: RedLoader.MelonPlugin.OnApplicationEarlyStart + nameWithType: MelonPlugin.OnApplicationEarlyStart +- uid: RedLoader.MelonPlugin.OnApplicationStarted + name: OnApplicationStarted() + href: api/RedLoader.MelonPlugin.html#RedLoader_MelonPlugin_OnApplicationStarted + commentId: M:RedLoader.MelonPlugin.OnApplicationStarted + fullName: RedLoader.MelonPlugin.OnApplicationStarted() + nameWithType: MelonPlugin.OnApplicationStarted() +- uid: RedLoader.MelonPlugin.OnApplicationStarted* + name: OnApplicationStarted + href: api/RedLoader.MelonPlugin.html#RedLoader_MelonPlugin_OnApplicationStarted_ + commentId: Overload:RedLoader.MelonPlugin.OnApplicationStarted + fullName: RedLoader.MelonPlugin.OnApplicationStarted + nameWithType: MelonPlugin.OnApplicationStarted +- uid: RedLoader.MelonPlugin.OnPreInitialization + name: OnPreInitialization() + href: api/RedLoader.MelonPlugin.html#RedLoader_MelonPlugin_OnPreInitialization + commentId: M:RedLoader.MelonPlugin.OnPreInitialization + fullName: RedLoader.MelonPlugin.OnPreInitialization() + nameWithType: MelonPlugin.OnPreInitialization() +- uid: RedLoader.MelonPlugin.OnPreInitialization* + name: OnPreInitialization + href: api/RedLoader.MelonPlugin.html#RedLoader_MelonPlugin_OnPreInitialization_ + commentId: Overload:RedLoader.MelonPlugin.OnPreInitialization + fullName: RedLoader.MelonPlugin.OnPreInitialization + nameWithType: MelonPlugin.OnPreInitialization +- uid: RedLoader.MelonPlugin.OnPreModsLoaded + name: OnPreModsLoaded() + href: api/RedLoader.MelonPlugin.html#RedLoader_MelonPlugin_OnPreModsLoaded + commentId: M:RedLoader.MelonPlugin.OnPreModsLoaded + fullName: RedLoader.MelonPlugin.OnPreModsLoaded() + nameWithType: MelonPlugin.OnPreModsLoaded() +- uid: RedLoader.MelonPlugin.OnPreModsLoaded* + name: OnPreModsLoaded + href: api/RedLoader.MelonPlugin.html#RedLoader_MelonPlugin_OnPreModsLoaded_ + commentId: Overload:RedLoader.MelonPlugin.OnPreModsLoaded + fullName: RedLoader.MelonPlugin.OnPreModsLoaded + nameWithType: MelonPlugin.OnPreModsLoaded +- uid: RedLoader.MelonPriorityAttribute + name: MelonPriorityAttribute + href: api/RedLoader.MelonPriorityAttribute.html + commentId: T:RedLoader.MelonPriorityAttribute + fullName: RedLoader.MelonPriorityAttribute + nameWithType: MelonPriorityAttribute +- uid: RedLoader.MelonPriorityAttribute.#ctor(System.Int32) + name: MelonPriorityAttribute(int) + href: api/RedLoader.MelonPriorityAttribute.html#RedLoader_MelonPriorityAttribute__ctor_System_Int32_ + commentId: M:RedLoader.MelonPriorityAttribute.#ctor(System.Int32) + name.vb: New(Integer) + fullName: RedLoader.MelonPriorityAttribute.MelonPriorityAttribute(int) + fullName.vb: RedLoader.MelonPriorityAttribute.New(Integer) + nameWithType: MelonPriorityAttribute.MelonPriorityAttribute(int) + nameWithType.vb: MelonPriorityAttribute.New(Integer) +- uid: RedLoader.MelonPriorityAttribute.#ctor* + name: MelonPriorityAttribute + href: api/RedLoader.MelonPriorityAttribute.html#RedLoader_MelonPriorityAttribute__ctor_ + commentId: Overload:RedLoader.MelonPriorityAttribute.#ctor + name.vb: New + fullName: RedLoader.MelonPriorityAttribute.MelonPriorityAttribute + fullName.vb: RedLoader.MelonPriorityAttribute.New + nameWithType: MelonPriorityAttribute.MelonPriorityAttribute + nameWithType.vb: MelonPriorityAttribute.New +- uid: RedLoader.MelonPriorityAttribute.Priority + name: Priority + href: api/RedLoader.MelonPriorityAttribute.html#RedLoader_MelonPriorityAttribute_Priority + commentId: F:RedLoader.MelonPriorityAttribute.Priority + fullName: RedLoader.MelonPriorityAttribute.Priority + nameWithType: MelonPriorityAttribute.Priority +- uid: RedLoader.MelonProcessAttribute + name: MelonProcessAttribute + href: api/RedLoader.MelonProcessAttribute.html + commentId: T:RedLoader.MelonProcessAttribute + fullName: RedLoader.MelonProcessAttribute + nameWithType: MelonProcessAttribute +- uid: RedLoader.MelonProcessAttribute.#ctor(System.String) + name: MelonProcessAttribute(string) + href: api/RedLoader.MelonProcessAttribute.html#RedLoader_MelonProcessAttribute__ctor_System_String_ + commentId: M:RedLoader.MelonProcessAttribute.#ctor(System.String) + name.vb: New(String) + fullName: RedLoader.MelonProcessAttribute.MelonProcessAttribute(string) + fullName.vb: RedLoader.MelonProcessAttribute.New(String) + nameWithType: MelonProcessAttribute.MelonProcessAttribute(string) + nameWithType.vb: MelonProcessAttribute.New(String) +- uid: RedLoader.MelonProcessAttribute.#ctor* + name: MelonProcessAttribute + href: api/RedLoader.MelonProcessAttribute.html#RedLoader_MelonProcessAttribute__ctor_ + commentId: Overload:RedLoader.MelonProcessAttribute.#ctor + name.vb: New + fullName: RedLoader.MelonProcessAttribute.MelonProcessAttribute + fullName.vb: RedLoader.MelonProcessAttribute.New + nameWithType: MelonProcessAttribute.MelonProcessAttribute + nameWithType.vb: MelonProcessAttribute.New +- uid: RedLoader.MelonProcessAttribute.EXE_Name + name: EXE_Name + href: api/RedLoader.MelonProcessAttribute.html#RedLoader_MelonProcessAttribute_EXE_Name + commentId: P:RedLoader.MelonProcessAttribute.EXE_Name + fullName: RedLoader.MelonProcessAttribute.EXE_Name + nameWithType: MelonProcessAttribute.EXE_Name +- uid: RedLoader.MelonProcessAttribute.EXE_Name* + name: EXE_Name + href: api/RedLoader.MelonProcessAttribute.html#RedLoader_MelonProcessAttribute_EXE_Name_ + commentId: Overload:RedLoader.MelonProcessAttribute.EXE_Name + fullName: RedLoader.MelonProcessAttribute.EXE_Name + nameWithType: MelonProcessAttribute.EXE_Name +- uid: RedLoader.MelonProcessAttribute.IsCompatible(System.String) + name: IsCompatible(string) + href: api/RedLoader.MelonProcessAttribute.html#RedLoader_MelonProcessAttribute_IsCompatible_System_String_ + commentId: M:RedLoader.MelonProcessAttribute.IsCompatible(System.String) + name.vb: IsCompatible(String) + fullName: RedLoader.MelonProcessAttribute.IsCompatible(string) + fullName.vb: RedLoader.MelonProcessAttribute.IsCompatible(String) + nameWithType: MelonProcessAttribute.IsCompatible(string) + nameWithType.vb: MelonProcessAttribute.IsCompatible(String) +- uid: RedLoader.MelonProcessAttribute.IsCompatible* + name: IsCompatible + href: api/RedLoader.MelonProcessAttribute.html#RedLoader_MelonProcessAttribute_IsCompatible_ + commentId: Overload:RedLoader.MelonProcessAttribute.IsCompatible + fullName: RedLoader.MelonProcessAttribute.IsCompatible + nameWithType: MelonProcessAttribute.IsCompatible +- uid: RedLoader.MelonProcessAttribute.Universal + name: Universal + href: api/RedLoader.MelonProcessAttribute.html#RedLoader_MelonProcessAttribute_Universal + commentId: P:RedLoader.MelonProcessAttribute.Universal + fullName: RedLoader.MelonProcessAttribute.Universal + nameWithType: MelonProcessAttribute.Universal +- uid: RedLoader.MelonProcessAttribute.Universal* + name: Universal + href: api/RedLoader.MelonProcessAttribute.html#RedLoader_MelonProcessAttribute_Universal_ + commentId: Overload:RedLoader.MelonProcessAttribute.Universal + fullName: RedLoader.MelonProcessAttribute.Universal + nameWithType: MelonProcessAttribute.Universal +- uid: RedLoader.ModBase + name: ModBase + href: api/RedLoader.ModBase.html + commentId: T:RedLoader.ModBase + fullName: RedLoader.ModBase + nameWithType: ModBase +- uid: RedLoader.ModBase.#ctor + name: ModBase() + href: api/RedLoader.ModBase.html#RedLoader_ModBase__ctor + commentId: M:RedLoader.ModBase.#ctor + name.vb: New() + fullName: RedLoader.ModBase.ModBase() + fullName.vb: RedLoader.ModBase.New() + nameWithType: ModBase.ModBase() + nameWithType.vb: ModBase.New() +- uid: RedLoader.ModBase.#ctor* + name: ModBase + href: api/RedLoader.ModBase.html#RedLoader_ModBase__ctor_ + commentId: Overload:RedLoader.ModBase.#ctor + name.vb: New + fullName: RedLoader.ModBase.ModBase + fullName.vb: RedLoader.ModBase.New + nameWithType: ModBase.ModBase + nameWithType.vb: ModBase.New +- uid: RedLoader.ModBase.AdditionalCredits + name: AdditionalCredits + href: api/RedLoader.ModBase.html#RedLoader_ModBase_AdditionalCredits + commentId: P:RedLoader.ModBase.AdditionalCredits + fullName: RedLoader.ModBase.AdditionalCredits + nameWithType: ModBase.AdditionalCredits +- uid: RedLoader.ModBase.AdditionalCredits* + name: AdditionalCredits + href: api/RedLoader.ModBase.html#RedLoader_ModBase_AdditionalCredits_ + commentId: Overload:RedLoader.ModBase.AdditionalCredits + fullName: RedLoader.ModBase.AdditionalCredits + nameWithType: ModBase.AdditionalCredits +- uid: RedLoader.ModBase.AuthorConsoleColor + name: AuthorConsoleColor + href: api/RedLoader.ModBase.html#RedLoader_ModBase_AuthorConsoleColor + commentId: P:RedLoader.ModBase.AuthorConsoleColor + fullName: RedLoader.ModBase.AuthorConsoleColor + nameWithType: ModBase.AuthorConsoleColor +- uid: RedLoader.ModBase.AuthorConsoleColor* + name: AuthorConsoleColor + href: api/RedLoader.ModBase.html#RedLoader_ModBase_AuthorConsoleColor_ + commentId: Overload:RedLoader.ModBase.AuthorConsoleColor + fullName: RedLoader.ModBase.AuthorConsoleColor + nameWithType: ModBase.AuthorConsoleColor +- uid: RedLoader.ModBase.ConsoleColor + name: ConsoleColor + href: api/RedLoader.ModBase.html#RedLoader_ModBase_ConsoleColor + commentId: P:RedLoader.ModBase.ConsoleColor + fullName: RedLoader.ModBase.ConsoleColor + nameWithType: ModBase.ConsoleColor +- uid: RedLoader.ModBase.ConsoleColor* + name: ConsoleColor + href: api/RedLoader.ModBase.html#RedLoader_ModBase_ConsoleColor_ + commentId: Overload:RedLoader.ModBase.ConsoleColor + fullName: RedLoader.ModBase.ConsoleColor + nameWithType: ModBase.ConsoleColor +- uid: RedLoader.ModBase.CreateWrapper* + name: CreateWrapper + href: api/RedLoader.ModBase.html#RedLoader_ModBase_CreateWrapper_ + commentId: Overload:RedLoader.ModBase.CreateWrapper + fullName: RedLoader.ModBase.CreateWrapper + nameWithType: ModBase.CreateWrapper +- uid: RedLoader.ModBase.CreateWrapper``1(System.String,System.String,System.String,RedLoader.MelonGameAttribute[],RedLoader.MelonProcessAttribute[],System.Int32,System.Nullable{System.Drawing.Color},System.Nullable{System.Drawing.Color},System.String) + name: CreateWrapper(string, string, string, MelonGameAttribute[], MelonProcessAttribute[], int, Color?, Color?, string) + href: api/RedLoader.ModBase.html#RedLoader_ModBase_CreateWrapper__1_System_String_System_String_System_String_RedLoader_MelonGameAttribute___RedLoader_MelonProcessAttribute___System_Int32_System_Nullable_System_Drawing_Color__System_Nullable_System_Drawing_Color__System_String_ + commentId: M:RedLoader.ModBase.CreateWrapper``1(System.String,System.String,System.String,RedLoader.MelonGameAttribute[],RedLoader.MelonProcessAttribute[],System.Int32,System.Nullable{System.Drawing.Color},System.Nullable{System.Drawing.Color},System.String) + name.vb: CreateWrapper(Of T)(String, String, String, MelonGameAttribute(), MelonProcessAttribute(), Integer, Color?, Color?, String) + fullName: RedLoader.ModBase.CreateWrapper(string, string, string, RedLoader.MelonGameAttribute[], RedLoader.MelonProcessAttribute[], int, System.Drawing.Color?, System.Drawing.Color?, string) + fullName.vb: RedLoader.ModBase.CreateWrapper(Of T)(String, String, String, RedLoader.MelonGameAttribute(), RedLoader.MelonProcessAttribute(), Integer, System.Drawing.Color?, System.Drawing.Color?, String) + nameWithType: ModBase.CreateWrapper(string, string, string, MelonGameAttribute[], MelonProcessAttribute[], int, Color?, Color?, string) + nameWithType.vb: ModBase.CreateWrapper(Of T)(String, String, String, MelonGameAttribute(), MelonProcessAttribute(), Integer, Color?, Color?, String) +- uid: RedLoader.ModBase.Description + name: Description + href: api/RedLoader.ModBase.html#RedLoader_ModBase_Description + commentId: P:RedLoader.ModBase.Description + fullName: RedLoader.ModBase.Description + nameWithType: ModBase.Description +- uid: RedLoader.ModBase.Description* + name: Description + href: api/RedLoader.ModBase.html#RedLoader_ModBase_Description_ + commentId: Overload:RedLoader.ModBase.Description + fullName: RedLoader.ModBase.Description + nameWithType: ModBase.Description +- uid: RedLoader.ModBase.ExecuteAll(RedLoader.LemonAction{RedLoader.ModBase},System.Boolean,System.String) + name: ExecuteAll(LemonAction, bool, string) + href: api/RedLoader.ModBase.html#RedLoader_ModBase_ExecuteAll_RedLoader_LemonAction_RedLoader_ModBase__System_Boolean_System_String_ + commentId: M:RedLoader.ModBase.ExecuteAll(RedLoader.LemonAction{RedLoader.ModBase},System.Boolean,System.String) + name.vb: ExecuteAll(LemonAction(Of ModBase), Boolean, String) + fullName: RedLoader.ModBase.ExecuteAll(RedLoader.LemonAction, bool, string) + fullName.vb: RedLoader.ModBase.ExecuteAll(RedLoader.LemonAction(Of RedLoader.ModBase), Boolean, String) + nameWithType: ModBase.ExecuteAll(LemonAction, bool, string) + nameWithType.vb: ModBase.ExecuteAll(LemonAction(Of ModBase), Boolean, String) +- uid: RedLoader.ModBase.ExecuteAll* + name: ExecuteAll + href: api/RedLoader.ModBase.html#RedLoader_ModBase_ExecuteAll_ + commentId: Overload:RedLoader.ModBase.ExecuteAll + fullName: RedLoader.ModBase.ExecuteAll + nameWithType: ModBase.ExecuteAll +- uid: RedLoader.ModBase.ExecuteList* + name: ExecuteList + href: api/RedLoader.ModBase.html#RedLoader_ModBase_ExecuteList_ + commentId: Overload:RedLoader.ModBase.ExecuteList + fullName: RedLoader.ModBase.ExecuteList + nameWithType: ModBase.ExecuteList +- uid: RedLoader.ModBase.ExecuteList``1(RedLoader.LemonAction{``0},System.Collections.Generic.List{``0},System.Boolean,System.String) + name: ExecuteList(LemonAction, List, bool, string) + href: api/RedLoader.ModBase.html#RedLoader_ModBase_ExecuteList__1_RedLoader_LemonAction___0__System_Collections_Generic_List___0__System_Boolean_System_String_ + commentId: M:RedLoader.ModBase.ExecuteList``1(RedLoader.LemonAction{``0},System.Collections.Generic.List{``0},System.Boolean,System.String) + name.vb: ExecuteList(Of T)(LemonAction(Of T), List(Of T), Boolean, String) + fullName: RedLoader.ModBase.ExecuteList(RedLoader.LemonAction, System.Collections.Generic.List, bool, string) + fullName.vb: RedLoader.ModBase.ExecuteList(Of T)(RedLoader.LemonAction(Of T), System.Collections.Generic.List(Of T), Boolean, String) + nameWithType: ModBase.ExecuteList(LemonAction, List, bool, string) + nameWithType.vb: ModBase.ExecuteList(Of T)(LemonAction(Of T), List(Of T), Boolean, String) +- uid: RedLoader.ModBase.FindIncompatiblities(RedLoader.MelonGameAttribute,System.String,System.String,System.String,System.String,RedLoader.MelonPlatformAttribute.CompatiblePlatforms,RedLoader.MelonPlatformDomainAttribute.CompatibleDomains) + name: FindIncompatiblities(MelonGameAttribute, string, string, string, string, CompatiblePlatforms, CompatibleDomains) + href: api/RedLoader.ModBase.html#RedLoader_ModBase_FindIncompatiblities_RedLoader_MelonGameAttribute_System_String_System_String_System_String_System_String_RedLoader_MelonPlatformAttribute_CompatiblePlatforms_RedLoader_MelonPlatformDomainAttribute_CompatibleDomains_ + commentId: M:RedLoader.ModBase.FindIncompatiblities(RedLoader.MelonGameAttribute,System.String,System.String,System.String,System.String,RedLoader.MelonPlatformAttribute.CompatiblePlatforms,RedLoader.MelonPlatformDomainAttribute.CompatibleDomains) + name.vb: FindIncompatiblities(MelonGameAttribute, String, String, String, String, CompatiblePlatforms, CompatibleDomains) + fullName: RedLoader.ModBase.FindIncompatiblities(RedLoader.MelonGameAttribute, string, string, string, string, RedLoader.MelonPlatformAttribute.CompatiblePlatforms, RedLoader.MelonPlatformDomainAttribute.CompatibleDomains) + fullName.vb: RedLoader.ModBase.FindIncompatiblities(RedLoader.MelonGameAttribute, String, String, String, String, RedLoader.MelonPlatformAttribute.CompatiblePlatforms, RedLoader.MelonPlatformDomainAttribute.CompatibleDomains) + nameWithType: ModBase.FindIncompatiblities(MelonGameAttribute, string, string, string, string, MelonPlatformAttribute.CompatiblePlatforms, MelonPlatformDomainAttribute.CompatibleDomains) + nameWithType.vb: ModBase.FindIncompatiblities(MelonGameAttribute, String, String, String, String, MelonPlatformAttribute.CompatiblePlatforms, MelonPlatformDomainAttribute.CompatibleDomains) +- uid: RedLoader.ModBase.FindIncompatiblities* + name: FindIncompatiblities + href: api/RedLoader.ModBase.html#RedLoader_ModBase_FindIncompatiblities_ + commentId: Overload:RedLoader.ModBase.FindIncompatiblities + fullName: RedLoader.ModBase.FindIncompatiblities + nameWithType: ModBase.FindIncompatiblities +- uid: RedLoader.ModBase.FindIncompatiblitiesFromContext + name: FindIncompatiblitiesFromContext() + href: api/RedLoader.ModBase.html#RedLoader_ModBase_FindIncompatiblitiesFromContext + commentId: M:RedLoader.ModBase.FindIncompatiblitiesFromContext + fullName: RedLoader.ModBase.FindIncompatiblitiesFromContext() + nameWithType: ModBase.FindIncompatiblitiesFromContext() +- uid: RedLoader.ModBase.FindIncompatiblitiesFromContext* + name: FindIncompatiblitiesFromContext + href: api/RedLoader.ModBase.html#RedLoader_ModBase_FindIncompatiblitiesFromContext_ + commentId: Overload:RedLoader.ModBase.FindIncompatiblitiesFromContext + fullName: RedLoader.ModBase.FindIncompatiblitiesFromContext + nameWithType: ModBase.FindIncompatiblitiesFromContext +- uid: RedLoader.ModBase.FindMelon(System.String,System.String) + name: FindMelon(string, string) + href: api/RedLoader.ModBase.html#RedLoader_ModBase_FindMelon_System_String_System_String_ + commentId: M:RedLoader.ModBase.FindMelon(System.String,System.String) + name.vb: FindMelon(String, String) + fullName: RedLoader.ModBase.FindMelon(string, string) + fullName.vb: RedLoader.ModBase.FindMelon(String, String) + nameWithType: ModBase.FindMelon(string, string) + nameWithType.vb: ModBase.FindMelon(String, String) +- uid: RedLoader.ModBase.FindMelon* + name: FindMelon + href: api/RedLoader.ModBase.html#RedLoader_ModBase_FindMelon_ + commentId: Overload:RedLoader.ModBase.FindMelon + fullName: RedLoader.ModBase.FindMelon + nameWithType: ModBase.FindMelon +- uid: RedLoader.ModBase.HarmonyInstance + name: HarmonyInstance + href: api/RedLoader.ModBase.html#RedLoader_ModBase_HarmonyInstance + commentId: P:RedLoader.ModBase.HarmonyInstance + fullName: RedLoader.ModBase.HarmonyInstance + nameWithType: ModBase.HarmonyInstance +- uid: RedLoader.ModBase.HarmonyInstance* + name: HarmonyInstance + href: api/RedLoader.ModBase.html#RedLoader_ModBase_HarmonyInstance_ + commentId: Overload:RedLoader.ModBase.HarmonyInstance + fullName: RedLoader.ModBase.HarmonyInstance + nameWithType: ModBase.HarmonyInstance +- uid: RedLoader.ModBase.ID + name: ID + href: api/RedLoader.ModBase.html#RedLoader_ModBase_ID + commentId: P:RedLoader.ModBase.ID + fullName: RedLoader.ModBase.ID + nameWithType: ModBase.ID +- uid: RedLoader.ModBase.ID* + name: ID + href: api/RedLoader.ModBase.html#RedLoader_ModBase_ID_ + commentId: Overload:RedLoader.ModBase.ID + fullName: RedLoader.ModBase.ID + nameWithType: ModBase.ID +- uid: RedLoader.ModBase.Incompatibility + name: ModBase.Incompatibility + href: api/RedLoader.ModBase.Incompatibility.html + commentId: T:RedLoader.ModBase.Incompatibility + fullName: RedLoader.ModBase.Incompatibility + nameWithType: ModBase.Incompatibility +- uid: RedLoader.ModBase.Incompatibility.Domain + name: Domain + href: api/RedLoader.ModBase.Incompatibility.html#RedLoader_ModBase_Incompatibility_Domain + commentId: F:RedLoader.ModBase.Incompatibility.Domain + fullName: RedLoader.ModBase.Incompatibility.Domain + nameWithType: ModBase.Incompatibility.Domain +- uid: RedLoader.ModBase.Incompatibility.Game + name: Game + href: api/RedLoader.ModBase.Incompatibility.html#RedLoader_ModBase_Incompatibility_Game + commentId: F:RedLoader.ModBase.Incompatibility.Game + fullName: RedLoader.ModBase.Incompatibility.Game + nameWithType: ModBase.Incompatibility.Game +- uid: RedLoader.ModBase.Incompatibility.GameVersion + name: GameVersion + href: api/RedLoader.ModBase.Incompatibility.html#RedLoader_ModBase_Incompatibility_GameVersion + commentId: F:RedLoader.ModBase.Incompatibility.GameVersion + fullName: RedLoader.ModBase.Incompatibility.GameVersion + nameWithType: ModBase.Incompatibility.GameVersion +- uid: RedLoader.ModBase.Incompatibility.MLBuild + name: MLBuild + href: api/RedLoader.ModBase.Incompatibility.html#RedLoader_ModBase_Incompatibility_MLBuild + commentId: F:RedLoader.ModBase.Incompatibility.MLBuild + fullName: RedLoader.ModBase.Incompatibility.MLBuild + nameWithType: ModBase.Incompatibility.MLBuild +- uid: RedLoader.ModBase.Incompatibility.MLVersion + name: MLVersion + href: api/RedLoader.ModBase.Incompatibility.html#RedLoader_ModBase_Incompatibility_MLVersion + commentId: F:RedLoader.ModBase.Incompatibility.MLVersion + fullName: RedLoader.ModBase.Incompatibility.MLVersion + nameWithType: ModBase.Incompatibility.MLVersion +- uid: RedLoader.ModBase.Incompatibility.Platform + name: Platform + href: api/RedLoader.ModBase.Incompatibility.html#RedLoader_ModBase_Incompatibility_Platform + commentId: F:RedLoader.ModBase.Incompatibility.Platform + fullName: RedLoader.ModBase.Incompatibility.Platform + nameWithType: ModBase.Incompatibility.Platform +- uid: RedLoader.ModBase.Incompatibility.ProcessName + name: ProcessName + href: api/RedLoader.ModBase.Incompatibility.html#RedLoader_ModBase_Incompatibility_ProcessName + commentId: F:RedLoader.ModBase.Incompatibility.ProcessName + fullName: RedLoader.ModBase.Incompatibility.ProcessName + nameWithType: ModBase.Incompatibility.ProcessName +- uid: RedLoader.ModBase.LoggerInstance + name: LoggerInstance + href: api/RedLoader.ModBase.html#RedLoader_ModBase_LoggerInstance + commentId: P:RedLoader.ModBase.LoggerInstance + fullName: RedLoader.ModBase.LoggerInstance + nameWithType: ModBase.LoggerInstance +- uid: RedLoader.ModBase.LoggerInstance* + name: LoggerInstance + href: api/RedLoader.ModBase.html#RedLoader_ModBase_LoggerInstance_ + commentId: Overload:RedLoader.ModBase.LoggerInstance + fullName: RedLoader.ModBase.LoggerInstance + nameWithType: ModBase.LoggerInstance +- uid: RedLoader.ModBase.MelonAssembly + name: MelonAssembly + href: api/RedLoader.ModBase.html#RedLoader_ModBase_MelonAssembly + commentId: P:RedLoader.ModBase.MelonAssembly + fullName: RedLoader.ModBase.MelonAssembly + nameWithType: ModBase.MelonAssembly +- uid: RedLoader.ModBase.MelonAssembly* + name: MelonAssembly + href: api/RedLoader.ModBase.html#RedLoader_ModBase_MelonAssembly_ + commentId: Overload:RedLoader.ModBase.MelonAssembly + fullName: RedLoader.ModBase.MelonAssembly + nameWithType: ModBase.MelonAssembly +- uid: RedLoader.ModBase.MelonTypeName + name: MelonTypeName + href: api/RedLoader.ModBase.html#RedLoader_ModBase_MelonTypeName + commentId: P:RedLoader.ModBase.MelonTypeName + fullName: RedLoader.ModBase.MelonTypeName + nameWithType: ModBase.MelonTypeName +- uid: RedLoader.ModBase.MelonTypeName* + name: MelonTypeName + href: api/RedLoader.ModBase.html#RedLoader_ModBase_MelonTypeName_ + commentId: Overload:RedLoader.ModBase.MelonTypeName + fullName: RedLoader.ModBase.MelonTypeName + nameWithType: ModBase.MelonTypeName +- uid: RedLoader.ModBase.OnApplicationQuit + name: OnApplicationQuit() + href: api/RedLoader.ModBase.html#RedLoader_ModBase_OnApplicationQuit + commentId: M:RedLoader.ModBase.OnApplicationQuit + fullName: RedLoader.ModBase.OnApplicationQuit() + nameWithType: ModBase.OnApplicationQuit() +- uid: RedLoader.ModBase.OnApplicationQuit* + name: OnApplicationQuit + href: api/RedLoader.ModBase.html#RedLoader_ModBase_OnApplicationQuit_ + commentId: Overload:RedLoader.ModBase.OnApplicationQuit + fullName: RedLoader.ModBase.OnApplicationQuit + nameWithType: ModBase.OnApplicationQuit +- uid: RedLoader.ModBase.OnDeinitializeMod + name: OnDeinitializeMod() + href: api/RedLoader.ModBase.html#RedLoader_ModBase_OnDeinitializeMod + commentId: M:RedLoader.ModBase.OnDeinitializeMod + fullName: RedLoader.ModBase.OnDeinitializeMod() + nameWithType: ModBase.OnDeinitializeMod() +- uid: RedLoader.ModBase.OnDeinitializeMod* + name: OnDeinitializeMod + href: api/RedLoader.ModBase.html#RedLoader_ModBase_OnDeinitializeMod_ + commentId: Overload:RedLoader.ModBase.OnDeinitializeMod + fullName: RedLoader.ModBase.OnDeinitializeMod + nameWithType: ModBase.OnDeinitializeMod +- uid: RedLoader.ModBase.OnEarlyInitializeMelon + name: OnEarlyInitializeMelon() + href: api/RedLoader.ModBase.html#RedLoader_ModBase_OnEarlyInitializeMelon + commentId: M:RedLoader.ModBase.OnEarlyInitializeMelon + fullName: RedLoader.ModBase.OnEarlyInitializeMelon() + nameWithType: ModBase.OnEarlyInitializeMelon() +- uid: RedLoader.ModBase.OnEarlyInitializeMelon* + name: OnEarlyInitializeMelon + href: api/RedLoader.ModBase.html#RedLoader_ModBase_OnEarlyInitializeMelon_ + commentId: Overload:RedLoader.ModBase.OnEarlyInitializeMelon + fullName: RedLoader.ModBase.OnEarlyInitializeMelon + nameWithType: ModBase.OnEarlyInitializeMelon +- uid: RedLoader.ModBase.OnFixedUpdate + name: OnFixedUpdate() + href: api/RedLoader.ModBase.html#RedLoader_ModBase_OnFixedUpdate + commentId: M:RedLoader.ModBase.OnFixedUpdate + fullName: RedLoader.ModBase.OnFixedUpdate() + nameWithType: ModBase.OnFixedUpdate() +- uid: RedLoader.ModBase.OnFixedUpdate* + name: OnFixedUpdate + href: api/RedLoader.ModBase.html#RedLoader_ModBase_OnFixedUpdate_ + commentId: Overload:RedLoader.ModBase.OnFixedUpdate + fullName: RedLoader.ModBase.OnFixedUpdate + nameWithType: ModBase.OnFixedUpdate +- uid: RedLoader.ModBase.OnGUI + name: OnGUI() + href: api/RedLoader.ModBase.html#RedLoader_ModBase_OnGUI + commentId: M:RedLoader.ModBase.OnGUI + fullName: RedLoader.ModBase.OnGUI() + nameWithType: ModBase.OnGUI() +- uid: RedLoader.ModBase.OnGUI* + name: OnGUI + href: api/RedLoader.ModBase.html#RedLoader_ModBase_OnGUI_ + commentId: Overload:RedLoader.ModBase.OnGUI + fullName: RedLoader.ModBase.OnGUI + nameWithType: ModBase.OnGUI +- uid: RedLoader.ModBase.OnInitializeMod + name: OnInitializeMod() + href: api/RedLoader.ModBase.html#RedLoader_ModBase_OnInitializeMod + commentId: M:RedLoader.ModBase.OnInitializeMod + fullName: RedLoader.ModBase.OnInitializeMod() + nameWithType: ModBase.OnInitializeMod() +- uid: RedLoader.ModBase.OnInitializeMod* + name: OnInitializeMod + href: api/RedLoader.ModBase.html#RedLoader_ModBase_OnInitializeMod_ + commentId: Overload:RedLoader.ModBase.OnInitializeMod + fullName: RedLoader.ModBase.OnInitializeMod + nameWithType: ModBase.OnInitializeMod +- uid: RedLoader.ModBase.OnLateInitializeMod + name: OnLateInitializeMod() + href: api/RedLoader.ModBase.html#RedLoader_ModBase_OnLateInitializeMod + commentId: M:RedLoader.ModBase.OnLateInitializeMod + fullName: RedLoader.ModBase.OnLateInitializeMod() + nameWithType: ModBase.OnLateInitializeMod() +- uid: RedLoader.ModBase.OnLateInitializeMod* + name: OnLateInitializeMod + href: api/RedLoader.ModBase.html#RedLoader_ModBase_OnLateInitializeMod_ + commentId: Overload:RedLoader.ModBase.OnLateInitializeMod + fullName: RedLoader.ModBase.OnLateInitializeMod + nameWithType: ModBase.OnLateInitializeMod +- uid: RedLoader.ModBase.OnLateUpdate + name: OnLateUpdate() + href: api/RedLoader.ModBase.html#RedLoader_ModBase_OnLateUpdate + commentId: M:RedLoader.ModBase.OnLateUpdate + fullName: RedLoader.ModBase.OnLateUpdate() + nameWithType: ModBase.OnLateUpdate() +- uid: RedLoader.ModBase.OnLateUpdate* + name: OnLateUpdate + href: api/RedLoader.ModBase.html#RedLoader_ModBase_OnLateUpdate_ + commentId: Overload:RedLoader.ModBase.OnLateUpdate + fullName: RedLoader.ModBase.OnLateUpdate + nameWithType: ModBase.OnLateUpdate +- uid: RedLoader.ModBase.OnMelonInitializing + name: OnMelonInitializing + href: api/RedLoader.ModBase.html#RedLoader_ModBase_OnMelonInitializing + commentId: F:RedLoader.ModBase.OnMelonInitializing + fullName: RedLoader.ModBase.OnMelonInitializing + nameWithType: ModBase.OnMelonInitializing +- uid: RedLoader.ModBase.OnMelonRegistered + name: OnMelonRegistered + href: api/RedLoader.ModBase.html#RedLoader_ModBase_OnMelonRegistered + commentId: F:RedLoader.ModBase.OnMelonRegistered + fullName: RedLoader.ModBase.OnMelonRegistered + nameWithType: ModBase.OnMelonRegistered +- uid: RedLoader.ModBase.OnMelonUnregistered + name: OnMelonUnregistered + href: api/RedLoader.ModBase.html#RedLoader_ModBase_OnMelonUnregistered + commentId: F:RedLoader.ModBase.OnMelonUnregistered + fullName: RedLoader.ModBase.OnMelonUnregistered + nameWithType: ModBase.OnMelonUnregistered +- uid: RedLoader.ModBase.OnPreferencesLoaded + name: OnPreferencesLoaded() + href: api/RedLoader.ModBase.html#RedLoader_ModBase_OnPreferencesLoaded + commentId: M:RedLoader.ModBase.OnPreferencesLoaded + fullName: RedLoader.ModBase.OnPreferencesLoaded() + nameWithType: ModBase.OnPreferencesLoaded() +- uid: RedLoader.ModBase.OnPreferencesLoaded(System.String) + name: OnPreferencesLoaded(string) + href: api/RedLoader.ModBase.html#RedLoader_ModBase_OnPreferencesLoaded_System_String_ + commentId: M:RedLoader.ModBase.OnPreferencesLoaded(System.String) + name.vb: OnPreferencesLoaded(String) + fullName: RedLoader.ModBase.OnPreferencesLoaded(string) + fullName.vb: RedLoader.ModBase.OnPreferencesLoaded(String) + nameWithType: ModBase.OnPreferencesLoaded(string) + nameWithType.vb: ModBase.OnPreferencesLoaded(String) +- uid: RedLoader.ModBase.OnPreferencesLoaded* + name: OnPreferencesLoaded + href: api/RedLoader.ModBase.html#RedLoader_ModBase_OnPreferencesLoaded_ + commentId: Overload:RedLoader.ModBase.OnPreferencesLoaded + fullName: RedLoader.ModBase.OnPreferencesLoaded + nameWithType: ModBase.OnPreferencesLoaded +- uid: RedLoader.ModBase.OnPreferencesSaved + name: OnPreferencesSaved() + href: api/RedLoader.ModBase.html#RedLoader_ModBase_OnPreferencesSaved + commentId: M:RedLoader.ModBase.OnPreferencesSaved + fullName: RedLoader.ModBase.OnPreferencesSaved() + nameWithType: ModBase.OnPreferencesSaved() +- uid: RedLoader.ModBase.OnPreferencesSaved(System.String) + name: OnPreferencesSaved(string) + href: api/RedLoader.ModBase.html#RedLoader_ModBase_OnPreferencesSaved_System_String_ + commentId: M:RedLoader.ModBase.OnPreferencesSaved(System.String) + name.vb: OnPreferencesSaved(String) + fullName: RedLoader.ModBase.OnPreferencesSaved(string) + fullName.vb: RedLoader.ModBase.OnPreferencesSaved(String) + nameWithType: ModBase.OnPreferencesSaved(string) + nameWithType.vb: ModBase.OnPreferencesSaved(String) +- uid: RedLoader.ModBase.OnPreferencesSaved* + name: OnPreferencesSaved + href: api/RedLoader.ModBase.html#RedLoader_ModBase_OnPreferencesSaved_ + commentId: Overload:RedLoader.ModBase.OnPreferencesSaved + fullName: RedLoader.ModBase.OnPreferencesSaved + nameWithType: ModBase.OnPreferencesSaved +- uid: RedLoader.ModBase.OnPreSupportModule + name: OnPreSupportModule() + href: api/RedLoader.ModBase.html#RedLoader_ModBase_OnPreSupportModule + commentId: M:RedLoader.ModBase.OnPreSupportModule + fullName: RedLoader.ModBase.OnPreSupportModule() + nameWithType: ModBase.OnPreSupportModule() +- uid: RedLoader.ModBase.OnPreSupportModule* + name: OnPreSupportModule + href: api/RedLoader.ModBase.html#RedLoader_ModBase_OnPreSupportModule_ + commentId: Overload:RedLoader.ModBase.OnPreSupportModule + fullName: RedLoader.ModBase.OnPreSupportModule + nameWithType: ModBase.OnPreSupportModule +- uid: RedLoader.ModBase.OnRegister + name: OnRegister + href: api/RedLoader.ModBase.html#RedLoader_ModBase_OnRegister + commentId: F:RedLoader.ModBase.OnRegister + fullName: RedLoader.ModBase.OnRegister + nameWithType: ModBase.OnRegister +- uid: RedLoader.ModBase.OnUnregister + name: OnUnregister + href: api/RedLoader.ModBase.html#RedLoader_ModBase_OnUnregister + commentId: F:RedLoader.ModBase.OnUnregister + fullName: RedLoader.ModBase.OnUnregister + nameWithType: ModBase.OnUnregister +- uid: RedLoader.ModBase.OnUpdate + name: OnUpdate() + href: api/RedLoader.ModBase.html#RedLoader_ModBase_OnUpdate + commentId: M:RedLoader.ModBase.OnUpdate + fullName: RedLoader.ModBase.OnUpdate() + nameWithType: ModBase.OnUpdate() +- uid: RedLoader.ModBase.OnUpdate* + name: OnUpdate + href: api/RedLoader.ModBase.html#RedLoader_ModBase_OnUpdate_ + commentId: Overload:RedLoader.ModBase.OnUpdate + fullName: RedLoader.ModBase.OnUpdate + nameWithType: ModBase.OnUpdate +- uid: RedLoader.ModBase.OptionalDependencies + name: OptionalDependencies + href: api/RedLoader.ModBase.html#RedLoader_ModBase_OptionalDependencies + commentId: P:RedLoader.ModBase.OptionalDependencies + fullName: RedLoader.ModBase.OptionalDependencies + nameWithType: ModBase.OptionalDependencies +- uid: RedLoader.ModBase.OptionalDependencies* + name: OptionalDependencies + href: api/RedLoader.ModBase.html#RedLoader_ModBase_OptionalDependencies_ + commentId: Overload:RedLoader.ModBase.OptionalDependencies + fullName: RedLoader.ModBase.OptionalDependencies + nameWithType: ModBase.OptionalDependencies +- uid: RedLoader.ModBase.PrintIncompatibilities(RedLoader.ModBase.Incompatibility[],RedLoader.ModBase) + name: PrintIncompatibilities(Incompatibility[], ModBase) + href: api/RedLoader.ModBase.html#RedLoader_ModBase_PrintIncompatibilities_RedLoader_ModBase_Incompatibility___RedLoader_ModBase_ + commentId: M:RedLoader.ModBase.PrintIncompatibilities(RedLoader.ModBase.Incompatibility[],RedLoader.ModBase) + name.vb: PrintIncompatibilities(Incompatibility(), ModBase) + fullName: RedLoader.ModBase.PrintIncompatibilities(RedLoader.ModBase.Incompatibility[], RedLoader.ModBase) + fullName.vb: RedLoader.ModBase.PrintIncompatibilities(RedLoader.ModBase.Incompatibility(), RedLoader.ModBase) + nameWithType: ModBase.PrintIncompatibilities(ModBase.Incompatibility[], ModBase) + nameWithType.vb: ModBase.PrintIncompatibilities(ModBase.Incompatibility(), ModBase) +- uid: RedLoader.ModBase.PrintIncompatibilities* + name: PrintIncompatibilities + href: api/RedLoader.ModBase.html#RedLoader_ModBase_PrintIncompatibilities_ + commentId: Overload:RedLoader.ModBase.PrintIncompatibilities + fullName: RedLoader.ModBase.PrintIncompatibilities + nameWithType: ModBase.PrintIncompatibilities +- uid: RedLoader.ModBase.Priority + name: Priority + href: api/RedLoader.ModBase.html#RedLoader_ModBase_Priority + commentId: P:RedLoader.ModBase.Priority + fullName: RedLoader.ModBase.Priority + nameWithType: ModBase.Priority +- uid: RedLoader.ModBase.Priority* + name: Priority + href: api/RedLoader.ModBase.html#RedLoader_ModBase_Priority_ + commentId: Overload:RedLoader.ModBase.Priority + fullName: RedLoader.ModBase.Priority + nameWithType: ModBase.Priority +- uid: RedLoader.ModBase.Register + name: Register() + href: api/RedLoader.ModBase.html#RedLoader_ModBase_Register + commentId: M:RedLoader.ModBase.Register + fullName: RedLoader.ModBase.Register() + nameWithType: ModBase.Register() +- uid: RedLoader.ModBase.Register* + name: Register + href: api/RedLoader.ModBase.html#RedLoader_ModBase_Register_ + commentId: Overload:RedLoader.ModBase.Register + fullName: RedLoader.ModBase.Register + nameWithType: ModBase.Register +- uid: RedLoader.ModBase.Registered + name: Registered + href: api/RedLoader.ModBase.html#RedLoader_ModBase_Registered + commentId: P:RedLoader.ModBase.Registered + fullName: RedLoader.ModBase.Registered + nameWithType: ModBase.Registered +- uid: RedLoader.ModBase.Registered* + name: Registered + href: api/RedLoader.ModBase.html#RedLoader_ModBase_Registered_ + commentId: Overload:RedLoader.ModBase.Registered + fullName: RedLoader.ModBase.Registered + nameWithType: ModBase.Registered +- uid: RedLoader.ModBase.RegisteredMelons + name: RegisteredMelons + href: api/RedLoader.ModBase.html#RedLoader_ModBase_RegisteredMelons + commentId: P:RedLoader.ModBase.RegisteredMelons + fullName: RedLoader.ModBase.RegisteredMelons + nameWithType: ModBase.RegisteredMelons +- uid: RedLoader.ModBase.RegisteredMelons* + name: RegisteredMelons + href: api/RedLoader.ModBase.html#RedLoader_ModBase_RegisteredMelons_ + commentId: Overload:RedLoader.ModBase.RegisteredMelons + fullName: RedLoader.ModBase.RegisteredMelons + nameWithType: ModBase.RegisteredMelons +- uid: RedLoader.ModBase.RegisterSorted* + name: RegisterSorted + href: api/RedLoader.ModBase.html#RedLoader_ModBase_RegisterSorted_ + commentId: Overload:RedLoader.ModBase.RegisterSorted + fullName: RedLoader.ModBase.RegisterSorted + nameWithType: ModBase.RegisterSorted +- uid: RedLoader.ModBase.RegisterSorted``1(System.Collections.Generic.IEnumerable{``0}) + name: RegisterSorted(IEnumerable) + href: api/RedLoader.ModBase.html#RedLoader_ModBase_RegisterSorted__1_System_Collections_Generic_IEnumerable___0__ + commentId: M:RedLoader.ModBase.RegisterSorted``1(System.Collections.Generic.IEnumerable{``0}) + name.vb: RegisterSorted(Of T)(IEnumerable(Of T)) + fullName: RedLoader.ModBase.RegisterSorted(System.Collections.Generic.IEnumerable) + fullName.vb: RedLoader.ModBase.RegisterSorted(Of T)(System.Collections.Generic.IEnumerable(Of T)) + nameWithType: ModBase.RegisterSorted(IEnumerable) + nameWithType.vb: ModBase.RegisterSorted(Of T)(IEnumerable(Of T)) +- uid: RedLoader.ModBase.SendMessage(System.String,System.Object[]) + name: SendMessage(string, params object[]) + href: api/RedLoader.ModBase.html#RedLoader_ModBase_SendMessage_System_String_System_Object___ + commentId: M:RedLoader.ModBase.SendMessage(System.String,System.Object[]) + name.vb: SendMessage(String, ParamArray Object()) + fullName: RedLoader.ModBase.SendMessage(string, params object[]) + fullName.vb: RedLoader.ModBase.SendMessage(String, ParamArray Object()) + nameWithType: ModBase.SendMessage(string, params object[]) + nameWithType.vb: ModBase.SendMessage(String, ParamArray Object()) +- uid: RedLoader.ModBase.SendMessage* + name: SendMessage + href: api/RedLoader.ModBase.html#RedLoader_ModBase_SendMessage_ + commentId: Overload:RedLoader.ModBase.SendMessage + fullName: RedLoader.ModBase.SendMessage + nameWithType: ModBase.SendMessage +- uid: RedLoader.ModBase.SendMessageAll(System.String,System.Object[]) + name: SendMessageAll(string, params object[]) + href: api/RedLoader.ModBase.html#RedLoader_ModBase_SendMessageAll_System_String_System_Object___ + commentId: M:RedLoader.ModBase.SendMessageAll(System.String,System.Object[]) + name.vb: SendMessageAll(String, ParamArray Object()) + fullName: RedLoader.ModBase.SendMessageAll(string, params object[]) + fullName.vb: RedLoader.ModBase.SendMessageAll(String, ParamArray Object()) + nameWithType: ModBase.SendMessageAll(string, params object[]) + nameWithType.vb: ModBase.SendMessageAll(String, ParamArray Object()) +- uid: RedLoader.ModBase.SendMessageAll* + name: SendMessageAll + href: api/RedLoader.ModBase.html#RedLoader_ModBase_SendMessageAll_ + commentId: Overload:RedLoader.ModBase.SendMessageAll + fullName: RedLoader.ModBase.SendMessageAll + nameWithType: ModBase.SendMessageAll +- uid: RedLoader.ModBase.SupportedGameVersion + name: SupportedGameVersion + href: api/RedLoader.ModBase.html#RedLoader_ModBase_SupportedGameVersion + commentId: P:RedLoader.ModBase.SupportedGameVersion + fullName: RedLoader.ModBase.SupportedGameVersion + nameWithType: ModBase.SupportedGameVersion +- uid: RedLoader.ModBase.SupportedGameVersion* + name: SupportedGameVersion + href: api/RedLoader.ModBase.html#RedLoader_ModBase_SupportedGameVersion_ + commentId: Overload:RedLoader.ModBase.SupportedGameVersion + fullName: RedLoader.ModBase.SupportedGameVersion + nameWithType: ModBase.SupportedGameVersion +- uid: RedLoader.ModBase.Unregister(System.String,System.Boolean) + name: Unregister(string, bool) + href: api/RedLoader.ModBase.html#RedLoader_ModBase_Unregister_System_String_System_Boolean_ + commentId: M:RedLoader.ModBase.Unregister(System.String,System.Boolean) + name.vb: Unregister(String, Boolean) + fullName: RedLoader.ModBase.Unregister(string, bool) + fullName.vb: RedLoader.ModBase.Unregister(String, Boolean) + nameWithType: ModBase.Unregister(string, bool) + nameWithType.vb: ModBase.Unregister(String, Boolean) +- uid: RedLoader.ModBase.Unregister* + name: Unregister + href: api/RedLoader.ModBase.html#RedLoader_ModBase_Unregister_ + commentId: Overload:RedLoader.ModBase.Unregister + fullName: RedLoader.ModBase.Unregister + nameWithType: ModBase.Unregister +- uid: RedLoader.ModTypeBase`1 + name: ModTypeBase + href: api/RedLoader.ModTypeBase-1.html + commentId: T:RedLoader.ModTypeBase`1 + name.vb: ModTypeBase(Of T) + fullName: RedLoader.ModTypeBase + fullName.vb: RedLoader.ModTypeBase(Of T) + nameWithType: ModTypeBase + nameWithType.vb: ModTypeBase(Of T) +- uid: RedLoader.ModTypeBase`1.#ctor + name: ModTypeBase() + href: api/RedLoader.ModTypeBase-1.html#RedLoader_ModTypeBase_1__ctor + commentId: M:RedLoader.ModTypeBase`1.#ctor + name.vb: New() + fullName: RedLoader.ModTypeBase.ModTypeBase() + fullName.vb: RedLoader.ModTypeBase(Of T).New() + nameWithType: ModTypeBase.ModTypeBase() + nameWithType.vb: ModTypeBase(Of T).New() +- uid: RedLoader.ModTypeBase`1.#ctor* + name: ModTypeBase + href: api/RedLoader.ModTypeBase-1.html#RedLoader_ModTypeBase_1__ctor_ + commentId: Overload:RedLoader.ModTypeBase`1.#ctor + name.vb: New + fullName: RedLoader.ModTypeBase.ModTypeBase + fullName.vb: RedLoader.ModTypeBase(Of T).New + nameWithType: ModTypeBase.ModTypeBase + nameWithType.vb: ModTypeBase(Of T).New +- uid: RedLoader.ModTypeBase`1.ExecuteAll(RedLoader.LemonAction{`0},System.Boolean,System.String) + name: ExecuteAll(LemonAction, bool, string) + href: api/RedLoader.ModTypeBase-1.html#RedLoader_ModTypeBase_1_ExecuteAll_RedLoader_LemonAction__0__System_Boolean_System_String_ + commentId: M:RedLoader.ModTypeBase`1.ExecuteAll(RedLoader.LemonAction{`0},System.Boolean,System.String) + name.vb: ExecuteAll(LemonAction(Of T), Boolean, String) + fullName: RedLoader.ModTypeBase.ExecuteAll(RedLoader.LemonAction, bool, string) + fullName.vb: RedLoader.ModTypeBase(Of T).ExecuteAll(RedLoader.LemonAction(Of T), Boolean, String) + nameWithType: ModTypeBase.ExecuteAll(LemonAction, bool, string) + nameWithType.vb: ModTypeBase(Of T).ExecuteAll(LemonAction(Of T), Boolean, String) +- uid: RedLoader.ModTypeBase`1.ExecuteAll* + name: ExecuteAll + href: api/RedLoader.ModTypeBase-1.html#RedLoader_ModTypeBase_1_ExecuteAll_ + commentId: Overload:RedLoader.ModTypeBase`1.ExecuteAll + fullName: RedLoader.ModTypeBase.ExecuteAll + fullName.vb: RedLoader.ModTypeBase(Of T).ExecuteAll + nameWithType: ModTypeBase.ExecuteAll + nameWithType.vb: ModTypeBase(Of T).ExecuteAll +- uid: RedLoader.ModTypeBase`1.MelonTypeName + name: MelonTypeName + href: api/RedLoader.ModTypeBase-1.html#RedLoader_ModTypeBase_1_MelonTypeName + commentId: P:RedLoader.ModTypeBase`1.MelonTypeName + fullName: RedLoader.ModTypeBase.MelonTypeName + fullName.vb: RedLoader.ModTypeBase(Of T).MelonTypeName + nameWithType: ModTypeBase.MelonTypeName + nameWithType.vb: ModTypeBase(Of T).MelonTypeName +- uid: RedLoader.ModTypeBase`1.MelonTypeName* + name: MelonTypeName + href: api/RedLoader.ModTypeBase-1.html#RedLoader_ModTypeBase_1_MelonTypeName_ + commentId: Overload:RedLoader.ModTypeBase`1.MelonTypeName + fullName: RedLoader.ModTypeBase.MelonTypeName + fullName.vb: RedLoader.ModTypeBase(Of T).MelonTypeName + nameWithType: ModTypeBase.MelonTypeName + nameWithType.vb: ModTypeBase(Of T).MelonTypeName +- uid: RedLoader.ModTypeBase`1.RegisteredMods + name: RegisteredMods + href: api/RedLoader.ModTypeBase-1.html#RedLoader_ModTypeBase_1_RegisteredMods + commentId: P:RedLoader.ModTypeBase`1.RegisteredMods + fullName: RedLoader.ModTypeBase.RegisteredMods + fullName.vb: RedLoader.ModTypeBase(Of T).RegisteredMods + nameWithType: ModTypeBase.RegisteredMods + nameWithType.vb: ModTypeBase(Of T).RegisteredMods +- uid: RedLoader.ModTypeBase`1.RegisteredMods* + name: RegisteredMods + href: api/RedLoader.ModTypeBase-1.html#RedLoader_ModTypeBase_1_RegisteredMods_ + commentId: Overload:RedLoader.ModTypeBase`1.RegisteredMods + fullName: RedLoader.ModTypeBase.RegisteredMods + fullName.vb: RedLoader.ModTypeBase(Of T).RegisteredMods + nameWithType: ModTypeBase.RegisteredMods + nameWithType.vb: ModTypeBase(Of T).RegisteredMods +- uid: RedLoader.ModTypeBase`1.TypeName + name: TypeName + href: api/RedLoader.ModTypeBase-1.html#RedLoader_ModTypeBase_1_TypeName + commentId: P:RedLoader.ModTypeBase`1.TypeName + fullName: RedLoader.ModTypeBase.TypeName + fullName.vb: RedLoader.ModTypeBase(Of T).TypeName + nameWithType: ModTypeBase.TypeName + nameWithType.vb: ModTypeBase(Of T).TypeName +- uid: RedLoader.ModTypeBase`1.TypeName* + name: TypeName + href: api/RedLoader.ModTypeBase-1.html#RedLoader_ModTypeBase_1_TypeName_ + commentId: Overload:RedLoader.ModTypeBase`1.TypeName + fullName: RedLoader.ModTypeBase.TypeName + fullName.vb: RedLoader.ModTypeBase(Of T).TypeName + nameWithType: ModTypeBase.TypeName + nameWithType.vb: ModTypeBase(Of T).TypeName +- uid: RedLoader.NativeLibrary + name: NativeLibrary + href: api/RedLoader.NativeLibrary.html + commentId: T:RedLoader.NativeLibrary + fullName: RedLoader.NativeLibrary + nameWithType: NativeLibrary +- uid: RedLoader.NativeLibrary.#ctor(System.IntPtr) + name: NativeLibrary(IntPtr) + href: api/RedLoader.NativeLibrary.html#RedLoader_NativeLibrary__ctor_System_IntPtr_ + commentId: M:RedLoader.NativeLibrary.#ctor(System.IntPtr) + name.vb: New(IntPtr) + fullName: RedLoader.NativeLibrary.NativeLibrary(System.IntPtr) + fullName.vb: RedLoader.NativeLibrary.New(System.IntPtr) + nameWithType: NativeLibrary.NativeLibrary(IntPtr) + nameWithType.vb: NativeLibrary.New(IntPtr) +- uid: RedLoader.NativeLibrary.#ctor* + name: NativeLibrary + href: api/RedLoader.NativeLibrary.html#RedLoader_NativeLibrary__ctor_ + commentId: Overload:RedLoader.NativeLibrary.#ctor + name.vb: New + fullName: RedLoader.NativeLibrary.NativeLibrary + fullName.vb: RedLoader.NativeLibrary.New + nameWithType: NativeLibrary.NativeLibrary + nameWithType.vb: NativeLibrary.New +- uid: RedLoader.NativeLibrary.AgnosticGetProcAddress(System.IntPtr,System.String) + name: AgnosticGetProcAddress(IntPtr, string) + href: api/RedLoader.NativeLibrary.html#RedLoader_NativeLibrary_AgnosticGetProcAddress_System_IntPtr_System_String_ + commentId: M:RedLoader.NativeLibrary.AgnosticGetProcAddress(System.IntPtr,System.String) + name.vb: AgnosticGetProcAddress(IntPtr, String) + fullName: RedLoader.NativeLibrary.AgnosticGetProcAddress(System.IntPtr, string) + fullName.vb: RedLoader.NativeLibrary.AgnosticGetProcAddress(System.IntPtr, String) + nameWithType: NativeLibrary.AgnosticGetProcAddress(IntPtr, string) + nameWithType.vb: NativeLibrary.AgnosticGetProcAddress(IntPtr, String) +- uid: RedLoader.NativeLibrary.AgnosticGetProcAddress* + name: AgnosticGetProcAddress + href: api/RedLoader.NativeLibrary.html#RedLoader_NativeLibrary_AgnosticGetProcAddress_ + commentId: Overload:RedLoader.NativeLibrary.AgnosticGetProcAddress + fullName: RedLoader.NativeLibrary.AgnosticGetProcAddress + nameWithType: NativeLibrary.AgnosticGetProcAddress +- uid: RedLoader.NativeLibrary.AgnosticLoadLibrary(System.String) + name: AgnosticLoadLibrary(string) + href: api/RedLoader.NativeLibrary.html#RedLoader_NativeLibrary_AgnosticLoadLibrary_System_String_ + commentId: M:RedLoader.NativeLibrary.AgnosticLoadLibrary(System.String) + name.vb: AgnosticLoadLibrary(String) + fullName: RedLoader.NativeLibrary.AgnosticLoadLibrary(string) + fullName.vb: RedLoader.NativeLibrary.AgnosticLoadLibrary(String) + nameWithType: NativeLibrary.AgnosticLoadLibrary(string) + nameWithType.vb: NativeLibrary.AgnosticLoadLibrary(String) +- uid: RedLoader.NativeLibrary.AgnosticLoadLibrary* + name: AgnosticLoadLibrary + href: api/RedLoader.NativeLibrary.html#RedLoader_NativeLibrary_AgnosticLoadLibrary_ + commentId: Overload:RedLoader.NativeLibrary.AgnosticLoadLibrary + fullName: RedLoader.NativeLibrary.AgnosticLoadLibrary + nameWithType: NativeLibrary.AgnosticLoadLibrary +- uid: RedLoader.NativeLibrary.dlopen(System.String,System.Int32) + name: dlopen(string, int) + href: api/RedLoader.NativeLibrary.html#RedLoader_NativeLibrary_dlopen_System_String_System_Int32_ + commentId: M:RedLoader.NativeLibrary.dlopen(System.String,System.Int32) + name.vb: dlopen(String, Integer) + fullName: RedLoader.NativeLibrary.dlopen(string, int) + fullName.vb: RedLoader.NativeLibrary.dlopen(String, Integer) + nameWithType: NativeLibrary.dlopen(string, int) + nameWithType.vb: NativeLibrary.dlopen(String, Integer) +- uid: RedLoader.NativeLibrary.dlopen* + name: dlopen + href: api/RedLoader.NativeLibrary.html#RedLoader_NativeLibrary_dlopen_ + commentId: Overload:RedLoader.NativeLibrary.dlopen + fullName: RedLoader.NativeLibrary.dlopen + nameWithType: NativeLibrary.dlopen +- uid: RedLoader.NativeLibrary.dlsym(System.IntPtr,System.String) + name: dlsym(IntPtr, string) + href: api/RedLoader.NativeLibrary.html#RedLoader_NativeLibrary_dlsym_System_IntPtr_System_String_ + commentId: M:RedLoader.NativeLibrary.dlsym(System.IntPtr,System.String) + name.vb: dlsym(IntPtr, String) + fullName: RedLoader.NativeLibrary.dlsym(System.IntPtr, string) + fullName.vb: RedLoader.NativeLibrary.dlsym(System.IntPtr, String) + nameWithType: NativeLibrary.dlsym(IntPtr, string) + nameWithType.vb: NativeLibrary.dlsym(IntPtr, String) +- uid: RedLoader.NativeLibrary.dlsym* + name: dlsym + href: api/RedLoader.NativeLibrary.html#RedLoader_NativeLibrary_dlsym_ + commentId: Overload:RedLoader.NativeLibrary.dlsym + fullName: RedLoader.NativeLibrary.dlsym + nameWithType: NativeLibrary.dlsym +- uid: RedLoader.NativeLibrary.GetExport(System.IntPtr,System.String) + name: GetExport(IntPtr, string) + href: api/RedLoader.NativeLibrary.html#RedLoader_NativeLibrary_GetExport_System_IntPtr_System_String_ + commentId: M:RedLoader.NativeLibrary.GetExport(System.IntPtr,System.String) + name.vb: GetExport(IntPtr, String) + fullName: RedLoader.NativeLibrary.GetExport(System.IntPtr, string) + fullName.vb: RedLoader.NativeLibrary.GetExport(System.IntPtr, String) + nameWithType: NativeLibrary.GetExport(IntPtr, string) + nameWithType.vb: NativeLibrary.GetExport(IntPtr, String) +- uid: RedLoader.NativeLibrary.GetExport(System.String) + name: GetExport(string) + href: api/RedLoader.NativeLibrary.html#RedLoader_NativeLibrary_GetExport_System_String_ + commentId: M:RedLoader.NativeLibrary.GetExport(System.String) + name.vb: GetExport(String) + fullName: RedLoader.NativeLibrary.GetExport(string) + fullName.vb: RedLoader.NativeLibrary.GetExport(String) + nameWithType: NativeLibrary.GetExport(string) + nameWithType.vb: NativeLibrary.GetExport(String) +- uid: RedLoader.NativeLibrary.GetExport(System.Type,System.String) + name: GetExport(Type, string) + href: api/RedLoader.NativeLibrary.html#RedLoader_NativeLibrary_GetExport_System_Type_System_String_ + commentId: M:RedLoader.NativeLibrary.GetExport(System.Type,System.String) + name.vb: GetExport(Type, String) + fullName: RedLoader.NativeLibrary.GetExport(System.Type, string) + fullName.vb: RedLoader.NativeLibrary.GetExport(System.Type, String) + nameWithType: NativeLibrary.GetExport(Type, string) + nameWithType.vb: NativeLibrary.GetExport(Type, String) +- uid: RedLoader.NativeLibrary.GetExport* + name: GetExport + href: api/RedLoader.NativeLibrary.html#RedLoader_NativeLibrary_GetExport_ + commentId: Overload:RedLoader.NativeLibrary.GetExport + fullName: RedLoader.NativeLibrary.GetExport + nameWithType: NativeLibrary.GetExport +- uid: RedLoader.NativeLibrary.GetExport``1(System.String,``0@) + name: GetExport(string, out T) + href: api/RedLoader.NativeLibrary.html#RedLoader_NativeLibrary_GetExport__1_System_String___0__ + commentId: M:RedLoader.NativeLibrary.GetExport``1(System.String,``0@) + name.vb: GetExport(Of T)(String, T) + fullName: RedLoader.NativeLibrary.GetExport(string, out T) + fullName.vb: RedLoader.NativeLibrary.GetExport(Of T)(String, T) + nameWithType: NativeLibrary.GetExport(string, out T) + nameWithType.vb: NativeLibrary.GetExport(Of T)(String, T) +- uid: RedLoader.NativeLibrary.GetExport``1(System.String) + name: GetExport(string) + href: api/RedLoader.NativeLibrary.html#RedLoader_NativeLibrary_GetExport__1_System_String_ + commentId: M:RedLoader.NativeLibrary.GetExport``1(System.String) + name.vb: GetExport(Of T)(String) + fullName: RedLoader.NativeLibrary.GetExport(string) + fullName.vb: RedLoader.NativeLibrary.GetExport(Of T)(String) + nameWithType: NativeLibrary.GetExport(string) + nameWithType.vb: NativeLibrary.GetExport(Of T)(String) +- uid: RedLoader.NativeLibrary.Load(System.String) + name: Load(string) + href: api/RedLoader.NativeLibrary.html#RedLoader_NativeLibrary_Load_System_String_ + commentId: M:RedLoader.NativeLibrary.Load(System.String) + name.vb: Load(String) + fullName: RedLoader.NativeLibrary.Load(string) + fullName.vb: RedLoader.NativeLibrary.Load(String) + nameWithType: NativeLibrary.Load(string) + nameWithType.vb: NativeLibrary.Load(String) +- uid: RedLoader.NativeLibrary.Load* + name: Load + href: api/RedLoader.NativeLibrary.html#RedLoader_NativeLibrary_Load_ + commentId: Overload:RedLoader.NativeLibrary.Load + fullName: RedLoader.NativeLibrary.Load + nameWithType: NativeLibrary.Load +- uid: RedLoader.NativeLibrary.Load``1(System.String) + name: Load(string) + href: api/RedLoader.NativeLibrary.html#RedLoader_NativeLibrary_Load__1_System_String_ + commentId: M:RedLoader.NativeLibrary.Load``1(System.String) + name.vb: Load(Of T)(String) + fullName: RedLoader.NativeLibrary.Load(string) + fullName.vb: RedLoader.NativeLibrary.Load(Of T)(String) + nameWithType: NativeLibrary.Load(string) + nameWithType.vb: NativeLibrary.Load(Of T)(String) +- uid: RedLoader.NativeLibrary.LoadLib(System.String) + name: LoadLib(string) + href: api/RedLoader.NativeLibrary.html#RedLoader_NativeLibrary_LoadLib_System_String_ + commentId: M:RedLoader.NativeLibrary.LoadLib(System.String) + name.vb: LoadLib(String) + fullName: RedLoader.NativeLibrary.LoadLib(string) + fullName.vb: RedLoader.NativeLibrary.LoadLib(String) + nameWithType: NativeLibrary.LoadLib(string) + nameWithType.vb: NativeLibrary.LoadLib(String) +- uid: RedLoader.NativeLibrary.LoadLib* + name: LoadLib + href: api/RedLoader.NativeLibrary.html#RedLoader_NativeLibrary_LoadLib_ + commentId: Overload:RedLoader.NativeLibrary.LoadLib + fullName: RedLoader.NativeLibrary.LoadLib + nameWithType: NativeLibrary.LoadLib +- uid: RedLoader.NativeLibrary.Ptr + name: Ptr + href: api/RedLoader.NativeLibrary.html#RedLoader_NativeLibrary_Ptr + commentId: F:RedLoader.NativeLibrary.Ptr + fullName: RedLoader.NativeLibrary.Ptr + nameWithType: NativeLibrary.Ptr +- uid: RedLoader.NativeLibrary.ReflectiveLoad* + name: ReflectiveLoad + href: api/RedLoader.NativeLibrary.html#RedLoader_NativeLibrary_ReflectiveLoad_ + commentId: Overload:RedLoader.NativeLibrary.ReflectiveLoad + fullName: RedLoader.NativeLibrary.ReflectiveLoad + nameWithType: NativeLibrary.ReflectiveLoad +- uid: RedLoader.NativeLibrary.ReflectiveLoad``1(System.String) + name: ReflectiveLoad(string) + href: api/RedLoader.NativeLibrary.html#RedLoader_NativeLibrary_ReflectiveLoad__1_System_String_ + commentId: M:RedLoader.NativeLibrary.ReflectiveLoad``1(System.String) + name.vb: ReflectiveLoad(Of T)(String) + fullName: RedLoader.NativeLibrary.ReflectiveLoad(string) + fullName.vb: RedLoader.NativeLibrary.ReflectiveLoad(Of T)(String) + nameWithType: NativeLibrary.ReflectiveLoad(string) + nameWithType.vb: NativeLibrary.ReflectiveLoad(Of T)(String) +- uid: RedLoader.NativeLibrary`1 + name: NativeLibrary + href: api/RedLoader.NativeLibrary-1.html + commentId: T:RedLoader.NativeLibrary`1 + name.vb: NativeLibrary(Of T) + fullName: RedLoader.NativeLibrary + fullName.vb: RedLoader.NativeLibrary(Of T) + nameWithType: NativeLibrary + nameWithType.vb: NativeLibrary(Of T) +- uid: RedLoader.NativeLibrary`1.#ctor(System.IntPtr) + name: NativeLibrary(IntPtr) + href: api/RedLoader.NativeLibrary-1.html#RedLoader_NativeLibrary_1__ctor_System_IntPtr_ + commentId: M:RedLoader.NativeLibrary`1.#ctor(System.IntPtr) + name.vb: New(IntPtr) + fullName: RedLoader.NativeLibrary.NativeLibrary(System.IntPtr) + fullName.vb: RedLoader.NativeLibrary(Of T).New(System.IntPtr) + nameWithType: NativeLibrary.NativeLibrary(IntPtr) + nameWithType.vb: NativeLibrary(Of T).New(IntPtr) +- uid: RedLoader.NativeLibrary`1.#ctor* + name: NativeLibrary + href: api/RedLoader.NativeLibrary-1.html#RedLoader_NativeLibrary_1__ctor_ + commentId: Overload:RedLoader.NativeLibrary`1.#ctor + name.vb: New + fullName: RedLoader.NativeLibrary.NativeLibrary + fullName.vb: RedLoader.NativeLibrary(Of T).New + nameWithType: NativeLibrary.NativeLibrary + nameWithType.vb: NativeLibrary(Of T).New +- uid: RedLoader.NativeLibrary`1.Instance + name: Instance + href: api/RedLoader.NativeLibrary-1.html#RedLoader_NativeLibrary_1_Instance + commentId: F:RedLoader.NativeLibrary`1.Instance + fullName: RedLoader.NativeLibrary.Instance + fullName.vb: RedLoader.NativeLibrary(Of T).Instance + nameWithType: NativeLibrary.Instance + nameWithType.vb: NativeLibrary(Of T).Instance +- uid: RedLoader.Pastel + name: RedLoader.Pastel + href: api/RedLoader.Pastel.html + commentId: N:RedLoader.Pastel + fullName: RedLoader.Pastel + nameWithType: RedLoader.Pastel +- uid: RedLoader.Pastel.ConsoleExtensions + name: ConsoleExtensions + href: api/RedLoader.Pastel.ConsoleExtensions.html + commentId: T:RedLoader.Pastel.ConsoleExtensions + fullName: RedLoader.Pastel.ConsoleExtensions + nameWithType: ConsoleExtensions +- uid: RedLoader.Pastel.ConsoleExtensions.Disable + name: Disable() + href: api/RedLoader.Pastel.ConsoleExtensions.html#RedLoader_Pastel_ConsoleExtensions_Disable + commentId: M:RedLoader.Pastel.ConsoleExtensions.Disable + fullName: RedLoader.Pastel.ConsoleExtensions.Disable() + nameWithType: ConsoleExtensions.Disable() +- uid: RedLoader.Pastel.ConsoleExtensions.Disable* + name: Disable + href: api/RedLoader.Pastel.ConsoleExtensions.html#RedLoader_Pastel_ConsoleExtensions_Disable_ + commentId: Overload:RedLoader.Pastel.ConsoleExtensions.Disable + fullName: RedLoader.Pastel.ConsoleExtensions.Disable + nameWithType: ConsoleExtensions.Disable +- uid: RedLoader.Pastel.ConsoleExtensions.Enable + name: Enable() + href: api/RedLoader.Pastel.ConsoleExtensions.html#RedLoader_Pastel_ConsoleExtensions_Enable + commentId: M:RedLoader.Pastel.ConsoleExtensions.Enable + fullName: RedLoader.Pastel.ConsoleExtensions.Enable() + nameWithType: ConsoleExtensions.Enable() +- uid: RedLoader.Pastel.ConsoleExtensions.Enable* + name: Enable + href: api/RedLoader.Pastel.ConsoleExtensions.html#RedLoader_Pastel_ConsoleExtensions_Enable_ + commentId: Overload:RedLoader.Pastel.ConsoleExtensions.Enable + fullName: RedLoader.Pastel.ConsoleExtensions.Enable + nameWithType: ConsoleExtensions.Enable +- uid: RedLoader.Pastel.ConsoleExtensions.Pastel(System.String,System.Drawing.Color) + name: Pastel(string, Color) + href: api/RedLoader.Pastel.ConsoleExtensions.html#RedLoader_Pastel_ConsoleExtensions_Pastel_System_String_System_Drawing_Color_ + commentId: M:RedLoader.Pastel.ConsoleExtensions.Pastel(System.String,System.Drawing.Color) + name.vb: Pastel(String, Color) + fullName: RedLoader.Pastel.ConsoleExtensions.Pastel(string, System.Drawing.Color) + fullName.vb: RedLoader.Pastel.ConsoleExtensions.Pastel(String, System.Drawing.Color) + nameWithType: ConsoleExtensions.Pastel(string, Color) + nameWithType.vb: ConsoleExtensions.Pastel(String, Color) +- uid: RedLoader.Pastel.ConsoleExtensions.Pastel(System.String,System.String) + name: Pastel(string, string) + href: api/RedLoader.Pastel.ConsoleExtensions.html#RedLoader_Pastel_ConsoleExtensions_Pastel_System_String_System_String_ + commentId: M:RedLoader.Pastel.ConsoleExtensions.Pastel(System.String,System.String) + name.vb: Pastel(String, String) + fullName: RedLoader.Pastel.ConsoleExtensions.Pastel(string, string) + fullName.vb: RedLoader.Pastel.ConsoleExtensions.Pastel(String, String) + nameWithType: ConsoleExtensions.Pastel(string, string) + nameWithType.vb: ConsoleExtensions.Pastel(String, String) +- uid: RedLoader.Pastel.ConsoleExtensions.Pastel* + name: Pastel + href: api/RedLoader.Pastel.ConsoleExtensions.html#RedLoader_Pastel_ConsoleExtensions_Pastel_ + commentId: Overload:RedLoader.Pastel.ConsoleExtensions.Pastel + fullName: RedLoader.Pastel.ConsoleExtensions.Pastel + nameWithType: ConsoleExtensions.Pastel +- uid: RedLoader.Pastel.ConsoleExtensions.PastelBg(System.String,System.Drawing.Color) + name: PastelBg(string, Color) + href: api/RedLoader.Pastel.ConsoleExtensions.html#RedLoader_Pastel_ConsoleExtensions_PastelBg_System_String_System_Drawing_Color_ + commentId: M:RedLoader.Pastel.ConsoleExtensions.PastelBg(System.String,System.Drawing.Color) + name.vb: PastelBg(String, Color) + fullName: RedLoader.Pastel.ConsoleExtensions.PastelBg(string, System.Drawing.Color) + fullName.vb: RedLoader.Pastel.ConsoleExtensions.PastelBg(String, System.Drawing.Color) + nameWithType: ConsoleExtensions.PastelBg(string, Color) + nameWithType.vb: ConsoleExtensions.PastelBg(String, Color) +- uid: RedLoader.Pastel.ConsoleExtensions.PastelBg(System.String,System.String) + name: PastelBg(string, string) + href: api/RedLoader.Pastel.ConsoleExtensions.html#RedLoader_Pastel_ConsoleExtensions_PastelBg_System_String_System_String_ + commentId: M:RedLoader.Pastel.ConsoleExtensions.PastelBg(System.String,System.String) + name.vb: PastelBg(String, String) + fullName: RedLoader.Pastel.ConsoleExtensions.PastelBg(string, string) + fullName.vb: RedLoader.Pastel.ConsoleExtensions.PastelBg(String, String) + nameWithType: ConsoleExtensions.PastelBg(string, string) + nameWithType.vb: ConsoleExtensions.PastelBg(String, String) +- uid: RedLoader.Pastel.ConsoleExtensions.PastelBg* + name: PastelBg + href: api/RedLoader.Pastel.ConsoleExtensions.html#RedLoader_Pastel_ConsoleExtensions_PastelBg_ + commentId: Overload:RedLoader.Pastel.ConsoleExtensions.PastelBg + fullName: RedLoader.Pastel.ConsoleExtensions.PastelBg + nameWithType: ConsoleExtensions.PastelBg +- uid: RedLoader.PatchShield + name: PatchShield + href: api/RedLoader.PatchShield.html + commentId: T:RedLoader.PatchShield + fullName: RedLoader.PatchShield + nameWithType: PatchShield +- uid: RedLoader.PatchShield.#ctor + name: PatchShield() + href: api/RedLoader.PatchShield.html#RedLoader_PatchShield__ctor + commentId: M:RedLoader.PatchShield.#ctor + name.vb: New() + fullName: RedLoader.PatchShield.PatchShield() + fullName.vb: RedLoader.PatchShield.New() + nameWithType: PatchShield.PatchShield() + nameWithType.vb: PatchShield.New() +- uid: RedLoader.PatchShield.#ctor* + name: PatchShield + href: api/RedLoader.PatchShield.html#RedLoader_PatchShield__ctor_ + commentId: Overload:RedLoader.PatchShield.#ctor + name.vb: New + fullName: RedLoader.PatchShield.PatchShield + fullName.vb: RedLoader.PatchShield.New + nameWithType: PatchShield.PatchShield + nameWithType.vb: PatchShield.New +- uid: RedLoader.Preferences + name: RedLoader.Preferences + href: api/RedLoader.Preferences.html + commentId: N:RedLoader.Preferences + fullName: RedLoader.Preferences + nameWithType: RedLoader.Preferences +- uid: RedLoader.Preferences.IValueRange + name: IValueRange + href: api/RedLoader.Preferences.IValueRange.html + commentId: T:RedLoader.Preferences.IValueRange + fullName: RedLoader.Preferences.IValueRange + nameWithType: IValueRange +- uid: RedLoader.Preferences.IValueRange.MaxValue + name: MaxValue + href: api/RedLoader.Preferences.IValueRange.html#RedLoader_Preferences_IValueRange_MaxValue + commentId: P:RedLoader.Preferences.IValueRange.MaxValue + fullName: RedLoader.Preferences.IValueRange.MaxValue + nameWithType: IValueRange.MaxValue +- uid: RedLoader.Preferences.IValueRange.MaxValue* + name: MaxValue + href: api/RedLoader.Preferences.IValueRange.html#RedLoader_Preferences_IValueRange_MaxValue_ + commentId: Overload:RedLoader.Preferences.IValueRange.MaxValue + fullName: RedLoader.Preferences.IValueRange.MaxValue + nameWithType: IValueRange.MaxValue +- uid: RedLoader.Preferences.IValueRange.MinValue + name: MinValue + href: api/RedLoader.Preferences.IValueRange.html#RedLoader_Preferences_IValueRange_MinValue + commentId: P:RedLoader.Preferences.IValueRange.MinValue + fullName: RedLoader.Preferences.IValueRange.MinValue + nameWithType: IValueRange.MinValue +- uid: RedLoader.Preferences.IValueRange.MinValue* + name: MinValue + href: api/RedLoader.Preferences.IValueRange.html#RedLoader_Preferences_IValueRange_MinValue_ + commentId: Overload:RedLoader.Preferences.IValueRange.MinValue + fullName: RedLoader.Preferences.IValueRange.MinValue + nameWithType: IValueRange.MinValue +- uid: RedLoader.Preferences.ReflectiveConfigCategory + name: ReflectiveConfigCategory + href: api/RedLoader.Preferences.ReflectiveConfigCategory.html + commentId: T:RedLoader.Preferences.ReflectiveConfigCategory + fullName: RedLoader.Preferences.ReflectiveConfigCategory + nameWithType: ReflectiveConfigCategory +- uid: RedLoader.Preferences.ReflectiveConfigCategory.DestroyFileWatcher + name: DestroyFileWatcher() + href: api/RedLoader.Preferences.ReflectiveConfigCategory.html#RedLoader_Preferences_ReflectiveConfigCategory_DestroyFileWatcher + commentId: M:RedLoader.Preferences.ReflectiveConfigCategory.DestroyFileWatcher + fullName: RedLoader.Preferences.ReflectiveConfigCategory.DestroyFileWatcher() + nameWithType: ReflectiveConfigCategory.DestroyFileWatcher() +- uid: RedLoader.Preferences.ReflectiveConfigCategory.DestroyFileWatcher* + name: DestroyFileWatcher + href: api/RedLoader.Preferences.ReflectiveConfigCategory.html#RedLoader_Preferences_ReflectiveConfigCategory_DestroyFileWatcher_ + commentId: Overload:RedLoader.Preferences.ReflectiveConfigCategory.DestroyFileWatcher + fullName: RedLoader.Preferences.ReflectiveConfigCategory.DestroyFileWatcher + nameWithType: ReflectiveConfigCategory.DestroyFileWatcher +- uid: RedLoader.Preferences.ReflectiveConfigCategory.DisplayName + name: DisplayName + href: api/RedLoader.Preferences.ReflectiveConfigCategory.html#RedLoader_Preferences_ReflectiveConfigCategory_DisplayName + commentId: P:RedLoader.Preferences.ReflectiveConfigCategory.DisplayName + fullName: RedLoader.Preferences.ReflectiveConfigCategory.DisplayName + nameWithType: ReflectiveConfigCategory.DisplayName +- uid: RedLoader.Preferences.ReflectiveConfigCategory.DisplayName* + name: DisplayName + href: api/RedLoader.Preferences.ReflectiveConfigCategory.html#RedLoader_Preferences_ReflectiveConfigCategory_DisplayName_ + commentId: Overload:RedLoader.Preferences.ReflectiveConfigCategory.DisplayName + fullName: RedLoader.Preferences.ReflectiveConfigCategory.DisplayName + nameWithType: ReflectiveConfigCategory.DisplayName +- uid: RedLoader.Preferences.ReflectiveConfigCategory.GetValue* + name: GetValue + href: api/RedLoader.Preferences.ReflectiveConfigCategory.html#RedLoader_Preferences_ReflectiveConfigCategory_GetValue_ + commentId: Overload:RedLoader.Preferences.ReflectiveConfigCategory.GetValue + fullName: RedLoader.Preferences.ReflectiveConfigCategory.GetValue + nameWithType: ReflectiveConfigCategory.GetValue +- uid: RedLoader.Preferences.ReflectiveConfigCategory.GetValue``1 + name: GetValue() + href: api/RedLoader.Preferences.ReflectiveConfigCategory.html#RedLoader_Preferences_ReflectiveConfigCategory_GetValue__1 + commentId: M:RedLoader.Preferences.ReflectiveConfigCategory.GetValue``1 + name.vb: GetValue(Of T)() + fullName: RedLoader.Preferences.ReflectiveConfigCategory.GetValue() + fullName.vb: RedLoader.Preferences.ReflectiveConfigCategory.GetValue(Of T)() + nameWithType: ReflectiveConfigCategory.GetValue() + nameWithType.vb: ReflectiveConfigCategory.GetValue(Of T)() +- uid: RedLoader.Preferences.ReflectiveConfigCategory.Identifier + name: Identifier + href: api/RedLoader.Preferences.ReflectiveConfigCategory.html#RedLoader_Preferences_ReflectiveConfigCategory_Identifier + commentId: P:RedLoader.Preferences.ReflectiveConfigCategory.Identifier + fullName: RedLoader.Preferences.ReflectiveConfigCategory.Identifier + nameWithType: ReflectiveConfigCategory.Identifier +- uid: RedLoader.Preferences.ReflectiveConfigCategory.Identifier* + name: Identifier + href: api/RedLoader.Preferences.ReflectiveConfigCategory.html#RedLoader_Preferences_ReflectiveConfigCategory_Identifier_ + commentId: Overload:RedLoader.Preferences.ReflectiveConfigCategory.Identifier + fullName: RedLoader.Preferences.ReflectiveConfigCategory.Identifier + nameWithType: ReflectiveConfigCategory.Identifier +- uid: RedLoader.Preferences.ReflectiveConfigCategory.LoadFromFile(System.Boolean) + name: LoadFromFile(bool) + href: api/RedLoader.Preferences.ReflectiveConfigCategory.html#RedLoader_Preferences_ReflectiveConfigCategory_LoadFromFile_System_Boolean_ + commentId: M:RedLoader.Preferences.ReflectiveConfigCategory.LoadFromFile(System.Boolean) + name.vb: LoadFromFile(Boolean) + fullName: RedLoader.Preferences.ReflectiveConfigCategory.LoadFromFile(bool) + fullName.vb: RedLoader.Preferences.ReflectiveConfigCategory.LoadFromFile(Boolean) + nameWithType: ReflectiveConfigCategory.LoadFromFile(bool) + nameWithType.vb: ReflectiveConfigCategory.LoadFromFile(Boolean) +- uid: RedLoader.Preferences.ReflectiveConfigCategory.LoadFromFile* + name: LoadFromFile + href: api/RedLoader.Preferences.ReflectiveConfigCategory.html#RedLoader_Preferences_ReflectiveConfigCategory_LoadFromFile_ + commentId: Overload:RedLoader.Preferences.ReflectiveConfigCategory.LoadFromFile + fullName: RedLoader.Preferences.ReflectiveConfigCategory.LoadFromFile + nameWithType: ReflectiveConfigCategory.LoadFromFile +- uid: RedLoader.Preferences.ReflectiveConfigCategory.ResetFilePath + name: ResetFilePath() + href: api/RedLoader.Preferences.ReflectiveConfigCategory.html#RedLoader_Preferences_ReflectiveConfigCategory_ResetFilePath + commentId: M:RedLoader.Preferences.ReflectiveConfigCategory.ResetFilePath + fullName: RedLoader.Preferences.ReflectiveConfigCategory.ResetFilePath() + nameWithType: ReflectiveConfigCategory.ResetFilePath() +- uid: RedLoader.Preferences.ReflectiveConfigCategory.ResetFilePath* + name: ResetFilePath + href: api/RedLoader.Preferences.ReflectiveConfigCategory.html#RedLoader_Preferences_ReflectiveConfigCategory_ResetFilePath_ + commentId: Overload:RedLoader.Preferences.ReflectiveConfigCategory.ResetFilePath + fullName: RedLoader.Preferences.ReflectiveConfigCategory.ResetFilePath + nameWithType: ReflectiveConfigCategory.ResetFilePath +- uid: RedLoader.Preferences.ReflectiveConfigCategory.SaveToFile(System.Boolean) + name: SaveToFile(bool) + href: api/RedLoader.Preferences.ReflectiveConfigCategory.html#RedLoader_Preferences_ReflectiveConfigCategory_SaveToFile_System_Boolean_ + commentId: M:RedLoader.Preferences.ReflectiveConfigCategory.SaveToFile(System.Boolean) + name.vb: SaveToFile(Boolean) + fullName: RedLoader.Preferences.ReflectiveConfigCategory.SaveToFile(bool) + fullName.vb: RedLoader.Preferences.ReflectiveConfigCategory.SaveToFile(Boolean) + nameWithType: ReflectiveConfigCategory.SaveToFile(bool) + nameWithType.vb: ReflectiveConfigCategory.SaveToFile(Boolean) +- uid: RedLoader.Preferences.ReflectiveConfigCategory.SaveToFile* + name: SaveToFile + href: api/RedLoader.Preferences.ReflectiveConfigCategory.html#RedLoader_Preferences_ReflectiveConfigCategory_SaveToFile_ + commentId: Overload:RedLoader.Preferences.ReflectiveConfigCategory.SaveToFile + fullName: RedLoader.Preferences.ReflectiveConfigCategory.SaveToFile + nameWithType: ReflectiveConfigCategory.SaveToFile +- uid: RedLoader.Preferences.ReflectiveConfigCategory.SetFilePath(System.String,System.Boolean,System.Boolean) + name: SetFilePath(string, bool, bool) + href: api/RedLoader.Preferences.ReflectiveConfigCategory.html#RedLoader_Preferences_ReflectiveConfigCategory_SetFilePath_System_String_System_Boolean_System_Boolean_ + commentId: M:RedLoader.Preferences.ReflectiveConfigCategory.SetFilePath(System.String,System.Boolean,System.Boolean) + name.vb: SetFilePath(String, Boolean, Boolean) + fullName: RedLoader.Preferences.ReflectiveConfigCategory.SetFilePath(string, bool, bool) + fullName.vb: RedLoader.Preferences.ReflectiveConfigCategory.SetFilePath(String, Boolean, Boolean) + nameWithType: ReflectiveConfigCategory.SetFilePath(string, bool, bool) + nameWithType.vb: ReflectiveConfigCategory.SetFilePath(String, Boolean, Boolean) +- uid: RedLoader.Preferences.ReflectiveConfigCategory.SetFilePath* + name: SetFilePath + href: api/RedLoader.Preferences.ReflectiveConfigCategory.html#RedLoader_Preferences_ReflectiveConfigCategory_SetFilePath_ + commentId: Overload:RedLoader.Preferences.ReflectiveConfigCategory.SetFilePath + fullName: RedLoader.Preferences.ReflectiveConfigCategory.SetFilePath + nameWithType: ReflectiveConfigCategory.SetFilePath +- uid: RedLoader.Preferences.ValueRange`1 + name: ValueRange + href: api/RedLoader.Preferences.ValueRange-1.html + commentId: T:RedLoader.Preferences.ValueRange`1 + name.vb: ValueRange(Of T) + fullName: RedLoader.Preferences.ValueRange + fullName.vb: RedLoader.Preferences.ValueRange(Of T) + nameWithType: ValueRange + nameWithType.vb: ValueRange(Of T) +- uid: RedLoader.Preferences.ValueRange`1.#ctor(`0,`0) + name: ValueRange(T, T) + href: api/RedLoader.Preferences.ValueRange-1.html#RedLoader_Preferences_ValueRange_1__ctor__0__0_ + commentId: M:RedLoader.Preferences.ValueRange`1.#ctor(`0,`0) + name.vb: New(T, T) + fullName: RedLoader.Preferences.ValueRange.ValueRange(T, T) + fullName.vb: RedLoader.Preferences.ValueRange(Of T).New(T, T) + nameWithType: ValueRange.ValueRange(T, T) + nameWithType.vb: ValueRange(Of T).New(T, T) +- uid: RedLoader.Preferences.ValueRange`1.#ctor* + name: ValueRange + href: api/RedLoader.Preferences.ValueRange-1.html#RedLoader_Preferences_ValueRange_1__ctor_ + commentId: Overload:RedLoader.Preferences.ValueRange`1.#ctor + name.vb: New + fullName: RedLoader.Preferences.ValueRange.ValueRange + fullName.vb: RedLoader.Preferences.ValueRange(Of T).New + nameWithType: ValueRange.ValueRange + nameWithType.vb: ValueRange(Of T).New +- uid: RedLoader.Preferences.ValueRange`1.EnsureValid(System.Object) + name: EnsureValid(object) + href: api/RedLoader.Preferences.ValueRange-1.html#RedLoader_Preferences_ValueRange_1_EnsureValid_System_Object_ + commentId: M:RedLoader.Preferences.ValueRange`1.EnsureValid(System.Object) + name.vb: EnsureValid(Object) + fullName: RedLoader.Preferences.ValueRange.EnsureValid(object) + fullName.vb: RedLoader.Preferences.ValueRange(Of T).EnsureValid(Object) + nameWithType: ValueRange.EnsureValid(object) + nameWithType.vb: ValueRange(Of T).EnsureValid(Object) +- uid: RedLoader.Preferences.ValueRange`1.EnsureValid* + name: EnsureValid + href: api/RedLoader.Preferences.ValueRange-1.html#RedLoader_Preferences_ValueRange_1_EnsureValid_ + commentId: Overload:RedLoader.Preferences.ValueRange`1.EnsureValid + fullName: RedLoader.Preferences.ValueRange.EnsureValid + fullName.vb: RedLoader.Preferences.ValueRange(Of T).EnsureValid + nameWithType: ValueRange.EnsureValid + nameWithType.vb: ValueRange(Of T).EnsureValid +- uid: RedLoader.Preferences.ValueRange`1.IsValid(System.Object) + name: IsValid(object) + href: api/RedLoader.Preferences.ValueRange-1.html#RedLoader_Preferences_ValueRange_1_IsValid_System_Object_ + commentId: M:RedLoader.Preferences.ValueRange`1.IsValid(System.Object) + name.vb: IsValid(Object) + fullName: RedLoader.Preferences.ValueRange.IsValid(object) + fullName.vb: RedLoader.Preferences.ValueRange(Of T).IsValid(Object) + nameWithType: ValueRange.IsValid(object) + nameWithType.vb: ValueRange(Of T).IsValid(Object) +- uid: RedLoader.Preferences.ValueRange`1.IsValid* + name: IsValid + href: api/RedLoader.Preferences.ValueRange-1.html#RedLoader_Preferences_ValueRange_1_IsValid_ + commentId: Overload:RedLoader.Preferences.ValueRange`1.IsValid + fullName: RedLoader.Preferences.ValueRange.IsValid + fullName.vb: RedLoader.Preferences.ValueRange(Of T).IsValid + nameWithType: ValueRange.IsValid + nameWithType.vb: ValueRange(Of T).IsValid +- uid: RedLoader.Preferences.ValueRange`1.MaxValue + name: MaxValue + href: api/RedLoader.Preferences.ValueRange-1.html#RedLoader_Preferences_ValueRange_1_MaxValue + commentId: P:RedLoader.Preferences.ValueRange`1.MaxValue + fullName: RedLoader.Preferences.ValueRange.MaxValue + fullName.vb: RedLoader.Preferences.ValueRange(Of T).MaxValue + nameWithType: ValueRange.MaxValue + nameWithType.vb: ValueRange(Of T).MaxValue +- uid: RedLoader.Preferences.ValueRange`1.MaxValue* + name: MaxValue + href: api/RedLoader.Preferences.ValueRange-1.html#RedLoader_Preferences_ValueRange_1_MaxValue_ + commentId: Overload:RedLoader.Preferences.ValueRange`1.MaxValue + fullName: RedLoader.Preferences.ValueRange.MaxValue + fullName.vb: RedLoader.Preferences.ValueRange(Of T).MaxValue + nameWithType: ValueRange.MaxValue + nameWithType.vb: ValueRange(Of T).MaxValue +- uid: RedLoader.Preferences.ValueRange`1.MinValue + name: MinValue + href: api/RedLoader.Preferences.ValueRange-1.html#RedLoader_Preferences_ValueRange_1_MinValue + commentId: P:RedLoader.Preferences.ValueRange`1.MinValue + fullName: RedLoader.Preferences.ValueRange.MinValue + fullName.vb: RedLoader.Preferences.ValueRange(Of T).MinValue + nameWithType: ValueRange.MinValue + nameWithType.vb: ValueRange(Of T).MinValue +- uid: RedLoader.Preferences.ValueRange`1.MinValue* + name: MinValue + href: api/RedLoader.Preferences.ValueRange-1.html#RedLoader_Preferences_ValueRange_1_MinValue_ + commentId: Overload:RedLoader.Preferences.ValueRange`1.MinValue + fullName: RedLoader.Preferences.ValueRange.MinValue + fullName.vb: RedLoader.Preferences.ValueRange(Of T).MinValue + nameWithType: ValueRange.MinValue + nameWithType.vb: ValueRange(Of T).MinValue +- uid: RedLoader.Preferences.ValueValidator + name: ValueValidator + href: api/RedLoader.Preferences.ValueValidator.html + commentId: T:RedLoader.Preferences.ValueValidator + fullName: RedLoader.Preferences.ValueValidator + nameWithType: ValueValidator +- uid: RedLoader.Preferences.ValueValidator.#ctor + name: ValueValidator() + href: api/RedLoader.Preferences.ValueValidator.html#RedLoader_Preferences_ValueValidator__ctor + commentId: M:RedLoader.Preferences.ValueValidator.#ctor + name.vb: New() + fullName: RedLoader.Preferences.ValueValidator.ValueValidator() + fullName.vb: RedLoader.Preferences.ValueValidator.New() + nameWithType: ValueValidator.ValueValidator() + nameWithType.vb: ValueValidator.New() +- uid: RedLoader.Preferences.ValueValidator.#ctor* + name: ValueValidator + href: api/RedLoader.Preferences.ValueValidator.html#RedLoader_Preferences_ValueValidator__ctor_ + commentId: Overload:RedLoader.Preferences.ValueValidator.#ctor + name.vb: New + fullName: RedLoader.Preferences.ValueValidator.ValueValidator + fullName.vb: RedLoader.Preferences.ValueValidator.New + nameWithType: ValueValidator.ValueValidator + nameWithType.vb: ValueValidator.New +- uid: RedLoader.Preferences.ValueValidator.EnsureValid(System.Object) + name: EnsureValid(object) + href: api/RedLoader.Preferences.ValueValidator.html#RedLoader_Preferences_ValueValidator_EnsureValid_System_Object_ + commentId: M:RedLoader.Preferences.ValueValidator.EnsureValid(System.Object) + name.vb: EnsureValid(Object) + fullName: RedLoader.Preferences.ValueValidator.EnsureValid(object) + fullName.vb: RedLoader.Preferences.ValueValidator.EnsureValid(Object) + nameWithType: ValueValidator.EnsureValid(object) + nameWithType.vb: ValueValidator.EnsureValid(Object) +- uid: RedLoader.Preferences.ValueValidator.EnsureValid* + name: EnsureValid + href: api/RedLoader.Preferences.ValueValidator.html#RedLoader_Preferences_ValueValidator_EnsureValid_ + commentId: Overload:RedLoader.Preferences.ValueValidator.EnsureValid + fullName: RedLoader.Preferences.ValueValidator.EnsureValid + nameWithType: ValueValidator.EnsureValid +- uid: RedLoader.Preferences.ValueValidator.IsValid(System.Object) + name: IsValid(object) + href: api/RedLoader.Preferences.ValueValidator.html#RedLoader_Preferences_ValueValidator_IsValid_System_Object_ + commentId: M:RedLoader.Preferences.ValueValidator.IsValid(System.Object) + name.vb: IsValid(Object) + fullName: RedLoader.Preferences.ValueValidator.IsValid(object) + fullName.vb: RedLoader.Preferences.ValueValidator.IsValid(Object) + nameWithType: ValueValidator.IsValid(object) + nameWithType.vb: ValueValidator.IsValid(Object) +- uid: RedLoader.Preferences.ValueValidator.IsValid* + name: IsValid + href: api/RedLoader.Preferences.ValueValidator.html#RedLoader_Preferences_ValueValidator_IsValid_ + commentId: Overload:RedLoader.Preferences.ValueValidator.IsValid + fullName: RedLoader.Preferences.ValueValidator.IsValid + nameWithType: ValueValidator.IsValid +- uid: RedLoader.RegisterTypeInIl2Cpp + name: RegisterTypeInIl2Cpp + href: api/RedLoader.RegisterTypeInIl2Cpp.html + commentId: T:RedLoader.RegisterTypeInIl2Cpp + fullName: RedLoader.RegisterTypeInIl2Cpp + nameWithType: RegisterTypeInIl2Cpp +- uid: RedLoader.RegisterTypeInIl2Cpp.#ctor + name: RegisterTypeInIl2Cpp() + href: api/RedLoader.RegisterTypeInIl2Cpp.html#RedLoader_RegisterTypeInIl2Cpp__ctor + commentId: M:RedLoader.RegisterTypeInIl2Cpp.#ctor + name.vb: New() + fullName: RedLoader.RegisterTypeInIl2Cpp.RegisterTypeInIl2Cpp() + fullName.vb: RedLoader.RegisterTypeInIl2Cpp.New() + nameWithType: RegisterTypeInIl2Cpp.RegisterTypeInIl2Cpp() + nameWithType.vb: RegisterTypeInIl2Cpp.New() +- uid: RedLoader.RegisterTypeInIl2Cpp.#ctor(System.Boolean) + name: RegisterTypeInIl2Cpp(bool) + href: api/RedLoader.RegisterTypeInIl2Cpp.html#RedLoader_RegisterTypeInIl2Cpp__ctor_System_Boolean_ + commentId: M:RedLoader.RegisterTypeInIl2Cpp.#ctor(System.Boolean) + name.vb: New(Boolean) + fullName: RedLoader.RegisterTypeInIl2Cpp.RegisterTypeInIl2Cpp(bool) + fullName.vb: RedLoader.RegisterTypeInIl2Cpp.New(Boolean) + nameWithType: RegisterTypeInIl2Cpp.RegisterTypeInIl2Cpp(bool) + nameWithType.vb: RegisterTypeInIl2Cpp.New(Boolean) +- uid: RedLoader.RegisterTypeInIl2Cpp.#ctor* + name: RegisterTypeInIl2Cpp + href: api/RedLoader.RegisterTypeInIl2Cpp.html#RedLoader_RegisterTypeInIl2Cpp__ctor_ + commentId: Overload:RedLoader.RegisterTypeInIl2Cpp.#ctor + name.vb: New + fullName: RedLoader.RegisterTypeInIl2Cpp.RegisterTypeInIl2Cpp + fullName.vb: RedLoader.RegisterTypeInIl2Cpp.New + nameWithType: RegisterTypeInIl2Cpp.RegisterTypeInIl2Cpp + nameWithType.vb: RegisterTypeInIl2Cpp.New +- uid: RedLoader.RegisterTypeInIl2Cpp.RegisterAssembly(System.Reflection.Assembly) + name: RegisterAssembly(Assembly) + href: api/RedLoader.RegisterTypeInIl2Cpp.html#RedLoader_RegisterTypeInIl2Cpp_RegisterAssembly_System_Reflection_Assembly_ + commentId: M:RedLoader.RegisterTypeInIl2Cpp.RegisterAssembly(System.Reflection.Assembly) + fullName: RedLoader.RegisterTypeInIl2Cpp.RegisterAssembly(System.Reflection.Assembly) + nameWithType: RegisterTypeInIl2Cpp.RegisterAssembly(Assembly) +- uid: RedLoader.RegisterTypeInIl2Cpp.RegisterAssembly* + name: RegisterAssembly + href: api/RedLoader.RegisterTypeInIl2Cpp.html#RedLoader_RegisterTypeInIl2Cpp_RegisterAssembly_ + commentId: Overload:RedLoader.RegisterTypeInIl2Cpp.RegisterAssembly + fullName: RedLoader.RegisterTypeInIl2Cpp.RegisterAssembly + nameWithType: RegisterTypeInIl2Cpp.RegisterAssembly +- uid: RedLoader.ResolvedMelons + name: ResolvedMelons + href: api/RedLoader.ResolvedMelons.html + commentId: T:RedLoader.ResolvedMelons + fullName: RedLoader.ResolvedMelons + nameWithType: ResolvedMelons +- uid: RedLoader.ResolvedMelons.#ctor(RedLoader.ModBase[],RedLoader.RottenMelon[]) + name: ResolvedMelons(ModBase[], RottenMelon[]) + href: api/RedLoader.ResolvedMelons.html#RedLoader_ResolvedMelons__ctor_RedLoader_ModBase___RedLoader_RottenMelon___ + commentId: M:RedLoader.ResolvedMelons.#ctor(RedLoader.ModBase[],RedLoader.RottenMelon[]) + name.vb: New(ModBase(), RottenMelon()) + fullName: RedLoader.ResolvedMelons.ResolvedMelons(RedLoader.ModBase[], RedLoader.RottenMelon[]) + fullName.vb: RedLoader.ResolvedMelons.New(RedLoader.ModBase(), RedLoader.RottenMelon()) + nameWithType: ResolvedMelons.ResolvedMelons(ModBase[], RottenMelon[]) + nameWithType.vb: ResolvedMelons.New(ModBase(), RottenMelon()) +- uid: RedLoader.ResolvedMelons.#ctor* + name: ResolvedMelons + href: api/RedLoader.ResolvedMelons.html#RedLoader_ResolvedMelons__ctor_ + commentId: Overload:RedLoader.ResolvedMelons.#ctor + name.vb: New + fullName: RedLoader.ResolvedMelons.ResolvedMelons + fullName.vb: RedLoader.ResolvedMelons.New + nameWithType: ResolvedMelons.ResolvedMelons + nameWithType.vb: ResolvedMelons.New +- uid: RedLoader.ResolvedMelons.loadedMelons + name: loadedMelons + href: api/RedLoader.ResolvedMelons.html#RedLoader_ResolvedMelons_loadedMelons + commentId: F:RedLoader.ResolvedMelons.loadedMelons + fullName: RedLoader.ResolvedMelons.loadedMelons + nameWithType: ResolvedMelons.loadedMelons +- uid: RedLoader.ResolvedMelons.rottenMelons + name: rottenMelons + href: api/RedLoader.ResolvedMelons.html#RedLoader_ResolvedMelons_rottenMelons + commentId: F:RedLoader.ResolvedMelons.rottenMelons + fullName: RedLoader.ResolvedMelons.rottenMelons + nameWithType: ResolvedMelons.rottenMelons +- uid: RedLoader.RLog + name: RLog + href: api/RedLoader.RLog.html + commentId: T:RedLoader.RLog + fullName: RedLoader.RLog + nameWithType: RLog +- uid: RedLoader.RLog.#ctor + name: RLog() + href: api/RedLoader.RLog.html#RedLoader_RLog__ctor + commentId: M:RedLoader.RLog.#ctor + name.vb: New() + fullName: RedLoader.RLog.RLog() + fullName.vb: RedLoader.RLog.New() + nameWithType: RLog.RLog() + nameWithType.vb: RLog.New() +- uid: RedLoader.RLog.#ctor* + name: RLog + href: api/RedLoader.RLog.html#RedLoader_RLog__ctor_ + commentId: Overload:RedLoader.RLog.#ctor + name.vb: New + fullName: RedLoader.RLog.RLog + fullName.vb: RedLoader.RLog.New + nameWithType: RLog.RLog + nameWithType.vb: RLog.New +- uid: RedLoader.RLog.BigError(System.String,System.String) + name: BigError(string, string) + href: api/RedLoader.RLog.html#RedLoader_RLog_BigError_System_String_System_String_ + commentId: M:RedLoader.RLog.BigError(System.String,System.String) + name.vb: BigError(String, String) + fullName: RedLoader.RLog.BigError(string, string) + fullName.vb: RedLoader.RLog.BigError(String, String) + nameWithType: RLog.BigError(string, string) + nameWithType.vb: RLog.BigError(String, String) +- uid: RedLoader.RLog.BigError* + name: BigError + href: api/RedLoader.RLog.html#RedLoader_RLog_BigError_ + commentId: Overload:RedLoader.RLog.BigError + fullName: RedLoader.RLog.BigError + nameWithType: RLog.BigError +- uid: RedLoader.RLog.Debug(System.Object) + name: Debug(object) + href: api/RedLoader.RLog.html#RedLoader_RLog_Debug_System_Object_ + commentId: M:RedLoader.RLog.Debug(System.Object) + name.vb: Debug(Object) + fullName: RedLoader.RLog.Debug(object) + fullName.vb: RedLoader.RLog.Debug(Object) + nameWithType: RLog.Debug(object) + nameWithType.vb: RLog.Debug(Object) +- uid: RedLoader.RLog.Debug* + name: Debug + href: api/RedLoader.RLog.html#RedLoader_RLog_Debug_ + commentId: Overload:RedLoader.RLog.Debug + fullName: RedLoader.RLog.Debug + nameWithType: RLog.Debug +- uid: RedLoader.RLog.DebugBig(System.Object) + name: DebugBig(object) + href: api/RedLoader.RLog.html#RedLoader_RLog_DebugBig_System_Object_ + commentId: M:RedLoader.RLog.DebugBig(System.Object) + name.vb: DebugBig(Object) + fullName: RedLoader.RLog.DebugBig(object) + fullName.vb: RedLoader.RLog.DebugBig(Object) + nameWithType: RLog.DebugBig(object) + nameWithType.vb: RLog.DebugBig(Object) +- uid: RedLoader.RLog.DebugBig* + name: DebugBig + href: api/RedLoader.RLog.html#RedLoader_RLog_DebugBig_ + commentId: Overload:RedLoader.RLog.DebugBig + fullName: RedLoader.RLog.DebugBig + nameWithType: RLog.DebugBig +- uid: RedLoader.RLog.DefaultMelonColor + name: DefaultMelonColor + href: api/RedLoader.RLog.html#RedLoader_RLog_DefaultMelonColor + commentId: F:RedLoader.RLog.DefaultMelonColor + fullName: RedLoader.RLog.DefaultMelonColor + nameWithType: RLog.DefaultMelonColor +- uid: RedLoader.RLog.DefaultTextColor + name: DefaultTextColor + href: api/RedLoader.RLog.html#RedLoader_RLog_DefaultTextColor + commentId: F:RedLoader.RLog.DefaultTextColor + fullName: RedLoader.RLog.DefaultTextColor + nameWithType: RLog.DefaultTextColor +- uid: RedLoader.RLog.Error(System.Object) + name: Error(object) + href: api/RedLoader.RLog.html#RedLoader_RLog_Error_System_Object_ + commentId: M:RedLoader.RLog.Error(System.Object) + name.vb: Error(Object) + fullName: RedLoader.RLog.Error(object) + fullName.vb: RedLoader.RLog.Error(Object) + nameWithType: RLog.Error(object) + nameWithType.vb: RLog.Error(Object) +- uid: RedLoader.RLog.Error(System.String,System.Exception) + name: Error(string, Exception) + href: api/RedLoader.RLog.html#RedLoader_RLog_Error_System_String_System_Exception_ + commentId: M:RedLoader.RLog.Error(System.String,System.Exception) + name.vb: Error(String, Exception) + fullName: RedLoader.RLog.Error(string, System.Exception) + fullName.vb: RedLoader.RLog.Error(String, System.Exception) + nameWithType: RLog.Error(string, Exception) + nameWithType.vb: RLog.Error(String, Exception) +- uid: RedLoader.RLog.Error(System.String,System.Object[]) + name: Error(string, params object[]) + href: api/RedLoader.RLog.html#RedLoader_RLog_Error_System_String_System_Object___ + commentId: M:RedLoader.RLog.Error(System.String,System.Object[]) + name.vb: Error(String, ParamArray Object()) + fullName: RedLoader.RLog.Error(string, params object[]) + fullName.vb: RedLoader.RLog.Error(String, ParamArray Object()) + nameWithType: RLog.Error(string, params object[]) + nameWithType.vb: RLog.Error(String, ParamArray Object()) +- uid: RedLoader.RLog.Error(System.String) + name: Error(string) + href: api/RedLoader.RLog.html#RedLoader_RLog_Error_System_String_ + commentId: M:RedLoader.RLog.Error(System.String) + name.vb: Error(String) + fullName: RedLoader.RLog.Error(string) + fullName.vb: RedLoader.RLog.Error(String) + nameWithType: RLog.Error(string) + nameWithType.vb: RLog.Error(String) +- uid: RedLoader.RLog.Error* + name: Error + href: api/RedLoader.RLog.html#RedLoader_RLog_Error_ + commentId: Overload:RedLoader.RLog.Error + fullName: RedLoader.RLog.Error + nameWithType: RLog.Error +- uid: RedLoader.RLog.ErrorCallbackHandler + name: ErrorCallbackHandler + href: api/RedLoader.RLog.html#RedLoader_RLog_ErrorCallbackHandler + commentId: E:RedLoader.RLog.ErrorCallbackHandler + fullName: RedLoader.RLog.ErrorCallbackHandler + nameWithType: RLog.ErrorCallbackHandler +- uid: RedLoader.RLog.Instance + name: RLog.Instance + href: api/RedLoader.RLog.Instance.html + commentId: T:RedLoader.RLog.Instance + fullName: RedLoader.RLog.Instance + nameWithType: RLog.Instance +- uid: RedLoader.RLog.Instance.#ctor(System.String,System.ConsoleColor) + name: Instance(string, ConsoleColor) + href: api/RedLoader.RLog.Instance.html#RedLoader_RLog_Instance__ctor_System_String_System_ConsoleColor_ + commentId: M:RedLoader.RLog.Instance.#ctor(System.String,System.ConsoleColor) + name.vb: New(String, ConsoleColor) + fullName: RedLoader.RLog.Instance.Instance(string, System.ConsoleColor) + fullName.vb: RedLoader.RLog.Instance.New(String, System.ConsoleColor) + nameWithType: RLog.Instance.Instance(string, ConsoleColor) + nameWithType.vb: RLog.Instance.New(String, ConsoleColor) +- uid: RedLoader.RLog.Instance.#ctor(System.String,System.Drawing.Color) + name: Instance(string, Color) + href: api/RedLoader.RLog.Instance.html#RedLoader_RLog_Instance__ctor_System_String_System_Drawing_Color_ + commentId: M:RedLoader.RLog.Instance.#ctor(System.String,System.Drawing.Color) + name.vb: New(String, Color) + fullName: RedLoader.RLog.Instance.Instance(string, System.Drawing.Color) + fullName.vb: RedLoader.RLog.Instance.New(String, System.Drawing.Color) + nameWithType: RLog.Instance.Instance(string, Color) + nameWithType.vb: RLog.Instance.New(String, Color) +- uid: RedLoader.RLog.Instance.#ctor(System.String) + name: Instance(string) + href: api/RedLoader.RLog.Instance.html#RedLoader_RLog_Instance__ctor_System_String_ + commentId: M:RedLoader.RLog.Instance.#ctor(System.String) + name.vb: New(String) + fullName: RedLoader.RLog.Instance.Instance(string) + fullName.vb: RedLoader.RLog.Instance.New(String) + nameWithType: RLog.Instance.Instance(string) + nameWithType.vb: RLog.Instance.New(String) +- uid: RedLoader.RLog.Instance.#ctor* + name: Instance + href: api/RedLoader.RLog.Instance.html#RedLoader_RLog_Instance__ctor_ + commentId: Overload:RedLoader.RLog.Instance.#ctor + name.vb: New + fullName: RedLoader.RLog.Instance.Instance + fullName.vb: RedLoader.RLog.Instance.New + nameWithType: RLog.Instance.Instance + nameWithType.vb: RLog.Instance.New +- uid: RedLoader.RLog.Instance.BigError(System.String) + name: BigError(string) + href: api/RedLoader.RLog.Instance.html#RedLoader_RLog_Instance_BigError_System_String_ + commentId: M:RedLoader.RLog.Instance.BigError(System.String) + name.vb: BigError(String) + fullName: RedLoader.RLog.Instance.BigError(string) + fullName.vb: RedLoader.RLog.Instance.BigError(String) + nameWithType: RLog.Instance.BigError(string) + nameWithType.vb: RLog.Instance.BigError(String) +- uid: RedLoader.RLog.Instance.BigError* + name: BigError + href: api/RedLoader.RLog.Instance.html#RedLoader_RLog_Instance_BigError_ + commentId: Overload:RedLoader.RLog.Instance.BigError + fullName: RedLoader.RLog.Instance.BigError + nameWithType: RLog.Instance.BigError +- uid: RedLoader.RLog.Instance.Error(System.Object) + name: Error(object) + href: api/RedLoader.RLog.Instance.html#RedLoader_RLog_Instance_Error_System_Object_ + commentId: M:RedLoader.RLog.Instance.Error(System.Object) + name.vb: Error(Object) + fullName: RedLoader.RLog.Instance.Error(object) + fullName.vb: RedLoader.RLog.Instance.Error(Object) + nameWithType: RLog.Instance.Error(object) + nameWithType.vb: RLog.Instance.Error(Object) +- uid: RedLoader.RLog.Instance.Error(System.String,System.Exception) + name: Error(string, Exception) + href: api/RedLoader.RLog.Instance.html#RedLoader_RLog_Instance_Error_System_String_System_Exception_ + commentId: M:RedLoader.RLog.Instance.Error(System.String,System.Exception) + name.vb: Error(String, Exception) + fullName: RedLoader.RLog.Instance.Error(string, System.Exception) + fullName.vb: RedLoader.RLog.Instance.Error(String, System.Exception) + nameWithType: RLog.Instance.Error(string, Exception) + nameWithType.vb: RLog.Instance.Error(String, Exception) +- uid: RedLoader.RLog.Instance.Error(System.String,System.Object[]) + name: Error(string, params object[]) + href: api/RedLoader.RLog.Instance.html#RedLoader_RLog_Instance_Error_System_String_System_Object___ + commentId: M:RedLoader.RLog.Instance.Error(System.String,System.Object[]) + name.vb: Error(String, ParamArray Object()) + fullName: RedLoader.RLog.Instance.Error(string, params object[]) + fullName.vb: RedLoader.RLog.Instance.Error(String, ParamArray Object()) + nameWithType: RLog.Instance.Error(string, params object[]) + nameWithType.vb: RLog.Instance.Error(String, ParamArray Object()) +- uid: RedLoader.RLog.Instance.Error(System.String) + name: Error(string) + href: api/RedLoader.RLog.Instance.html#RedLoader_RLog_Instance_Error_System_String_ + commentId: M:RedLoader.RLog.Instance.Error(System.String) + name.vb: Error(String) + fullName: RedLoader.RLog.Instance.Error(string) + fullName.vb: RedLoader.RLog.Instance.Error(String) + nameWithType: RLog.Instance.Error(string) + nameWithType.vb: RLog.Instance.Error(String) +- uid: RedLoader.RLog.Instance.Error* + name: Error + href: api/RedLoader.RLog.Instance.html#RedLoader_RLog_Instance_Error_ + commentId: Overload:RedLoader.RLog.Instance.Error + fullName: RedLoader.RLog.Instance.Error + nameWithType: RLog.Instance.Error +- uid: RedLoader.RLog.Instance.Msg(System.ConsoleColor,System.Object) + name: Msg(ConsoleColor, object) + href: api/RedLoader.RLog.Instance.html#RedLoader_RLog_Instance_Msg_System_ConsoleColor_System_Object_ + commentId: M:RedLoader.RLog.Instance.Msg(System.ConsoleColor,System.Object) + name.vb: Msg(ConsoleColor, Object) + fullName: RedLoader.RLog.Instance.Msg(System.ConsoleColor, object) + fullName.vb: RedLoader.RLog.Instance.Msg(System.ConsoleColor, Object) + nameWithType: RLog.Instance.Msg(ConsoleColor, object) + nameWithType.vb: RLog.Instance.Msg(ConsoleColor, Object) +- uid: RedLoader.RLog.Instance.Msg(System.ConsoleColor,System.String,System.Object[]) + name: Msg(ConsoleColor, string, params object[]) + href: api/RedLoader.RLog.Instance.html#RedLoader_RLog_Instance_Msg_System_ConsoleColor_System_String_System_Object___ + commentId: M:RedLoader.RLog.Instance.Msg(System.ConsoleColor,System.String,System.Object[]) + name.vb: Msg(ConsoleColor, String, ParamArray Object()) + fullName: RedLoader.RLog.Instance.Msg(System.ConsoleColor, string, params object[]) + fullName.vb: RedLoader.RLog.Instance.Msg(System.ConsoleColor, String, ParamArray Object()) + nameWithType: RLog.Instance.Msg(ConsoleColor, string, params object[]) + nameWithType.vb: RLog.Instance.Msg(ConsoleColor, String, ParamArray Object()) +- uid: RedLoader.RLog.Instance.Msg(System.ConsoleColor,System.String) + name: Msg(ConsoleColor, string) + href: api/RedLoader.RLog.Instance.html#RedLoader_RLog_Instance_Msg_System_ConsoleColor_System_String_ + commentId: M:RedLoader.RLog.Instance.Msg(System.ConsoleColor,System.String) + name.vb: Msg(ConsoleColor, String) + fullName: RedLoader.RLog.Instance.Msg(System.ConsoleColor, string) + fullName.vb: RedLoader.RLog.Instance.Msg(System.ConsoleColor, String) + nameWithType: RLog.Instance.Msg(ConsoleColor, string) + nameWithType.vb: RLog.Instance.Msg(ConsoleColor, String) +- uid: RedLoader.RLog.Instance.Msg(System.Drawing.Color,System.Object) + name: Msg(Color, object) + href: api/RedLoader.RLog.Instance.html#RedLoader_RLog_Instance_Msg_System_Drawing_Color_System_Object_ + commentId: M:RedLoader.RLog.Instance.Msg(System.Drawing.Color,System.Object) + name.vb: Msg(Color, Object) + fullName: RedLoader.RLog.Instance.Msg(System.Drawing.Color, object) + fullName.vb: RedLoader.RLog.Instance.Msg(System.Drawing.Color, Object) + nameWithType: RLog.Instance.Msg(Color, object) + nameWithType.vb: RLog.Instance.Msg(Color, Object) +- uid: RedLoader.RLog.Instance.Msg(System.Drawing.Color,System.String,System.Object[]) + name: Msg(Color, string, params object[]) + href: api/RedLoader.RLog.Instance.html#RedLoader_RLog_Instance_Msg_System_Drawing_Color_System_String_System_Object___ + commentId: M:RedLoader.RLog.Instance.Msg(System.Drawing.Color,System.String,System.Object[]) + name.vb: Msg(Color, String, ParamArray Object()) + fullName: RedLoader.RLog.Instance.Msg(System.Drawing.Color, string, params object[]) + fullName.vb: RedLoader.RLog.Instance.Msg(System.Drawing.Color, String, ParamArray Object()) + nameWithType: RLog.Instance.Msg(Color, string, params object[]) + nameWithType.vb: RLog.Instance.Msg(Color, String, ParamArray Object()) +- uid: RedLoader.RLog.Instance.Msg(System.Drawing.Color,System.String) + name: Msg(Color, string) + href: api/RedLoader.RLog.Instance.html#RedLoader_RLog_Instance_Msg_System_Drawing_Color_System_String_ + commentId: M:RedLoader.RLog.Instance.Msg(System.Drawing.Color,System.String) + name.vb: Msg(Color, String) + fullName: RedLoader.RLog.Instance.Msg(System.Drawing.Color, string) + fullName.vb: RedLoader.RLog.Instance.Msg(System.Drawing.Color, String) + nameWithType: RLog.Instance.Msg(Color, string) + nameWithType.vb: RLog.Instance.Msg(Color, String) +- uid: RedLoader.RLog.Instance.Msg(System.Object) + name: Msg(object) + href: api/RedLoader.RLog.Instance.html#RedLoader_RLog_Instance_Msg_System_Object_ + commentId: M:RedLoader.RLog.Instance.Msg(System.Object) + name.vb: Msg(Object) + fullName: RedLoader.RLog.Instance.Msg(object) + fullName.vb: RedLoader.RLog.Instance.Msg(Object) + nameWithType: RLog.Instance.Msg(object) + nameWithType.vb: RLog.Instance.Msg(Object) +- uid: RedLoader.RLog.Instance.Msg(System.String,System.Object[]) + name: Msg(string, params object[]) + href: api/RedLoader.RLog.Instance.html#RedLoader_RLog_Instance_Msg_System_String_System_Object___ + commentId: M:RedLoader.RLog.Instance.Msg(System.String,System.Object[]) + name.vb: Msg(String, ParamArray Object()) + fullName: RedLoader.RLog.Instance.Msg(string, params object[]) + fullName.vb: RedLoader.RLog.Instance.Msg(String, ParamArray Object()) + nameWithType: RLog.Instance.Msg(string, params object[]) + nameWithType.vb: RLog.Instance.Msg(String, ParamArray Object()) +- uid: RedLoader.RLog.Instance.Msg(System.String) + name: Msg(string) + href: api/RedLoader.RLog.Instance.html#RedLoader_RLog_Instance_Msg_System_String_ + commentId: M:RedLoader.RLog.Instance.Msg(System.String) + name.vb: Msg(String) + fullName: RedLoader.RLog.Instance.Msg(string) + fullName.vb: RedLoader.RLog.Instance.Msg(String) + nameWithType: RLog.Instance.Msg(string) + nameWithType.vb: RLog.Instance.Msg(String) +- uid: RedLoader.RLog.Instance.Msg* + name: Msg + href: api/RedLoader.RLog.Instance.html#RedLoader_RLog_Instance_Msg_ + commentId: Overload:RedLoader.RLog.Instance.Msg + fullName: RedLoader.RLog.Instance.Msg + nameWithType: RLog.Instance.Msg +- uid: RedLoader.RLog.Instance.Warning(System.Object) + name: Warning(object) + href: api/RedLoader.RLog.Instance.html#RedLoader_RLog_Instance_Warning_System_Object_ + commentId: M:RedLoader.RLog.Instance.Warning(System.Object) + name.vb: Warning(Object) + fullName: RedLoader.RLog.Instance.Warning(object) + fullName.vb: RedLoader.RLog.Instance.Warning(Object) + nameWithType: RLog.Instance.Warning(object) + nameWithType.vb: RLog.Instance.Warning(Object) +- uid: RedLoader.RLog.Instance.Warning(System.String,System.Object[]) + name: Warning(string, params object[]) + href: api/RedLoader.RLog.Instance.html#RedLoader_RLog_Instance_Warning_System_String_System_Object___ + commentId: M:RedLoader.RLog.Instance.Warning(System.String,System.Object[]) + name.vb: Warning(String, ParamArray Object()) + fullName: RedLoader.RLog.Instance.Warning(string, params object[]) + fullName.vb: RedLoader.RLog.Instance.Warning(String, ParamArray Object()) + nameWithType: RLog.Instance.Warning(string, params object[]) + nameWithType.vb: RLog.Instance.Warning(String, ParamArray Object()) +- uid: RedLoader.RLog.Instance.Warning(System.String) + name: Warning(string) + href: api/RedLoader.RLog.Instance.html#RedLoader_RLog_Instance_Warning_System_String_ + commentId: M:RedLoader.RLog.Instance.Warning(System.String) + name.vb: Warning(String) + fullName: RedLoader.RLog.Instance.Warning(string) + fullName.vb: RedLoader.RLog.Instance.Warning(String) + nameWithType: RLog.Instance.Warning(string) + nameWithType.vb: RLog.Instance.Warning(String) +- uid: RedLoader.RLog.Instance.Warning* + name: Warning + href: api/RedLoader.RLog.Instance.html#RedLoader_RLog_Instance_Warning_ + commentId: Overload:RedLoader.RLog.Instance.Warning + fullName: RedLoader.RLog.Instance.Warning + nameWithType: RLog.Instance.Warning +- uid: RedLoader.RLog.Instance.WriteLine(System.Drawing.Color,System.Int32) + name: WriteLine(Color, int) + href: api/RedLoader.RLog.Instance.html#RedLoader_RLog_Instance_WriteLine_System_Drawing_Color_System_Int32_ + commentId: M:RedLoader.RLog.Instance.WriteLine(System.Drawing.Color,System.Int32) + name.vb: WriteLine(Color, Integer) + fullName: RedLoader.RLog.Instance.WriteLine(System.Drawing.Color, int) + fullName.vb: RedLoader.RLog.Instance.WriteLine(System.Drawing.Color, Integer) + nameWithType: RLog.Instance.WriteLine(Color, int) + nameWithType.vb: RLog.Instance.WriteLine(Color, Integer) +- uid: RedLoader.RLog.Instance.WriteLine(System.Int32) + name: WriteLine(int) + href: api/RedLoader.RLog.Instance.html#RedLoader_RLog_Instance_WriteLine_System_Int32_ + commentId: M:RedLoader.RLog.Instance.WriteLine(System.Int32) + name.vb: WriteLine(Integer) + fullName: RedLoader.RLog.Instance.WriteLine(int) + fullName.vb: RedLoader.RLog.Instance.WriteLine(Integer) + nameWithType: RLog.Instance.WriteLine(int) + nameWithType.vb: RLog.Instance.WriteLine(Integer) +- uid: RedLoader.RLog.Instance.WriteLine* + name: WriteLine + href: api/RedLoader.RLog.Instance.html#RedLoader_RLog_Instance_WriteLine_ + commentId: Overload:RedLoader.RLog.Instance.WriteLine + fullName: RedLoader.RLog.Instance.WriteLine + nameWithType: RLog.Instance.WriteLine +- uid: RedLoader.RLog.Instance.WriteSpacer + name: WriteSpacer() + href: api/RedLoader.RLog.Instance.html#RedLoader_RLog_Instance_WriteSpacer + commentId: M:RedLoader.RLog.Instance.WriteSpacer + fullName: RedLoader.RLog.Instance.WriteSpacer() + nameWithType: RLog.Instance.WriteSpacer() +- uid: RedLoader.RLog.Instance.WriteSpacer* + name: WriteSpacer + href: api/RedLoader.RLog.Instance.html#RedLoader_RLog_Instance_WriteSpacer_ + commentId: Overload:RedLoader.RLog.Instance.WriteSpacer + fullName: RedLoader.RLog.Instance.WriteSpacer + nameWithType: RLog.Instance.WriteSpacer +- uid: RedLoader.RLog.Log(System.ConsoleColor,System.Object) + name: Log(ConsoleColor, object) + href: api/RedLoader.RLog.html#RedLoader_RLog_Log_System_ConsoleColor_System_Object_ + commentId: M:RedLoader.RLog.Log(System.ConsoleColor,System.Object) + name.vb: Log(ConsoleColor, Object) + fullName: RedLoader.RLog.Log(System.ConsoleColor, object) + fullName.vb: RedLoader.RLog.Log(System.ConsoleColor, Object) + nameWithType: RLog.Log(ConsoleColor, object) + nameWithType.vb: RLog.Log(ConsoleColor, Object) +- uid: RedLoader.RLog.Log(System.ConsoleColor,System.String,System.Object[]) + name: Log(ConsoleColor, string, params object[]) + href: api/RedLoader.RLog.html#RedLoader_RLog_Log_System_ConsoleColor_System_String_System_Object___ + commentId: M:RedLoader.RLog.Log(System.ConsoleColor,System.String,System.Object[]) + name.vb: Log(ConsoleColor, String, ParamArray Object()) + fullName: RedLoader.RLog.Log(System.ConsoleColor, string, params object[]) + fullName.vb: RedLoader.RLog.Log(System.ConsoleColor, String, ParamArray Object()) + nameWithType: RLog.Log(ConsoleColor, string, params object[]) + nameWithType.vb: RLog.Log(ConsoleColor, String, ParamArray Object()) +- uid: RedLoader.RLog.Log(System.ConsoleColor,System.String) + name: Log(ConsoleColor, string) + href: api/RedLoader.RLog.html#RedLoader_RLog_Log_System_ConsoleColor_System_String_ + commentId: M:RedLoader.RLog.Log(System.ConsoleColor,System.String) + name.vb: Log(ConsoleColor, String) + fullName: RedLoader.RLog.Log(System.ConsoleColor, string) + fullName.vb: RedLoader.RLog.Log(System.ConsoleColor, String) + nameWithType: RLog.Log(ConsoleColor, string) + nameWithType.vb: RLog.Log(ConsoleColor, String) +- uid: RedLoader.RLog.Log(System.Object) + name: Log(object) + href: api/RedLoader.RLog.html#RedLoader_RLog_Log_System_Object_ + commentId: M:RedLoader.RLog.Log(System.Object) + name.vb: Log(Object) + fullName: RedLoader.RLog.Log(object) + fullName.vb: RedLoader.RLog.Log(Object) + nameWithType: RLog.Log(object) + nameWithType.vb: RLog.Log(Object) +- uid: RedLoader.RLog.Log(System.String,System.Object[]) + name: Log(string, params object[]) + href: api/RedLoader.RLog.html#RedLoader_RLog_Log_System_String_System_Object___ + commentId: M:RedLoader.RLog.Log(System.String,System.Object[]) + name.vb: Log(String, ParamArray Object()) + fullName: RedLoader.RLog.Log(string, params object[]) + fullName.vb: RedLoader.RLog.Log(String, ParamArray Object()) + nameWithType: RLog.Log(string, params object[]) + nameWithType.vb: RLog.Log(String, ParamArray Object()) +- uid: RedLoader.RLog.Log(System.String) + name: Log(string) + href: api/RedLoader.RLog.html#RedLoader_RLog_Log_System_String_ + commentId: M:RedLoader.RLog.Log(System.String) + name.vb: Log(String) + fullName: RedLoader.RLog.Log(string) + fullName.vb: RedLoader.RLog.Log(String) + nameWithType: RLog.Log(string) + nameWithType.vb: RLog.Log(String) +- uid: RedLoader.RLog.Log* + name: Log + href: api/RedLoader.RLog.html#RedLoader_RLog_Log_ + commentId: Overload:RedLoader.RLog.Log + fullName: RedLoader.RLog.Log + nameWithType: RLog.Log +- uid: RedLoader.RLog.LogError(System.String,System.Object[]) + name: LogError(string, params object[]) + href: api/RedLoader.RLog.html#RedLoader_RLog_LogError_System_String_System_Object___ + commentId: M:RedLoader.RLog.LogError(System.String,System.Object[]) + name.vb: LogError(String, ParamArray Object()) + fullName: RedLoader.RLog.LogError(string, params object[]) + fullName.vb: RedLoader.RLog.LogError(String, ParamArray Object()) + nameWithType: RLog.LogError(string, params object[]) + nameWithType.vb: RLog.LogError(String, ParamArray Object()) +- uid: RedLoader.RLog.LogError(System.String) + name: LogError(string) + href: api/RedLoader.RLog.html#RedLoader_RLog_LogError_System_String_ + commentId: M:RedLoader.RLog.LogError(System.String) + name.vb: LogError(String) + fullName: RedLoader.RLog.LogError(string) + fullName.vb: RedLoader.RLog.LogError(String) + nameWithType: RLog.LogError(string) + nameWithType.vb: RLog.LogError(String) +- uid: RedLoader.RLog.LogError* + name: LogError + href: api/RedLoader.RLog.html#RedLoader_RLog_LogError_ + commentId: Overload:RedLoader.RLog.LogError + fullName: RedLoader.RLog.LogError + nameWithType: RLog.LogError +- uid: RedLoader.RLog.LogWarning(System.String,System.Object[]) + name: LogWarning(string, params object[]) + href: api/RedLoader.RLog.html#RedLoader_RLog_LogWarning_System_String_System_Object___ + commentId: M:RedLoader.RLog.LogWarning(System.String,System.Object[]) + name.vb: LogWarning(String, ParamArray Object()) + fullName: RedLoader.RLog.LogWarning(string, params object[]) + fullName.vb: RedLoader.RLog.LogWarning(String, ParamArray Object()) + nameWithType: RLog.LogWarning(string, params object[]) + nameWithType.vb: RLog.LogWarning(String, ParamArray Object()) +- uid: RedLoader.RLog.LogWarning(System.String) + name: LogWarning(string) + href: api/RedLoader.RLog.html#RedLoader_RLog_LogWarning_System_String_ + commentId: M:RedLoader.RLog.LogWarning(System.String) + name.vb: LogWarning(String) + fullName: RedLoader.RLog.LogWarning(string) + fullName.vb: RedLoader.RLog.LogWarning(String) + nameWithType: RLog.LogWarning(string) + nameWithType.vb: RLog.LogWarning(String) +- uid: RedLoader.RLog.LogWarning* + name: LogWarning + href: api/RedLoader.RLog.html#RedLoader_RLog_LogWarning_ + commentId: Overload:RedLoader.RLog.LogWarning + fullName: RedLoader.RLog.LogWarning + nameWithType: RLog.LogWarning +- uid: RedLoader.RLog.Msg(System.ConsoleColor,System.Object) + name: Msg(ConsoleColor, object) + href: api/RedLoader.RLog.html#RedLoader_RLog_Msg_System_ConsoleColor_System_Object_ + commentId: M:RedLoader.RLog.Msg(System.ConsoleColor,System.Object) + name.vb: Msg(ConsoleColor, Object) + fullName: RedLoader.RLog.Msg(System.ConsoleColor, object) + fullName.vb: RedLoader.RLog.Msg(System.ConsoleColor, Object) + nameWithType: RLog.Msg(ConsoleColor, object) + nameWithType.vb: RLog.Msg(ConsoleColor, Object) +- uid: RedLoader.RLog.Msg(System.ConsoleColor,System.String,System.Object[]) + name: Msg(ConsoleColor, string, params object[]) + href: api/RedLoader.RLog.html#RedLoader_RLog_Msg_System_ConsoleColor_System_String_System_Object___ + commentId: M:RedLoader.RLog.Msg(System.ConsoleColor,System.String,System.Object[]) + name.vb: Msg(ConsoleColor, String, ParamArray Object()) + fullName: RedLoader.RLog.Msg(System.ConsoleColor, string, params object[]) + fullName.vb: RedLoader.RLog.Msg(System.ConsoleColor, String, ParamArray Object()) + nameWithType: RLog.Msg(ConsoleColor, string, params object[]) + nameWithType.vb: RLog.Msg(ConsoleColor, String, ParamArray Object()) +- uid: RedLoader.RLog.Msg(System.ConsoleColor,System.String) + name: Msg(ConsoleColor, string) + href: api/RedLoader.RLog.html#RedLoader_RLog_Msg_System_ConsoleColor_System_String_ + commentId: M:RedLoader.RLog.Msg(System.ConsoleColor,System.String) + name.vb: Msg(ConsoleColor, String) + fullName: RedLoader.RLog.Msg(System.ConsoleColor, string) + fullName.vb: RedLoader.RLog.Msg(System.ConsoleColor, String) + nameWithType: RLog.Msg(ConsoleColor, string) + nameWithType.vb: RLog.Msg(ConsoleColor, String) +- uid: RedLoader.RLog.Msg(System.Drawing.Color,System.Object) + name: Msg(Color, object) + href: api/RedLoader.RLog.html#RedLoader_RLog_Msg_System_Drawing_Color_System_Object_ + commentId: M:RedLoader.RLog.Msg(System.Drawing.Color,System.Object) + name.vb: Msg(Color, Object) + fullName: RedLoader.RLog.Msg(System.Drawing.Color, object) + fullName.vb: RedLoader.RLog.Msg(System.Drawing.Color, Object) + nameWithType: RLog.Msg(Color, object) + nameWithType.vb: RLog.Msg(Color, Object) +- uid: RedLoader.RLog.Msg(System.Drawing.Color,System.String,System.Object[]) + name: Msg(Color, string, params object[]) + href: api/RedLoader.RLog.html#RedLoader_RLog_Msg_System_Drawing_Color_System_String_System_Object___ + commentId: M:RedLoader.RLog.Msg(System.Drawing.Color,System.String,System.Object[]) + name.vb: Msg(Color, String, ParamArray Object()) + fullName: RedLoader.RLog.Msg(System.Drawing.Color, string, params object[]) + fullName.vb: RedLoader.RLog.Msg(System.Drawing.Color, String, ParamArray Object()) + nameWithType: RLog.Msg(Color, string, params object[]) + nameWithType.vb: RLog.Msg(Color, String, ParamArray Object()) +- uid: RedLoader.RLog.Msg(System.Drawing.Color,System.String) + name: Msg(Color, string) + href: api/RedLoader.RLog.html#RedLoader_RLog_Msg_System_Drawing_Color_System_String_ + commentId: M:RedLoader.RLog.Msg(System.Drawing.Color,System.String) + name.vb: Msg(Color, String) + fullName: RedLoader.RLog.Msg(System.Drawing.Color, string) + fullName.vb: RedLoader.RLog.Msg(System.Drawing.Color, String) + nameWithType: RLog.Msg(Color, string) + nameWithType.vb: RLog.Msg(Color, String) +- uid: RedLoader.RLog.Msg(System.Object) + name: Msg(object) + href: api/RedLoader.RLog.html#RedLoader_RLog_Msg_System_Object_ + commentId: M:RedLoader.RLog.Msg(System.Object) + name.vb: Msg(Object) + fullName: RedLoader.RLog.Msg(object) + fullName.vb: RedLoader.RLog.Msg(Object) + nameWithType: RLog.Msg(object) + nameWithType.vb: RLog.Msg(Object) +- uid: RedLoader.RLog.Msg(System.String,System.Object[]) + name: Msg(string, params object[]) + href: api/RedLoader.RLog.html#RedLoader_RLog_Msg_System_String_System_Object___ + commentId: M:RedLoader.RLog.Msg(System.String,System.Object[]) + name.vb: Msg(String, ParamArray Object()) + fullName: RedLoader.RLog.Msg(string, params object[]) + fullName.vb: RedLoader.RLog.Msg(String, ParamArray Object()) + nameWithType: RLog.Msg(string, params object[]) + nameWithType.vb: RLog.Msg(String, ParamArray Object()) +- uid: RedLoader.RLog.Msg(System.String) + name: Msg(string) + href: api/RedLoader.RLog.html#RedLoader_RLog_Msg_System_String_ + commentId: M:RedLoader.RLog.Msg(System.String) + name.vb: Msg(String) + fullName: RedLoader.RLog.Msg(string) + fullName.vb: RedLoader.RLog.Msg(String) + nameWithType: RLog.Msg(string) + nameWithType.vb: RLog.Msg(String) +- uid: RedLoader.RLog.Msg* + name: Msg + href: api/RedLoader.RLog.html#RedLoader_RLog_Msg_ + commentId: Overload:RedLoader.RLog.Msg + fullName: RedLoader.RLog.Msg + nameWithType: RLog.Msg +- uid: RedLoader.RLog.MsgCallbackHandler + name: MsgCallbackHandler + href: api/RedLoader.RLog.html#RedLoader_RLog_MsgCallbackHandler + commentId: E:RedLoader.RLog.MsgCallbackHandler + fullName: RedLoader.RLog.MsgCallbackHandler + nameWithType: RLog.MsgCallbackHandler +- uid: RedLoader.RLog.MsgDirect(System.Drawing.Color,System.String) + name: MsgDirect(Color, string) + href: api/RedLoader.RLog.html#RedLoader_RLog_MsgDirect_System_Drawing_Color_System_String_ + commentId: M:RedLoader.RLog.MsgDirect(System.Drawing.Color,System.String) + name.vb: MsgDirect(Color, String) + fullName: RedLoader.RLog.MsgDirect(System.Drawing.Color, string) + fullName.vb: RedLoader.RLog.MsgDirect(System.Drawing.Color, String) + nameWithType: RLog.MsgDirect(Color, string) + nameWithType.vb: RLog.MsgDirect(Color, String) +- uid: RedLoader.RLog.MsgDirect* + name: MsgDirect + href: api/RedLoader.RLog.html#RedLoader_RLog_MsgDirect_ + commentId: Overload:RedLoader.RLog.MsgDirect + fullName: RedLoader.RLog.MsgDirect + nameWithType: RLog.MsgDirect +- uid: RedLoader.RLog.MsgDrawingCallbackHandler + name: MsgDrawingCallbackHandler + href: api/RedLoader.RLog.html#RedLoader_RLog_MsgDrawingCallbackHandler + commentId: E:RedLoader.RLog.MsgDrawingCallbackHandler + fullName: RedLoader.RLog.MsgDrawingCallbackHandler + nameWithType: RLog.MsgDrawingCallbackHandler +- uid: RedLoader.RLog.Warning(System.Object) + name: Warning(object) + href: api/RedLoader.RLog.html#RedLoader_RLog_Warning_System_Object_ + commentId: M:RedLoader.RLog.Warning(System.Object) + name.vb: Warning(Object) + fullName: RedLoader.RLog.Warning(object) + fullName.vb: RedLoader.RLog.Warning(Object) + nameWithType: RLog.Warning(object) + nameWithType.vb: RLog.Warning(Object) +- uid: RedLoader.RLog.Warning(System.String,System.Object[]) + name: Warning(string, params object[]) + href: api/RedLoader.RLog.html#RedLoader_RLog_Warning_System_String_System_Object___ + commentId: M:RedLoader.RLog.Warning(System.String,System.Object[]) + name.vb: Warning(String, ParamArray Object()) + fullName: RedLoader.RLog.Warning(string, params object[]) + fullName.vb: RedLoader.RLog.Warning(String, ParamArray Object()) + nameWithType: RLog.Warning(string, params object[]) + nameWithType.vb: RLog.Warning(String, ParamArray Object()) +- uid: RedLoader.RLog.Warning(System.String) + name: Warning(string) + href: api/RedLoader.RLog.html#RedLoader_RLog_Warning_System_String_ + commentId: M:RedLoader.RLog.Warning(System.String) + name.vb: Warning(String) + fullName: RedLoader.RLog.Warning(string) + fullName.vb: RedLoader.RLog.Warning(String) + nameWithType: RLog.Warning(string) + nameWithType.vb: RLog.Warning(String) +- uid: RedLoader.RLog.Warning* + name: Warning + href: api/RedLoader.RLog.html#RedLoader_RLog_Warning_ + commentId: Overload:RedLoader.RLog.Warning + fullName: RedLoader.RLog.Warning + nameWithType: RLog.Warning +- uid: RedLoader.RLog.WarningCallbackHandler + name: WarningCallbackHandler + href: api/RedLoader.RLog.html#RedLoader_RLog_WarningCallbackHandler + commentId: E:RedLoader.RLog.WarningCallbackHandler + fullName: RedLoader.RLog.WarningCallbackHandler + nameWithType: RLog.WarningCallbackHandler +- uid: RedLoader.RLog.WriteLine(System.Drawing.Color,System.Int32) + name: WriteLine(Color, int) + href: api/RedLoader.RLog.html#RedLoader_RLog_WriteLine_System_Drawing_Color_System_Int32_ + commentId: M:RedLoader.RLog.WriteLine(System.Drawing.Color,System.Int32) + name.vb: WriteLine(Color, Integer) + fullName: RedLoader.RLog.WriteLine(System.Drawing.Color, int) + fullName.vb: RedLoader.RLog.WriteLine(System.Drawing.Color, Integer) + nameWithType: RLog.WriteLine(Color, int) + nameWithType.vb: RLog.WriteLine(Color, Integer) +- uid: RedLoader.RLog.WriteLine(System.Int32) + name: WriteLine(int) + href: api/RedLoader.RLog.html#RedLoader_RLog_WriteLine_System_Int32_ + commentId: M:RedLoader.RLog.WriteLine(System.Int32) + name.vb: WriteLine(Integer) + fullName: RedLoader.RLog.WriteLine(int) + fullName.vb: RedLoader.RLog.WriteLine(Integer) + nameWithType: RLog.WriteLine(int) + nameWithType.vb: RLog.WriteLine(Integer) +- uid: RedLoader.RLog.WriteLine* + name: WriteLine + href: api/RedLoader.RLog.html#RedLoader_RLog_WriteLine_ + commentId: Overload:RedLoader.RLog.WriteLine + fullName: RedLoader.RLog.WriteLine + nameWithType: RLog.WriteLine +- uid: RedLoader.RottenMelon + name: RottenMelon + href: api/RedLoader.RottenMelon.html + commentId: T:RedLoader.RottenMelon + fullName: RedLoader.RottenMelon + nameWithType: RottenMelon +- uid: RedLoader.RottenMelon.#ctor(System.Type,System.String,System.Exception) + name: RottenMelon(Type, string, Exception) + href: api/RedLoader.RottenMelon.html#RedLoader_RottenMelon__ctor_System_Type_System_String_System_Exception_ + commentId: M:RedLoader.RottenMelon.#ctor(System.Type,System.String,System.Exception) + name.vb: New(Type, String, Exception) + fullName: RedLoader.RottenMelon.RottenMelon(System.Type, string, System.Exception) + fullName.vb: RedLoader.RottenMelon.New(System.Type, String, System.Exception) + nameWithType: RottenMelon.RottenMelon(Type, string, Exception) + nameWithType.vb: RottenMelon.New(Type, String, Exception) +- uid: RedLoader.RottenMelon.#ctor* + name: RottenMelon + href: api/RedLoader.RottenMelon.html#RedLoader_RottenMelon__ctor_ + commentId: Overload:RedLoader.RottenMelon.#ctor + name.vb: New + fullName: RedLoader.RottenMelon.RottenMelon + fullName.vb: RedLoader.RottenMelon.New + nameWithType: RottenMelon.RottenMelon + nameWithType.vb: RottenMelon.New +- uid: RedLoader.RottenMelon.assembly + name: assembly + href: api/RedLoader.RottenMelon.html#RedLoader_RottenMelon_assembly + commentId: F:RedLoader.RottenMelon.assembly + fullName: RedLoader.RottenMelon.assembly + nameWithType: RottenMelon.assembly +- uid: RedLoader.RottenMelon.errorMessage + name: errorMessage + href: api/RedLoader.RottenMelon.html#RedLoader_RottenMelon_errorMessage + commentId: F:RedLoader.RottenMelon.errorMessage + fullName: RedLoader.RottenMelon.errorMessage + nameWithType: RottenMelon.errorMessage +- uid: RedLoader.RottenMelon.exception + name: exception + href: api/RedLoader.RottenMelon.html#RedLoader_RottenMelon_exception + commentId: F:RedLoader.RottenMelon.exception + fullName: RedLoader.RottenMelon.exception + nameWithType: RottenMelon.exception +- uid: RedLoader.RottenMelon.type + name: type + href: api/RedLoader.RottenMelon.html#RedLoader_RottenMelon_type + commentId: F:RedLoader.RottenMelon.type + fullName: RedLoader.RottenMelon.type + nameWithType: RottenMelon.type +- uid: RedLoader.TinyJSON + name: RedLoader.TinyJSON + href: api/RedLoader.TinyJSON.html + commentId: N:RedLoader.TinyJSON + fullName: RedLoader.TinyJSON + nameWithType: RedLoader.TinyJSON +- uid: RedLoader.TinyJSON.AfterDecode + name: AfterDecode + href: api/RedLoader.TinyJSON.AfterDecode.html + commentId: T:RedLoader.TinyJSON.AfterDecode + fullName: RedLoader.TinyJSON.AfterDecode + nameWithType: AfterDecode +- uid: RedLoader.TinyJSON.AfterDecode.#ctor + name: AfterDecode() + href: api/RedLoader.TinyJSON.AfterDecode.html#RedLoader_TinyJSON_AfterDecode__ctor + commentId: M:RedLoader.TinyJSON.AfterDecode.#ctor + name.vb: New() + fullName: RedLoader.TinyJSON.AfterDecode.AfterDecode() + fullName.vb: RedLoader.TinyJSON.AfterDecode.New() + nameWithType: AfterDecode.AfterDecode() + nameWithType.vb: AfterDecode.New() +- uid: RedLoader.TinyJSON.AfterDecode.#ctor* + name: AfterDecode + href: api/RedLoader.TinyJSON.AfterDecode.html#RedLoader_TinyJSON_AfterDecode__ctor_ + commentId: Overload:RedLoader.TinyJSON.AfterDecode.#ctor + name.vb: New + fullName: RedLoader.TinyJSON.AfterDecode.AfterDecode + fullName.vb: RedLoader.TinyJSON.AfterDecode.New + nameWithType: AfterDecode.AfterDecode + nameWithType.vb: AfterDecode.New +- uid: RedLoader.TinyJSON.BeforeEncode + name: BeforeEncode + href: api/RedLoader.TinyJSON.BeforeEncode.html + commentId: T:RedLoader.TinyJSON.BeforeEncode + fullName: RedLoader.TinyJSON.BeforeEncode + nameWithType: BeforeEncode +- uid: RedLoader.TinyJSON.BeforeEncode.#ctor + name: BeforeEncode() + href: api/RedLoader.TinyJSON.BeforeEncode.html#RedLoader_TinyJSON_BeforeEncode__ctor + commentId: M:RedLoader.TinyJSON.BeforeEncode.#ctor + name.vb: New() + fullName: RedLoader.TinyJSON.BeforeEncode.BeforeEncode() + fullName.vb: RedLoader.TinyJSON.BeforeEncode.New() + nameWithType: BeforeEncode.BeforeEncode() + nameWithType.vb: BeforeEncode.New() +- uid: RedLoader.TinyJSON.BeforeEncode.#ctor* + name: BeforeEncode + href: api/RedLoader.TinyJSON.BeforeEncode.html#RedLoader_TinyJSON_BeforeEncode__ctor_ + commentId: Overload:RedLoader.TinyJSON.BeforeEncode.#ctor + name.vb: New + fullName: RedLoader.TinyJSON.BeforeEncode.BeforeEncode + fullName.vb: RedLoader.TinyJSON.BeforeEncode.New + nameWithType: BeforeEncode.BeforeEncode + nameWithType.vb: BeforeEncode.New +- uid: RedLoader.TinyJSON.DecodeAlias + name: DecodeAlias + href: api/RedLoader.TinyJSON.DecodeAlias.html + commentId: T:RedLoader.TinyJSON.DecodeAlias + fullName: RedLoader.TinyJSON.DecodeAlias + nameWithType: DecodeAlias +- uid: RedLoader.TinyJSON.DecodeAlias.#ctor(System.String[]) + name: DecodeAlias(params string[]) + href: api/RedLoader.TinyJSON.DecodeAlias.html#RedLoader_TinyJSON_DecodeAlias__ctor_System_String___ + commentId: M:RedLoader.TinyJSON.DecodeAlias.#ctor(System.String[]) + name.vb: New(ParamArray String()) + fullName: RedLoader.TinyJSON.DecodeAlias.DecodeAlias(params string[]) + fullName.vb: RedLoader.TinyJSON.DecodeAlias.New(ParamArray String()) + nameWithType: DecodeAlias.DecodeAlias(params string[]) + nameWithType.vb: DecodeAlias.New(ParamArray String()) +- uid: RedLoader.TinyJSON.DecodeAlias.#ctor* + name: DecodeAlias + href: api/RedLoader.TinyJSON.DecodeAlias.html#RedLoader_TinyJSON_DecodeAlias__ctor_ + commentId: Overload:RedLoader.TinyJSON.DecodeAlias.#ctor + name.vb: New + fullName: RedLoader.TinyJSON.DecodeAlias.DecodeAlias + fullName.vb: RedLoader.TinyJSON.DecodeAlias.New + nameWithType: DecodeAlias.DecodeAlias + nameWithType.vb: DecodeAlias.New +- uid: RedLoader.TinyJSON.DecodeAlias.Contains(System.String) + name: Contains(string) + href: api/RedLoader.TinyJSON.DecodeAlias.html#RedLoader_TinyJSON_DecodeAlias_Contains_System_String_ + commentId: M:RedLoader.TinyJSON.DecodeAlias.Contains(System.String) + name.vb: Contains(String) + fullName: RedLoader.TinyJSON.DecodeAlias.Contains(string) + fullName.vb: RedLoader.TinyJSON.DecodeAlias.Contains(String) + nameWithType: DecodeAlias.Contains(string) + nameWithType.vb: DecodeAlias.Contains(String) +- uid: RedLoader.TinyJSON.DecodeAlias.Contains* + name: Contains + href: api/RedLoader.TinyJSON.DecodeAlias.html#RedLoader_TinyJSON_DecodeAlias_Contains_ + commentId: Overload:RedLoader.TinyJSON.DecodeAlias.Contains + fullName: RedLoader.TinyJSON.DecodeAlias.Contains + nameWithType: DecodeAlias.Contains +- uid: RedLoader.TinyJSON.DecodeAlias.Names + name: Names + href: api/RedLoader.TinyJSON.DecodeAlias.html#RedLoader_TinyJSON_DecodeAlias_Names + commentId: P:RedLoader.TinyJSON.DecodeAlias.Names + fullName: RedLoader.TinyJSON.DecodeAlias.Names + nameWithType: DecodeAlias.Names +- uid: RedLoader.TinyJSON.DecodeAlias.Names* + name: Names + href: api/RedLoader.TinyJSON.DecodeAlias.html#RedLoader_TinyJSON_DecodeAlias_Names_ + commentId: Overload:RedLoader.TinyJSON.DecodeAlias.Names + fullName: RedLoader.TinyJSON.DecodeAlias.Names + nameWithType: DecodeAlias.Names +- uid: RedLoader.TinyJSON.DecodeException + name: DecodeException + href: api/RedLoader.TinyJSON.DecodeException.html + commentId: T:RedLoader.TinyJSON.DecodeException + fullName: RedLoader.TinyJSON.DecodeException + nameWithType: DecodeException +- uid: RedLoader.TinyJSON.DecodeException.#ctor(System.String,System.Exception) + name: DecodeException(string, Exception) + href: api/RedLoader.TinyJSON.DecodeException.html#RedLoader_TinyJSON_DecodeException__ctor_System_String_System_Exception_ + commentId: M:RedLoader.TinyJSON.DecodeException.#ctor(System.String,System.Exception) + name.vb: New(String, Exception) + fullName: RedLoader.TinyJSON.DecodeException.DecodeException(string, System.Exception) + fullName.vb: RedLoader.TinyJSON.DecodeException.New(String, System.Exception) + nameWithType: DecodeException.DecodeException(string, Exception) + nameWithType.vb: DecodeException.New(String, Exception) +- uid: RedLoader.TinyJSON.DecodeException.#ctor(System.String) + name: DecodeException(string) + href: api/RedLoader.TinyJSON.DecodeException.html#RedLoader_TinyJSON_DecodeException__ctor_System_String_ + commentId: M:RedLoader.TinyJSON.DecodeException.#ctor(System.String) + name.vb: New(String) + fullName: RedLoader.TinyJSON.DecodeException.DecodeException(string) + fullName.vb: RedLoader.TinyJSON.DecodeException.New(String) + nameWithType: DecodeException.DecodeException(string) + nameWithType.vb: DecodeException.New(String) +- uid: RedLoader.TinyJSON.DecodeException.#ctor* + name: DecodeException + href: api/RedLoader.TinyJSON.DecodeException.html#RedLoader_TinyJSON_DecodeException__ctor_ + commentId: Overload:RedLoader.TinyJSON.DecodeException.#ctor + name.vb: New + fullName: RedLoader.TinyJSON.DecodeException.DecodeException + fullName.vb: RedLoader.TinyJSON.DecodeException.New + nameWithType: DecodeException.DecodeException + nameWithType.vb: DecodeException.New +- uid: RedLoader.TinyJSON.Decoder + name: Decoder + href: api/RedLoader.TinyJSON.Decoder.html + commentId: T:RedLoader.TinyJSON.Decoder + fullName: RedLoader.TinyJSON.Decoder + nameWithType: Decoder +- uid: RedLoader.TinyJSON.Decoder.Decode(System.String) + name: Decode(string) + href: api/RedLoader.TinyJSON.Decoder.html#RedLoader_TinyJSON_Decoder_Decode_System_String_ + commentId: M:RedLoader.TinyJSON.Decoder.Decode(System.String) + name.vb: Decode(String) + fullName: RedLoader.TinyJSON.Decoder.Decode(string) + fullName.vb: RedLoader.TinyJSON.Decoder.Decode(String) + nameWithType: Decoder.Decode(string) + nameWithType.vb: Decoder.Decode(String) +- uid: RedLoader.TinyJSON.Decoder.Decode* + name: Decode + href: api/RedLoader.TinyJSON.Decoder.html#RedLoader_TinyJSON_Decoder_Decode_ + commentId: Overload:RedLoader.TinyJSON.Decoder.Decode + fullName: RedLoader.TinyJSON.Decoder.Decode + nameWithType: Decoder.Decode +- uid: RedLoader.TinyJSON.Decoder.Dispose + name: Dispose() + href: api/RedLoader.TinyJSON.Decoder.html#RedLoader_TinyJSON_Decoder_Dispose + commentId: M:RedLoader.TinyJSON.Decoder.Dispose + fullName: RedLoader.TinyJSON.Decoder.Dispose() + nameWithType: Decoder.Dispose() +- uid: RedLoader.TinyJSON.Decoder.Dispose* + name: Dispose + href: api/RedLoader.TinyJSON.Decoder.html#RedLoader_TinyJSON_Decoder_Dispose_ + commentId: Overload:RedLoader.TinyJSON.Decoder.Dispose + fullName: RedLoader.TinyJSON.Decoder.Dispose + nameWithType: Decoder.Dispose +- uid: RedLoader.TinyJSON.EncodeOptions + name: EncodeOptions + href: api/RedLoader.TinyJSON.EncodeOptions.html + commentId: T:RedLoader.TinyJSON.EncodeOptions + fullName: RedLoader.TinyJSON.EncodeOptions + nameWithType: EncodeOptions +- uid: RedLoader.TinyJSON.EncodeOptions.EnforceHeirarchyOrder + name: EnforceHeirarchyOrder + href: api/RedLoader.TinyJSON.EncodeOptions.html#RedLoader_TinyJSON_EncodeOptions_EnforceHeirarchyOrder + commentId: F:RedLoader.TinyJSON.EncodeOptions.EnforceHeirarchyOrder + fullName: RedLoader.TinyJSON.EncodeOptions.EnforceHeirarchyOrder + nameWithType: EncodeOptions.EnforceHeirarchyOrder +- uid: RedLoader.TinyJSON.EncodeOptions.EnforceHierarchyOrder + name: EnforceHierarchyOrder + href: api/RedLoader.TinyJSON.EncodeOptions.html#RedLoader_TinyJSON_EncodeOptions_EnforceHierarchyOrder + commentId: F:RedLoader.TinyJSON.EncodeOptions.EnforceHierarchyOrder + fullName: RedLoader.TinyJSON.EncodeOptions.EnforceHierarchyOrder + nameWithType: EncodeOptions.EnforceHierarchyOrder +- uid: RedLoader.TinyJSON.EncodeOptions.IncludePublicProperties + name: IncludePublicProperties + href: api/RedLoader.TinyJSON.EncodeOptions.html#RedLoader_TinyJSON_EncodeOptions_IncludePublicProperties + commentId: F:RedLoader.TinyJSON.EncodeOptions.IncludePublicProperties + fullName: RedLoader.TinyJSON.EncodeOptions.IncludePublicProperties + nameWithType: EncodeOptions.IncludePublicProperties +- uid: RedLoader.TinyJSON.EncodeOptions.None + name: None + href: api/RedLoader.TinyJSON.EncodeOptions.html#RedLoader_TinyJSON_EncodeOptions_None + commentId: F:RedLoader.TinyJSON.EncodeOptions.None + fullName: RedLoader.TinyJSON.EncodeOptions.None + nameWithType: EncodeOptions.None +- uid: RedLoader.TinyJSON.EncodeOptions.NoTypeHints + name: NoTypeHints + href: api/RedLoader.TinyJSON.EncodeOptions.html#RedLoader_TinyJSON_EncodeOptions_NoTypeHints + commentId: F:RedLoader.TinyJSON.EncodeOptions.NoTypeHints + fullName: RedLoader.TinyJSON.EncodeOptions.NoTypeHints + nameWithType: EncodeOptions.NoTypeHints +- uid: RedLoader.TinyJSON.EncodeOptions.PrettyPrint + name: PrettyPrint + href: api/RedLoader.TinyJSON.EncodeOptions.html#RedLoader_TinyJSON_EncodeOptions_PrettyPrint + commentId: F:RedLoader.TinyJSON.EncodeOptions.PrettyPrint + fullName: RedLoader.TinyJSON.EncodeOptions.PrettyPrint + nameWithType: EncodeOptions.PrettyPrint +- uid: RedLoader.TinyJSON.Encoder + name: Encoder + href: api/RedLoader.TinyJSON.Encoder.html + commentId: T:RedLoader.TinyJSON.Encoder + fullName: RedLoader.TinyJSON.Encoder + nameWithType: Encoder +- uid: RedLoader.TinyJSON.Encoder.Encode(System.Object,RedLoader.TinyJSON.EncodeOptions) + name: Encode(object, EncodeOptions) + href: api/RedLoader.TinyJSON.Encoder.html#RedLoader_TinyJSON_Encoder_Encode_System_Object_RedLoader_TinyJSON_EncodeOptions_ + commentId: M:RedLoader.TinyJSON.Encoder.Encode(System.Object,RedLoader.TinyJSON.EncodeOptions) + name.vb: Encode(Object, EncodeOptions) + fullName: RedLoader.TinyJSON.Encoder.Encode(object, RedLoader.TinyJSON.EncodeOptions) + fullName.vb: RedLoader.TinyJSON.Encoder.Encode(Object, RedLoader.TinyJSON.EncodeOptions) + nameWithType: Encoder.Encode(object, EncodeOptions) + nameWithType.vb: Encoder.Encode(Object, EncodeOptions) +- uid: RedLoader.TinyJSON.Encoder.Encode(System.Object) + name: Encode(object) + href: api/RedLoader.TinyJSON.Encoder.html#RedLoader_TinyJSON_Encoder_Encode_System_Object_ + commentId: M:RedLoader.TinyJSON.Encoder.Encode(System.Object) + name.vb: Encode(Object) + fullName: RedLoader.TinyJSON.Encoder.Encode(object) + fullName.vb: RedLoader.TinyJSON.Encoder.Encode(Object) + nameWithType: Encoder.Encode(object) + nameWithType.vb: Encoder.Encode(Object) +- uid: RedLoader.TinyJSON.Encoder.Encode* + name: Encode + href: api/RedLoader.TinyJSON.Encoder.html#RedLoader_TinyJSON_Encoder_Encode_ + commentId: Overload:RedLoader.TinyJSON.Encoder.Encode + fullName: RedLoader.TinyJSON.Encoder.Encode + nameWithType: Encoder.Encode +- uid: RedLoader.TinyJSON.Exclude + name: Exclude + href: api/RedLoader.TinyJSON.Exclude.html + commentId: T:RedLoader.TinyJSON.Exclude + fullName: RedLoader.TinyJSON.Exclude + nameWithType: Exclude +- uid: RedLoader.TinyJSON.Exclude.#ctor + name: Exclude() + href: api/RedLoader.TinyJSON.Exclude.html#RedLoader_TinyJSON_Exclude__ctor + commentId: M:RedLoader.TinyJSON.Exclude.#ctor + name.vb: New() + fullName: RedLoader.TinyJSON.Exclude.Exclude() + fullName.vb: RedLoader.TinyJSON.Exclude.New() + nameWithType: Exclude.Exclude() + nameWithType.vb: Exclude.New() +- uid: RedLoader.TinyJSON.Exclude.#ctor* + name: Exclude + href: api/RedLoader.TinyJSON.Exclude.html#RedLoader_TinyJSON_Exclude__ctor_ + commentId: Overload:RedLoader.TinyJSON.Exclude.#ctor + name.vb: New + fullName: RedLoader.TinyJSON.Exclude.Exclude + fullName.vb: RedLoader.TinyJSON.Exclude.New + nameWithType: Exclude.Exclude + nameWithType.vb: Exclude.New +- uid: RedLoader.TinyJSON.Extensions + name: Extensions + href: api/RedLoader.TinyJSON.Extensions.html + commentId: T:RedLoader.TinyJSON.Extensions + fullName: RedLoader.TinyJSON.Extensions + nameWithType: Extensions +- uid: RedLoader.TinyJSON.Extensions.AnyOfType* + name: AnyOfType + href: api/RedLoader.TinyJSON.Extensions.html#RedLoader_TinyJSON_Extensions_AnyOfType_ + commentId: Overload:RedLoader.TinyJSON.Extensions.AnyOfType + fullName: RedLoader.TinyJSON.Extensions.AnyOfType + nameWithType: Extensions.AnyOfType +- uid: RedLoader.TinyJSON.Extensions.AnyOfType``1(System.Collections.Generic.IEnumerable{``0},System.Type) + name: AnyOfType(IEnumerable, Type) + href: api/RedLoader.TinyJSON.Extensions.html#RedLoader_TinyJSON_Extensions_AnyOfType__1_System_Collections_Generic_IEnumerable___0__System_Type_ + commentId: M:RedLoader.TinyJSON.Extensions.AnyOfType``1(System.Collections.Generic.IEnumerable{``0},System.Type) + name.vb: AnyOfType(Of TSource)(IEnumerable(Of TSource), Type) + fullName: RedLoader.TinyJSON.Extensions.AnyOfType(System.Collections.Generic.IEnumerable, System.Type) + fullName.vb: RedLoader.TinyJSON.Extensions.AnyOfType(Of TSource)(System.Collections.Generic.IEnumerable(Of TSource), System.Type) + nameWithType: Extensions.AnyOfType(IEnumerable, Type) + nameWithType.vb: Extensions.AnyOfType(Of TSource)(IEnumerable(Of TSource), Type) +- uid: RedLoader.TinyJSON.Include + name: Include + href: api/RedLoader.TinyJSON.Include.html + commentId: T:RedLoader.TinyJSON.Include + fullName: RedLoader.TinyJSON.Include + nameWithType: Include +- uid: RedLoader.TinyJSON.Include.#ctor + name: Include() + href: api/RedLoader.TinyJSON.Include.html#RedLoader_TinyJSON_Include__ctor + commentId: M:RedLoader.TinyJSON.Include.#ctor + name.vb: New() + fullName: RedLoader.TinyJSON.Include.Include() + fullName.vb: RedLoader.TinyJSON.Include.New() + nameWithType: Include.Include() + nameWithType.vb: Include.New() +- uid: RedLoader.TinyJSON.Include.#ctor* + name: Include + href: api/RedLoader.TinyJSON.Include.html#RedLoader_TinyJSON_Include__ctor_ + commentId: Overload:RedLoader.TinyJSON.Include.#ctor + name.vb: New + fullName: RedLoader.TinyJSON.Include.Include + fullName.vb: RedLoader.TinyJSON.Include.New + nameWithType: Include.Include + nameWithType.vb: Include.New +- uid: RedLoader.TinyJSON.JSON + name: JSON + href: api/RedLoader.TinyJSON.JSON.html + commentId: T:RedLoader.TinyJSON.JSON + fullName: RedLoader.TinyJSON.JSON + nameWithType: JSON +- uid: RedLoader.TinyJSON.JSON.Dump(System.Object,RedLoader.TinyJSON.EncodeOptions) + name: Dump(object, EncodeOptions) + href: api/RedLoader.TinyJSON.JSON.html#RedLoader_TinyJSON_JSON_Dump_System_Object_RedLoader_TinyJSON_EncodeOptions_ + commentId: M:RedLoader.TinyJSON.JSON.Dump(System.Object,RedLoader.TinyJSON.EncodeOptions) + name.vb: Dump(Object, EncodeOptions) + fullName: RedLoader.TinyJSON.JSON.Dump(object, RedLoader.TinyJSON.EncodeOptions) + fullName.vb: RedLoader.TinyJSON.JSON.Dump(Object, RedLoader.TinyJSON.EncodeOptions) + nameWithType: JSON.Dump(object, EncodeOptions) + nameWithType.vb: JSON.Dump(Object, EncodeOptions) +- uid: RedLoader.TinyJSON.JSON.Dump(System.Object) + name: Dump(object) + href: api/RedLoader.TinyJSON.JSON.html#RedLoader_TinyJSON_JSON_Dump_System_Object_ + commentId: M:RedLoader.TinyJSON.JSON.Dump(System.Object) + name.vb: Dump(Object) + fullName: RedLoader.TinyJSON.JSON.Dump(object) + fullName.vb: RedLoader.TinyJSON.JSON.Dump(Object) + nameWithType: JSON.Dump(object) + nameWithType.vb: JSON.Dump(Object) +- uid: RedLoader.TinyJSON.JSON.Dump* + name: Dump + href: api/RedLoader.TinyJSON.JSON.html#RedLoader_TinyJSON_JSON_Dump_ + commentId: Overload:RedLoader.TinyJSON.JSON.Dump + fullName: RedLoader.TinyJSON.JSON.Dump + nameWithType: JSON.Dump +- uid: RedLoader.TinyJSON.JSON.Load(System.String) + name: Load(string) + href: api/RedLoader.TinyJSON.JSON.html#RedLoader_TinyJSON_JSON_Load_System_String_ + commentId: M:RedLoader.TinyJSON.JSON.Load(System.String) + name.vb: Load(String) + fullName: RedLoader.TinyJSON.JSON.Load(string) + fullName.vb: RedLoader.TinyJSON.JSON.Load(String) + nameWithType: JSON.Load(string) + nameWithType.vb: JSON.Load(String) +- uid: RedLoader.TinyJSON.JSON.Load* + name: Load + href: api/RedLoader.TinyJSON.JSON.html#RedLoader_TinyJSON_JSON_Load_ + commentId: Overload:RedLoader.TinyJSON.JSON.Load + fullName: RedLoader.TinyJSON.JSON.Load + nameWithType: JSON.Load +- uid: RedLoader.TinyJSON.JSON.MakeInto* + name: MakeInto + href: api/RedLoader.TinyJSON.JSON.html#RedLoader_TinyJSON_JSON_MakeInto_ + commentId: Overload:RedLoader.TinyJSON.JSON.MakeInto + fullName: RedLoader.TinyJSON.JSON.MakeInto + nameWithType: JSON.MakeInto +- uid: RedLoader.TinyJSON.JSON.MakeInto``1(RedLoader.TinyJSON.Variant,``0@) + name: MakeInto(Variant, out T) + href: api/RedLoader.TinyJSON.JSON.html#RedLoader_TinyJSON_JSON_MakeInto__1_RedLoader_TinyJSON_Variant___0__ + commentId: M:RedLoader.TinyJSON.JSON.MakeInto``1(RedLoader.TinyJSON.Variant,``0@) + name.vb: MakeInto(Of T)(Variant, T) + fullName: RedLoader.TinyJSON.JSON.MakeInto(RedLoader.TinyJSON.Variant, out T) + fullName.vb: RedLoader.TinyJSON.JSON.MakeInto(Of T)(RedLoader.TinyJSON.Variant, T) + nameWithType: JSON.MakeInto(Variant, out T) + nameWithType.vb: JSON.MakeInto(Of T)(Variant, T) +- uid: RedLoader.TinyJSON.JSON.Populate* + name: Populate + href: api/RedLoader.TinyJSON.JSON.html#RedLoader_TinyJSON_JSON_Populate_ + commentId: Overload:RedLoader.TinyJSON.JSON.Populate + fullName: RedLoader.TinyJSON.JSON.Populate + nameWithType: JSON.Populate +- uid: RedLoader.TinyJSON.JSON.Populate``1(RedLoader.TinyJSON.Variant,``0) + name: Populate(Variant, T) + href: api/RedLoader.TinyJSON.JSON.html#RedLoader_TinyJSON_JSON_Populate__1_RedLoader_TinyJSON_Variant___0_ + commentId: M:RedLoader.TinyJSON.JSON.Populate``1(RedLoader.TinyJSON.Variant,``0) + name.vb: Populate(Of T)(Variant, T) + fullName: RedLoader.TinyJSON.JSON.Populate(RedLoader.TinyJSON.Variant, T) + fullName.vb: RedLoader.TinyJSON.JSON.Populate(Of T)(RedLoader.TinyJSON.Variant, T) + nameWithType: JSON.Populate(Variant, T) + nameWithType.vb: JSON.Populate(Of T)(Variant, T) +- uid: RedLoader.TinyJSON.JSON.SupportTypeForAOT* + name: SupportTypeForAOT + href: api/RedLoader.TinyJSON.JSON.html#RedLoader_TinyJSON_JSON_SupportTypeForAOT_ + commentId: Overload:RedLoader.TinyJSON.JSON.SupportTypeForAOT + fullName: RedLoader.TinyJSON.JSON.SupportTypeForAOT + nameWithType: JSON.SupportTypeForAOT +- uid: RedLoader.TinyJSON.JSON.SupportTypeForAOT``1 + name: SupportTypeForAOT() + href: api/RedLoader.TinyJSON.JSON.html#RedLoader_TinyJSON_JSON_SupportTypeForAOT__1 + commentId: M:RedLoader.TinyJSON.JSON.SupportTypeForAOT``1 + name.vb: SupportTypeForAOT(Of T)() + fullName: RedLoader.TinyJSON.JSON.SupportTypeForAOT() + fullName.vb: RedLoader.TinyJSON.JSON.SupportTypeForAOT(Of T)() + nameWithType: JSON.SupportTypeForAOT() + nameWithType.vb: JSON.SupportTypeForAOT(Of T)() +- uid: RedLoader.TinyJSON.Load + name: Load + href: api/RedLoader.TinyJSON.Load.html + commentId: T:RedLoader.TinyJSON.Load + fullName: RedLoader.TinyJSON.Load + nameWithType: Load +- uid: RedLoader.TinyJSON.Load.#ctor + name: Load() + href: api/RedLoader.TinyJSON.Load.html#RedLoader_TinyJSON_Load__ctor + commentId: M:RedLoader.TinyJSON.Load.#ctor + name.vb: New() + fullName: RedLoader.TinyJSON.Load.Load() + fullName.vb: RedLoader.TinyJSON.Load.New() + nameWithType: Load.Load() + nameWithType.vb: Load.New() +- uid: RedLoader.TinyJSON.Load.#ctor* + name: Load + href: api/RedLoader.TinyJSON.Load.html#RedLoader_TinyJSON_Load__ctor_ + commentId: Overload:RedLoader.TinyJSON.Load.#ctor + name.vb: New + fullName: RedLoader.TinyJSON.Load.Load + fullName.vb: RedLoader.TinyJSON.Load.New + nameWithType: Load.Load + nameWithType.vb: Load.New +- uid: RedLoader.TinyJSON.ProxyArray + name: ProxyArray + href: api/RedLoader.TinyJSON.ProxyArray.html + commentId: T:RedLoader.TinyJSON.ProxyArray + fullName: RedLoader.TinyJSON.ProxyArray + nameWithType: ProxyArray +- uid: RedLoader.TinyJSON.ProxyArray.#ctor + name: ProxyArray() + href: api/RedLoader.TinyJSON.ProxyArray.html#RedLoader_TinyJSON_ProxyArray__ctor + commentId: M:RedLoader.TinyJSON.ProxyArray.#ctor + name.vb: New() + fullName: RedLoader.TinyJSON.ProxyArray.ProxyArray() + fullName.vb: RedLoader.TinyJSON.ProxyArray.New() + nameWithType: ProxyArray.ProxyArray() + nameWithType.vb: ProxyArray.New() +- uid: RedLoader.TinyJSON.ProxyArray.#ctor* + name: ProxyArray + href: api/RedLoader.TinyJSON.ProxyArray.html#RedLoader_TinyJSON_ProxyArray__ctor_ + commentId: Overload:RedLoader.TinyJSON.ProxyArray.#ctor + name.vb: New + fullName: RedLoader.TinyJSON.ProxyArray.ProxyArray + fullName.vb: RedLoader.TinyJSON.ProxyArray.New + nameWithType: ProxyArray.ProxyArray + nameWithType.vb: ProxyArray.New +- uid: RedLoader.TinyJSON.ProxyArray.Add(RedLoader.TinyJSON.Variant) + name: Add(Variant) + href: api/RedLoader.TinyJSON.ProxyArray.html#RedLoader_TinyJSON_ProxyArray_Add_RedLoader_TinyJSON_Variant_ + commentId: M:RedLoader.TinyJSON.ProxyArray.Add(RedLoader.TinyJSON.Variant) + fullName: RedLoader.TinyJSON.ProxyArray.Add(RedLoader.TinyJSON.Variant) + nameWithType: ProxyArray.Add(Variant) +- uid: RedLoader.TinyJSON.ProxyArray.Add* + name: Add + href: api/RedLoader.TinyJSON.ProxyArray.html#RedLoader_TinyJSON_ProxyArray_Add_ + commentId: Overload:RedLoader.TinyJSON.ProxyArray.Add + fullName: RedLoader.TinyJSON.ProxyArray.Add + nameWithType: ProxyArray.Add +- uid: RedLoader.TinyJSON.ProxyArray.Count + name: Count + href: api/RedLoader.TinyJSON.ProxyArray.html#RedLoader_TinyJSON_ProxyArray_Count + commentId: P:RedLoader.TinyJSON.ProxyArray.Count + fullName: RedLoader.TinyJSON.ProxyArray.Count + nameWithType: ProxyArray.Count +- uid: RedLoader.TinyJSON.ProxyArray.Count* + name: Count + href: api/RedLoader.TinyJSON.ProxyArray.html#RedLoader_TinyJSON_ProxyArray_Count_ + commentId: Overload:RedLoader.TinyJSON.ProxyArray.Count + fullName: RedLoader.TinyJSON.ProxyArray.Count + nameWithType: ProxyArray.Count +- uid: RedLoader.TinyJSON.ProxyArray.Item(System.Int32) + name: this[int] + href: api/RedLoader.TinyJSON.ProxyArray.html#RedLoader_TinyJSON_ProxyArray_Item_System_Int32_ + commentId: P:RedLoader.TinyJSON.ProxyArray.Item(System.Int32) + name.vb: this[](Integer) + fullName: RedLoader.TinyJSON.ProxyArray.this[int] + fullName.vb: RedLoader.TinyJSON.ProxyArray.this[](Integer) + nameWithType: ProxyArray.this[int] + nameWithType.vb: ProxyArray.this[](Integer) +- uid: RedLoader.TinyJSON.ProxyArray.Item* + name: this + href: api/RedLoader.TinyJSON.ProxyArray.html#RedLoader_TinyJSON_ProxyArray_Item_ + commentId: Overload:RedLoader.TinyJSON.ProxyArray.Item + name.vb: this[] + fullName: RedLoader.TinyJSON.ProxyArray.this + fullName.vb: RedLoader.TinyJSON.ProxyArray.this[] + nameWithType: ProxyArray.this + nameWithType.vb: ProxyArray.this[] +- uid: RedLoader.TinyJSON.ProxyBoolean + name: ProxyBoolean + href: api/RedLoader.TinyJSON.ProxyBoolean.html + commentId: T:RedLoader.TinyJSON.ProxyBoolean + fullName: RedLoader.TinyJSON.ProxyBoolean + nameWithType: ProxyBoolean +- uid: RedLoader.TinyJSON.ProxyBoolean.#ctor(System.Boolean) + name: ProxyBoolean(bool) + href: api/RedLoader.TinyJSON.ProxyBoolean.html#RedLoader_TinyJSON_ProxyBoolean__ctor_System_Boolean_ + commentId: M:RedLoader.TinyJSON.ProxyBoolean.#ctor(System.Boolean) + name.vb: New(Boolean) + fullName: RedLoader.TinyJSON.ProxyBoolean.ProxyBoolean(bool) + fullName.vb: RedLoader.TinyJSON.ProxyBoolean.New(Boolean) + nameWithType: ProxyBoolean.ProxyBoolean(bool) + nameWithType.vb: ProxyBoolean.New(Boolean) +- uid: RedLoader.TinyJSON.ProxyBoolean.#ctor* + name: ProxyBoolean + href: api/RedLoader.TinyJSON.ProxyBoolean.html#RedLoader_TinyJSON_ProxyBoolean__ctor_ + commentId: Overload:RedLoader.TinyJSON.ProxyBoolean.#ctor + name.vb: New + fullName: RedLoader.TinyJSON.ProxyBoolean.ProxyBoolean + fullName.vb: RedLoader.TinyJSON.ProxyBoolean.New + nameWithType: ProxyBoolean.ProxyBoolean + nameWithType.vb: ProxyBoolean.New +- uid: RedLoader.TinyJSON.ProxyBoolean.ToBoolean(System.IFormatProvider) + name: ToBoolean(IFormatProvider) + href: api/RedLoader.TinyJSON.ProxyBoolean.html#RedLoader_TinyJSON_ProxyBoolean_ToBoolean_System_IFormatProvider_ + commentId: M:RedLoader.TinyJSON.ProxyBoolean.ToBoolean(System.IFormatProvider) + fullName: RedLoader.TinyJSON.ProxyBoolean.ToBoolean(System.IFormatProvider) + nameWithType: ProxyBoolean.ToBoolean(IFormatProvider) +- uid: RedLoader.TinyJSON.ProxyBoolean.ToBoolean* + name: ToBoolean + href: api/RedLoader.TinyJSON.ProxyBoolean.html#RedLoader_TinyJSON_ProxyBoolean_ToBoolean_ + commentId: Overload:RedLoader.TinyJSON.ProxyBoolean.ToBoolean + fullName: RedLoader.TinyJSON.ProxyBoolean.ToBoolean + nameWithType: ProxyBoolean.ToBoolean +- uid: RedLoader.TinyJSON.ProxyBoolean.ToString(System.IFormatProvider) + name: ToString(IFormatProvider) + href: api/RedLoader.TinyJSON.ProxyBoolean.html#RedLoader_TinyJSON_ProxyBoolean_ToString_System_IFormatProvider_ + commentId: M:RedLoader.TinyJSON.ProxyBoolean.ToString(System.IFormatProvider) + fullName: RedLoader.TinyJSON.ProxyBoolean.ToString(System.IFormatProvider) + nameWithType: ProxyBoolean.ToString(IFormatProvider) +- uid: RedLoader.TinyJSON.ProxyBoolean.ToString* + name: ToString + href: api/RedLoader.TinyJSON.ProxyBoolean.html#RedLoader_TinyJSON_ProxyBoolean_ToString_ + commentId: Overload:RedLoader.TinyJSON.ProxyBoolean.ToString + fullName: RedLoader.TinyJSON.ProxyBoolean.ToString + nameWithType: ProxyBoolean.ToString +- uid: RedLoader.TinyJSON.ProxyNumber + name: ProxyNumber + href: api/RedLoader.TinyJSON.ProxyNumber.html + commentId: T:RedLoader.TinyJSON.ProxyNumber + fullName: RedLoader.TinyJSON.ProxyNumber + nameWithType: ProxyNumber +- uid: RedLoader.TinyJSON.ProxyNumber.#ctor(System.IConvertible) + name: ProxyNumber(IConvertible) + href: api/RedLoader.TinyJSON.ProxyNumber.html#RedLoader_TinyJSON_ProxyNumber__ctor_System_IConvertible_ + commentId: M:RedLoader.TinyJSON.ProxyNumber.#ctor(System.IConvertible) + name.vb: New(IConvertible) + fullName: RedLoader.TinyJSON.ProxyNumber.ProxyNumber(System.IConvertible) + fullName.vb: RedLoader.TinyJSON.ProxyNumber.New(System.IConvertible) + nameWithType: ProxyNumber.ProxyNumber(IConvertible) + nameWithType.vb: ProxyNumber.New(IConvertible) +- uid: RedLoader.TinyJSON.ProxyNumber.#ctor* + name: ProxyNumber + href: api/RedLoader.TinyJSON.ProxyNumber.html#RedLoader_TinyJSON_ProxyNumber__ctor_ + commentId: Overload:RedLoader.TinyJSON.ProxyNumber.#ctor + name.vb: New + fullName: RedLoader.TinyJSON.ProxyNumber.ProxyNumber + fullName.vb: RedLoader.TinyJSON.ProxyNumber.New + nameWithType: ProxyNumber.ProxyNumber + nameWithType.vb: ProxyNumber.New +- uid: RedLoader.TinyJSON.ProxyNumber.ToBoolean(System.IFormatProvider) + name: ToBoolean(IFormatProvider) + href: api/RedLoader.TinyJSON.ProxyNumber.html#RedLoader_TinyJSON_ProxyNumber_ToBoolean_System_IFormatProvider_ + commentId: M:RedLoader.TinyJSON.ProxyNumber.ToBoolean(System.IFormatProvider) + fullName: RedLoader.TinyJSON.ProxyNumber.ToBoolean(System.IFormatProvider) + nameWithType: ProxyNumber.ToBoolean(IFormatProvider) +- uid: RedLoader.TinyJSON.ProxyNumber.ToBoolean* + name: ToBoolean + href: api/RedLoader.TinyJSON.ProxyNumber.html#RedLoader_TinyJSON_ProxyNumber_ToBoolean_ + commentId: Overload:RedLoader.TinyJSON.ProxyNumber.ToBoolean + fullName: RedLoader.TinyJSON.ProxyNumber.ToBoolean + nameWithType: ProxyNumber.ToBoolean +- uid: RedLoader.TinyJSON.ProxyNumber.ToByte(System.IFormatProvider) + name: ToByte(IFormatProvider) + href: api/RedLoader.TinyJSON.ProxyNumber.html#RedLoader_TinyJSON_ProxyNumber_ToByte_System_IFormatProvider_ + commentId: M:RedLoader.TinyJSON.ProxyNumber.ToByte(System.IFormatProvider) + fullName: RedLoader.TinyJSON.ProxyNumber.ToByte(System.IFormatProvider) + nameWithType: ProxyNumber.ToByte(IFormatProvider) +- uid: RedLoader.TinyJSON.ProxyNumber.ToByte* + name: ToByte + href: api/RedLoader.TinyJSON.ProxyNumber.html#RedLoader_TinyJSON_ProxyNumber_ToByte_ + commentId: Overload:RedLoader.TinyJSON.ProxyNumber.ToByte + fullName: RedLoader.TinyJSON.ProxyNumber.ToByte + nameWithType: ProxyNumber.ToByte +- uid: RedLoader.TinyJSON.ProxyNumber.ToChar(System.IFormatProvider) + name: ToChar(IFormatProvider) + href: api/RedLoader.TinyJSON.ProxyNumber.html#RedLoader_TinyJSON_ProxyNumber_ToChar_System_IFormatProvider_ + commentId: M:RedLoader.TinyJSON.ProxyNumber.ToChar(System.IFormatProvider) + fullName: RedLoader.TinyJSON.ProxyNumber.ToChar(System.IFormatProvider) + nameWithType: ProxyNumber.ToChar(IFormatProvider) +- uid: RedLoader.TinyJSON.ProxyNumber.ToChar* + name: ToChar + href: api/RedLoader.TinyJSON.ProxyNumber.html#RedLoader_TinyJSON_ProxyNumber_ToChar_ + commentId: Overload:RedLoader.TinyJSON.ProxyNumber.ToChar + fullName: RedLoader.TinyJSON.ProxyNumber.ToChar + nameWithType: ProxyNumber.ToChar +- uid: RedLoader.TinyJSON.ProxyNumber.ToDecimal(System.IFormatProvider) + name: ToDecimal(IFormatProvider) + href: api/RedLoader.TinyJSON.ProxyNumber.html#RedLoader_TinyJSON_ProxyNumber_ToDecimal_System_IFormatProvider_ + commentId: M:RedLoader.TinyJSON.ProxyNumber.ToDecimal(System.IFormatProvider) + fullName: RedLoader.TinyJSON.ProxyNumber.ToDecimal(System.IFormatProvider) + nameWithType: ProxyNumber.ToDecimal(IFormatProvider) +- uid: RedLoader.TinyJSON.ProxyNumber.ToDecimal* + name: ToDecimal + href: api/RedLoader.TinyJSON.ProxyNumber.html#RedLoader_TinyJSON_ProxyNumber_ToDecimal_ + commentId: Overload:RedLoader.TinyJSON.ProxyNumber.ToDecimal + fullName: RedLoader.TinyJSON.ProxyNumber.ToDecimal + nameWithType: ProxyNumber.ToDecimal +- uid: RedLoader.TinyJSON.ProxyNumber.ToDouble(System.IFormatProvider) + name: ToDouble(IFormatProvider) + href: api/RedLoader.TinyJSON.ProxyNumber.html#RedLoader_TinyJSON_ProxyNumber_ToDouble_System_IFormatProvider_ + commentId: M:RedLoader.TinyJSON.ProxyNumber.ToDouble(System.IFormatProvider) + fullName: RedLoader.TinyJSON.ProxyNumber.ToDouble(System.IFormatProvider) + nameWithType: ProxyNumber.ToDouble(IFormatProvider) +- uid: RedLoader.TinyJSON.ProxyNumber.ToDouble* + name: ToDouble + href: api/RedLoader.TinyJSON.ProxyNumber.html#RedLoader_TinyJSON_ProxyNumber_ToDouble_ + commentId: Overload:RedLoader.TinyJSON.ProxyNumber.ToDouble + fullName: RedLoader.TinyJSON.ProxyNumber.ToDouble + nameWithType: ProxyNumber.ToDouble +- uid: RedLoader.TinyJSON.ProxyNumber.ToInt16(System.IFormatProvider) + name: ToInt16(IFormatProvider) + href: api/RedLoader.TinyJSON.ProxyNumber.html#RedLoader_TinyJSON_ProxyNumber_ToInt16_System_IFormatProvider_ + commentId: M:RedLoader.TinyJSON.ProxyNumber.ToInt16(System.IFormatProvider) + fullName: RedLoader.TinyJSON.ProxyNumber.ToInt16(System.IFormatProvider) + nameWithType: ProxyNumber.ToInt16(IFormatProvider) +- uid: RedLoader.TinyJSON.ProxyNumber.ToInt16* + name: ToInt16 + href: api/RedLoader.TinyJSON.ProxyNumber.html#RedLoader_TinyJSON_ProxyNumber_ToInt16_ + commentId: Overload:RedLoader.TinyJSON.ProxyNumber.ToInt16 + fullName: RedLoader.TinyJSON.ProxyNumber.ToInt16 + nameWithType: ProxyNumber.ToInt16 +- uid: RedLoader.TinyJSON.ProxyNumber.ToInt32(System.IFormatProvider) + name: ToInt32(IFormatProvider) + href: api/RedLoader.TinyJSON.ProxyNumber.html#RedLoader_TinyJSON_ProxyNumber_ToInt32_System_IFormatProvider_ + commentId: M:RedLoader.TinyJSON.ProxyNumber.ToInt32(System.IFormatProvider) + fullName: RedLoader.TinyJSON.ProxyNumber.ToInt32(System.IFormatProvider) + nameWithType: ProxyNumber.ToInt32(IFormatProvider) +- uid: RedLoader.TinyJSON.ProxyNumber.ToInt32* + name: ToInt32 + href: api/RedLoader.TinyJSON.ProxyNumber.html#RedLoader_TinyJSON_ProxyNumber_ToInt32_ + commentId: Overload:RedLoader.TinyJSON.ProxyNumber.ToInt32 + fullName: RedLoader.TinyJSON.ProxyNumber.ToInt32 + nameWithType: ProxyNumber.ToInt32 +- uid: RedLoader.TinyJSON.ProxyNumber.ToInt64(System.IFormatProvider) + name: ToInt64(IFormatProvider) + href: api/RedLoader.TinyJSON.ProxyNumber.html#RedLoader_TinyJSON_ProxyNumber_ToInt64_System_IFormatProvider_ + commentId: M:RedLoader.TinyJSON.ProxyNumber.ToInt64(System.IFormatProvider) + fullName: RedLoader.TinyJSON.ProxyNumber.ToInt64(System.IFormatProvider) + nameWithType: ProxyNumber.ToInt64(IFormatProvider) +- uid: RedLoader.TinyJSON.ProxyNumber.ToInt64* + name: ToInt64 + href: api/RedLoader.TinyJSON.ProxyNumber.html#RedLoader_TinyJSON_ProxyNumber_ToInt64_ + commentId: Overload:RedLoader.TinyJSON.ProxyNumber.ToInt64 + fullName: RedLoader.TinyJSON.ProxyNumber.ToInt64 + nameWithType: ProxyNumber.ToInt64 +- uid: RedLoader.TinyJSON.ProxyNumber.ToSByte(System.IFormatProvider) + name: ToSByte(IFormatProvider) + href: api/RedLoader.TinyJSON.ProxyNumber.html#RedLoader_TinyJSON_ProxyNumber_ToSByte_System_IFormatProvider_ + commentId: M:RedLoader.TinyJSON.ProxyNumber.ToSByte(System.IFormatProvider) + fullName: RedLoader.TinyJSON.ProxyNumber.ToSByte(System.IFormatProvider) + nameWithType: ProxyNumber.ToSByte(IFormatProvider) +- uid: RedLoader.TinyJSON.ProxyNumber.ToSByte* + name: ToSByte + href: api/RedLoader.TinyJSON.ProxyNumber.html#RedLoader_TinyJSON_ProxyNumber_ToSByte_ + commentId: Overload:RedLoader.TinyJSON.ProxyNumber.ToSByte + fullName: RedLoader.TinyJSON.ProxyNumber.ToSByte + nameWithType: ProxyNumber.ToSByte +- uid: RedLoader.TinyJSON.ProxyNumber.ToSingle(System.IFormatProvider) + name: ToSingle(IFormatProvider) + href: api/RedLoader.TinyJSON.ProxyNumber.html#RedLoader_TinyJSON_ProxyNumber_ToSingle_System_IFormatProvider_ + commentId: M:RedLoader.TinyJSON.ProxyNumber.ToSingle(System.IFormatProvider) + fullName: RedLoader.TinyJSON.ProxyNumber.ToSingle(System.IFormatProvider) + nameWithType: ProxyNumber.ToSingle(IFormatProvider) +- uid: RedLoader.TinyJSON.ProxyNumber.ToSingle* + name: ToSingle + href: api/RedLoader.TinyJSON.ProxyNumber.html#RedLoader_TinyJSON_ProxyNumber_ToSingle_ + commentId: Overload:RedLoader.TinyJSON.ProxyNumber.ToSingle + fullName: RedLoader.TinyJSON.ProxyNumber.ToSingle + nameWithType: ProxyNumber.ToSingle +- uid: RedLoader.TinyJSON.ProxyNumber.ToString(System.IFormatProvider) + name: ToString(IFormatProvider) + href: api/RedLoader.TinyJSON.ProxyNumber.html#RedLoader_TinyJSON_ProxyNumber_ToString_System_IFormatProvider_ + commentId: M:RedLoader.TinyJSON.ProxyNumber.ToString(System.IFormatProvider) + fullName: RedLoader.TinyJSON.ProxyNumber.ToString(System.IFormatProvider) + nameWithType: ProxyNumber.ToString(IFormatProvider) +- uid: RedLoader.TinyJSON.ProxyNumber.ToString* + name: ToString + href: api/RedLoader.TinyJSON.ProxyNumber.html#RedLoader_TinyJSON_ProxyNumber_ToString_ + commentId: Overload:RedLoader.TinyJSON.ProxyNumber.ToString + fullName: RedLoader.TinyJSON.ProxyNumber.ToString + nameWithType: ProxyNumber.ToString +- uid: RedLoader.TinyJSON.ProxyNumber.ToUInt16(System.IFormatProvider) + name: ToUInt16(IFormatProvider) + href: api/RedLoader.TinyJSON.ProxyNumber.html#RedLoader_TinyJSON_ProxyNumber_ToUInt16_System_IFormatProvider_ + commentId: M:RedLoader.TinyJSON.ProxyNumber.ToUInt16(System.IFormatProvider) + fullName: RedLoader.TinyJSON.ProxyNumber.ToUInt16(System.IFormatProvider) + nameWithType: ProxyNumber.ToUInt16(IFormatProvider) +- uid: RedLoader.TinyJSON.ProxyNumber.ToUInt16* + name: ToUInt16 + href: api/RedLoader.TinyJSON.ProxyNumber.html#RedLoader_TinyJSON_ProxyNumber_ToUInt16_ + commentId: Overload:RedLoader.TinyJSON.ProxyNumber.ToUInt16 + fullName: RedLoader.TinyJSON.ProxyNumber.ToUInt16 + nameWithType: ProxyNumber.ToUInt16 +- uid: RedLoader.TinyJSON.ProxyNumber.ToUInt32(System.IFormatProvider) + name: ToUInt32(IFormatProvider) + href: api/RedLoader.TinyJSON.ProxyNumber.html#RedLoader_TinyJSON_ProxyNumber_ToUInt32_System_IFormatProvider_ + commentId: M:RedLoader.TinyJSON.ProxyNumber.ToUInt32(System.IFormatProvider) + fullName: RedLoader.TinyJSON.ProxyNumber.ToUInt32(System.IFormatProvider) + nameWithType: ProxyNumber.ToUInt32(IFormatProvider) +- uid: RedLoader.TinyJSON.ProxyNumber.ToUInt32* + name: ToUInt32 + href: api/RedLoader.TinyJSON.ProxyNumber.html#RedLoader_TinyJSON_ProxyNumber_ToUInt32_ + commentId: Overload:RedLoader.TinyJSON.ProxyNumber.ToUInt32 + fullName: RedLoader.TinyJSON.ProxyNumber.ToUInt32 + nameWithType: ProxyNumber.ToUInt32 +- uid: RedLoader.TinyJSON.ProxyNumber.ToUInt64(System.IFormatProvider) + name: ToUInt64(IFormatProvider) + href: api/RedLoader.TinyJSON.ProxyNumber.html#RedLoader_TinyJSON_ProxyNumber_ToUInt64_System_IFormatProvider_ + commentId: M:RedLoader.TinyJSON.ProxyNumber.ToUInt64(System.IFormatProvider) + fullName: RedLoader.TinyJSON.ProxyNumber.ToUInt64(System.IFormatProvider) + nameWithType: ProxyNumber.ToUInt64(IFormatProvider) +- uid: RedLoader.TinyJSON.ProxyNumber.ToUInt64* + name: ToUInt64 + href: api/RedLoader.TinyJSON.ProxyNumber.html#RedLoader_TinyJSON_ProxyNumber_ToUInt64_ + commentId: Overload:RedLoader.TinyJSON.ProxyNumber.ToUInt64 + fullName: RedLoader.TinyJSON.ProxyNumber.ToUInt64 + nameWithType: ProxyNumber.ToUInt64 +- uid: RedLoader.TinyJSON.ProxyObject + name: ProxyObject + href: api/RedLoader.TinyJSON.ProxyObject.html + commentId: T:RedLoader.TinyJSON.ProxyObject + fullName: RedLoader.TinyJSON.ProxyObject + nameWithType: ProxyObject +- uid: RedLoader.TinyJSON.ProxyObject.#ctor + name: ProxyObject() + href: api/RedLoader.TinyJSON.ProxyObject.html#RedLoader_TinyJSON_ProxyObject__ctor + commentId: M:RedLoader.TinyJSON.ProxyObject.#ctor + name.vb: New() + fullName: RedLoader.TinyJSON.ProxyObject.ProxyObject() + fullName.vb: RedLoader.TinyJSON.ProxyObject.New() + nameWithType: ProxyObject.ProxyObject() + nameWithType.vb: ProxyObject.New() +- uid: RedLoader.TinyJSON.ProxyObject.#ctor* + name: ProxyObject + href: api/RedLoader.TinyJSON.ProxyObject.html#RedLoader_TinyJSON_ProxyObject__ctor_ + commentId: Overload:RedLoader.TinyJSON.ProxyObject.#ctor + name.vb: New + fullName: RedLoader.TinyJSON.ProxyObject.ProxyObject + fullName.vb: RedLoader.TinyJSON.ProxyObject.New + nameWithType: ProxyObject.ProxyObject + nameWithType.vb: ProxyObject.New +- uid: RedLoader.TinyJSON.ProxyObject.Add(System.String,RedLoader.TinyJSON.Variant) + name: Add(string, Variant) + href: api/RedLoader.TinyJSON.ProxyObject.html#RedLoader_TinyJSON_ProxyObject_Add_System_String_RedLoader_TinyJSON_Variant_ + commentId: M:RedLoader.TinyJSON.ProxyObject.Add(System.String,RedLoader.TinyJSON.Variant) + name.vb: Add(String, Variant) + fullName: RedLoader.TinyJSON.ProxyObject.Add(string, RedLoader.TinyJSON.Variant) + fullName.vb: RedLoader.TinyJSON.ProxyObject.Add(String, RedLoader.TinyJSON.Variant) + nameWithType: ProxyObject.Add(string, Variant) + nameWithType.vb: ProxyObject.Add(String, Variant) +- uid: RedLoader.TinyJSON.ProxyObject.Add* + name: Add + href: api/RedLoader.TinyJSON.ProxyObject.html#RedLoader_TinyJSON_ProxyObject_Add_ + commentId: Overload:RedLoader.TinyJSON.ProxyObject.Add + fullName: RedLoader.TinyJSON.ProxyObject.Add + nameWithType: ProxyObject.Add +- uid: RedLoader.TinyJSON.ProxyObject.Count + name: Count + href: api/RedLoader.TinyJSON.ProxyObject.html#RedLoader_TinyJSON_ProxyObject_Count + commentId: P:RedLoader.TinyJSON.ProxyObject.Count + fullName: RedLoader.TinyJSON.ProxyObject.Count + nameWithType: ProxyObject.Count +- uid: RedLoader.TinyJSON.ProxyObject.Count* + name: Count + href: api/RedLoader.TinyJSON.ProxyObject.html#RedLoader_TinyJSON_ProxyObject_Count_ + commentId: Overload:RedLoader.TinyJSON.ProxyObject.Count + fullName: RedLoader.TinyJSON.ProxyObject.Count + nameWithType: ProxyObject.Count +- uid: RedLoader.TinyJSON.ProxyObject.Item(System.String) + name: this[string] + href: api/RedLoader.TinyJSON.ProxyObject.html#RedLoader_TinyJSON_ProxyObject_Item_System_String_ + commentId: P:RedLoader.TinyJSON.ProxyObject.Item(System.String) + name.vb: this[](String) + fullName: RedLoader.TinyJSON.ProxyObject.this[string] + fullName.vb: RedLoader.TinyJSON.ProxyObject.this[](String) + nameWithType: ProxyObject.this[string] + nameWithType.vb: ProxyObject.this[](String) +- uid: RedLoader.TinyJSON.ProxyObject.Item* + name: this + href: api/RedLoader.TinyJSON.ProxyObject.html#RedLoader_TinyJSON_ProxyObject_Item_ + commentId: Overload:RedLoader.TinyJSON.ProxyObject.Item + name.vb: this[] + fullName: RedLoader.TinyJSON.ProxyObject.this + fullName.vb: RedLoader.TinyJSON.ProxyObject.this[] + nameWithType: ProxyObject.this + nameWithType.vb: ProxyObject.this[] +- uid: RedLoader.TinyJSON.ProxyObject.Keys + name: Keys + href: api/RedLoader.TinyJSON.ProxyObject.html#RedLoader_TinyJSON_ProxyObject_Keys + commentId: P:RedLoader.TinyJSON.ProxyObject.Keys + fullName: RedLoader.TinyJSON.ProxyObject.Keys + nameWithType: ProxyObject.Keys +- uid: RedLoader.TinyJSON.ProxyObject.Keys* + name: Keys + href: api/RedLoader.TinyJSON.ProxyObject.html#RedLoader_TinyJSON_ProxyObject_Keys_ + commentId: Overload:RedLoader.TinyJSON.ProxyObject.Keys + fullName: RedLoader.TinyJSON.ProxyObject.Keys + nameWithType: ProxyObject.Keys +- uid: RedLoader.TinyJSON.ProxyObject.TryGetValue(System.String,RedLoader.TinyJSON.Variant@) + name: TryGetValue(string, out Variant) + href: api/RedLoader.TinyJSON.ProxyObject.html#RedLoader_TinyJSON_ProxyObject_TryGetValue_System_String_RedLoader_TinyJSON_Variant__ + commentId: M:RedLoader.TinyJSON.ProxyObject.TryGetValue(System.String,RedLoader.TinyJSON.Variant@) + name.vb: TryGetValue(String, Variant) + fullName: RedLoader.TinyJSON.ProxyObject.TryGetValue(string, out RedLoader.TinyJSON.Variant) + fullName.vb: RedLoader.TinyJSON.ProxyObject.TryGetValue(String, RedLoader.TinyJSON.Variant) + nameWithType: ProxyObject.TryGetValue(string, out Variant) + nameWithType.vb: ProxyObject.TryGetValue(String, Variant) +- uid: RedLoader.TinyJSON.ProxyObject.TryGetValue* + name: TryGetValue + href: api/RedLoader.TinyJSON.ProxyObject.html#RedLoader_TinyJSON_ProxyObject_TryGetValue_ + commentId: Overload:RedLoader.TinyJSON.ProxyObject.TryGetValue + fullName: RedLoader.TinyJSON.ProxyObject.TryGetValue + nameWithType: ProxyObject.TryGetValue +- uid: RedLoader.TinyJSON.ProxyObject.TypeHint + name: TypeHint + href: api/RedLoader.TinyJSON.ProxyObject.html#RedLoader_TinyJSON_ProxyObject_TypeHint + commentId: P:RedLoader.TinyJSON.ProxyObject.TypeHint + fullName: RedLoader.TinyJSON.ProxyObject.TypeHint + nameWithType: ProxyObject.TypeHint +- uid: RedLoader.TinyJSON.ProxyObject.TypeHint* + name: TypeHint + href: api/RedLoader.TinyJSON.ProxyObject.html#RedLoader_TinyJSON_ProxyObject_TypeHint_ + commentId: Overload:RedLoader.TinyJSON.ProxyObject.TypeHint + fullName: RedLoader.TinyJSON.ProxyObject.TypeHint + nameWithType: ProxyObject.TypeHint +- uid: RedLoader.TinyJSON.ProxyObject.TypeHintKey + name: TypeHintKey + href: api/RedLoader.TinyJSON.ProxyObject.html#RedLoader_TinyJSON_ProxyObject_TypeHintKey + commentId: F:RedLoader.TinyJSON.ProxyObject.TypeHintKey + fullName: RedLoader.TinyJSON.ProxyObject.TypeHintKey + nameWithType: ProxyObject.TypeHintKey +- uid: RedLoader.TinyJSON.ProxyObject.Values + name: Values + href: api/RedLoader.TinyJSON.ProxyObject.html#RedLoader_TinyJSON_ProxyObject_Values + commentId: P:RedLoader.TinyJSON.ProxyObject.Values + fullName: RedLoader.TinyJSON.ProxyObject.Values + nameWithType: ProxyObject.Values +- uid: RedLoader.TinyJSON.ProxyObject.Values* + name: Values + href: api/RedLoader.TinyJSON.ProxyObject.html#RedLoader_TinyJSON_ProxyObject_Values_ + commentId: Overload:RedLoader.TinyJSON.ProxyObject.Values + fullName: RedLoader.TinyJSON.ProxyObject.Values + nameWithType: ProxyObject.Values +- uid: RedLoader.TinyJSON.ProxyString + name: ProxyString + href: api/RedLoader.TinyJSON.ProxyString.html + commentId: T:RedLoader.TinyJSON.ProxyString + fullName: RedLoader.TinyJSON.ProxyString + nameWithType: ProxyString +- uid: RedLoader.TinyJSON.ProxyString.#ctor(System.String) + name: ProxyString(string) + href: api/RedLoader.TinyJSON.ProxyString.html#RedLoader_TinyJSON_ProxyString__ctor_System_String_ + commentId: M:RedLoader.TinyJSON.ProxyString.#ctor(System.String) + name.vb: New(String) + fullName: RedLoader.TinyJSON.ProxyString.ProxyString(string) + fullName.vb: RedLoader.TinyJSON.ProxyString.New(String) + nameWithType: ProxyString.ProxyString(string) + nameWithType.vb: ProxyString.New(String) +- uid: RedLoader.TinyJSON.ProxyString.#ctor* + name: ProxyString + href: api/RedLoader.TinyJSON.ProxyString.html#RedLoader_TinyJSON_ProxyString__ctor_ + commentId: Overload:RedLoader.TinyJSON.ProxyString.#ctor + name.vb: New + fullName: RedLoader.TinyJSON.ProxyString.ProxyString + fullName.vb: RedLoader.TinyJSON.ProxyString.New + nameWithType: ProxyString.ProxyString + nameWithType.vb: ProxyString.New +- uid: RedLoader.TinyJSON.ProxyString.ToString(System.IFormatProvider) + name: ToString(IFormatProvider) + href: api/RedLoader.TinyJSON.ProxyString.html#RedLoader_TinyJSON_ProxyString_ToString_System_IFormatProvider_ + commentId: M:RedLoader.TinyJSON.ProxyString.ToString(System.IFormatProvider) + fullName: RedLoader.TinyJSON.ProxyString.ToString(System.IFormatProvider) + nameWithType: ProxyString.ToString(IFormatProvider) +- uid: RedLoader.TinyJSON.ProxyString.ToString* + name: ToString + href: api/RedLoader.TinyJSON.ProxyString.html#RedLoader_TinyJSON_ProxyString_ToString_ + commentId: Overload:RedLoader.TinyJSON.ProxyString.ToString + fullName: RedLoader.TinyJSON.ProxyString.ToString + nameWithType: ProxyString.ToString +- uid: RedLoader.TinyJSON.Skip + name: Skip + href: api/RedLoader.TinyJSON.Skip.html + commentId: T:RedLoader.TinyJSON.Skip + fullName: RedLoader.TinyJSON.Skip + nameWithType: Skip +- uid: RedLoader.TinyJSON.Skip.#ctor + name: Skip() + href: api/RedLoader.TinyJSON.Skip.html#RedLoader_TinyJSON_Skip__ctor + commentId: M:RedLoader.TinyJSON.Skip.#ctor + name.vb: New() + fullName: RedLoader.TinyJSON.Skip.Skip() + fullName.vb: RedLoader.TinyJSON.Skip.New() + nameWithType: Skip.Skip() + nameWithType.vb: Skip.New() +- uid: RedLoader.TinyJSON.Skip.#ctor* + name: Skip + href: api/RedLoader.TinyJSON.Skip.html#RedLoader_TinyJSON_Skip__ctor_ + commentId: Overload:RedLoader.TinyJSON.Skip.#ctor + name.vb: New + fullName: RedLoader.TinyJSON.Skip.Skip + fullName.vb: RedLoader.TinyJSON.Skip.New + nameWithType: Skip.Skip + nameWithType.vb: Skip.New +- uid: RedLoader.TinyJSON.TypeHint + name: TypeHint + href: api/RedLoader.TinyJSON.TypeHint.html + commentId: T:RedLoader.TinyJSON.TypeHint + fullName: RedLoader.TinyJSON.TypeHint + nameWithType: TypeHint +- uid: RedLoader.TinyJSON.TypeHint.#ctor + name: TypeHint() + href: api/RedLoader.TinyJSON.TypeHint.html#RedLoader_TinyJSON_TypeHint__ctor + commentId: M:RedLoader.TinyJSON.TypeHint.#ctor + name.vb: New() + fullName: RedLoader.TinyJSON.TypeHint.TypeHint() + fullName.vb: RedLoader.TinyJSON.TypeHint.New() + nameWithType: TypeHint.TypeHint() + nameWithType.vb: TypeHint.New() +- uid: RedLoader.TinyJSON.TypeHint.#ctor* + name: TypeHint + href: api/RedLoader.TinyJSON.TypeHint.html#RedLoader_TinyJSON_TypeHint__ctor_ + commentId: Overload:RedLoader.TinyJSON.TypeHint.#ctor + name.vb: New + fullName: RedLoader.TinyJSON.TypeHint.TypeHint + fullName.vb: RedLoader.TinyJSON.TypeHint.New + nameWithType: TypeHint.TypeHint + nameWithType.vb: TypeHint.New +- uid: RedLoader.TinyJSON.Variant + name: Variant + href: api/RedLoader.TinyJSON.Variant.html + commentId: T:RedLoader.TinyJSON.Variant + fullName: RedLoader.TinyJSON.Variant + nameWithType: Variant +- uid: RedLoader.TinyJSON.Variant.#ctor + name: Variant() + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant__ctor + commentId: M:RedLoader.TinyJSON.Variant.#ctor + name.vb: New() + fullName: RedLoader.TinyJSON.Variant.Variant() + fullName.vb: RedLoader.TinyJSON.Variant.New() + nameWithType: Variant.Variant() + nameWithType.vb: Variant.New() +- uid: RedLoader.TinyJSON.Variant.#ctor* + name: Variant + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant__ctor_ + commentId: Overload:RedLoader.TinyJSON.Variant.#ctor + name.vb: New + fullName: RedLoader.TinyJSON.Variant.Variant + fullName.vb: RedLoader.TinyJSON.Variant.New + nameWithType: Variant.Variant + nameWithType.vb: Variant.New +- uid: RedLoader.TinyJSON.Variant.FormatProvider + name: FormatProvider + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_FormatProvider + commentId: F:RedLoader.TinyJSON.Variant.FormatProvider + fullName: RedLoader.TinyJSON.Variant.FormatProvider + nameWithType: Variant.FormatProvider +- uid: RedLoader.TinyJSON.Variant.GetTypeCode + name: GetTypeCode() + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_GetTypeCode + commentId: M:RedLoader.TinyJSON.Variant.GetTypeCode + fullName: RedLoader.TinyJSON.Variant.GetTypeCode() + nameWithType: Variant.GetTypeCode() +- uid: RedLoader.TinyJSON.Variant.GetTypeCode* + name: GetTypeCode + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_GetTypeCode_ + commentId: Overload:RedLoader.TinyJSON.Variant.GetTypeCode + fullName: RedLoader.TinyJSON.Variant.GetTypeCode + nameWithType: Variant.GetTypeCode +- uid: RedLoader.TinyJSON.Variant.Item(System.Int32) + name: this[int] + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_Item_System_Int32_ + commentId: P:RedLoader.TinyJSON.Variant.Item(System.Int32) + name.vb: this[](Integer) + fullName: RedLoader.TinyJSON.Variant.this[int] + fullName.vb: RedLoader.TinyJSON.Variant.this[](Integer) + nameWithType: Variant.this[int] + nameWithType.vb: Variant.this[](Integer) +- uid: RedLoader.TinyJSON.Variant.Item(System.String) + name: this[string] + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_Item_System_String_ + commentId: P:RedLoader.TinyJSON.Variant.Item(System.String) + name.vb: this[](String) + fullName: RedLoader.TinyJSON.Variant.this[string] + fullName.vb: RedLoader.TinyJSON.Variant.this[](String) + nameWithType: Variant.this[string] + nameWithType.vb: Variant.this[](String) +- uid: RedLoader.TinyJSON.Variant.Item* + name: this + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_Item_ + commentId: Overload:RedLoader.TinyJSON.Variant.Item + name.vb: this[] + fullName: RedLoader.TinyJSON.Variant.this + fullName.vb: RedLoader.TinyJSON.Variant.this[] + nameWithType: Variant.this + nameWithType.vb: Variant.this[] +- uid: RedLoader.TinyJSON.Variant.Make* + name: Make + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_Make_ + commentId: Overload:RedLoader.TinyJSON.Variant.Make + fullName: RedLoader.TinyJSON.Variant.Make + nameWithType: Variant.Make +- uid: RedLoader.TinyJSON.Variant.Make``1 + name: Make() + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_Make__1 + commentId: M:RedLoader.TinyJSON.Variant.Make``1 + name.vb: Make(Of T)() + fullName: RedLoader.TinyJSON.Variant.Make() + fullName.vb: RedLoader.TinyJSON.Variant.Make(Of T)() + nameWithType: Variant.Make() + nameWithType.vb: Variant.Make(Of T)() +- uid: RedLoader.TinyJSON.Variant.Make``1(``0@) + name: Make(out T) + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_Make__1___0__ + commentId: M:RedLoader.TinyJSON.Variant.Make``1(``0@) + name.vb: Make(Of T)(T) + fullName: RedLoader.TinyJSON.Variant.Make(out T) + fullName.vb: RedLoader.TinyJSON.Variant.Make(Of T)(T) + nameWithType: Variant.Make(out T) + nameWithType.vb: Variant.Make(Of T)(T) +- uid: RedLoader.TinyJSON.Variant.op_Implicit(RedLoader.TinyJSON.Variant)~System.Boolean + name: implicit operator bool(Variant) + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_op_Implicit_RedLoader_TinyJSON_Variant__System_Boolean + commentId: M:RedLoader.TinyJSON.Variant.op_Implicit(RedLoader.TinyJSON.Variant)~System.Boolean + name.vb: CType(Variant) + fullName: RedLoader.TinyJSON.Variant.implicit operator bool(RedLoader.TinyJSON.Variant) + fullName.vb: RedLoader.TinyJSON.Variant.CType(RedLoader.TinyJSON.Variant) + nameWithType: Variant.implicit operator bool(Variant) + nameWithType.vb: Variant.CType(Variant) +- uid: RedLoader.TinyJSON.Variant.op_Implicit(RedLoader.TinyJSON.Variant)~System.Decimal + name: implicit operator decimal(Variant) + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_op_Implicit_RedLoader_TinyJSON_Variant__System_Decimal + commentId: M:RedLoader.TinyJSON.Variant.op_Implicit(RedLoader.TinyJSON.Variant)~System.Decimal + name.vb: CType(Variant) + fullName: RedLoader.TinyJSON.Variant.implicit operator decimal(RedLoader.TinyJSON.Variant) + fullName.vb: RedLoader.TinyJSON.Variant.CType(RedLoader.TinyJSON.Variant) + nameWithType: Variant.implicit operator decimal(Variant) + nameWithType.vb: Variant.CType(Variant) +- uid: RedLoader.TinyJSON.Variant.op_Implicit(RedLoader.TinyJSON.Variant)~System.Double + name: implicit operator double(Variant) + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_op_Implicit_RedLoader_TinyJSON_Variant__System_Double + commentId: M:RedLoader.TinyJSON.Variant.op_Implicit(RedLoader.TinyJSON.Variant)~System.Double + name.vb: CType(Variant) + fullName: RedLoader.TinyJSON.Variant.implicit operator double(RedLoader.TinyJSON.Variant) + fullName.vb: RedLoader.TinyJSON.Variant.CType(RedLoader.TinyJSON.Variant) + nameWithType: Variant.implicit operator double(Variant) + nameWithType.vb: Variant.CType(Variant) +- uid: RedLoader.TinyJSON.Variant.op_Implicit(RedLoader.TinyJSON.Variant)~System.Guid + name: implicit operator Guid(Variant) + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_op_Implicit_RedLoader_TinyJSON_Variant__System_Guid + commentId: M:RedLoader.TinyJSON.Variant.op_Implicit(RedLoader.TinyJSON.Variant)~System.Guid + name.vb: CType(Variant) + fullName: RedLoader.TinyJSON.Variant.implicit operator System.Guid(RedLoader.TinyJSON.Variant) + fullName.vb: RedLoader.TinyJSON.Variant.CType(RedLoader.TinyJSON.Variant) + nameWithType: Variant.implicit operator Guid(Variant) + nameWithType.vb: Variant.CType(Variant) +- uid: RedLoader.TinyJSON.Variant.op_Implicit(RedLoader.TinyJSON.Variant)~System.Int16 + name: implicit operator short(Variant) + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_op_Implicit_RedLoader_TinyJSON_Variant__System_Int16 + commentId: M:RedLoader.TinyJSON.Variant.op_Implicit(RedLoader.TinyJSON.Variant)~System.Int16 + name.vb: CType(Variant) + fullName: RedLoader.TinyJSON.Variant.implicit operator short(RedLoader.TinyJSON.Variant) + fullName.vb: RedLoader.TinyJSON.Variant.CType(RedLoader.TinyJSON.Variant) + nameWithType: Variant.implicit operator short(Variant) + nameWithType.vb: Variant.CType(Variant) +- uid: RedLoader.TinyJSON.Variant.op_Implicit(RedLoader.TinyJSON.Variant)~System.Int32 + name: implicit operator int(Variant) + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_op_Implicit_RedLoader_TinyJSON_Variant__System_Int32 + commentId: M:RedLoader.TinyJSON.Variant.op_Implicit(RedLoader.TinyJSON.Variant)~System.Int32 + name.vb: CType(Variant) + fullName: RedLoader.TinyJSON.Variant.implicit operator int(RedLoader.TinyJSON.Variant) + fullName.vb: RedLoader.TinyJSON.Variant.CType(RedLoader.TinyJSON.Variant) + nameWithType: Variant.implicit operator int(Variant) + nameWithType.vb: Variant.CType(Variant) +- uid: RedLoader.TinyJSON.Variant.op_Implicit(RedLoader.TinyJSON.Variant)~System.Int64 + name: implicit operator long(Variant) + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_op_Implicit_RedLoader_TinyJSON_Variant__System_Int64 + commentId: M:RedLoader.TinyJSON.Variant.op_Implicit(RedLoader.TinyJSON.Variant)~System.Int64 + name.vb: CType(Variant) + fullName: RedLoader.TinyJSON.Variant.implicit operator long(RedLoader.TinyJSON.Variant) + fullName.vb: RedLoader.TinyJSON.Variant.CType(RedLoader.TinyJSON.Variant) + nameWithType: Variant.implicit operator long(Variant) + nameWithType.vb: Variant.CType(Variant) +- uid: RedLoader.TinyJSON.Variant.op_Implicit(RedLoader.TinyJSON.Variant)~System.Single + name: implicit operator float(Variant) + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_op_Implicit_RedLoader_TinyJSON_Variant__System_Single + commentId: M:RedLoader.TinyJSON.Variant.op_Implicit(RedLoader.TinyJSON.Variant)~System.Single + name.vb: CType(Variant) + fullName: RedLoader.TinyJSON.Variant.implicit operator float(RedLoader.TinyJSON.Variant) + fullName.vb: RedLoader.TinyJSON.Variant.CType(RedLoader.TinyJSON.Variant) + nameWithType: Variant.implicit operator float(Variant) + nameWithType.vb: Variant.CType(Variant) +- uid: RedLoader.TinyJSON.Variant.op_Implicit(RedLoader.TinyJSON.Variant)~System.String + name: implicit operator string(Variant) + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_op_Implicit_RedLoader_TinyJSON_Variant__System_String + commentId: M:RedLoader.TinyJSON.Variant.op_Implicit(RedLoader.TinyJSON.Variant)~System.String + name.vb: CType(Variant) + fullName: RedLoader.TinyJSON.Variant.implicit operator string(RedLoader.TinyJSON.Variant) + fullName.vb: RedLoader.TinyJSON.Variant.CType(RedLoader.TinyJSON.Variant) + nameWithType: Variant.implicit operator string(Variant) + nameWithType.vb: Variant.CType(Variant) +- uid: RedLoader.TinyJSON.Variant.op_Implicit(RedLoader.TinyJSON.Variant)~System.UInt16 + name: implicit operator ushort(Variant) + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_op_Implicit_RedLoader_TinyJSON_Variant__System_UInt16 + commentId: M:RedLoader.TinyJSON.Variant.op_Implicit(RedLoader.TinyJSON.Variant)~System.UInt16 + name.vb: CType(Variant) + fullName: RedLoader.TinyJSON.Variant.implicit operator ushort(RedLoader.TinyJSON.Variant) + fullName.vb: RedLoader.TinyJSON.Variant.CType(RedLoader.TinyJSON.Variant) + nameWithType: Variant.implicit operator ushort(Variant) + nameWithType.vb: Variant.CType(Variant) +- uid: RedLoader.TinyJSON.Variant.op_Implicit(RedLoader.TinyJSON.Variant)~System.UInt32 + name: implicit operator uint(Variant) + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_op_Implicit_RedLoader_TinyJSON_Variant__System_UInt32 + commentId: M:RedLoader.TinyJSON.Variant.op_Implicit(RedLoader.TinyJSON.Variant)~System.UInt32 + name.vb: CType(Variant) + fullName: RedLoader.TinyJSON.Variant.implicit operator uint(RedLoader.TinyJSON.Variant) + fullName.vb: RedLoader.TinyJSON.Variant.CType(RedLoader.TinyJSON.Variant) + nameWithType: Variant.implicit operator uint(Variant) + nameWithType.vb: Variant.CType(Variant) +- uid: RedLoader.TinyJSON.Variant.op_Implicit(RedLoader.TinyJSON.Variant)~System.UInt64 + name: implicit operator ulong(Variant) + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_op_Implicit_RedLoader_TinyJSON_Variant__System_UInt64 + commentId: M:RedLoader.TinyJSON.Variant.op_Implicit(RedLoader.TinyJSON.Variant)~System.UInt64 + name.vb: CType(Variant) + fullName: RedLoader.TinyJSON.Variant.implicit operator ulong(RedLoader.TinyJSON.Variant) + fullName.vb: RedLoader.TinyJSON.Variant.CType(RedLoader.TinyJSON.Variant) + nameWithType: Variant.implicit operator ulong(Variant) + nameWithType.vb: Variant.CType(Variant) +- uid: RedLoader.TinyJSON.Variant.op_Implicit* + name: implicit operator + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_op_Implicit_ + commentId: Overload:RedLoader.TinyJSON.Variant.op_Implicit + isSpec: "True" + name.vb: CType + fullName: RedLoader.TinyJSON.Variant.implicit operator + fullName.vb: RedLoader.TinyJSON.Variant.CType + nameWithType: Variant.implicit operator + nameWithType.vb: Variant.CType +- uid: RedLoader.TinyJSON.Variant.Populate* + name: Populate + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_Populate_ + commentId: Overload:RedLoader.TinyJSON.Variant.Populate + fullName: RedLoader.TinyJSON.Variant.Populate + nameWithType: Variant.Populate +- uid: RedLoader.TinyJSON.Variant.Populate``1(``0) + name: Populate(T) + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_Populate__1___0_ + commentId: M:RedLoader.TinyJSON.Variant.Populate``1(``0) + name.vb: Populate(Of T)(T) + fullName: RedLoader.TinyJSON.Variant.Populate(T) + fullName.vb: RedLoader.TinyJSON.Variant.Populate(Of T)(T) + nameWithType: Variant.Populate(T) + nameWithType.vb: Variant.Populate(Of T)(T) +- uid: RedLoader.TinyJSON.Variant.ToBoolean(System.IFormatProvider) + name: ToBoolean(IFormatProvider) + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_ToBoolean_System_IFormatProvider_ + commentId: M:RedLoader.TinyJSON.Variant.ToBoolean(System.IFormatProvider) + fullName: RedLoader.TinyJSON.Variant.ToBoolean(System.IFormatProvider) + nameWithType: Variant.ToBoolean(IFormatProvider) +- uid: RedLoader.TinyJSON.Variant.ToBoolean* + name: ToBoolean + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_ToBoolean_ + commentId: Overload:RedLoader.TinyJSON.Variant.ToBoolean + fullName: RedLoader.TinyJSON.Variant.ToBoolean + nameWithType: Variant.ToBoolean +- uid: RedLoader.TinyJSON.Variant.ToByte(System.IFormatProvider) + name: ToByte(IFormatProvider) + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_ToByte_System_IFormatProvider_ + commentId: M:RedLoader.TinyJSON.Variant.ToByte(System.IFormatProvider) + fullName: RedLoader.TinyJSON.Variant.ToByte(System.IFormatProvider) + nameWithType: Variant.ToByte(IFormatProvider) +- uid: RedLoader.TinyJSON.Variant.ToByte* + name: ToByte + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_ToByte_ + commentId: Overload:RedLoader.TinyJSON.Variant.ToByte + fullName: RedLoader.TinyJSON.Variant.ToByte + nameWithType: Variant.ToByte +- uid: RedLoader.TinyJSON.Variant.ToChar(System.IFormatProvider) + name: ToChar(IFormatProvider) + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_ToChar_System_IFormatProvider_ + commentId: M:RedLoader.TinyJSON.Variant.ToChar(System.IFormatProvider) + fullName: RedLoader.TinyJSON.Variant.ToChar(System.IFormatProvider) + nameWithType: Variant.ToChar(IFormatProvider) +- uid: RedLoader.TinyJSON.Variant.ToChar* + name: ToChar + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_ToChar_ + commentId: Overload:RedLoader.TinyJSON.Variant.ToChar + fullName: RedLoader.TinyJSON.Variant.ToChar + nameWithType: Variant.ToChar +- uid: RedLoader.TinyJSON.Variant.ToDateTime(System.IFormatProvider) + name: ToDateTime(IFormatProvider) + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_ToDateTime_System_IFormatProvider_ + commentId: M:RedLoader.TinyJSON.Variant.ToDateTime(System.IFormatProvider) + fullName: RedLoader.TinyJSON.Variant.ToDateTime(System.IFormatProvider) + nameWithType: Variant.ToDateTime(IFormatProvider) +- uid: RedLoader.TinyJSON.Variant.ToDateTime* + name: ToDateTime + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_ToDateTime_ + commentId: Overload:RedLoader.TinyJSON.Variant.ToDateTime + fullName: RedLoader.TinyJSON.Variant.ToDateTime + nameWithType: Variant.ToDateTime +- uid: RedLoader.TinyJSON.Variant.ToDecimal(System.IFormatProvider) + name: ToDecimal(IFormatProvider) + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_ToDecimal_System_IFormatProvider_ + commentId: M:RedLoader.TinyJSON.Variant.ToDecimal(System.IFormatProvider) + fullName: RedLoader.TinyJSON.Variant.ToDecimal(System.IFormatProvider) + nameWithType: Variant.ToDecimal(IFormatProvider) +- uid: RedLoader.TinyJSON.Variant.ToDecimal* + name: ToDecimal + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_ToDecimal_ + commentId: Overload:RedLoader.TinyJSON.Variant.ToDecimal + fullName: RedLoader.TinyJSON.Variant.ToDecimal + nameWithType: Variant.ToDecimal +- uid: RedLoader.TinyJSON.Variant.ToDouble(System.IFormatProvider) + name: ToDouble(IFormatProvider) + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_ToDouble_System_IFormatProvider_ + commentId: M:RedLoader.TinyJSON.Variant.ToDouble(System.IFormatProvider) + fullName: RedLoader.TinyJSON.Variant.ToDouble(System.IFormatProvider) + nameWithType: Variant.ToDouble(IFormatProvider) +- uid: RedLoader.TinyJSON.Variant.ToDouble* + name: ToDouble + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_ToDouble_ + commentId: Overload:RedLoader.TinyJSON.Variant.ToDouble + fullName: RedLoader.TinyJSON.Variant.ToDouble + nameWithType: Variant.ToDouble +- uid: RedLoader.TinyJSON.Variant.ToInt16(System.IFormatProvider) + name: ToInt16(IFormatProvider) + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_ToInt16_System_IFormatProvider_ + commentId: M:RedLoader.TinyJSON.Variant.ToInt16(System.IFormatProvider) + fullName: RedLoader.TinyJSON.Variant.ToInt16(System.IFormatProvider) + nameWithType: Variant.ToInt16(IFormatProvider) +- uid: RedLoader.TinyJSON.Variant.ToInt16* + name: ToInt16 + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_ToInt16_ + commentId: Overload:RedLoader.TinyJSON.Variant.ToInt16 + fullName: RedLoader.TinyJSON.Variant.ToInt16 + nameWithType: Variant.ToInt16 +- uid: RedLoader.TinyJSON.Variant.ToInt32(System.IFormatProvider) + name: ToInt32(IFormatProvider) + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_ToInt32_System_IFormatProvider_ + commentId: M:RedLoader.TinyJSON.Variant.ToInt32(System.IFormatProvider) + fullName: RedLoader.TinyJSON.Variant.ToInt32(System.IFormatProvider) + nameWithType: Variant.ToInt32(IFormatProvider) +- uid: RedLoader.TinyJSON.Variant.ToInt32* + name: ToInt32 + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_ToInt32_ + commentId: Overload:RedLoader.TinyJSON.Variant.ToInt32 + fullName: RedLoader.TinyJSON.Variant.ToInt32 + nameWithType: Variant.ToInt32 +- uid: RedLoader.TinyJSON.Variant.ToInt64(System.IFormatProvider) + name: ToInt64(IFormatProvider) + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_ToInt64_System_IFormatProvider_ + commentId: M:RedLoader.TinyJSON.Variant.ToInt64(System.IFormatProvider) + fullName: RedLoader.TinyJSON.Variant.ToInt64(System.IFormatProvider) + nameWithType: Variant.ToInt64(IFormatProvider) +- uid: RedLoader.TinyJSON.Variant.ToInt64* + name: ToInt64 + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_ToInt64_ + commentId: Overload:RedLoader.TinyJSON.Variant.ToInt64 + fullName: RedLoader.TinyJSON.Variant.ToInt64 + nameWithType: Variant.ToInt64 +- uid: RedLoader.TinyJSON.Variant.ToJSON + name: ToJSON() + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_ToJSON + commentId: M:RedLoader.TinyJSON.Variant.ToJSON + fullName: RedLoader.TinyJSON.Variant.ToJSON() + nameWithType: Variant.ToJSON() +- uid: RedLoader.TinyJSON.Variant.ToJSON* + name: ToJSON + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_ToJSON_ + commentId: Overload:RedLoader.TinyJSON.Variant.ToJSON + fullName: RedLoader.TinyJSON.Variant.ToJSON + nameWithType: Variant.ToJSON +- uid: RedLoader.TinyJSON.Variant.ToSByte(System.IFormatProvider) + name: ToSByte(IFormatProvider) + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_ToSByte_System_IFormatProvider_ + commentId: M:RedLoader.TinyJSON.Variant.ToSByte(System.IFormatProvider) + fullName: RedLoader.TinyJSON.Variant.ToSByte(System.IFormatProvider) + nameWithType: Variant.ToSByte(IFormatProvider) +- uid: RedLoader.TinyJSON.Variant.ToSByte* + name: ToSByte + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_ToSByte_ + commentId: Overload:RedLoader.TinyJSON.Variant.ToSByte + fullName: RedLoader.TinyJSON.Variant.ToSByte + nameWithType: Variant.ToSByte +- uid: RedLoader.TinyJSON.Variant.ToSingle(System.IFormatProvider) + name: ToSingle(IFormatProvider) + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_ToSingle_System_IFormatProvider_ + commentId: M:RedLoader.TinyJSON.Variant.ToSingle(System.IFormatProvider) + fullName: RedLoader.TinyJSON.Variant.ToSingle(System.IFormatProvider) + nameWithType: Variant.ToSingle(IFormatProvider) +- uid: RedLoader.TinyJSON.Variant.ToSingle* + name: ToSingle + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_ToSingle_ + commentId: Overload:RedLoader.TinyJSON.Variant.ToSingle + fullName: RedLoader.TinyJSON.Variant.ToSingle + nameWithType: Variant.ToSingle +- uid: RedLoader.TinyJSON.Variant.ToString + name: ToString() + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_ToString + commentId: M:RedLoader.TinyJSON.Variant.ToString + fullName: RedLoader.TinyJSON.Variant.ToString() + nameWithType: Variant.ToString() +- uid: RedLoader.TinyJSON.Variant.ToString(System.IFormatProvider) + name: ToString(IFormatProvider) + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_ToString_System_IFormatProvider_ + commentId: M:RedLoader.TinyJSON.Variant.ToString(System.IFormatProvider) + fullName: RedLoader.TinyJSON.Variant.ToString(System.IFormatProvider) + nameWithType: Variant.ToString(IFormatProvider) +- uid: RedLoader.TinyJSON.Variant.ToString* + name: ToString + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_ToString_ + commentId: Overload:RedLoader.TinyJSON.Variant.ToString + fullName: RedLoader.TinyJSON.Variant.ToString + nameWithType: Variant.ToString +- uid: RedLoader.TinyJSON.Variant.ToType(System.Type,System.IFormatProvider) + name: ToType(Type, IFormatProvider) + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_ToType_System_Type_System_IFormatProvider_ + commentId: M:RedLoader.TinyJSON.Variant.ToType(System.Type,System.IFormatProvider) + fullName: RedLoader.TinyJSON.Variant.ToType(System.Type, System.IFormatProvider) + nameWithType: Variant.ToType(Type, IFormatProvider) +- uid: RedLoader.TinyJSON.Variant.ToType* + name: ToType + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_ToType_ + commentId: Overload:RedLoader.TinyJSON.Variant.ToType + fullName: RedLoader.TinyJSON.Variant.ToType + nameWithType: Variant.ToType +- uid: RedLoader.TinyJSON.Variant.ToUInt16(System.IFormatProvider) + name: ToUInt16(IFormatProvider) + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_ToUInt16_System_IFormatProvider_ + commentId: M:RedLoader.TinyJSON.Variant.ToUInt16(System.IFormatProvider) + fullName: RedLoader.TinyJSON.Variant.ToUInt16(System.IFormatProvider) + nameWithType: Variant.ToUInt16(IFormatProvider) +- uid: RedLoader.TinyJSON.Variant.ToUInt16* + name: ToUInt16 + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_ToUInt16_ + commentId: Overload:RedLoader.TinyJSON.Variant.ToUInt16 + fullName: RedLoader.TinyJSON.Variant.ToUInt16 + nameWithType: Variant.ToUInt16 +- uid: RedLoader.TinyJSON.Variant.ToUInt32(System.IFormatProvider) + name: ToUInt32(IFormatProvider) + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_ToUInt32_System_IFormatProvider_ + commentId: M:RedLoader.TinyJSON.Variant.ToUInt32(System.IFormatProvider) + fullName: RedLoader.TinyJSON.Variant.ToUInt32(System.IFormatProvider) + nameWithType: Variant.ToUInt32(IFormatProvider) +- uid: RedLoader.TinyJSON.Variant.ToUInt32* + name: ToUInt32 + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_ToUInt32_ + commentId: Overload:RedLoader.TinyJSON.Variant.ToUInt32 + fullName: RedLoader.TinyJSON.Variant.ToUInt32 + nameWithType: Variant.ToUInt32 +- uid: RedLoader.TinyJSON.Variant.ToUInt64(System.IFormatProvider) + name: ToUInt64(IFormatProvider) + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_ToUInt64_System_IFormatProvider_ + commentId: M:RedLoader.TinyJSON.Variant.ToUInt64(System.IFormatProvider) + fullName: RedLoader.TinyJSON.Variant.ToUInt64(System.IFormatProvider) + nameWithType: Variant.ToUInt64(IFormatProvider) +- uid: RedLoader.TinyJSON.Variant.ToUInt64* + name: ToUInt64 + href: api/RedLoader.TinyJSON.Variant.html#RedLoader_TinyJSON_Variant_ToUInt64_ + commentId: Overload:RedLoader.TinyJSON.Variant.ToUInt64 + fullName: RedLoader.TinyJSON.Variant.ToUInt64 + nameWithType: Variant.ToUInt64 +- uid: RedLoader.TomlMapper + name: TomlMapper + href: api/RedLoader.TomlMapper.html + commentId: T:RedLoader.TomlMapper + fullName: RedLoader.TomlMapper + nameWithType: TomlMapper +- uid: RedLoader.TomlMapper.#ctor + name: TomlMapper() + href: api/RedLoader.TomlMapper.html#RedLoader_TomlMapper__ctor + commentId: M:RedLoader.TomlMapper.#ctor + name.vb: New() + fullName: RedLoader.TomlMapper.TomlMapper() + fullName.vb: RedLoader.TomlMapper.New() + nameWithType: TomlMapper.TomlMapper() + nameWithType.vb: TomlMapper.New() +- uid: RedLoader.TomlMapper.#ctor* + name: TomlMapper + href: api/RedLoader.TomlMapper.html#RedLoader_TomlMapper__ctor_ + commentId: Overload:RedLoader.TomlMapper.#ctor + name.vb: New + fullName: RedLoader.TomlMapper.TomlMapper + fullName.vb: RedLoader.TomlMapper.New + nameWithType: TomlMapper.TomlMapper + nameWithType.vb: TomlMapper.New +- uid: RedLoader.TomlMapper.FromToml* + name: FromToml + href: api/RedLoader.TomlMapper.html#RedLoader_TomlMapper_FromToml_ + commentId: Overload:RedLoader.TomlMapper.FromToml + fullName: RedLoader.TomlMapper.FromToml + nameWithType: TomlMapper.FromToml +- uid: RedLoader.TomlMapper.FromToml``1(Tomlet.Models.TomlValue) + name: FromToml(TomlValue) + href: api/RedLoader.TomlMapper.html#RedLoader_TomlMapper_FromToml__1_Tomlet_Models_TomlValue_ + commentId: M:RedLoader.TomlMapper.FromToml``1(Tomlet.Models.TomlValue) + name.vb: FromToml(Of T)(TomlValue) + fullName: RedLoader.TomlMapper.FromToml(Tomlet.Models.TomlValue) + fullName.vb: RedLoader.TomlMapper.FromToml(Of T)(Tomlet.Models.TomlValue) + nameWithType: TomlMapper.FromToml(TomlValue) + nameWithType.vb: TomlMapper.FromToml(Of T)(TomlValue) +- uid: RedLoader.TomlMapper.ReadArray* + name: ReadArray + href: api/RedLoader.TomlMapper.html#RedLoader_TomlMapper_ReadArray_ + commentId: Overload:RedLoader.TomlMapper.ReadArray + fullName: RedLoader.TomlMapper.ReadArray + nameWithType: TomlMapper.ReadArray +- uid: RedLoader.TomlMapper.ReadArray``1(Tomlet.Models.TomlValue) + name: ReadArray(TomlValue) + href: api/RedLoader.TomlMapper.html#RedLoader_TomlMapper_ReadArray__1_Tomlet_Models_TomlValue_ + commentId: M:RedLoader.TomlMapper.ReadArray``1(Tomlet.Models.TomlValue) + name.vb: ReadArray(Of T)(TomlValue) + fullName: RedLoader.TomlMapper.ReadArray(Tomlet.Models.TomlValue) + fullName.vb: RedLoader.TomlMapper.ReadArray(Of T)(Tomlet.Models.TomlValue) + nameWithType: TomlMapper.ReadArray(TomlValue) + nameWithType.vb: TomlMapper.ReadArray(Of T)(TomlValue) +- uid: RedLoader.TomlMapper.ReadList* + name: ReadList + href: api/RedLoader.TomlMapper.html#RedLoader_TomlMapper_ReadList_ + commentId: Overload:RedLoader.TomlMapper.ReadList + fullName: RedLoader.TomlMapper.ReadList + nameWithType: TomlMapper.ReadList +- uid: RedLoader.TomlMapper.ReadList``1(Tomlet.Models.TomlValue) + name: ReadList(TomlValue) + href: api/RedLoader.TomlMapper.html#RedLoader_TomlMapper_ReadList__1_Tomlet_Models_TomlValue_ + commentId: M:RedLoader.TomlMapper.ReadList``1(Tomlet.Models.TomlValue) + name.vb: ReadList(Of T)(TomlValue) + fullName: RedLoader.TomlMapper.ReadList(Tomlet.Models.TomlValue) + fullName.vb: RedLoader.TomlMapper.ReadList(Of T)(Tomlet.Models.TomlValue) + nameWithType: TomlMapper.ReadList(TomlValue) + nameWithType.vb: TomlMapper.ReadList(Of T)(TomlValue) +- uid: RedLoader.TomlMapper.ToToml* + name: ToToml + href: api/RedLoader.TomlMapper.html#RedLoader_TomlMapper_ToToml_ + commentId: Overload:RedLoader.TomlMapper.ToToml + fullName: RedLoader.TomlMapper.ToToml + nameWithType: TomlMapper.ToToml +- uid: RedLoader.TomlMapper.ToToml``1(``0) + name: ToToml(T) + href: api/RedLoader.TomlMapper.html#RedLoader_TomlMapper_ToToml__1___0_ + commentId: M:RedLoader.TomlMapper.ToToml``1(``0) + name.vb: ToToml(Of T)(T) + fullName: RedLoader.TomlMapper.ToToml(T) + fullName.vb: RedLoader.TomlMapper.ToToml(Of T)(T) + nameWithType: TomlMapper.ToToml(T) + nameWithType.vb: TomlMapper.ToToml(Of T)(T) +- uid: RedLoader.TomlMapper.WriteArray* + name: WriteArray + href: api/RedLoader.TomlMapper.html#RedLoader_TomlMapper_WriteArray_ + commentId: Overload:RedLoader.TomlMapper.WriteArray + fullName: RedLoader.TomlMapper.WriteArray + nameWithType: TomlMapper.WriteArray +- uid: RedLoader.TomlMapper.WriteArray``1(``0[]) + name: WriteArray(T[]) + href: api/RedLoader.TomlMapper.html#RedLoader_TomlMapper_WriteArray__1___0___ + commentId: M:RedLoader.TomlMapper.WriteArray``1(``0[]) + name.vb: WriteArray(Of T)(T()) + fullName: RedLoader.TomlMapper.WriteArray(T[]) + fullName.vb: RedLoader.TomlMapper.WriteArray(Of T)(T()) + nameWithType: TomlMapper.WriteArray(T[]) + nameWithType.vb: TomlMapper.WriteArray(Of T)(T()) +- uid: RedLoader.TomlMapper.WriteList* + name: WriteList + href: api/RedLoader.TomlMapper.html#RedLoader_TomlMapper_WriteList_ + commentId: Overload:RedLoader.TomlMapper.WriteList + fullName: RedLoader.TomlMapper.WriteList + nameWithType: TomlMapper.WriteList +- uid: RedLoader.TomlMapper.WriteList``1(System.Collections.Generic.List{``0}) + name: WriteList(List) + href: api/RedLoader.TomlMapper.html#RedLoader_TomlMapper_WriteList__1_System_Collections_Generic_List___0__ + commentId: M:RedLoader.TomlMapper.WriteList``1(System.Collections.Generic.List{``0}) + name.vb: WriteList(Of T)(List(Of T)) + fullName: RedLoader.TomlMapper.WriteList(System.Collections.Generic.List) + fullName.vb: RedLoader.TomlMapper.WriteList(Of T)(System.Collections.Generic.List(Of T)) + nameWithType: TomlMapper.WriteList(List) + nameWithType.vb: TomlMapper.WriteList(Of T)(List(Of T)) +- uid: RedLoader.Utils + name: RedLoader.Utils + href: api/RedLoader.Utils.html + commentId: N:RedLoader.Utils + fullName: RedLoader.Utils + nameWithType: RedLoader.Utils +- uid: RedLoader.Utils.BufferedAdder`1 + name: BufferedAdder + href: api/RedLoader.Utils.BufferedAdder-1.html + commentId: T:RedLoader.Utils.BufferedAdder`1 + name.vb: BufferedAdder(Of T) + fullName: RedLoader.Utils.BufferedAdder + fullName.vb: RedLoader.Utils.BufferedAdder(Of T) + nameWithType: BufferedAdder + nameWithType.vb: BufferedAdder(Of T) +- uid: RedLoader.Utils.BufferedAdder`1.#ctor(System.Func{System.Boolean},System.Action{`0}) + name: BufferedAdder(Func, Action) + href: api/RedLoader.Utils.BufferedAdder-1.html#RedLoader_Utils_BufferedAdder_1__ctor_System_Func_System_Boolean__System_Action__0__ + commentId: M:RedLoader.Utils.BufferedAdder`1.#ctor(System.Func{System.Boolean},System.Action{`0}) + name.vb: New(Func(Of Boolean), Action(Of T)) + fullName: RedLoader.Utils.BufferedAdder.BufferedAdder(System.Func, System.Action) + fullName.vb: RedLoader.Utils.BufferedAdder(Of T).New(System.Func(Of Boolean), System.Action(Of T)) + nameWithType: BufferedAdder.BufferedAdder(Func, Action) + nameWithType.vb: BufferedAdder(Of T).New(Func(Of Boolean), Action(Of T)) +- uid: RedLoader.Utils.BufferedAdder`1.#ctor* + name: BufferedAdder + href: api/RedLoader.Utils.BufferedAdder-1.html#RedLoader_Utils_BufferedAdder_1__ctor_ + commentId: Overload:RedLoader.Utils.BufferedAdder`1.#ctor + name.vb: New + fullName: RedLoader.Utils.BufferedAdder.BufferedAdder + fullName.vb: RedLoader.Utils.BufferedAdder(Of T).New + nameWithType: BufferedAdder.BufferedAdder + nameWithType.vb: BufferedAdder(Of T).New +- uid: RedLoader.Utils.BufferedAdder`1.Add(`0) + name: Add(T) + href: api/RedLoader.Utils.BufferedAdder-1.html#RedLoader_Utils_BufferedAdder_1_Add__0_ + commentId: M:RedLoader.Utils.BufferedAdder`1.Add(`0) + fullName: RedLoader.Utils.BufferedAdder.Add(T) + fullName.vb: RedLoader.Utils.BufferedAdder(Of T).Add(T) + nameWithType: BufferedAdder.Add(T) + nameWithType.vb: BufferedAdder(Of T).Add(T) +- uid: RedLoader.Utils.BufferedAdder`1.Add* + name: Add + href: api/RedLoader.Utils.BufferedAdder-1.html#RedLoader_Utils_BufferedAdder_1_Add_ + commentId: Overload:RedLoader.Utils.BufferedAdder`1.Add + fullName: RedLoader.Utils.BufferedAdder.Add + fullName.vb: RedLoader.Utils.BufferedAdder(Of T).Add + nameWithType: BufferedAdder.Add + nameWithType.vb: BufferedAdder(Of T).Add +- uid: RedLoader.Utils.BufferedAdder`1.Flush + name: Flush() + href: api/RedLoader.Utils.BufferedAdder-1.html#RedLoader_Utils_BufferedAdder_1_Flush + commentId: M:RedLoader.Utils.BufferedAdder`1.Flush + fullName: RedLoader.Utils.BufferedAdder.Flush() + fullName.vb: RedLoader.Utils.BufferedAdder(Of T).Flush() + nameWithType: BufferedAdder.Flush() + nameWithType.vb: BufferedAdder(Of T).Flush() +- uid: RedLoader.Utils.BufferedAdder`1.Flush* + name: Flush + href: api/RedLoader.Utils.BufferedAdder-1.html#RedLoader_Utils_BufferedAdder_1_Flush_ + commentId: Overload:RedLoader.Utils.BufferedAdder`1.Flush + fullName: RedLoader.Utils.BufferedAdder.Flush + fullName.vb: RedLoader.Utils.BufferedAdder(Of T).Flush + nameWithType: BufferedAdder.Flush + nameWithType.vb: BufferedAdder(Of T).Flush +- uid: RedLoader.Utils.CodeWriter + name: CodeWriter + href: api/RedLoader.Utils.CodeWriter.html + commentId: T:RedLoader.Utils.CodeWriter + fullName: RedLoader.Utils.CodeWriter + nameWithType: CodeWriter +- uid: RedLoader.Utils.CodeWriter.#ctor(System.String) + name: CodeWriter(string) + href: api/RedLoader.Utils.CodeWriter.html#RedLoader_Utils_CodeWriter__ctor_System_String_ + commentId: M:RedLoader.Utils.CodeWriter.#ctor(System.String) + name.vb: New(String) + fullName: RedLoader.Utils.CodeWriter.CodeWriter(string) + fullName.vb: RedLoader.Utils.CodeWriter.New(String) + nameWithType: CodeWriter.CodeWriter(string) + nameWithType.vb: CodeWriter.New(String) +- uid: RedLoader.Utils.CodeWriter.#ctor* + name: CodeWriter + href: api/RedLoader.Utils.CodeWriter.html#RedLoader_Utils_CodeWriter__ctor_ + commentId: Overload:RedLoader.Utils.CodeWriter.#ctor + name.vb: New + fullName: RedLoader.Utils.CodeWriter.CodeWriter + fullName.vb: RedLoader.Utils.CodeWriter.New + nameWithType: CodeWriter.CodeWriter + nameWithType.vb: CodeWriter.New +- uid: RedLoader.Utils.CodeWriter.Add(System.String) + name: Add(string) + href: api/RedLoader.Utils.CodeWriter.html#RedLoader_Utils_CodeWriter_Add_System_String_ + commentId: M:RedLoader.Utils.CodeWriter.Add(System.String) + name.vb: Add(String) + fullName: RedLoader.Utils.CodeWriter.Add(string) + fullName.vb: RedLoader.Utils.CodeWriter.Add(String) + nameWithType: CodeWriter.Add(string) + nameWithType.vb: CodeWriter.Add(String) +- uid: RedLoader.Utils.CodeWriter.Add* + name: Add + href: api/RedLoader.Utils.CodeWriter.html#RedLoader_Utils_CodeWriter_Add_ + commentId: Overload:RedLoader.Utils.CodeWriter.Add + fullName: RedLoader.Utils.CodeWriter.Add + nameWithType: CodeWriter.Add +- uid: RedLoader.Utils.CodeWriter.Content + name: Content + href: api/RedLoader.Utils.CodeWriter.html#RedLoader_Utils_CodeWriter_Content + commentId: P:RedLoader.Utils.CodeWriter.Content + fullName: RedLoader.Utils.CodeWriter.Content + nameWithType: CodeWriter.Content +- uid: RedLoader.Utils.CodeWriter.Content* + name: Content + href: api/RedLoader.Utils.CodeWriter.html#RedLoader_Utils_CodeWriter_Content_ + commentId: Overload:RedLoader.Utils.CodeWriter.Content + fullName: RedLoader.Utils.CodeWriter.Content + nameWithType: CodeWriter.Content +- uid: RedLoader.Utils.CodeWriter.Indent + name: Indent() + href: api/RedLoader.Utils.CodeWriter.html#RedLoader_Utils_CodeWriter_Indent + commentId: M:RedLoader.Utils.CodeWriter.Indent + fullName: RedLoader.Utils.CodeWriter.Indent() + nameWithType: CodeWriter.Indent() +- uid: RedLoader.Utils.CodeWriter.Indent* + name: Indent + href: api/RedLoader.Utils.CodeWriter.html#RedLoader_Utils_CodeWriter_Indent_ + commentId: Overload:RedLoader.Utils.CodeWriter.Indent + fullName: RedLoader.Utils.CodeWriter.Indent + nameWithType: CodeWriter.Indent +- uid: RedLoader.Utils.CodeWriter.IndentLevel + name: IndentLevel + href: api/RedLoader.Utils.CodeWriter.html#RedLoader_Utils_CodeWriter_IndentLevel + commentId: P:RedLoader.Utils.CodeWriter.IndentLevel + fullName: RedLoader.Utils.CodeWriter.IndentLevel + nameWithType: CodeWriter.IndentLevel +- uid: RedLoader.Utils.CodeWriter.IndentLevel* + name: IndentLevel + href: api/RedLoader.Utils.CodeWriter.html#RedLoader_Utils_CodeWriter_IndentLevel_ + commentId: Overload:RedLoader.Utils.CodeWriter.IndentLevel + fullName: RedLoader.Utils.CodeWriter.IndentLevel + nameWithType: CodeWriter.IndentLevel +- uid: RedLoader.Utils.CodeWriter.Line + name: Line() + href: api/RedLoader.Utils.CodeWriter.html#RedLoader_Utils_CodeWriter_Line + commentId: M:RedLoader.Utils.CodeWriter.Line + fullName: RedLoader.Utils.CodeWriter.Line() + nameWithType: CodeWriter.Line() +- uid: RedLoader.Utils.CodeWriter.Line(System.String) + name: Line(string) + href: api/RedLoader.Utils.CodeWriter.html#RedLoader_Utils_CodeWriter_Line_System_String_ + commentId: M:RedLoader.Utils.CodeWriter.Line(System.String) + name.vb: Line(String) + fullName: RedLoader.Utils.CodeWriter.Line(string) + fullName.vb: RedLoader.Utils.CodeWriter.Line(String) + nameWithType: CodeWriter.Line(string) + nameWithType.vb: CodeWriter.Line(String) +- uid: RedLoader.Utils.CodeWriter.Line* + name: Line + href: api/RedLoader.Utils.CodeWriter.html#RedLoader_Utils_CodeWriter_Line_ + commentId: Overload:RedLoader.Utils.CodeWriter.Line + fullName: RedLoader.Utils.CodeWriter.Line + nameWithType: CodeWriter.Line +- uid: RedLoader.Utils.CodeWriter.Save + name: Save() + href: api/RedLoader.Utils.CodeWriter.html#RedLoader_Utils_CodeWriter_Save + commentId: M:RedLoader.Utils.CodeWriter.Save + fullName: RedLoader.Utils.CodeWriter.Save() + nameWithType: CodeWriter.Save() +- uid: RedLoader.Utils.CodeWriter.Save* + name: Save + href: api/RedLoader.Utils.CodeWriter.html#RedLoader_Utils_CodeWriter_Save_ + commentId: Overload:RedLoader.Utils.CodeWriter.Save + fullName: RedLoader.Utils.CodeWriter.Save + nameWithType: CodeWriter.Save +- uid: RedLoader.Utils.CodeWriter.Tab + name: Tab() + href: api/RedLoader.Utils.CodeWriter.html#RedLoader_Utils_CodeWriter_Tab + commentId: M:RedLoader.Utils.CodeWriter.Tab + fullName: RedLoader.Utils.CodeWriter.Tab() + nameWithType: CodeWriter.Tab() +- uid: RedLoader.Utils.CodeWriter.Tab* + name: Tab + href: api/RedLoader.Utils.CodeWriter.html#RedLoader_Utils_CodeWriter_Tab_ + commentId: Overload:RedLoader.Utils.CodeWriter.Tab + fullName: RedLoader.Utils.CodeWriter.Tab + nameWithType: CodeWriter.Tab +- uid: RedLoader.Utils.CodeWriter.Unindent + name: Unindent() + href: api/RedLoader.Utils.CodeWriter.html#RedLoader_Utils_CodeWriter_Unindent + commentId: M:RedLoader.Utils.CodeWriter.Unindent + fullName: RedLoader.Utils.CodeWriter.Unindent() + nameWithType: CodeWriter.Unindent() +- uid: RedLoader.Utils.CodeWriter.Unindent* + name: Unindent + href: api/RedLoader.Utils.CodeWriter.html#RedLoader_Utils_CodeWriter_Unindent_ + commentId: Overload:RedLoader.Utils.CodeWriter.Unindent + fullName: RedLoader.Utils.CodeWriter.Unindent + nameWithType: CodeWriter.Unindent +- uid: RedLoader.Utils.CommonExtensions + name: CommonExtensions + href: api/RedLoader.Utils.CommonExtensions.html + commentId: T:RedLoader.Utils.CommonExtensions + fullName: RedLoader.Utils.CommonExtensions + nameWithType: CommonExtensions +- uid: RedLoader.Utils.FileWriter + name: FileWriter + href: api/RedLoader.Utils.FileWriter.html + commentId: T:RedLoader.Utils.FileWriter + fullName: RedLoader.Utils.FileWriter + nameWithType: FileWriter +- uid: RedLoader.Utils.FileWriter.#ctor(System.String) + name: FileWriter(string) + href: api/RedLoader.Utils.FileWriter.html#RedLoader_Utils_FileWriter__ctor_System_String_ + commentId: M:RedLoader.Utils.FileWriter.#ctor(System.String) + name.vb: New(String) + fullName: RedLoader.Utils.FileWriter.FileWriter(string) + fullName.vb: RedLoader.Utils.FileWriter.New(String) + nameWithType: FileWriter.FileWriter(string) + nameWithType.vb: FileWriter.New(String) +- uid: RedLoader.Utils.FileWriter.#ctor* + name: FileWriter + href: api/RedLoader.Utils.FileWriter.html#RedLoader_Utils_FileWriter__ctor_ + commentId: Overload:RedLoader.Utils.FileWriter.#ctor + name.vb: New + fullName: RedLoader.Utils.FileWriter.FileWriter + fullName.vb: RedLoader.Utils.FileWriter.New + nameWithType: FileWriter.FileWriter + nameWithType.vb: FileWriter.New +- uid: RedLoader.Utils.FileWriter.Add(System.String) + name: Add(string) + href: api/RedLoader.Utils.FileWriter.html#RedLoader_Utils_FileWriter_Add_System_String_ + commentId: M:RedLoader.Utils.FileWriter.Add(System.String) + name.vb: Add(String) + fullName: RedLoader.Utils.FileWriter.Add(string) + fullName.vb: RedLoader.Utils.FileWriter.Add(String) + nameWithType: FileWriter.Add(string) + nameWithType.vb: FileWriter.Add(String) +- uid: RedLoader.Utils.FileWriter.Add* + name: Add + href: api/RedLoader.Utils.FileWriter.html#RedLoader_Utils_FileWriter_Add_ + commentId: Overload:RedLoader.Utils.FileWriter.Add + fullName: RedLoader.Utils.FileWriter.Add + nameWithType: FileWriter.Add +- uid: RedLoader.Utils.FileWriter.Content + name: Content + href: api/RedLoader.Utils.FileWriter.html#RedLoader_Utils_FileWriter_Content + commentId: P:RedLoader.Utils.FileWriter.Content + fullName: RedLoader.Utils.FileWriter.Content + nameWithType: FileWriter.Content +- uid: RedLoader.Utils.FileWriter.Content* + name: Content + href: api/RedLoader.Utils.FileWriter.html#RedLoader_Utils_FileWriter_Content_ + commentId: Overload:RedLoader.Utils.FileWriter.Content + fullName: RedLoader.Utils.FileWriter.Content + nameWithType: FileWriter.Content +- uid: RedLoader.Utils.FileWriter.Line + name: Line() + href: api/RedLoader.Utils.FileWriter.html#RedLoader_Utils_FileWriter_Line + commentId: M:RedLoader.Utils.FileWriter.Line + fullName: RedLoader.Utils.FileWriter.Line() + nameWithType: FileWriter.Line() +- uid: RedLoader.Utils.FileWriter.Line(System.String) + name: Line(string) + href: api/RedLoader.Utils.FileWriter.html#RedLoader_Utils_FileWriter_Line_System_String_ + commentId: M:RedLoader.Utils.FileWriter.Line(System.String) + name.vb: Line(String) + fullName: RedLoader.Utils.FileWriter.Line(string) + fullName.vb: RedLoader.Utils.FileWriter.Line(String) + nameWithType: FileWriter.Line(string) + nameWithType.vb: FileWriter.Line(String) +- uid: RedLoader.Utils.FileWriter.Line* + name: Line + href: api/RedLoader.Utils.FileWriter.html#RedLoader_Utils_FileWriter_Line_ + commentId: Overload:RedLoader.Utils.FileWriter.Line + fullName: RedLoader.Utils.FileWriter.Line + nameWithType: FileWriter.Line +- uid: RedLoader.Utils.FileWriter.Save + name: Save() + href: api/RedLoader.Utils.FileWriter.html#RedLoader_Utils_FileWriter_Save + commentId: M:RedLoader.Utils.FileWriter.Save + fullName: RedLoader.Utils.FileWriter.Save() + nameWithType: FileWriter.Save() +- uid: RedLoader.Utils.FileWriter.Save* + name: Save + href: api/RedLoader.Utils.FileWriter.html#RedLoader_Utils_FileWriter_Save_ + commentId: Overload:RedLoader.Utils.FileWriter.Save + fullName: RedLoader.Utils.FileWriter.Save + nameWithType: FileWriter.Save +- uid: RedLoader.Utils.FileWriter.Tab + name: Tab() + href: api/RedLoader.Utils.FileWriter.html#RedLoader_Utils_FileWriter_Tab + commentId: M:RedLoader.Utils.FileWriter.Tab + fullName: RedLoader.Utils.FileWriter.Tab() + nameWithType: FileWriter.Tab() +- uid: RedLoader.Utils.FileWriter.Tab* + name: Tab + href: api/RedLoader.Utils.FileWriter.html#RedLoader_Utils_FileWriter_Tab_ + commentId: Overload:RedLoader.Utils.FileWriter.Tab + fullName: RedLoader.Utils.FileWriter.Tab + nameWithType: FileWriter.Tab +- uid: RedLoader.Utils.LoaderEnvironment + name: LoaderEnvironment + href: api/RedLoader.Utils.LoaderEnvironment.html + commentId: T:RedLoader.Utils.LoaderEnvironment + fullName: RedLoader.Utils.LoaderEnvironment + nameWithType: LoaderEnvironment +- uid: RedLoader.Utils.LoaderEnvironment.CompatibilityLayerDirectory + name: CompatibilityLayerDirectory + href: api/RedLoader.Utils.LoaderEnvironment.html#RedLoader_Utils_LoaderEnvironment_CompatibilityLayerDirectory + commentId: P:RedLoader.Utils.LoaderEnvironment.CompatibilityLayerDirectory + fullName: RedLoader.Utils.LoaderEnvironment.CompatibilityLayerDirectory + nameWithType: LoaderEnvironment.CompatibilityLayerDirectory +- uid: RedLoader.Utils.LoaderEnvironment.CompatibilityLayerDirectory* + name: CompatibilityLayerDirectory + href: api/RedLoader.Utils.LoaderEnvironment.html#RedLoader_Utils_LoaderEnvironment_CompatibilityLayerDirectory_ + commentId: Overload:RedLoader.Utils.LoaderEnvironment.CompatibilityLayerDirectory + fullName: RedLoader.Utils.LoaderEnvironment.CompatibilityLayerDirectory + nameWithType: LoaderEnvironment.CompatibilityLayerDirectory +- uid: RedLoader.Utils.LoaderEnvironment.DependenciesDirectory + name: DependenciesDirectory + href: api/RedLoader.Utils.LoaderEnvironment.html#RedLoader_Utils_LoaderEnvironment_DependenciesDirectory + commentId: P:RedLoader.Utils.LoaderEnvironment.DependenciesDirectory + fullName: RedLoader.Utils.LoaderEnvironment.DependenciesDirectory + nameWithType: LoaderEnvironment.DependenciesDirectory +- uid: RedLoader.Utils.LoaderEnvironment.DependenciesDirectory* + name: DependenciesDirectory + href: api/RedLoader.Utils.LoaderEnvironment.html#RedLoader_Utils_LoaderEnvironment_DependenciesDirectory_ + commentId: Overload:RedLoader.Utils.LoaderEnvironment.DependenciesDirectory + fullName: RedLoader.Utils.LoaderEnvironment.DependenciesDirectory + nameWithType: LoaderEnvironment.DependenciesDirectory +- uid: RedLoader.Utils.LoaderEnvironment.GameExecutableName + name: GameExecutableName + href: api/RedLoader.Utils.LoaderEnvironment.html#RedLoader_Utils_LoaderEnvironment_GameExecutableName + commentId: P:RedLoader.Utils.LoaderEnvironment.GameExecutableName + fullName: RedLoader.Utils.LoaderEnvironment.GameExecutableName + nameWithType: LoaderEnvironment.GameExecutableName +- uid: RedLoader.Utils.LoaderEnvironment.GameExecutableName* + name: GameExecutableName + href: api/RedLoader.Utils.LoaderEnvironment.html#RedLoader_Utils_LoaderEnvironment_GameExecutableName_ + commentId: Overload:RedLoader.Utils.LoaderEnvironment.GameExecutableName + fullName: RedLoader.Utils.LoaderEnvironment.GameExecutableName + nameWithType: LoaderEnvironment.GameExecutableName +- uid: RedLoader.Utils.LoaderEnvironment.GameExecutablePath + name: GameExecutablePath + href: api/RedLoader.Utils.LoaderEnvironment.html#RedLoader_Utils_LoaderEnvironment_GameExecutablePath + commentId: P:RedLoader.Utils.LoaderEnvironment.GameExecutablePath + fullName: RedLoader.Utils.LoaderEnvironment.GameExecutablePath + nameWithType: LoaderEnvironment.GameExecutablePath +- uid: RedLoader.Utils.LoaderEnvironment.GameExecutablePath* + name: GameExecutablePath + href: api/RedLoader.Utils.LoaderEnvironment.html#RedLoader_Utils_LoaderEnvironment_GameExecutablePath_ + commentId: Overload:RedLoader.Utils.LoaderEnvironment.GameExecutablePath + fullName: RedLoader.Utils.LoaderEnvironment.GameExecutablePath + nameWithType: LoaderEnvironment.GameExecutablePath +- uid: RedLoader.Utils.LoaderEnvironment.GameRootDirectory + name: GameRootDirectory + href: api/RedLoader.Utils.LoaderEnvironment.html#RedLoader_Utils_LoaderEnvironment_GameRootDirectory + commentId: P:RedLoader.Utils.LoaderEnvironment.GameRootDirectory + fullName: RedLoader.Utils.LoaderEnvironment.GameRootDirectory + nameWithType: LoaderEnvironment.GameRootDirectory +- uid: RedLoader.Utils.LoaderEnvironment.GameRootDirectory* + name: GameRootDirectory + href: api/RedLoader.Utils.LoaderEnvironment.html#RedLoader_Utils_LoaderEnvironment_GameRootDirectory_ + commentId: Overload:RedLoader.Utils.LoaderEnvironment.GameRootDirectory + fullName: RedLoader.Utils.LoaderEnvironment.GameRootDirectory + nameWithType: LoaderEnvironment.GameRootDirectory +- uid: RedLoader.Utils.LoaderEnvironment.GetMetadataPath(System.Reflection.Assembly) + name: GetMetadataPath(Assembly) + href: api/RedLoader.Utils.LoaderEnvironment.html#RedLoader_Utils_LoaderEnvironment_GetMetadataPath_System_Reflection_Assembly_ + commentId: M:RedLoader.Utils.LoaderEnvironment.GetMetadataPath(System.Reflection.Assembly) + fullName: RedLoader.Utils.LoaderEnvironment.GetMetadataPath(System.Reflection.Assembly) + nameWithType: LoaderEnvironment.GetMetadataPath(Assembly) +- uid: RedLoader.Utils.LoaderEnvironment.GetMetadataPath* + name: GetMetadataPath + href: api/RedLoader.Utils.LoaderEnvironment.html#RedLoader_Utils_LoaderEnvironment_GetMetadataPath_ + commentId: Overload:RedLoader.Utils.LoaderEnvironment.GetMetadataPath + fullName: RedLoader.Utils.LoaderEnvironment.GetMetadataPath + nameWithType: LoaderEnvironment.GetMetadataPath +- uid: RedLoader.Utils.LoaderEnvironment.GetModDataPath(RedLoader.ModBase) + name: GetModDataPath(ModBase) + href: api/RedLoader.Utils.LoaderEnvironment.html#RedLoader_Utils_LoaderEnvironment_GetModDataPath_RedLoader_ModBase_ + commentId: M:RedLoader.Utils.LoaderEnvironment.GetModDataPath(RedLoader.ModBase) + fullName: RedLoader.Utils.LoaderEnvironment.GetModDataPath(RedLoader.ModBase) + nameWithType: LoaderEnvironment.GetModDataPath(ModBase) +- uid: RedLoader.Utils.LoaderEnvironment.GetModDataPath(System.Reflection.Assembly) + name: GetModDataPath(Assembly) + href: api/RedLoader.Utils.LoaderEnvironment.html#RedLoader_Utils_LoaderEnvironment_GetModDataPath_System_Reflection_Assembly_ + commentId: M:RedLoader.Utils.LoaderEnvironment.GetModDataPath(System.Reflection.Assembly) + fullName: RedLoader.Utils.LoaderEnvironment.GetModDataPath(System.Reflection.Assembly) + nameWithType: LoaderEnvironment.GetModDataPath(Assembly) +- uid: RedLoader.Utils.LoaderEnvironment.GetModDataPath* + name: GetModDataPath + href: api/RedLoader.Utils.LoaderEnvironment.html#RedLoader_Utils_LoaderEnvironment_GetModDataPath_ + commentId: Overload:RedLoader.Utils.LoaderEnvironment.GetModDataPath + fullName: RedLoader.Utils.LoaderEnvironment.GetModDataPath + nameWithType: LoaderEnvironment.GetModDataPath +- uid: RedLoader.Utils.LoaderEnvironment.Il2CppAssembliesDirectory + name: Il2CppAssembliesDirectory + href: api/RedLoader.Utils.LoaderEnvironment.html#RedLoader_Utils_LoaderEnvironment_Il2CppAssembliesDirectory + commentId: P:RedLoader.Utils.LoaderEnvironment.Il2CppAssembliesDirectory + fullName: RedLoader.Utils.LoaderEnvironment.Il2CppAssembliesDirectory + nameWithType: LoaderEnvironment.Il2CppAssembliesDirectory +- uid: RedLoader.Utils.LoaderEnvironment.Il2CppAssembliesDirectory* + name: Il2CppAssembliesDirectory + href: api/RedLoader.Utils.LoaderEnvironment.html#RedLoader_Utils_LoaderEnvironment_Il2CppAssembliesDirectory_ + commentId: Overload:RedLoader.Utils.LoaderEnvironment.Il2CppAssembliesDirectory + fullName: RedLoader.Utils.LoaderEnvironment.Il2CppAssembliesDirectory + nameWithType: LoaderEnvironment.Il2CppAssembliesDirectory +- uid: RedLoader.Utils.LoaderEnvironment.Il2CppAssemblyGeneratorDirectory + name: Il2CppAssemblyGeneratorDirectory + href: api/RedLoader.Utils.LoaderEnvironment.html#RedLoader_Utils_LoaderEnvironment_Il2CppAssemblyGeneratorDirectory + commentId: P:RedLoader.Utils.LoaderEnvironment.Il2CppAssemblyGeneratorDirectory + fullName: RedLoader.Utils.LoaderEnvironment.Il2CppAssemblyGeneratorDirectory + nameWithType: LoaderEnvironment.Il2CppAssemblyGeneratorDirectory +- uid: RedLoader.Utils.LoaderEnvironment.Il2CppAssemblyGeneratorDirectory* + name: Il2CppAssemblyGeneratorDirectory + href: api/RedLoader.Utils.LoaderEnvironment.html#RedLoader_Utils_LoaderEnvironment_Il2CppAssemblyGeneratorDirectory_ + commentId: Overload:RedLoader.Utils.LoaderEnvironment.Il2CppAssemblyGeneratorDirectory + fullName: RedLoader.Utils.LoaderEnvironment.Il2CppAssemblyGeneratorDirectory + nameWithType: LoaderEnvironment.Il2CppAssemblyGeneratorDirectory +- uid: RedLoader.Utils.LoaderEnvironment.Il2CppDataDirectory + name: Il2CppDataDirectory + href: api/RedLoader.Utils.LoaderEnvironment.html#RedLoader_Utils_LoaderEnvironment_Il2CppDataDirectory + commentId: P:RedLoader.Utils.LoaderEnvironment.Il2CppDataDirectory + fullName: RedLoader.Utils.LoaderEnvironment.Il2CppDataDirectory + nameWithType: LoaderEnvironment.Il2CppDataDirectory +- uid: RedLoader.Utils.LoaderEnvironment.Il2CppDataDirectory* + name: Il2CppDataDirectory + href: api/RedLoader.Utils.LoaderEnvironment.html#RedLoader_Utils_LoaderEnvironment_Il2CppDataDirectory_ + commentId: Overload:RedLoader.Utils.LoaderEnvironment.Il2CppDataDirectory + fullName: RedLoader.Utils.LoaderEnvironment.Il2CppDataDirectory + nameWithType: LoaderEnvironment.Il2CppDataDirectory +- uid: RedLoader.Utils.LoaderEnvironment.IsDotnetRuntime + name: IsDotnetRuntime + href: api/RedLoader.Utils.LoaderEnvironment.html#RedLoader_Utils_LoaderEnvironment_IsDotnetRuntime + commentId: P:RedLoader.Utils.LoaderEnvironment.IsDotnetRuntime + fullName: RedLoader.Utils.LoaderEnvironment.IsDotnetRuntime + nameWithType: LoaderEnvironment.IsDotnetRuntime +- uid: RedLoader.Utils.LoaderEnvironment.IsDotnetRuntime* + name: IsDotnetRuntime + href: api/RedLoader.Utils.LoaderEnvironment.html#RedLoader_Utils_LoaderEnvironment_IsDotnetRuntime_ + commentId: Overload:RedLoader.Utils.LoaderEnvironment.IsDotnetRuntime + fullName: RedLoader.Utils.LoaderEnvironment.IsDotnetRuntime + nameWithType: LoaderEnvironment.IsDotnetRuntime +- uid: RedLoader.Utils.LoaderEnvironment.IsMonoRuntime + name: IsMonoRuntime + href: api/RedLoader.Utils.LoaderEnvironment.html#RedLoader_Utils_LoaderEnvironment_IsMonoRuntime + commentId: P:RedLoader.Utils.LoaderEnvironment.IsMonoRuntime + fullName: RedLoader.Utils.LoaderEnvironment.IsMonoRuntime + nameWithType: LoaderEnvironment.IsMonoRuntime +- uid: RedLoader.Utils.LoaderEnvironment.IsMonoRuntime* + name: IsMonoRuntime + href: api/RedLoader.Utils.LoaderEnvironment.html#RedLoader_Utils_LoaderEnvironment_IsMonoRuntime_ + commentId: Overload:RedLoader.Utils.LoaderEnvironment.IsMonoRuntime + fullName: RedLoader.Utils.LoaderEnvironment.IsMonoRuntime + nameWithType: LoaderEnvironment.IsMonoRuntime +- uid: RedLoader.Utils.LoaderEnvironment.LibsDirectory + name: LibsDirectory + href: api/RedLoader.Utils.LoaderEnvironment.html#RedLoader_Utils_LoaderEnvironment_LibsDirectory + commentId: P:RedLoader.Utils.LoaderEnvironment.LibsDirectory + fullName: RedLoader.Utils.LoaderEnvironment.LibsDirectory + nameWithType: LoaderEnvironment.LibsDirectory +- uid: RedLoader.Utils.LoaderEnvironment.LibsDirectory* + name: LibsDirectory + href: api/RedLoader.Utils.LoaderEnvironment.html#RedLoader_Utils_LoaderEnvironment_LibsDirectory_ + commentId: Overload:RedLoader.Utils.LoaderEnvironment.LibsDirectory + fullName: RedLoader.Utils.LoaderEnvironment.LibsDirectory + nameWithType: LoaderEnvironment.LibsDirectory +- uid: RedLoader.Utils.LoaderEnvironment.LoaderDirectory + name: LoaderDirectory + href: api/RedLoader.Utils.LoaderEnvironment.html#RedLoader_Utils_LoaderEnvironment_LoaderDirectory + commentId: P:RedLoader.Utils.LoaderEnvironment.LoaderDirectory + fullName: RedLoader.Utils.LoaderEnvironment.LoaderDirectory + nameWithType: LoaderEnvironment.LoaderDirectory +- uid: RedLoader.Utils.LoaderEnvironment.LoaderDirectory* + name: LoaderDirectory + href: api/RedLoader.Utils.LoaderEnvironment.html#RedLoader_Utils_LoaderEnvironment_LoaderDirectory_ + commentId: Overload:RedLoader.Utils.LoaderEnvironment.LoaderDirectory + fullName: RedLoader.Utils.LoaderEnvironment.LoaderDirectory + nameWithType: LoaderEnvironment.LoaderDirectory +- uid: RedLoader.Utils.LoaderEnvironment.LoaderFolderName + name: LoaderFolderName + href: api/RedLoader.Utils.LoaderEnvironment.html#RedLoader_Utils_LoaderEnvironment_LoaderFolderName + commentId: P:RedLoader.Utils.LoaderEnvironment.LoaderFolderName + fullName: RedLoader.Utils.LoaderEnvironment.LoaderFolderName + nameWithType: LoaderEnvironment.LoaderFolderName +- uid: RedLoader.Utils.LoaderEnvironment.LoaderFolderName* + name: LoaderFolderName + href: api/RedLoader.Utils.LoaderEnvironment.html#RedLoader_Utils_LoaderEnvironment_LoaderFolderName_ + commentId: Overload:RedLoader.Utils.LoaderEnvironment.LoaderFolderName + fullName: RedLoader.Utils.LoaderEnvironment.LoaderFolderName + nameWithType: LoaderEnvironment.LoaderFolderName +- uid: RedLoader.Utils.LoaderEnvironment.ModsDirectory + name: ModsDirectory + href: api/RedLoader.Utils.LoaderEnvironment.html#RedLoader_Utils_LoaderEnvironment_ModsDirectory + commentId: P:RedLoader.Utils.LoaderEnvironment.ModsDirectory + fullName: RedLoader.Utils.LoaderEnvironment.ModsDirectory + nameWithType: LoaderEnvironment.ModsDirectory +- uid: RedLoader.Utils.LoaderEnvironment.ModsDirectory* + name: ModsDirectory + href: api/RedLoader.Utils.LoaderEnvironment.html#RedLoader_Utils_LoaderEnvironment_ModsDirectory_ + commentId: Overload:RedLoader.Utils.LoaderEnvironment.ModsDirectory + fullName: RedLoader.Utils.LoaderEnvironment.ModsDirectory + nameWithType: LoaderEnvironment.ModsDirectory +- uid: RedLoader.Utils.LoaderEnvironment.OurRuntimeDirectory + name: OurRuntimeDirectory + href: api/RedLoader.Utils.LoaderEnvironment.html#RedLoader_Utils_LoaderEnvironment_OurRuntimeDirectory + commentId: P:RedLoader.Utils.LoaderEnvironment.OurRuntimeDirectory + fullName: RedLoader.Utils.LoaderEnvironment.OurRuntimeDirectory + nameWithType: LoaderEnvironment.OurRuntimeDirectory +- uid: RedLoader.Utils.LoaderEnvironment.OurRuntimeDirectory* + name: OurRuntimeDirectory + href: api/RedLoader.Utils.LoaderEnvironment.html#RedLoader_Utils_LoaderEnvironment_OurRuntimeDirectory_ + commentId: Overload:RedLoader.Utils.LoaderEnvironment.OurRuntimeDirectory + fullName: RedLoader.Utils.LoaderEnvironment.OurRuntimeDirectory + nameWithType: LoaderEnvironment.OurRuntimeDirectory +- uid: RedLoader.Utils.LoaderEnvironment.PendingDirectory + name: PendingDirectory + href: api/RedLoader.Utils.LoaderEnvironment.html#RedLoader_Utils_LoaderEnvironment_PendingDirectory + commentId: P:RedLoader.Utils.LoaderEnvironment.PendingDirectory + fullName: RedLoader.Utils.LoaderEnvironment.PendingDirectory + nameWithType: LoaderEnvironment.PendingDirectory +- uid: RedLoader.Utils.LoaderEnvironment.PendingDirectory* + name: PendingDirectory + href: api/RedLoader.Utils.LoaderEnvironment.html#RedLoader_Utils_LoaderEnvironment_PendingDirectory_ + commentId: Overload:RedLoader.Utils.LoaderEnvironment.PendingDirectory + fullName: RedLoader.Utils.LoaderEnvironment.PendingDirectory + nameWithType: LoaderEnvironment.PendingDirectory +- uid: RedLoader.Utils.LoaderEnvironment.PluginsDirectory + name: PluginsDirectory + href: api/RedLoader.Utils.LoaderEnvironment.html#RedLoader_Utils_LoaderEnvironment_PluginsDirectory + commentId: P:RedLoader.Utils.LoaderEnvironment.PluginsDirectory + fullName: RedLoader.Utils.LoaderEnvironment.PluginsDirectory + nameWithType: LoaderEnvironment.PluginsDirectory +- uid: RedLoader.Utils.LoaderEnvironment.PluginsDirectory* + name: PluginsDirectory + href: api/RedLoader.Utils.LoaderEnvironment.html#RedLoader_Utils_LoaderEnvironment_PluginsDirectory_ + commentId: Overload:RedLoader.Utils.LoaderEnvironment.PluginsDirectory + fullName: RedLoader.Utils.LoaderEnvironment.PluginsDirectory + nameWithType: LoaderEnvironment.PluginsDirectory +- uid: RedLoader.Utils.LoaderEnvironment.SupportModuleDirectory + name: SupportModuleDirectory + href: api/RedLoader.Utils.LoaderEnvironment.html#RedLoader_Utils_LoaderEnvironment_SupportModuleDirectory + commentId: P:RedLoader.Utils.LoaderEnvironment.SupportModuleDirectory + fullName: RedLoader.Utils.LoaderEnvironment.SupportModuleDirectory + nameWithType: LoaderEnvironment.SupportModuleDirectory +- uid: RedLoader.Utils.LoaderEnvironment.SupportModuleDirectory* + name: SupportModuleDirectory + href: api/RedLoader.Utils.LoaderEnvironment.html#RedLoader_Utils_LoaderEnvironment_SupportModuleDirectory_ + commentId: Overload:RedLoader.Utils.LoaderEnvironment.SupportModuleDirectory + fullName: RedLoader.Utils.LoaderEnvironment.SupportModuleDirectory + nameWithType: LoaderEnvironment.SupportModuleDirectory +- uid: RedLoader.Utils.LoaderEnvironment.UnityGameDataDirectory + name: UnityGameDataDirectory + href: api/RedLoader.Utils.LoaderEnvironment.html#RedLoader_Utils_LoaderEnvironment_UnityGameDataDirectory + commentId: P:RedLoader.Utils.LoaderEnvironment.UnityGameDataDirectory + fullName: RedLoader.Utils.LoaderEnvironment.UnityGameDataDirectory + nameWithType: LoaderEnvironment.UnityGameDataDirectory +- uid: RedLoader.Utils.LoaderEnvironment.UnityGameDataDirectory* + name: UnityGameDataDirectory + href: api/RedLoader.Utils.LoaderEnvironment.html#RedLoader_Utils_LoaderEnvironment_UnityGameDataDirectory_ + commentId: Overload:RedLoader.Utils.LoaderEnvironment.UnityGameDataDirectory + fullName: RedLoader.Utils.LoaderEnvironment.UnityGameDataDirectory + nameWithType: LoaderEnvironment.UnityGameDataDirectory +- uid: RedLoader.Utils.LoaderEnvironment.UnityPlayerPath + name: UnityPlayerPath + href: api/RedLoader.Utils.LoaderEnvironment.html#RedLoader_Utils_LoaderEnvironment_UnityPlayerPath + commentId: P:RedLoader.Utils.LoaderEnvironment.UnityPlayerPath + fullName: RedLoader.Utils.LoaderEnvironment.UnityPlayerPath + nameWithType: LoaderEnvironment.UnityPlayerPath +- uid: RedLoader.Utils.LoaderEnvironment.UnityPlayerPath* + name: UnityPlayerPath + href: api/RedLoader.Utils.LoaderEnvironment.html#RedLoader_Utils_LoaderEnvironment_UnityPlayerPath_ + commentId: Overload:RedLoader.Utils.LoaderEnvironment.UnityPlayerPath + fullName: RedLoader.Utils.LoaderEnvironment.UnityPlayerPath + nameWithType: LoaderEnvironment.UnityPlayerPath +- uid: RedLoader.Utils.LoaderEnvironment.UserDataDirectory + name: UserDataDirectory + href: api/RedLoader.Utils.LoaderEnvironment.html#RedLoader_Utils_LoaderEnvironment_UserDataDirectory + commentId: P:RedLoader.Utils.LoaderEnvironment.UserDataDirectory + fullName: RedLoader.Utils.LoaderEnvironment.UserDataDirectory + nameWithType: LoaderEnvironment.UserDataDirectory +- uid: RedLoader.Utils.LoaderEnvironment.UserDataDirectory* + name: UserDataDirectory + href: api/RedLoader.Utils.LoaderEnvironment.html#RedLoader_Utils_LoaderEnvironment_UserDataDirectory_ + commentId: Overload:RedLoader.Utils.LoaderEnvironment.UserDataDirectory + fullName: RedLoader.Utils.LoaderEnvironment.UserDataDirectory + nameWithType: LoaderEnvironment.UserDataDirectory +- uid: RedLoader.Utils.PathObject + name: PathObject + href: api/RedLoader.Utils.PathObject.html + commentId: T:RedLoader.Utils.PathObject + fullName: RedLoader.Utils.PathObject + nameWithType: PathObject +- uid: RedLoader.Utils.PathObject.#ctor(System.String) + name: PathObject(string) + href: api/RedLoader.Utils.PathObject.html#RedLoader_Utils_PathObject__ctor_System_String_ + commentId: M:RedLoader.Utils.PathObject.#ctor(System.String) + name.vb: New(String) + fullName: RedLoader.Utils.PathObject.PathObject(string) + fullName.vb: RedLoader.Utils.PathObject.New(String) + nameWithType: PathObject.PathObject(string) + nameWithType.vb: PathObject.New(String) +- uid: RedLoader.Utils.PathObject.#ctor* + name: PathObject + href: api/RedLoader.Utils.PathObject.html#RedLoader_Utils_PathObject__ctor_ + commentId: Overload:RedLoader.Utils.PathObject.#ctor + name.vb: New + fullName: RedLoader.Utils.PathObject.PathObject + fullName.vb: RedLoader.Utils.PathObject.New + nameWithType: PathObject.PathObject + nameWithType.vb: PathObject.New +- uid: RedLoader.Utils.PathObject.DirectoryExists + name: DirectoryExists() + href: api/RedLoader.Utils.PathObject.html#RedLoader_Utils_PathObject_DirectoryExists + commentId: M:RedLoader.Utils.PathObject.DirectoryExists + fullName: RedLoader.Utils.PathObject.DirectoryExists() + nameWithType: PathObject.DirectoryExists() +- uid: RedLoader.Utils.PathObject.DirectoryExists* + name: DirectoryExists + href: api/RedLoader.Utils.PathObject.html#RedLoader_Utils_PathObject_DirectoryExists_ + commentId: Overload:RedLoader.Utils.PathObject.DirectoryExists + fullName: RedLoader.Utils.PathObject.DirectoryExists + nameWithType: PathObject.DirectoryExists +- uid: RedLoader.Utils.PathObject.FileExists + name: FileExists() + href: api/RedLoader.Utils.PathObject.html#RedLoader_Utils_PathObject_FileExists + commentId: M:RedLoader.Utils.PathObject.FileExists + fullName: RedLoader.Utils.PathObject.FileExists() + nameWithType: PathObject.FileExists() +- uid: RedLoader.Utils.PathObject.FileExists* + name: FileExists + href: api/RedLoader.Utils.PathObject.html#RedLoader_Utils_PathObject_FileExists_ + commentId: Overload:RedLoader.Utils.PathObject.FileExists + fullName: RedLoader.Utils.PathObject.FileExists + nameWithType: PathObject.FileExists +- uid: RedLoader.Utils.PathObject.GetFiles + name: GetFiles() + href: api/RedLoader.Utils.PathObject.html#RedLoader_Utils_PathObject_GetFiles + commentId: M:RedLoader.Utils.PathObject.GetFiles + fullName: RedLoader.Utils.PathObject.GetFiles() + nameWithType: PathObject.GetFiles() +- uid: RedLoader.Utils.PathObject.GetFiles(System.String) + name: GetFiles(string) + href: api/RedLoader.Utils.PathObject.html#RedLoader_Utils_PathObject_GetFiles_System_String_ + commentId: M:RedLoader.Utils.PathObject.GetFiles(System.String) + name.vb: GetFiles(String) + fullName: RedLoader.Utils.PathObject.GetFiles(string) + fullName.vb: RedLoader.Utils.PathObject.GetFiles(String) + nameWithType: PathObject.GetFiles(string) + nameWithType.vb: PathObject.GetFiles(String) +- uid: RedLoader.Utils.PathObject.GetFiles* + name: GetFiles + href: api/RedLoader.Utils.PathObject.html#RedLoader_Utils_PathObject_GetFiles_ + commentId: Overload:RedLoader.Utils.PathObject.GetFiles + fullName: RedLoader.Utils.PathObject.GetFiles + nameWithType: PathObject.GetFiles +- uid: RedLoader.Utils.PathObject.op_Division(RedLoader.Utils.PathObject,RedLoader.Utils.PathObject) + name: operator /(PathObject, PathObject) + href: api/RedLoader.Utils.PathObject.html#RedLoader_Utils_PathObject_op_Division_RedLoader_Utils_PathObject_RedLoader_Utils_PathObject_ + commentId: M:RedLoader.Utils.PathObject.op_Division(RedLoader.Utils.PathObject,RedLoader.Utils.PathObject) + name.vb: /(PathObject, PathObject) + fullName: RedLoader.Utils.PathObject.operator /(RedLoader.Utils.PathObject, RedLoader.Utils.PathObject) + fullName.vb: RedLoader.Utils.PathObject./(RedLoader.Utils.PathObject, RedLoader.Utils.PathObject) + nameWithType: PathObject.operator /(PathObject, PathObject) + nameWithType.vb: PathObject./(PathObject, PathObject) +- uid: RedLoader.Utils.PathObject.op_Division(RedLoader.Utils.PathObject,System.String) + name: operator /(PathObject, string) + href: api/RedLoader.Utils.PathObject.html#RedLoader_Utils_PathObject_op_Division_RedLoader_Utils_PathObject_System_String_ + commentId: M:RedLoader.Utils.PathObject.op_Division(RedLoader.Utils.PathObject,System.String) + name.vb: /(PathObject, String) + fullName: RedLoader.Utils.PathObject.operator /(RedLoader.Utils.PathObject, string) + fullName.vb: RedLoader.Utils.PathObject./(RedLoader.Utils.PathObject, String) + nameWithType: PathObject.operator /(PathObject, string) + nameWithType.vb: PathObject./(PathObject, String) +- uid: RedLoader.Utils.PathObject.op_Division* + name: operator / + href: api/RedLoader.Utils.PathObject.html#RedLoader_Utils_PathObject_op_Division_ + commentId: Overload:RedLoader.Utils.PathObject.op_Division + name.vb: / + fullName: RedLoader.Utils.PathObject.operator / + fullName.vb: RedLoader.Utils.PathObject./ + nameWithType: PathObject.operator / + nameWithType.vb: PathObject./ +- uid: RedLoader.Utils.PathObject.op_Implicit(RedLoader.Utils.PathObject)~System.String + name: implicit operator string(PathObject) + href: api/RedLoader.Utils.PathObject.html#RedLoader_Utils_PathObject_op_Implicit_RedLoader_Utils_PathObject__System_String + commentId: M:RedLoader.Utils.PathObject.op_Implicit(RedLoader.Utils.PathObject)~System.String + name.vb: CType(PathObject) + fullName: RedLoader.Utils.PathObject.implicit operator string(RedLoader.Utils.PathObject) + fullName.vb: RedLoader.Utils.PathObject.CType(RedLoader.Utils.PathObject) + nameWithType: PathObject.implicit operator string(PathObject) + nameWithType.vb: PathObject.CType(PathObject) +- uid: RedLoader.Utils.PathObject.op_Implicit* + name: implicit operator + href: api/RedLoader.Utils.PathObject.html#RedLoader_Utils_PathObject_op_Implicit_ + commentId: Overload:RedLoader.Utils.PathObject.op_Implicit + isSpec: "True" + name.vb: CType + fullName: RedLoader.Utils.PathObject.implicit operator + fullName.vb: RedLoader.Utils.PathObject.CType + nameWithType: PathObject.implicit operator + nameWithType.vb: PathObject.CType +- uid: RedLoader.Utils.PathObject.Path + name: Path + href: api/RedLoader.Utils.PathObject.html#RedLoader_Utils_PathObject_Path + commentId: P:RedLoader.Utils.PathObject.Path + fullName: RedLoader.Utils.PathObject.Path + nameWithType: PathObject.Path +- uid: RedLoader.Utils.PathObject.Path* + name: Path + href: api/RedLoader.Utils.PathObject.html#RedLoader_Utils_PathObject_Path_ + commentId: Overload:RedLoader.Utils.PathObject.Path + fullName: RedLoader.Utils.PathObject.Path + nameWithType: PathObject.Path +- uid: RedLoader.Utils.PathObject.ReadJson* + name: ReadJson + href: api/RedLoader.Utils.PathObject.html#RedLoader_Utils_PathObject_ReadJson_ + commentId: Overload:RedLoader.Utils.PathObject.ReadJson + fullName: RedLoader.Utils.PathObject.ReadJson + nameWithType: PathObject.ReadJson +- uid: RedLoader.Utils.PathObject.ReadJson``1 + name: ReadJson() + href: api/RedLoader.Utils.PathObject.html#RedLoader_Utils_PathObject_ReadJson__1 + commentId: M:RedLoader.Utils.PathObject.ReadJson``1 + name.vb: ReadJson(Of T)() + fullName: RedLoader.Utils.PathObject.ReadJson() + fullName.vb: RedLoader.Utils.PathObject.ReadJson(Of T)() + nameWithType: PathObject.ReadJson() + nameWithType.vb: PathObject.ReadJson(Of T)() +- uid: RedLoader.Utils.PathObject.ReadText + name: ReadText() + href: api/RedLoader.Utils.PathObject.html#RedLoader_Utils_PathObject_ReadText + commentId: M:RedLoader.Utils.PathObject.ReadText + fullName: RedLoader.Utils.PathObject.ReadText() + nameWithType: PathObject.ReadText() +- uid: RedLoader.Utils.PathObject.ReadText* + name: ReadText + href: api/RedLoader.Utils.PathObject.html#RedLoader_Utils_PathObject_ReadText_ + commentId: Overload:RedLoader.Utils.PathObject.ReadText + fullName: RedLoader.Utils.PathObject.ReadText + nameWithType: PathObject.ReadText +- uid: RedLoader.Utils.PathObject.WriteJson(System.Object) + name: WriteJson(object) + href: api/RedLoader.Utils.PathObject.html#RedLoader_Utils_PathObject_WriteJson_System_Object_ + commentId: M:RedLoader.Utils.PathObject.WriteJson(System.Object) + name.vb: WriteJson(Object) + fullName: RedLoader.Utils.PathObject.WriteJson(object) + fullName.vb: RedLoader.Utils.PathObject.WriteJson(Object) + nameWithType: PathObject.WriteJson(object) + nameWithType.vb: PathObject.WriteJson(Object) +- uid: RedLoader.Utils.PathObject.WriteJson* + name: WriteJson + href: api/RedLoader.Utils.PathObject.html#RedLoader_Utils_PathObject_WriteJson_ + commentId: Overload:RedLoader.Utils.PathObject.WriteJson + fullName: RedLoader.Utils.PathObject.WriteJson + nameWithType: PathObject.WriteJson +- uid: RedLoader.Utils.PathObject.WriteText(System.String) + name: WriteText(string) + href: api/RedLoader.Utils.PathObject.html#RedLoader_Utils_PathObject_WriteText_System_String_ + commentId: M:RedLoader.Utils.PathObject.WriteText(System.String) + name.vb: WriteText(String) + fullName: RedLoader.Utils.PathObject.WriteText(string) + fullName.vb: RedLoader.Utils.PathObject.WriteText(String) + nameWithType: PathObject.WriteText(string) + nameWithType.vb: PathObject.WriteText(String) +- uid: RedLoader.Utils.PathObject.WriteText* + name: WriteText + href: api/RedLoader.Utils.PathObject.html#RedLoader_Utils_PathObject_WriteText_ + commentId: Overload:RedLoader.Utils.PathObject.WriteText + fullName: RedLoader.Utils.PathObject.WriteText + nameWithType: PathObject.WriteText +- uid: RedLoader.Utils.SingleShotHandler + name: SingleShotHandler + href: api/RedLoader.Utils.SingleShotHandler.html + commentId: T:RedLoader.Utils.SingleShotHandler + fullName: RedLoader.Utils.SingleShotHandler + nameWithType: SingleShotHandler +- uid: RedLoader.Utils.SingleShotHandler.HasTriggered + name: HasTriggered + href: api/RedLoader.Utils.SingleShotHandler.html#RedLoader_Utils_SingleShotHandler_HasTriggered + commentId: P:RedLoader.Utils.SingleShotHandler.HasTriggered + fullName: RedLoader.Utils.SingleShotHandler.HasTriggered + nameWithType: SingleShotHandler.HasTriggered +- uid: RedLoader.Utils.SingleShotHandler.HasTriggered* + name: HasTriggered + href: api/RedLoader.Utils.SingleShotHandler.html#RedLoader_Utils_SingleShotHandler_HasTriggered_ + commentId: Overload:RedLoader.Utils.SingleShotHandler.HasTriggered + fullName: RedLoader.Utils.SingleShotHandler.HasTriggered + nameWithType: SingleShotHandler.HasTriggered +- uid: RedLoader.Utils.SingleShotHandler.Reset + name: Reset() + href: api/RedLoader.Utils.SingleShotHandler.html#RedLoader_Utils_SingleShotHandler_Reset + commentId: M:RedLoader.Utils.SingleShotHandler.Reset + fullName: RedLoader.Utils.SingleShotHandler.Reset() + nameWithType: SingleShotHandler.Reset() +- uid: RedLoader.Utils.SingleShotHandler.Reset* + name: Reset + href: api/RedLoader.Utils.SingleShotHandler.html#RedLoader_Utils_SingleShotHandler_Reset_ + commentId: Overload:RedLoader.Utils.SingleShotHandler.Reset + fullName: RedLoader.Utils.SingleShotHandler.Reset + nameWithType: SingleShotHandler.Reset +- uid: RedLoader.Utils.SingleShotHandler.Trigger + name: Trigger() + href: api/RedLoader.Utils.SingleShotHandler.html#RedLoader_Utils_SingleShotHandler_Trigger + commentId: M:RedLoader.Utils.SingleShotHandler.Trigger + fullName: RedLoader.Utils.SingleShotHandler.Trigger() + nameWithType: SingleShotHandler.Trigger() +- uid: RedLoader.Utils.SingleShotHandler.Trigger* + name: Trigger + href: api/RedLoader.Utils.SingleShotHandler.html#RedLoader_Utils_SingleShotHandler_Trigger_ + commentId: Overload:RedLoader.Utils.SingleShotHandler.Trigger + fullName: RedLoader.Utils.SingleShotHandler.Trigger + nameWithType: SingleShotHandler.Trigger +- uid: RedLoader.Utils.SteamManifestReader + name: SteamManifestReader + href: api/RedLoader.Utils.SteamManifestReader.html + commentId: T:RedLoader.Utils.SteamManifestReader + fullName: RedLoader.Utils.SteamManifestReader + nameWithType: SteamManifestReader +- uid: RedLoader.Utils.SteamManifestReader.GetInstallPathFromAppId(System.String) + name: GetInstallPathFromAppId(string) + href: api/RedLoader.Utils.SteamManifestReader.html#RedLoader_Utils_SteamManifestReader_GetInstallPathFromAppId_System_String_ + commentId: M:RedLoader.Utils.SteamManifestReader.GetInstallPathFromAppId(System.String) + name.vb: GetInstallPathFromAppId(String) + fullName: RedLoader.Utils.SteamManifestReader.GetInstallPathFromAppId(string) + fullName.vb: RedLoader.Utils.SteamManifestReader.GetInstallPathFromAppId(String) + nameWithType: SteamManifestReader.GetInstallPathFromAppId(string) + nameWithType.vb: SteamManifestReader.GetInstallPathFromAppId(String) +- uid: RedLoader.Utils.SteamManifestReader.GetInstallPathFromAppId* + name: GetInstallPathFromAppId + href: api/RedLoader.Utils.SteamManifestReader.html#RedLoader_Utils_SteamManifestReader_GetInstallPathFromAppId_ + commentId: Overload:RedLoader.Utils.SteamManifestReader.GetInstallPathFromAppId + fullName: RedLoader.Utils.SteamManifestReader.GetInstallPathFromAppId + nameWithType: SteamManifestReader.GetInstallPathFromAppId +- uid: RedLoader.Utils.TimingLogger + name: TimingLogger + href: api/RedLoader.Utils.TimingLogger.html + commentId: T:RedLoader.Utils.TimingLogger + fullName: RedLoader.Utils.TimingLogger + nameWithType: TimingLogger +- uid: RedLoader.Utils.TimingLogger.#ctor(System.String,System.Boolean) + name: TimingLogger(string, bool) + href: api/RedLoader.Utils.TimingLogger.html#RedLoader_Utils_TimingLogger__ctor_System_String_System_Boolean_ + commentId: M:RedLoader.Utils.TimingLogger.#ctor(System.String,System.Boolean) + name.vb: New(String, Boolean) + fullName: RedLoader.Utils.TimingLogger.TimingLogger(string, bool) + fullName.vb: RedLoader.Utils.TimingLogger.New(String, Boolean) + nameWithType: TimingLogger.TimingLogger(string, bool) + nameWithType.vb: TimingLogger.New(String, Boolean) +- uid: RedLoader.Utils.TimingLogger.#ctor* + name: TimingLogger + href: api/RedLoader.Utils.TimingLogger.html#RedLoader_Utils_TimingLogger__ctor_ + commentId: Overload:RedLoader.Utils.TimingLogger.#ctor + name.vb: New + fullName: RedLoader.Utils.TimingLogger.TimingLogger + fullName.vb: RedLoader.Utils.TimingLogger.New + nameWithType: TimingLogger.TimingLogger + nameWithType.vb: TimingLogger.New +- uid: RedLoader.Utils.TimingLogger.Dispose + name: Dispose() + href: api/RedLoader.Utils.TimingLogger.html#RedLoader_Utils_TimingLogger_Dispose + commentId: M:RedLoader.Utils.TimingLogger.Dispose + fullName: RedLoader.Utils.TimingLogger.Dispose() + nameWithType: TimingLogger.Dispose() +- uid: RedLoader.Utils.TimingLogger.Dispose* + name: Dispose + href: api/RedLoader.Utils.TimingLogger.html#RedLoader_Utils_TimingLogger_Dispose_ + commentId: Overload:RedLoader.Utils.TimingLogger.Dispose + fullName: RedLoader.Utils.TimingLogger.Dispose + nameWithType: TimingLogger.Dispose +- uid: RedLoader.Utils.TimingLogger.Restart(System.String) + name: Restart(string) + href: api/RedLoader.Utils.TimingLogger.html#RedLoader_Utils_TimingLogger_Restart_System_String_ + commentId: M:RedLoader.Utils.TimingLogger.Restart(System.String) + name.vb: Restart(String) + fullName: RedLoader.Utils.TimingLogger.Restart(string) + fullName.vb: RedLoader.Utils.TimingLogger.Restart(String) + nameWithType: TimingLogger.Restart(string) + nameWithType.vb: TimingLogger.Restart(String) +- uid: RedLoader.Utils.TimingLogger.Restart* + name: Restart + href: api/RedLoader.Utils.TimingLogger.html#RedLoader_Utils_TimingLogger_Restart_ + commentId: Overload:RedLoader.Utils.TimingLogger.Restart + fullName: RedLoader.Utils.TimingLogger.Restart + nameWithType: TimingLogger.Restart +- uid: RedLoader.Utils.TimingLogger.Start + name: Start() + href: api/RedLoader.Utils.TimingLogger.html#RedLoader_Utils_TimingLogger_Start + commentId: M:RedLoader.Utils.TimingLogger.Start + fullName: RedLoader.Utils.TimingLogger.Start() + nameWithType: TimingLogger.Start() +- uid: RedLoader.Utils.TimingLogger.Start* + name: Start + href: api/RedLoader.Utils.TimingLogger.html#RedLoader_Utils_TimingLogger_Start_ + commentId: Overload:RedLoader.Utils.TimingLogger.Start + fullName: RedLoader.Utils.TimingLogger.Start + nameWithType: TimingLogger.Start +- uid: RedLoader.Utils.TimingLogger.StartNew(System.String,System.Boolean) + name: StartNew(string, bool) + href: api/RedLoader.Utils.TimingLogger.html#RedLoader_Utils_TimingLogger_StartNew_System_String_System_Boolean_ + commentId: M:RedLoader.Utils.TimingLogger.StartNew(System.String,System.Boolean) + name.vb: StartNew(String, Boolean) + fullName: RedLoader.Utils.TimingLogger.StartNew(string, bool) + fullName.vb: RedLoader.Utils.TimingLogger.StartNew(String, Boolean) + nameWithType: TimingLogger.StartNew(string, bool) + nameWithType.vb: TimingLogger.StartNew(String, Boolean) +- uid: RedLoader.Utils.TimingLogger.StartNew* + name: StartNew + href: api/RedLoader.Utils.TimingLogger.html#RedLoader_Utils_TimingLogger_StartNew_ + commentId: Overload:RedLoader.Utils.TimingLogger.StartNew + fullName: RedLoader.Utils.TimingLogger.StartNew + nameWithType: TimingLogger.StartNew +- uid: RedLoader.Utils.TimingLogger.Stop(System.String) + name: Stop(string) + href: api/RedLoader.Utils.TimingLogger.html#RedLoader_Utils_TimingLogger_Stop_System_String_ + commentId: M:RedLoader.Utils.TimingLogger.Stop(System.String) + name.vb: Stop(String) + fullName: RedLoader.Utils.TimingLogger.Stop(string) + fullName.vb: RedLoader.Utils.TimingLogger.Stop(String) + nameWithType: TimingLogger.Stop(string) + nameWithType.vb: TimingLogger.Stop(String) +- uid: RedLoader.Utils.TimingLogger.Stop* + name: Stop + href: api/RedLoader.Utils.TimingLogger.html#RedLoader_Utils_TimingLogger_Stop_ + commentId: Overload:RedLoader.Utils.TimingLogger.Stop + fullName: RedLoader.Utils.TimingLogger.Stop + nameWithType: TimingLogger.Stop +- uid: RedLoader.VerifyLoaderBuildAttribute + name: VerifyLoaderBuildAttribute + href: api/RedLoader.VerifyLoaderBuildAttribute.html + commentId: T:RedLoader.VerifyLoaderBuildAttribute + fullName: RedLoader.VerifyLoaderBuildAttribute + nameWithType: VerifyLoaderBuildAttribute +- uid: RedLoader.VerifyLoaderBuildAttribute.#ctor(System.String) + name: VerifyLoaderBuildAttribute(string) + href: api/RedLoader.VerifyLoaderBuildAttribute.html#RedLoader_VerifyLoaderBuildAttribute__ctor_System_String_ + commentId: M:RedLoader.VerifyLoaderBuildAttribute.#ctor(System.String) + name.vb: New(String) + fullName: RedLoader.VerifyLoaderBuildAttribute.VerifyLoaderBuildAttribute(string) + fullName.vb: RedLoader.VerifyLoaderBuildAttribute.New(String) + nameWithType: VerifyLoaderBuildAttribute.VerifyLoaderBuildAttribute(string) + nameWithType.vb: VerifyLoaderBuildAttribute.New(String) +- uid: RedLoader.VerifyLoaderBuildAttribute.#ctor* + name: VerifyLoaderBuildAttribute + href: api/RedLoader.VerifyLoaderBuildAttribute.html#RedLoader_VerifyLoaderBuildAttribute__ctor_ + commentId: Overload:RedLoader.VerifyLoaderBuildAttribute.#ctor + name.vb: New + fullName: RedLoader.VerifyLoaderBuildAttribute.VerifyLoaderBuildAttribute + fullName.vb: RedLoader.VerifyLoaderBuildAttribute.New + nameWithType: VerifyLoaderBuildAttribute.VerifyLoaderBuildAttribute + nameWithType.vb: VerifyLoaderBuildAttribute.New +- uid: RedLoader.VerifyLoaderBuildAttribute.HashCode + name: HashCode + href: api/RedLoader.VerifyLoaderBuildAttribute.html#RedLoader_VerifyLoaderBuildAttribute_HashCode + commentId: P:RedLoader.VerifyLoaderBuildAttribute.HashCode + fullName: RedLoader.VerifyLoaderBuildAttribute.HashCode + nameWithType: VerifyLoaderBuildAttribute.HashCode +- uid: RedLoader.VerifyLoaderBuildAttribute.HashCode* + name: HashCode + href: api/RedLoader.VerifyLoaderBuildAttribute.html#RedLoader_VerifyLoaderBuildAttribute_HashCode_ + commentId: Overload:RedLoader.VerifyLoaderBuildAttribute.HashCode + fullName: RedLoader.VerifyLoaderBuildAttribute.HashCode + nameWithType: VerifyLoaderBuildAttribute.HashCode +- uid: RedLoader.VerifyLoaderBuildAttribute.IsCompatible(System.String) + name: IsCompatible(string) + href: api/RedLoader.VerifyLoaderBuildAttribute.html#RedLoader_VerifyLoaderBuildAttribute_IsCompatible_System_String_ + commentId: M:RedLoader.VerifyLoaderBuildAttribute.IsCompatible(System.String) + name.vb: IsCompatible(String) + fullName: RedLoader.VerifyLoaderBuildAttribute.IsCompatible(string) + fullName.vb: RedLoader.VerifyLoaderBuildAttribute.IsCompatible(String) + nameWithType: VerifyLoaderBuildAttribute.IsCompatible(string) + nameWithType.vb: VerifyLoaderBuildAttribute.IsCompatible(String) +- uid: RedLoader.VerifyLoaderBuildAttribute.IsCompatible* + name: IsCompatible + href: api/RedLoader.VerifyLoaderBuildAttribute.html#RedLoader_VerifyLoaderBuildAttribute_IsCompatible_ + commentId: Overload:RedLoader.VerifyLoaderBuildAttribute.IsCompatible + fullName: RedLoader.VerifyLoaderBuildAttribute.IsCompatible + nameWithType: VerifyLoaderBuildAttribute.IsCompatible +- uid: RedLoader.VerifyLoaderVersionAttribute + name: VerifyLoaderVersionAttribute + href: api/RedLoader.VerifyLoaderVersionAttribute.html + commentId: T:RedLoader.VerifyLoaderVersionAttribute + fullName: RedLoader.VerifyLoaderVersionAttribute + nameWithType: VerifyLoaderVersionAttribute +- uid: RedLoader.VerifyLoaderVersionAttribute.#ctor(Semver.SemVersion,System.Boolean) + name: VerifyLoaderVersionAttribute(SemVersion, bool) + href: api/RedLoader.VerifyLoaderVersionAttribute.html#RedLoader_VerifyLoaderVersionAttribute__ctor_Semver_SemVersion_System_Boolean_ + commentId: M:RedLoader.VerifyLoaderVersionAttribute.#ctor(Semver.SemVersion,System.Boolean) + name.vb: New(SemVersion, Boolean) + fullName: RedLoader.VerifyLoaderVersionAttribute.VerifyLoaderVersionAttribute(Semver.SemVersion, bool) + fullName.vb: RedLoader.VerifyLoaderVersionAttribute.New(Semver.SemVersion, Boolean) + nameWithType: VerifyLoaderVersionAttribute.VerifyLoaderVersionAttribute(SemVersion, bool) + nameWithType.vb: VerifyLoaderVersionAttribute.New(SemVersion, Boolean) +- uid: RedLoader.VerifyLoaderVersionAttribute.#ctor(System.Int32,System.Int32,System.Int32,System.Boolean) + name: VerifyLoaderVersionAttribute(int, int, int, bool) + href: api/RedLoader.VerifyLoaderVersionAttribute.html#RedLoader_VerifyLoaderVersionAttribute__ctor_System_Int32_System_Int32_System_Int32_System_Boolean_ + commentId: M:RedLoader.VerifyLoaderVersionAttribute.#ctor(System.Int32,System.Int32,System.Int32,System.Boolean) + name.vb: New(Integer, Integer, Integer, Boolean) + fullName: RedLoader.VerifyLoaderVersionAttribute.VerifyLoaderVersionAttribute(int, int, int, bool) + fullName.vb: RedLoader.VerifyLoaderVersionAttribute.New(Integer, Integer, Integer, Boolean) + nameWithType: VerifyLoaderVersionAttribute.VerifyLoaderVersionAttribute(int, int, int, bool) + nameWithType.vb: VerifyLoaderVersionAttribute.New(Integer, Integer, Integer, Boolean) +- uid: RedLoader.VerifyLoaderVersionAttribute.#ctor(System.Int32,System.Int32,System.Int32) + name: VerifyLoaderVersionAttribute(int, int, int) + href: api/RedLoader.VerifyLoaderVersionAttribute.html#RedLoader_VerifyLoaderVersionAttribute__ctor_System_Int32_System_Int32_System_Int32_ + commentId: M:RedLoader.VerifyLoaderVersionAttribute.#ctor(System.Int32,System.Int32,System.Int32) + name.vb: New(Integer, Integer, Integer) + fullName: RedLoader.VerifyLoaderVersionAttribute.VerifyLoaderVersionAttribute(int, int, int) + fullName.vb: RedLoader.VerifyLoaderVersionAttribute.New(Integer, Integer, Integer) + nameWithType: VerifyLoaderVersionAttribute.VerifyLoaderVersionAttribute(int, int, int) + nameWithType.vb: VerifyLoaderVersionAttribute.New(Integer, Integer, Integer) +- uid: RedLoader.VerifyLoaderVersionAttribute.#ctor(System.String,System.Boolean) + name: VerifyLoaderVersionAttribute(string, bool) + href: api/RedLoader.VerifyLoaderVersionAttribute.html#RedLoader_VerifyLoaderVersionAttribute__ctor_System_String_System_Boolean_ + commentId: M:RedLoader.VerifyLoaderVersionAttribute.#ctor(System.String,System.Boolean) + name.vb: New(String, Boolean) + fullName: RedLoader.VerifyLoaderVersionAttribute.VerifyLoaderVersionAttribute(string, bool) + fullName.vb: RedLoader.VerifyLoaderVersionAttribute.New(String, Boolean) + nameWithType: VerifyLoaderVersionAttribute.VerifyLoaderVersionAttribute(string, bool) + nameWithType.vb: VerifyLoaderVersionAttribute.New(String, Boolean) +- uid: RedLoader.VerifyLoaderVersionAttribute.#ctor(System.String) + name: VerifyLoaderVersionAttribute(string) + href: api/RedLoader.VerifyLoaderVersionAttribute.html#RedLoader_VerifyLoaderVersionAttribute__ctor_System_String_ + commentId: M:RedLoader.VerifyLoaderVersionAttribute.#ctor(System.String) + name.vb: New(String) + fullName: RedLoader.VerifyLoaderVersionAttribute.VerifyLoaderVersionAttribute(string) + fullName.vb: RedLoader.VerifyLoaderVersionAttribute.New(String) + nameWithType: VerifyLoaderVersionAttribute.VerifyLoaderVersionAttribute(string) + nameWithType.vb: VerifyLoaderVersionAttribute.New(String) +- uid: RedLoader.VerifyLoaderVersionAttribute.#ctor* + name: VerifyLoaderVersionAttribute + href: api/RedLoader.VerifyLoaderVersionAttribute.html#RedLoader_VerifyLoaderVersionAttribute__ctor_ + commentId: Overload:RedLoader.VerifyLoaderVersionAttribute.#ctor + name.vb: New + fullName: RedLoader.VerifyLoaderVersionAttribute.VerifyLoaderVersionAttribute + fullName.vb: RedLoader.VerifyLoaderVersionAttribute.New + nameWithType: VerifyLoaderVersionAttribute.VerifyLoaderVersionAttribute + nameWithType.vb: VerifyLoaderVersionAttribute.New +- uid: RedLoader.VerifyLoaderVersionAttribute.IsCompatible(Semver.SemVersion) + name: IsCompatible(SemVersion) + href: api/RedLoader.VerifyLoaderVersionAttribute.html#RedLoader_VerifyLoaderVersionAttribute_IsCompatible_Semver_SemVersion_ + commentId: M:RedLoader.VerifyLoaderVersionAttribute.IsCompatible(Semver.SemVersion) + fullName: RedLoader.VerifyLoaderVersionAttribute.IsCompatible(Semver.SemVersion) + nameWithType: VerifyLoaderVersionAttribute.IsCompatible(SemVersion) +- uid: RedLoader.VerifyLoaderVersionAttribute.IsCompatible(System.String) + name: IsCompatible(string) + href: api/RedLoader.VerifyLoaderVersionAttribute.html#RedLoader_VerifyLoaderVersionAttribute_IsCompatible_System_String_ + commentId: M:RedLoader.VerifyLoaderVersionAttribute.IsCompatible(System.String) + name.vb: IsCompatible(String) + fullName: RedLoader.VerifyLoaderVersionAttribute.IsCompatible(string) + fullName.vb: RedLoader.VerifyLoaderVersionAttribute.IsCompatible(String) + nameWithType: VerifyLoaderVersionAttribute.IsCompatible(string) + nameWithType.vb: VerifyLoaderVersionAttribute.IsCompatible(String) +- uid: RedLoader.VerifyLoaderVersionAttribute.IsCompatible* + name: IsCompatible + href: api/RedLoader.VerifyLoaderVersionAttribute.html#RedLoader_VerifyLoaderVersionAttribute_IsCompatible_ + commentId: Overload:RedLoader.VerifyLoaderVersionAttribute.IsCompatible + fullName: RedLoader.VerifyLoaderVersionAttribute.IsCompatible + nameWithType: VerifyLoaderVersionAttribute.IsCompatible +- uid: RedLoader.VerifyLoaderVersionAttribute.IsMinimum + name: IsMinimum + href: api/RedLoader.VerifyLoaderVersionAttribute.html#RedLoader_VerifyLoaderVersionAttribute_IsMinimum + commentId: P:RedLoader.VerifyLoaderVersionAttribute.IsMinimum + fullName: RedLoader.VerifyLoaderVersionAttribute.IsMinimum + nameWithType: VerifyLoaderVersionAttribute.IsMinimum +- uid: RedLoader.VerifyLoaderVersionAttribute.IsMinimum* + name: IsMinimum + href: api/RedLoader.VerifyLoaderVersionAttribute.html#RedLoader_VerifyLoaderVersionAttribute_IsMinimum_ + commentId: Overload:RedLoader.VerifyLoaderVersionAttribute.IsMinimum + fullName: RedLoader.VerifyLoaderVersionAttribute.IsMinimum + nameWithType: VerifyLoaderVersionAttribute.IsMinimum +- uid: RedLoader.VerifyLoaderVersionAttribute.Major + name: Major + href: api/RedLoader.VerifyLoaderVersionAttribute.html#RedLoader_VerifyLoaderVersionAttribute_Major + commentId: P:RedLoader.VerifyLoaderVersionAttribute.Major + fullName: RedLoader.VerifyLoaderVersionAttribute.Major + nameWithType: VerifyLoaderVersionAttribute.Major +- uid: RedLoader.VerifyLoaderVersionAttribute.Major* + name: Major + href: api/RedLoader.VerifyLoaderVersionAttribute.html#RedLoader_VerifyLoaderVersionAttribute_Major_ + commentId: Overload:RedLoader.VerifyLoaderVersionAttribute.Major + fullName: RedLoader.VerifyLoaderVersionAttribute.Major + nameWithType: VerifyLoaderVersionAttribute.Major +- uid: RedLoader.VerifyLoaderVersionAttribute.Minor + name: Minor + href: api/RedLoader.VerifyLoaderVersionAttribute.html#RedLoader_VerifyLoaderVersionAttribute_Minor + commentId: P:RedLoader.VerifyLoaderVersionAttribute.Minor + fullName: RedLoader.VerifyLoaderVersionAttribute.Minor + nameWithType: VerifyLoaderVersionAttribute.Minor +- uid: RedLoader.VerifyLoaderVersionAttribute.Minor* + name: Minor + href: api/RedLoader.VerifyLoaderVersionAttribute.html#RedLoader_VerifyLoaderVersionAttribute_Minor_ + commentId: Overload:RedLoader.VerifyLoaderVersionAttribute.Minor + fullName: RedLoader.VerifyLoaderVersionAttribute.Minor + nameWithType: VerifyLoaderVersionAttribute.Minor +- uid: RedLoader.VerifyLoaderVersionAttribute.Patch + name: Patch + href: api/RedLoader.VerifyLoaderVersionAttribute.html#RedLoader_VerifyLoaderVersionAttribute_Patch + commentId: P:RedLoader.VerifyLoaderVersionAttribute.Patch + fullName: RedLoader.VerifyLoaderVersionAttribute.Patch + nameWithType: VerifyLoaderVersionAttribute.Patch +- uid: RedLoader.VerifyLoaderVersionAttribute.Patch* + name: Patch + href: api/RedLoader.VerifyLoaderVersionAttribute.html#RedLoader_VerifyLoaderVersionAttribute_Patch_ + commentId: Overload:RedLoader.VerifyLoaderVersionAttribute.Patch + fullName: RedLoader.VerifyLoaderVersionAttribute.Patch + nameWithType: VerifyLoaderVersionAttribute.Patch +- uid: RedLoader.VerifyLoaderVersionAttribute.SemVer + name: SemVer + href: api/RedLoader.VerifyLoaderVersionAttribute.html#RedLoader_VerifyLoaderVersionAttribute_SemVer + commentId: P:RedLoader.VerifyLoaderVersionAttribute.SemVer + fullName: RedLoader.VerifyLoaderVersionAttribute.SemVer + nameWithType: VerifyLoaderVersionAttribute.SemVer +- uid: RedLoader.VerifyLoaderVersionAttribute.SemVer* + name: SemVer + href: api/RedLoader.VerifyLoaderVersionAttribute.html#RedLoader_VerifyLoaderVersionAttribute_SemVer_ + commentId: Overload:RedLoader.VerifyLoaderVersionAttribute.SemVer + fullName: RedLoader.VerifyLoaderVersionAttribute.SemVer + nameWithType: VerifyLoaderVersionAttribute.SemVer +- uid: Semver + name: Semver + href: api/Semver.html + commentId: N:Semver + fullName: Semver + nameWithType: Semver +- uid: Semver.SemVersion + name: SemVersion + href: api/Semver.SemVersion.html + commentId: T:Semver.SemVersion + fullName: Semver.SemVersion + nameWithType: SemVersion +- uid: Semver.SemVersion.#ctor(System.Int32,System.Int32,System.Int32,System.String,System.String) + name: SemVersion(int, int, int, string, string) + href: api/Semver.SemVersion.html#Semver_SemVersion__ctor_System_Int32_System_Int32_System_Int32_System_String_System_String_ + commentId: M:Semver.SemVersion.#ctor(System.Int32,System.Int32,System.Int32,System.String,System.String) + name.vb: New(Integer, Integer, Integer, String, String) + fullName: Semver.SemVersion.SemVersion(int, int, int, string, string) + fullName.vb: Semver.SemVersion.New(Integer, Integer, Integer, String, String) + nameWithType: SemVersion.SemVersion(int, int, int, string, string) + nameWithType.vb: SemVersion.New(Integer, Integer, Integer, String, String) +- uid: Semver.SemVersion.#ctor(System.Version) + name: SemVersion(Version) + href: api/Semver.SemVersion.html#Semver_SemVersion__ctor_System_Version_ + commentId: M:Semver.SemVersion.#ctor(System.Version) + name.vb: New(Version) + fullName: Semver.SemVersion.SemVersion(System.Version) + fullName.vb: Semver.SemVersion.New(System.Version) + nameWithType: SemVersion.SemVersion(Version) + nameWithType.vb: SemVersion.New(Version) +- uid: Semver.SemVersion.#ctor* + name: SemVersion + href: api/Semver.SemVersion.html#Semver_SemVersion__ctor_ + commentId: Overload:Semver.SemVersion.#ctor + name.vb: New + fullName: Semver.SemVersion.SemVersion + fullName.vb: Semver.SemVersion.New + nameWithType: SemVersion.SemVersion + nameWithType.vb: SemVersion.New +- uid: Semver.SemVersion.Build + name: Build + href: api/Semver.SemVersion.html#Semver_SemVersion_Build + commentId: P:Semver.SemVersion.Build + fullName: Semver.SemVersion.Build + nameWithType: SemVersion.Build +- uid: Semver.SemVersion.Build* + name: Build + href: api/Semver.SemVersion.html#Semver_SemVersion_Build_ + commentId: Overload:Semver.SemVersion.Build + fullName: Semver.SemVersion.Build + nameWithType: SemVersion.Build +- uid: Semver.SemVersion.Change(System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String) + name: Change(int?, int?, int?, string, string) + href: api/Semver.SemVersion.html#Semver_SemVersion_Change_System_Nullable_System_Int32__System_Nullable_System_Int32__System_Nullable_System_Int32__System_String_System_String_ + commentId: M:Semver.SemVersion.Change(System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String) + name.vb: Change(Integer?, Integer?, Integer?, String, String) + fullName: Semver.SemVersion.Change(int?, int?, int?, string, string) + fullName.vb: Semver.SemVersion.Change(Integer?, Integer?, Integer?, String, String) + nameWithType: SemVersion.Change(int?, int?, int?, string, string) + nameWithType.vb: SemVersion.Change(Integer?, Integer?, Integer?, String, String) +- uid: Semver.SemVersion.Change* + name: Change + href: api/Semver.SemVersion.html#Semver_SemVersion_Change_ + commentId: Overload:Semver.SemVersion.Change + fullName: Semver.SemVersion.Change + nameWithType: SemVersion.Change +- uid: Semver.SemVersion.Compare(Semver.SemVersion,Semver.SemVersion) + name: Compare(SemVersion, SemVersion) + href: api/Semver.SemVersion.html#Semver_SemVersion_Compare_Semver_SemVersion_Semver_SemVersion_ + commentId: M:Semver.SemVersion.Compare(Semver.SemVersion,Semver.SemVersion) + fullName: Semver.SemVersion.Compare(Semver.SemVersion, Semver.SemVersion) + nameWithType: SemVersion.Compare(SemVersion, SemVersion) +- uid: Semver.SemVersion.Compare* + name: Compare + href: api/Semver.SemVersion.html#Semver_SemVersion_Compare_ + commentId: Overload:Semver.SemVersion.Compare + fullName: Semver.SemVersion.Compare + nameWithType: SemVersion.Compare +- uid: Semver.SemVersion.CompareByPrecedence(Semver.SemVersion) + name: CompareByPrecedence(SemVersion) + href: api/Semver.SemVersion.html#Semver_SemVersion_CompareByPrecedence_Semver_SemVersion_ + commentId: M:Semver.SemVersion.CompareByPrecedence(Semver.SemVersion) + fullName: Semver.SemVersion.CompareByPrecedence(Semver.SemVersion) + nameWithType: SemVersion.CompareByPrecedence(SemVersion) +- uid: Semver.SemVersion.CompareByPrecedence* + name: CompareByPrecedence + href: api/Semver.SemVersion.html#Semver_SemVersion_CompareByPrecedence_ + commentId: Overload:Semver.SemVersion.CompareByPrecedence + fullName: Semver.SemVersion.CompareByPrecedence + nameWithType: SemVersion.CompareByPrecedence +- uid: Semver.SemVersion.CompareTo(Semver.SemVersion) + name: CompareTo(SemVersion) + href: api/Semver.SemVersion.html#Semver_SemVersion_CompareTo_Semver_SemVersion_ + commentId: M:Semver.SemVersion.CompareTo(Semver.SemVersion) + fullName: Semver.SemVersion.CompareTo(Semver.SemVersion) + nameWithType: SemVersion.CompareTo(SemVersion) +- uid: Semver.SemVersion.CompareTo(System.Object) + name: CompareTo(object) + href: api/Semver.SemVersion.html#Semver_SemVersion_CompareTo_System_Object_ + commentId: M:Semver.SemVersion.CompareTo(System.Object) + name.vb: CompareTo(Object) + fullName: Semver.SemVersion.CompareTo(object) + fullName.vb: Semver.SemVersion.CompareTo(Object) + nameWithType: SemVersion.CompareTo(object) + nameWithType.vb: SemVersion.CompareTo(Object) +- uid: Semver.SemVersion.CompareTo* + name: CompareTo + href: api/Semver.SemVersion.html#Semver_SemVersion_CompareTo_ + commentId: Overload:Semver.SemVersion.CompareTo + fullName: Semver.SemVersion.CompareTo + nameWithType: SemVersion.CompareTo +- uid: Semver.SemVersion.Equals(Semver.SemVersion,Semver.SemVersion) + name: Equals(SemVersion, SemVersion) + href: api/Semver.SemVersion.html#Semver_SemVersion_Equals_Semver_SemVersion_Semver_SemVersion_ + commentId: M:Semver.SemVersion.Equals(Semver.SemVersion,Semver.SemVersion) + fullName: Semver.SemVersion.Equals(Semver.SemVersion, Semver.SemVersion) + nameWithType: SemVersion.Equals(SemVersion, SemVersion) +- uid: Semver.SemVersion.Equals(System.Object) + name: Equals(object) + href: api/Semver.SemVersion.html#Semver_SemVersion_Equals_System_Object_ + commentId: M:Semver.SemVersion.Equals(System.Object) + name.vb: Equals(Object) + fullName: Semver.SemVersion.Equals(object) + fullName.vb: Semver.SemVersion.Equals(Object) + nameWithType: SemVersion.Equals(object) + nameWithType.vb: SemVersion.Equals(Object) +- uid: Semver.SemVersion.Equals* + name: Equals + href: api/Semver.SemVersion.html#Semver_SemVersion_Equals_ + commentId: Overload:Semver.SemVersion.Equals + fullName: Semver.SemVersion.Equals + nameWithType: SemVersion.Equals +- uid: Semver.SemVersion.GetHashCode + name: GetHashCode() + href: api/Semver.SemVersion.html#Semver_SemVersion_GetHashCode + commentId: M:Semver.SemVersion.GetHashCode + fullName: Semver.SemVersion.GetHashCode() + nameWithType: SemVersion.GetHashCode() +- uid: Semver.SemVersion.GetHashCode* + name: GetHashCode + href: api/Semver.SemVersion.html#Semver_SemVersion_GetHashCode_ + commentId: Overload:Semver.SemVersion.GetHashCode + fullName: Semver.SemVersion.GetHashCode + nameWithType: SemVersion.GetHashCode +- uid: Semver.SemVersion.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) + name: GetObjectData(SerializationInfo, StreamingContext) + href: api/Semver.SemVersion.html#Semver_SemVersion_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_ + commentId: M:Semver.SemVersion.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) + fullName: Semver.SemVersion.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) + nameWithType: SemVersion.GetObjectData(SerializationInfo, StreamingContext) +- uid: Semver.SemVersion.GetObjectData* + name: GetObjectData + href: api/Semver.SemVersion.html#Semver_SemVersion_GetObjectData_ + commentId: Overload:Semver.SemVersion.GetObjectData + fullName: Semver.SemVersion.GetObjectData + nameWithType: SemVersion.GetObjectData +- uid: Semver.SemVersion.Major + name: Major + href: api/Semver.SemVersion.html#Semver_SemVersion_Major + commentId: P:Semver.SemVersion.Major + fullName: Semver.SemVersion.Major + nameWithType: SemVersion.Major +- uid: Semver.SemVersion.Major* + name: Major + href: api/Semver.SemVersion.html#Semver_SemVersion_Major_ + commentId: Overload:Semver.SemVersion.Major + fullName: Semver.SemVersion.Major + nameWithType: SemVersion.Major +- uid: Semver.SemVersion.Minor + name: Minor + href: api/Semver.SemVersion.html#Semver_SemVersion_Minor + commentId: P:Semver.SemVersion.Minor + fullName: Semver.SemVersion.Minor + nameWithType: SemVersion.Minor +- uid: Semver.SemVersion.Minor* + name: Minor + href: api/Semver.SemVersion.html#Semver_SemVersion_Minor_ + commentId: Overload:Semver.SemVersion.Minor + fullName: Semver.SemVersion.Minor + nameWithType: SemVersion.Minor +- uid: Semver.SemVersion.op_Equality(Semver.SemVersion,Semver.SemVersion) + name: operator ==(SemVersion, SemVersion) + href: api/Semver.SemVersion.html#Semver_SemVersion_op_Equality_Semver_SemVersion_Semver_SemVersion_ + commentId: M:Semver.SemVersion.op_Equality(Semver.SemVersion,Semver.SemVersion) + name.vb: =(SemVersion, SemVersion) + fullName: Semver.SemVersion.operator ==(Semver.SemVersion, Semver.SemVersion) + fullName.vb: Semver.SemVersion.=(Semver.SemVersion, Semver.SemVersion) + nameWithType: SemVersion.operator ==(SemVersion, SemVersion) + nameWithType.vb: SemVersion.=(SemVersion, SemVersion) +- uid: Semver.SemVersion.op_Equality* + name: operator == + href: api/Semver.SemVersion.html#Semver_SemVersion_op_Equality_ + commentId: Overload:Semver.SemVersion.op_Equality + name.vb: = + fullName: Semver.SemVersion.operator == + fullName.vb: Semver.SemVersion.= + nameWithType: SemVersion.operator == + nameWithType.vb: SemVersion.= +- uid: Semver.SemVersion.op_GreaterThan(Semver.SemVersion,Semver.SemVersion) + name: operator >(SemVersion, SemVersion) + href: api/Semver.SemVersion.html#Semver_SemVersion_op_GreaterThan_Semver_SemVersion_Semver_SemVersion_ + commentId: M:Semver.SemVersion.op_GreaterThan(Semver.SemVersion,Semver.SemVersion) + name.vb: '>(SemVersion, SemVersion)' + fullName: Semver.SemVersion.operator >(Semver.SemVersion, Semver.SemVersion) + fullName.vb: Semver.SemVersion.>(Semver.SemVersion, Semver.SemVersion) + nameWithType: SemVersion.operator >(SemVersion, SemVersion) + nameWithType.vb: SemVersion.>(SemVersion, SemVersion) +- uid: Semver.SemVersion.op_GreaterThan* + name: operator > + href: api/Semver.SemVersion.html#Semver_SemVersion_op_GreaterThan_ + commentId: Overload:Semver.SemVersion.op_GreaterThan + name.vb: '>' + fullName: Semver.SemVersion.operator > + fullName.vb: Semver.SemVersion.> + nameWithType: SemVersion.operator > + nameWithType.vb: SemVersion.> +- uid: Semver.SemVersion.op_GreaterThanOrEqual(Semver.SemVersion,Semver.SemVersion) + name: operator >=(SemVersion, SemVersion) + href: api/Semver.SemVersion.html#Semver_SemVersion_op_GreaterThanOrEqual_Semver_SemVersion_Semver_SemVersion_ + commentId: M:Semver.SemVersion.op_GreaterThanOrEqual(Semver.SemVersion,Semver.SemVersion) + name.vb: '>=(SemVersion, SemVersion)' + fullName: Semver.SemVersion.operator >=(Semver.SemVersion, Semver.SemVersion) + fullName.vb: Semver.SemVersion.>=(Semver.SemVersion, Semver.SemVersion) + nameWithType: SemVersion.operator >=(SemVersion, SemVersion) + nameWithType.vb: SemVersion.>=(SemVersion, SemVersion) +- uid: Semver.SemVersion.op_GreaterThanOrEqual* + name: operator >= + href: api/Semver.SemVersion.html#Semver_SemVersion_op_GreaterThanOrEqual_ + commentId: Overload:Semver.SemVersion.op_GreaterThanOrEqual + name.vb: '>=' + fullName: Semver.SemVersion.operator >= + fullName.vb: Semver.SemVersion.>= + nameWithType: SemVersion.operator >= + nameWithType.vb: SemVersion.>= +- uid: Semver.SemVersion.op_Implicit(System.String)~Semver.SemVersion + name: implicit operator SemVersion(string) + href: api/Semver.SemVersion.html#Semver_SemVersion_op_Implicit_System_String__Semver_SemVersion + commentId: M:Semver.SemVersion.op_Implicit(System.String)~Semver.SemVersion + name.vb: CType(String) + fullName: Semver.SemVersion.implicit operator Semver.SemVersion(string) + fullName.vb: Semver.SemVersion.CType(String) + nameWithType: SemVersion.implicit operator SemVersion(string) + nameWithType.vb: SemVersion.CType(String) +- uid: Semver.SemVersion.op_Implicit* + name: implicit operator + href: api/Semver.SemVersion.html#Semver_SemVersion_op_Implicit_ + commentId: Overload:Semver.SemVersion.op_Implicit + isSpec: "True" + name.vb: CType + fullName: Semver.SemVersion.implicit operator + fullName.vb: Semver.SemVersion.CType + nameWithType: SemVersion.implicit operator + nameWithType.vb: SemVersion.CType +- uid: Semver.SemVersion.op_Inequality(Semver.SemVersion,Semver.SemVersion) + name: operator !=(SemVersion, SemVersion) + href: api/Semver.SemVersion.html#Semver_SemVersion_op_Inequality_Semver_SemVersion_Semver_SemVersion_ + commentId: M:Semver.SemVersion.op_Inequality(Semver.SemVersion,Semver.SemVersion) + name.vb: <>(SemVersion, SemVersion) + fullName: Semver.SemVersion.operator !=(Semver.SemVersion, Semver.SemVersion) + fullName.vb: Semver.SemVersion.<>(Semver.SemVersion, Semver.SemVersion) + nameWithType: SemVersion.operator !=(SemVersion, SemVersion) + nameWithType.vb: SemVersion.<>(SemVersion, SemVersion) +- uid: Semver.SemVersion.op_Inequality* + name: operator != + href: api/Semver.SemVersion.html#Semver_SemVersion_op_Inequality_ + commentId: Overload:Semver.SemVersion.op_Inequality + name.vb: <> + fullName: Semver.SemVersion.operator != + fullName.vb: Semver.SemVersion.<> + nameWithType: SemVersion.operator != + nameWithType.vb: SemVersion.<> +- uid: Semver.SemVersion.op_LessThan(Semver.SemVersion,Semver.SemVersion) + name: operator <(SemVersion, SemVersion) + href: api/Semver.SemVersion.html#Semver_SemVersion_op_LessThan_Semver_SemVersion_Semver_SemVersion_ + commentId: M:Semver.SemVersion.op_LessThan(Semver.SemVersion,Semver.SemVersion) + name.vb: <(SemVersion, SemVersion) + fullName: Semver.SemVersion.operator <(Semver.SemVersion, Semver.SemVersion) + fullName.vb: Semver.SemVersion.<(Semver.SemVersion, Semver.SemVersion) + nameWithType: SemVersion.operator <(SemVersion, SemVersion) + nameWithType.vb: SemVersion.<(SemVersion, SemVersion) +- uid: Semver.SemVersion.op_LessThan* + name: operator < + href: api/Semver.SemVersion.html#Semver_SemVersion_op_LessThan_ + commentId: Overload:Semver.SemVersion.op_LessThan + name.vb: < + fullName: Semver.SemVersion.operator < + fullName.vb: Semver.SemVersion.< + nameWithType: SemVersion.operator < + nameWithType.vb: SemVersion.< +- uid: Semver.SemVersion.op_LessThanOrEqual(Semver.SemVersion,Semver.SemVersion) + name: operator <=(SemVersion, SemVersion) + href: api/Semver.SemVersion.html#Semver_SemVersion_op_LessThanOrEqual_Semver_SemVersion_Semver_SemVersion_ + commentId: M:Semver.SemVersion.op_LessThanOrEqual(Semver.SemVersion,Semver.SemVersion) + name.vb: <=(SemVersion, SemVersion) + fullName: Semver.SemVersion.operator <=(Semver.SemVersion, Semver.SemVersion) + fullName.vb: Semver.SemVersion.<=(Semver.SemVersion, Semver.SemVersion) + nameWithType: SemVersion.operator <=(SemVersion, SemVersion) + nameWithType.vb: SemVersion.<=(SemVersion, SemVersion) +- uid: Semver.SemVersion.op_LessThanOrEqual* + name: operator <= + href: api/Semver.SemVersion.html#Semver_SemVersion_op_LessThanOrEqual_ + commentId: Overload:Semver.SemVersion.op_LessThanOrEqual + name.vb: <= + fullName: Semver.SemVersion.operator <= + fullName.vb: Semver.SemVersion.<= + nameWithType: SemVersion.operator <= + nameWithType.vb: SemVersion.<= +- uid: Semver.SemVersion.Parse(System.String,System.Boolean) + name: Parse(string, bool) + href: api/Semver.SemVersion.html#Semver_SemVersion_Parse_System_String_System_Boolean_ + commentId: M:Semver.SemVersion.Parse(System.String,System.Boolean) + name.vb: Parse(String, Boolean) + fullName: Semver.SemVersion.Parse(string, bool) + fullName.vb: Semver.SemVersion.Parse(String, Boolean) + nameWithType: SemVersion.Parse(string, bool) + nameWithType.vb: SemVersion.Parse(String, Boolean) +- uid: Semver.SemVersion.Parse* + name: Parse + href: api/Semver.SemVersion.html#Semver_SemVersion_Parse_ + commentId: Overload:Semver.SemVersion.Parse + fullName: Semver.SemVersion.Parse + nameWithType: SemVersion.Parse +- uid: Semver.SemVersion.Patch + name: Patch + href: api/Semver.SemVersion.html#Semver_SemVersion_Patch + commentId: P:Semver.SemVersion.Patch + fullName: Semver.SemVersion.Patch + nameWithType: SemVersion.Patch +- uid: Semver.SemVersion.Patch* + name: Patch + href: api/Semver.SemVersion.html#Semver_SemVersion_Patch_ + commentId: Overload:Semver.SemVersion.Patch + fullName: Semver.SemVersion.Patch + nameWithType: SemVersion.Patch +- uid: Semver.SemVersion.PrecedenceMatches(Semver.SemVersion) + name: PrecedenceMatches(SemVersion) + href: api/Semver.SemVersion.html#Semver_SemVersion_PrecedenceMatches_Semver_SemVersion_ + commentId: M:Semver.SemVersion.PrecedenceMatches(Semver.SemVersion) + fullName: Semver.SemVersion.PrecedenceMatches(Semver.SemVersion) + nameWithType: SemVersion.PrecedenceMatches(SemVersion) +- uid: Semver.SemVersion.PrecedenceMatches* + name: PrecedenceMatches + href: api/Semver.SemVersion.html#Semver_SemVersion_PrecedenceMatches_ + commentId: Overload:Semver.SemVersion.PrecedenceMatches + fullName: Semver.SemVersion.PrecedenceMatches + nameWithType: SemVersion.PrecedenceMatches +- uid: Semver.SemVersion.Prerelease + name: Prerelease + href: api/Semver.SemVersion.html#Semver_SemVersion_Prerelease + commentId: P:Semver.SemVersion.Prerelease + fullName: Semver.SemVersion.Prerelease + nameWithType: SemVersion.Prerelease +- uid: Semver.SemVersion.Prerelease* + name: Prerelease + href: api/Semver.SemVersion.html#Semver_SemVersion_Prerelease_ + commentId: Overload:Semver.SemVersion.Prerelease + fullName: Semver.SemVersion.Prerelease + nameWithType: SemVersion.Prerelease +- uid: Semver.SemVersion.ToString + name: ToString() + href: api/Semver.SemVersion.html#Semver_SemVersion_ToString + commentId: M:Semver.SemVersion.ToString + fullName: Semver.SemVersion.ToString() + nameWithType: SemVersion.ToString() +- uid: Semver.SemVersion.ToString* + name: ToString + href: api/Semver.SemVersion.html#Semver_SemVersion_ToString_ + commentId: Overload:Semver.SemVersion.ToString + fullName: Semver.SemVersion.ToString + nameWithType: SemVersion.ToString +- uid: Semver.SemVersion.TryParse(System.String,Semver.SemVersion@,System.Boolean) + name: TryParse(string, out SemVersion, bool) + href: api/Semver.SemVersion.html#Semver_SemVersion_TryParse_System_String_Semver_SemVersion__System_Boolean_ + commentId: M:Semver.SemVersion.TryParse(System.String,Semver.SemVersion@,System.Boolean) + name.vb: TryParse(String, SemVersion, Boolean) + fullName: Semver.SemVersion.TryParse(string, out Semver.SemVersion, bool) + fullName.vb: Semver.SemVersion.TryParse(String, Semver.SemVersion, Boolean) + nameWithType: SemVersion.TryParse(string, out SemVersion, bool) + nameWithType.vb: SemVersion.TryParse(String, SemVersion, Boolean) +- uid: Semver.SemVersion.TryParse* + name: TryParse + href: api/Semver.SemVersion.html#Semver_SemVersion_TryParse_ + commentId: Overload:Semver.SemVersion.TryParse + fullName: Semver.SemVersion.TryParse + nameWithType: SemVersion.TryParse +- uid: SonsSdk + name: SonsSdk + href: api/SonsSdk.html + commentId: N:SonsSdk + fullName: SonsSdk + nameWithType: SonsSdk +- uid: SonsSdk.ActorTools + name: ActorTools + href: api/SonsSdk.ActorTools.html + commentId: T:SonsSdk.ActorTools + fullName: SonsSdk.ActorTools + nameWithType: ActorTools +- uid: SonsSdk.ActorTools.GetActors(Sons.Ai.Vail.VailActorTypeId) + name: GetActors(VailActorTypeId) + href: api/SonsSdk.ActorTools.html#SonsSdk_ActorTools_GetActors_Sons_Ai_Vail_VailActorTypeId_ + commentId: M:SonsSdk.ActorTools.GetActors(Sons.Ai.Vail.VailActorTypeId) + fullName: SonsSdk.ActorTools.GetActors(Sons.Ai.Vail.VailActorTypeId) + nameWithType: ActorTools.GetActors(VailActorTypeId) +- uid: SonsSdk.ActorTools.GetActors* + name: GetActors + href: api/SonsSdk.ActorTools.html#SonsSdk_ActorTools_GetActors_ + commentId: Overload:SonsSdk.ActorTools.GetActors + fullName: SonsSdk.ActorTools.GetActors + nameWithType: ActorTools.GetActors +- uid: SonsSdk.ActorTools.GetPrefab(Sons.Ai.Vail.VailActorTypeId) + name: GetPrefab(VailActorTypeId) + href: api/SonsSdk.ActorTools.html#SonsSdk_ActorTools_GetPrefab_Sons_Ai_Vail_VailActorTypeId_ + commentId: M:SonsSdk.ActorTools.GetPrefab(Sons.Ai.Vail.VailActorTypeId) + fullName: SonsSdk.ActorTools.GetPrefab(Sons.Ai.Vail.VailActorTypeId) + nameWithType: ActorTools.GetPrefab(VailActorTypeId) +- uid: SonsSdk.ActorTools.GetPrefab* + name: GetPrefab + href: api/SonsSdk.ActorTools.html#SonsSdk_ActorTools_GetPrefab_ + commentId: Overload:SonsSdk.ActorTools.GetPrefab + fullName: SonsSdk.ActorTools.GetPrefab + nameWithType: ActorTools.GetPrefab +- uid: SonsSdk.ActorTools.GetRobby + name: GetRobby() + href: api/SonsSdk.ActorTools.html#SonsSdk_ActorTools_GetRobby + commentId: M:SonsSdk.ActorTools.GetRobby + fullName: SonsSdk.ActorTools.GetRobby() + nameWithType: ActorTools.GetRobby() +- uid: SonsSdk.ActorTools.GetRobby* + name: GetRobby + href: api/SonsSdk.ActorTools.html#SonsSdk_ActorTools_GetRobby_ + commentId: Overload:SonsSdk.ActorTools.GetRobby + fullName: SonsSdk.ActorTools.GetRobby + nameWithType: ActorTools.GetRobby +- uid: SonsSdk.ActorTools.GetVailActor(Sons.Ai.Vail.WorldSimActor) + name: GetVailActor(WorldSimActor) + href: api/SonsSdk.ActorTools.html#SonsSdk_ActorTools_GetVailActor_Sons_Ai_Vail_WorldSimActor_ + commentId: M:SonsSdk.ActorTools.GetVailActor(Sons.Ai.Vail.WorldSimActor) + fullName: SonsSdk.ActorTools.GetVailActor(Sons.Ai.Vail.WorldSimActor) + nameWithType: ActorTools.GetVailActor(WorldSimActor) +- uid: SonsSdk.ActorTools.GetVailActor* + name: GetVailActor + href: api/SonsSdk.ActorTools.html#SonsSdk_ActorTools_GetVailActor_ + commentId: Overload:SonsSdk.ActorTools.GetVailActor + fullName: SonsSdk.ActorTools.GetVailActor + nameWithType: ActorTools.GetVailActor +- uid: SonsSdk.ActorTools.Spawn(Sons.Ai.Vail.VailActorTypeId,UnityEngine.Vector3,UnityEngine.Quaternion) + name: Spawn(VailActorTypeId, Vector3, Quaternion) + href: api/SonsSdk.ActorTools.html#SonsSdk_ActorTools_Spawn_Sons_Ai_Vail_VailActorTypeId_UnityEngine_Vector3_UnityEngine_Quaternion_ + commentId: M:SonsSdk.ActorTools.Spawn(Sons.Ai.Vail.VailActorTypeId,UnityEngine.Vector3,UnityEngine.Quaternion) + fullName: SonsSdk.ActorTools.Spawn(Sons.Ai.Vail.VailActorTypeId, UnityEngine.Vector3, UnityEngine.Quaternion) + nameWithType: ActorTools.Spawn(VailActorTypeId, Vector3, Quaternion) +- uid: SonsSdk.ActorTools.Spawn* + name: Spawn + href: api/SonsSdk.ActorTools.html#SonsSdk_ActorTools_Spawn_ + commentId: Overload:SonsSdk.ActorTools.Spawn + fullName: SonsSdk.ActorTools.Spawn + nameWithType: ActorTools.Spawn +- uid: SonsSdk.AssetLoaders + name: AssetLoaders + href: api/SonsSdk.AssetLoaders.html + commentId: T:SonsSdk.AssetLoaders + fullName: SonsSdk.AssetLoaders + nameWithType: AssetLoaders +- uid: SonsSdk.AssetLoaders.InstantiatePrefab(System.String) + name: InstantiatePrefab(string) + href: api/SonsSdk.AssetLoaders.html#SonsSdk_AssetLoaders_InstantiatePrefab_System_String_ + commentId: M:SonsSdk.AssetLoaders.InstantiatePrefab(System.String) + name.vb: InstantiatePrefab(String) + fullName: SonsSdk.AssetLoaders.InstantiatePrefab(string) + fullName.vb: SonsSdk.AssetLoaders.InstantiatePrefab(String) + nameWithType: AssetLoaders.InstantiatePrefab(string) + nameWithType.vb: AssetLoaders.InstantiatePrefab(String) +- uid: SonsSdk.AssetLoaders.InstantiatePrefab* + name: InstantiatePrefab + href: api/SonsSdk.AssetLoaders.html#SonsSdk_AssetLoaders_InstantiatePrefab_ + commentId: Overload:SonsSdk.AssetLoaders.InstantiatePrefab + fullName: SonsSdk.AssetLoaders.InstantiatePrefab + nameWithType: AssetLoaders.InstantiatePrefab +- uid: SonsSdk.AssetLoaders.LoadAsset* + name: LoadAsset + href: api/SonsSdk.AssetLoaders.html#SonsSdk_AssetLoaders_LoadAsset_ + commentId: Overload:SonsSdk.AssetLoaders.LoadAsset + fullName: SonsSdk.AssetLoaders.LoadAsset + nameWithType: AssetLoaders.LoadAsset +- uid: SonsSdk.AssetLoaders.LoadAsset``1(System.String) + name: LoadAsset(string) + href: api/SonsSdk.AssetLoaders.html#SonsSdk_AssetLoaders_LoadAsset__1_System_String_ + commentId: M:SonsSdk.AssetLoaders.LoadAsset``1(System.String) + name.vb: LoadAsset(Of T)(String) + fullName: SonsSdk.AssetLoaders.LoadAsset(string) + fullName.vb: SonsSdk.AssetLoaders.LoadAsset(Of T)(String) + nameWithType: AssetLoaders.LoadAsset(string) + nameWithType.vb: AssetLoaders.LoadAsset(Of T)(String) +- uid: SonsSdk.AssetLoaders.LoadBundleFromAssembly(System.String) + name: LoadBundleFromAssembly(string) + href: api/SonsSdk.AssetLoaders.html#SonsSdk_AssetLoaders_LoadBundleFromAssembly_System_String_ + commentId: M:SonsSdk.AssetLoaders.LoadBundleFromAssembly(System.String) + name.vb: LoadBundleFromAssembly(String) + fullName: SonsSdk.AssetLoaders.LoadBundleFromAssembly(string) + fullName.vb: SonsSdk.AssetLoaders.LoadBundleFromAssembly(String) + nameWithType: AssetLoaders.LoadBundleFromAssembly(string) + nameWithType.vb: AssetLoaders.LoadBundleFromAssembly(String) +- uid: SonsSdk.AssetLoaders.LoadBundleFromAssembly* + name: LoadBundleFromAssembly + href: api/SonsSdk.AssetLoaders.html#SonsSdk_AssetLoaders_LoadBundleFromAssembly_ + commentId: Overload:SonsSdk.AssetLoaders.LoadBundleFromAssembly + fullName: SonsSdk.AssetLoaders.LoadBundleFromAssembly + nameWithType: AssetLoaders.LoadBundleFromAssembly +- uid: SonsSdk.AssetLoaders.LoadDataFromAssembly(System.String) + name: LoadDataFromAssembly(string) + href: api/SonsSdk.AssetLoaders.html#SonsSdk_AssetLoaders_LoadDataFromAssembly_System_String_ + commentId: M:SonsSdk.AssetLoaders.LoadDataFromAssembly(System.String) + name.vb: LoadDataFromAssembly(String) + fullName: SonsSdk.AssetLoaders.LoadDataFromAssembly(string) + fullName.vb: SonsSdk.AssetLoaders.LoadDataFromAssembly(String) + nameWithType: AssetLoaders.LoadDataFromAssembly(string) + nameWithType.vb: AssetLoaders.LoadDataFromAssembly(String) +- uid: SonsSdk.AssetLoaders.LoadDataFromAssembly* + name: LoadDataFromAssembly + href: api/SonsSdk.AssetLoaders.html#SonsSdk_AssetLoaders_LoadDataFromAssembly_ + commentId: Overload:SonsSdk.AssetLoaders.LoadDataFromAssembly + fullName: SonsSdk.AssetLoaders.LoadDataFromAssembly + nameWithType: AssetLoaders.LoadDataFromAssembly +- uid: SonsSdk.AssetLoaders.LoadPrefab(System.String) + name: LoadPrefab(string) + href: api/SonsSdk.AssetLoaders.html#SonsSdk_AssetLoaders_LoadPrefab_System_String_ + commentId: M:SonsSdk.AssetLoaders.LoadPrefab(System.String) + name.vb: LoadPrefab(String) + fullName: SonsSdk.AssetLoaders.LoadPrefab(string) + fullName.vb: SonsSdk.AssetLoaders.LoadPrefab(String) + nameWithType: AssetLoaders.LoadPrefab(string) + nameWithType.vb: AssetLoaders.LoadPrefab(String) +- uid: SonsSdk.AssetLoaders.LoadPrefab* + name: LoadPrefab + href: api/SonsSdk.AssetLoaders.html#SonsSdk_AssetLoaders_LoadPrefab_ + commentId: Overload:SonsSdk.AssetLoaders.LoadPrefab + fullName: SonsSdk.AssetLoaders.LoadPrefab + nameWithType: AssetLoaders.LoadPrefab +- uid: SonsSdk.AssetLoaders.LoadTexture(System.Byte[]) + name: LoadTexture(byte[]) + href: api/SonsSdk.AssetLoaders.html#SonsSdk_AssetLoaders_LoadTexture_System_Byte___ + commentId: M:SonsSdk.AssetLoaders.LoadTexture(System.Byte[]) + name.vb: LoadTexture(Byte()) + fullName: SonsSdk.AssetLoaders.LoadTexture(byte[]) + fullName.vb: SonsSdk.AssetLoaders.LoadTexture(Byte()) + nameWithType: AssetLoaders.LoadTexture(byte[]) + nameWithType.vb: AssetLoaders.LoadTexture(Byte()) +- uid: SonsSdk.AssetLoaders.LoadTexture(System.String) + name: LoadTexture(string) + href: api/SonsSdk.AssetLoaders.html#SonsSdk_AssetLoaders_LoadTexture_System_String_ + commentId: M:SonsSdk.AssetLoaders.LoadTexture(System.String) + name.vb: LoadTexture(String) + fullName: SonsSdk.AssetLoaders.LoadTexture(string) + fullName.vb: SonsSdk.AssetLoaders.LoadTexture(String) + nameWithType: AssetLoaders.LoadTexture(string) + nameWithType.vb: AssetLoaders.LoadTexture(String) +- uid: SonsSdk.AssetLoaders.LoadTexture* + name: LoadTexture + href: api/SonsSdk.AssetLoaders.html#SonsSdk_AssetLoaders_LoadTexture_ + commentId: Overload:SonsSdk.AssetLoaders.LoadTexture + fullName: SonsSdk.AssetLoaders.LoadTexture + nameWithType: AssetLoaders.LoadTexture +- uid: SonsSdk.AssetLoaders.LoadTextureFromAssembly(System.String) + name: LoadTextureFromAssembly(string) + href: api/SonsSdk.AssetLoaders.html#SonsSdk_AssetLoaders_LoadTextureFromAssembly_System_String_ + commentId: M:SonsSdk.AssetLoaders.LoadTextureFromAssembly(System.String) + name.vb: LoadTextureFromAssembly(String) + fullName: SonsSdk.AssetLoaders.LoadTextureFromAssembly(string) + fullName.vb: SonsSdk.AssetLoaders.LoadTextureFromAssembly(String) + nameWithType: AssetLoaders.LoadTextureFromAssembly(string) + nameWithType.vb: AssetLoaders.LoadTextureFromAssembly(String) +- uid: SonsSdk.AssetLoaders.LoadTextureFromAssembly* + name: LoadTextureFromAssembly + href: api/SonsSdk.AssetLoaders.html#SonsSdk_AssetLoaders_LoadTextureFromAssembly_ + commentId: Overload:SonsSdk.AssetLoaders.LoadTextureFromAssembly + fullName: SonsSdk.AssetLoaders.LoadTextureFromAssembly + nameWithType: AssetLoaders.LoadTextureFromAssembly +- uid: SonsSdk.AssetLoaders.MapBundleToFile(System.Byte[],System.Type) + name: MapBundleToFile(byte[], Type) + href: api/SonsSdk.AssetLoaders.html#SonsSdk_AssetLoaders_MapBundleToFile_System_Byte___System_Type_ + commentId: M:SonsSdk.AssetLoaders.MapBundleToFile(System.Byte[],System.Type) + name.vb: MapBundleToFile(Byte(), Type) + fullName: SonsSdk.AssetLoaders.MapBundleToFile(byte[], System.Type) + fullName.vb: SonsSdk.AssetLoaders.MapBundleToFile(Byte(), System.Type) + nameWithType: AssetLoaders.MapBundleToFile(byte[], Type) + nameWithType.vb: AssetLoaders.MapBundleToFile(Byte(), Type) +- uid: SonsSdk.AssetLoaders.MapBundleToFile* + name: MapBundleToFile + href: api/SonsSdk.AssetLoaders.html#SonsSdk_AssetLoaders_MapBundleToFile_ + commentId: Overload:SonsSdk.AssetLoaders.MapBundleToFile + fullName: SonsSdk.AssetLoaders.MapBundleToFile + nameWithType: AssetLoaders.MapBundleToFile +- uid: SonsSdk.AssetLoaders.MapBundleToFile``1(System.Byte[]) + name: MapBundleToFile(byte[]) + href: api/SonsSdk.AssetLoaders.html#SonsSdk_AssetLoaders_MapBundleToFile__1_System_Byte___ + commentId: M:SonsSdk.AssetLoaders.MapBundleToFile``1(System.Byte[]) + name.vb: MapBundleToFile(Of T)(Byte()) + fullName: SonsSdk.AssetLoaders.MapBundleToFile(byte[]) + fullName.vb: SonsSdk.AssetLoaders.MapBundleToFile(Of T)(Byte()) + nameWithType: AssetLoaders.MapBundleToFile(byte[]) + nameWithType.vb: AssetLoaders.MapBundleToFile(Of T)(Byte()) +- uid: SonsSdk.AssetLoaders.PrintAllAddressables + name: PrintAllAddressables() + href: api/SonsSdk.AssetLoaders.html#SonsSdk_AssetLoaders_PrintAllAddressables + commentId: M:SonsSdk.AssetLoaders.PrintAllAddressables + fullName: SonsSdk.AssetLoaders.PrintAllAddressables() + nameWithType: AssetLoaders.PrintAllAddressables() +- uid: SonsSdk.AssetLoaders.PrintAllAddressables* + name: PrintAllAddressables + href: api/SonsSdk.AssetLoaders.html#SonsSdk_AssetLoaders_PrintAllAddressables_ + commentId: Overload:SonsSdk.AssetLoaders.PrintAllAddressables + fullName: SonsSdk.AssetLoaders.PrintAllAddressables + nameWithType: AssetLoaders.PrintAllAddressables +- uid: SonsSdk.Attributes + name: SonsSdk.Attributes + href: api/SonsSdk.Attributes.html + commentId: N:SonsSdk.Attributes + fullName: SonsSdk.Attributes + nameWithType: SonsSdk.Attributes +- uid: SonsSdk.Attributes.AssetBundleAttribute + name: AssetBundleAttribute + href: api/SonsSdk.Attributes.AssetBundleAttribute.html + commentId: T:SonsSdk.Attributes.AssetBundleAttribute + fullName: SonsSdk.Attributes.AssetBundleAttribute + nameWithType: AssetBundleAttribute +- uid: SonsSdk.Attributes.AssetBundleAttribute.#ctor(System.String) + name: AssetBundleAttribute(string) + href: api/SonsSdk.Attributes.AssetBundleAttribute.html#SonsSdk_Attributes_AssetBundleAttribute__ctor_System_String_ + commentId: M:SonsSdk.Attributes.AssetBundleAttribute.#ctor(System.String) + name.vb: New(String) + fullName: SonsSdk.Attributes.AssetBundleAttribute.AssetBundleAttribute(string) + fullName.vb: SonsSdk.Attributes.AssetBundleAttribute.New(String) + nameWithType: AssetBundleAttribute.AssetBundleAttribute(string) + nameWithType.vb: AssetBundleAttribute.New(String) +- uid: SonsSdk.Attributes.AssetBundleAttribute.#ctor* + name: AssetBundleAttribute + href: api/SonsSdk.Attributes.AssetBundleAttribute.html#SonsSdk_Attributes_AssetBundleAttribute__ctor_ + commentId: Overload:SonsSdk.Attributes.AssetBundleAttribute.#ctor + name.vb: New + fullName: SonsSdk.Attributes.AssetBundleAttribute.AssetBundleAttribute + fullName.vb: SonsSdk.Attributes.AssetBundleAttribute.New + nameWithType: AssetBundleAttribute.AssetBundleAttribute + nameWithType.vb: AssetBundleAttribute.New +- uid: SonsSdk.Attributes.AssetBundleAttribute.AssetBundleName + name: AssetBundleName + href: api/SonsSdk.Attributes.AssetBundleAttribute.html#SonsSdk_Attributes_AssetBundleAttribute_AssetBundleName + commentId: P:SonsSdk.Attributes.AssetBundleAttribute.AssetBundleName + fullName: SonsSdk.Attributes.AssetBundleAttribute.AssetBundleName + nameWithType: AssetBundleAttribute.AssetBundleName +- uid: SonsSdk.Attributes.AssetBundleAttribute.AssetBundleName* + name: AssetBundleName + href: api/SonsSdk.Attributes.AssetBundleAttribute.html#SonsSdk_Attributes_AssetBundleAttribute_AssetBundleName_ + commentId: Overload:SonsSdk.Attributes.AssetBundleAttribute.AssetBundleName + fullName: SonsSdk.Attributes.AssetBundleAttribute.AssetBundleName + nameWithType: AssetBundleAttribute.AssetBundleName +- uid: SonsSdk.Attributes.AssetBundleAttribute.IsLoaded + name: IsLoaded() + href: api/SonsSdk.Attributes.AssetBundleAttribute.html#SonsSdk_Attributes_AssetBundleAttribute_IsLoaded + commentId: M:SonsSdk.Attributes.AssetBundleAttribute.IsLoaded + fullName: SonsSdk.Attributes.AssetBundleAttribute.IsLoaded() + nameWithType: AssetBundleAttribute.IsLoaded() +- uid: SonsSdk.Attributes.AssetBundleAttribute.IsLoaded* + name: IsLoaded + href: api/SonsSdk.Attributes.AssetBundleAttribute.html#SonsSdk_Attributes_AssetBundleAttribute_IsLoaded_ + commentId: Overload:SonsSdk.Attributes.AssetBundleAttribute.IsLoaded + fullName: SonsSdk.Attributes.AssetBundleAttribute.IsLoaded + nameWithType: AssetBundleAttribute.IsLoaded +- uid: SonsSdk.Attributes.AssetReferenceAttribute + name: AssetReferenceAttribute + href: api/SonsSdk.Attributes.AssetReferenceAttribute.html + commentId: T:SonsSdk.Attributes.AssetReferenceAttribute + fullName: SonsSdk.Attributes.AssetReferenceAttribute + nameWithType: AssetReferenceAttribute +- uid: SonsSdk.Attributes.AssetReferenceAttribute.#ctor(System.String) + name: AssetReferenceAttribute(string) + href: api/SonsSdk.Attributes.AssetReferenceAttribute.html#SonsSdk_Attributes_AssetReferenceAttribute__ctor_System_String_ + commentId: M:SonsSdk.Attributes.AssetReferenceAttribute.#ctor(System.String) + name.vb: New(String) + fullName: SonsSdk.Attributes.AssetReferenceAttribute.AssetReferenceAttribute(string) + fullName.vb: SonsSdk.Attributes.AssetReferenceAttribute.New(String) + nameWithType: AssetReferenceAttribute.AssetReferenceAttribute(string) + nameWithType.vb: AssetReferenceAttribute.New(String) +- uid: SonsSdk.Attributes.AssetReferenceAttribute.#ctor* + name: AssetReferenceAttribute + href: api/SonsSdk.Attributes.AssetReferenceAttribute.html#SonsSdk_Attributes_AssetReferenceAttribute__ctor_ + commentId: Overload:SonsSdk.Attributes.AssetReferenceAttribute.#ctor + name.vb: New + fullName: SonsSdk.Attributes.AssetReferenceAttribute.AssetReferenceAttribute + fullName.vb: SonsSdk.Attributes.AssetReferenceAttribute.New + nameWithType: AssetReferenceAttribute.AssetReferenceAttribute + nameWithType.vb: AssetReferenceAttribute.New +- uid: SonsSdk.Attributes.AssetReferenceAttribute.AssetName + name: AssetName + href: api/SonsSdk.Attributes.AssetReferenceAttribute.html#SonsSdk_Attributes_AssetReferenceAttribute_AssetName + commentId: P:SonsSdk.Attributes.AssetReferenceAttribute.AssetName + fullName: SonsSdk.Attributes.AssetReferenceAttribute.AssetName + nameWithType: AssetReferenceAttribute.AssetName +- uid: SonsSdk.Attributes.AssetReferenceAttribute.AssetName* + name: AssetName + href: api/SonsSdk.Attributes.AssetReferenceAttribute.html#SonsSdk_Attributes_AssetReferenceAttribute_AssetName_ + commentId: Overload:SonsSdk.Attributes.AssetReferenceAttribute.AssetName + fullName: SonsSdk.Attributes.AssetReferenceAttribute.AssetName + nameWithType: AssetReferenceAttribute.AssetName +- uid: SonsSdk.Attributes.DebugCommandAttribute + name: DebugCommandAttribute + href: api/SonsSdk.Attributes.DebugCommandAttribute.html + commentId: T:SonsSdk.Attributes.DebugCommandAttribute + fullName: SonsSdk.Attributes.DebugCommandAttribute + nameWithType: DebugCommandAttribute +- uid: SonsSdk.Attributes.DebugCommandAttribute.#ctor(System.String) + name: DebugCommandAttribute(string) + href: api/SonsSdk.Attributes.DebugCommandAttribute.html#SonsSdk_Attributes_DebugCommandAttribute__ctor_System_String_ + commentId: M:SonsSdk.Attributes.DebugCommandAttribute.#ctor(System.String) + name.vb: New(String) + fullName: SonsSdk.Attributes.DebugCommandAttribute.DebugCommandAttribute(string) + fullName.vb: SonsSdk.Attributes.DebugCommandAttribute.New(String) + nameWithType: DebugCommandAttribute.DebugCommandAttribute(string) + nameWithType.vb: DebugCommandAttribute.New(String) +- uid: SonsSdk.Attributes.DebugCommandAttribute.#ctor* + name: DebugCommandAttribute + href: api/SonsSdk.Attributes.DebugCommandAttribute.html#SonsSdk_Attributes_DebugCommandAttribute__ctor_ + commentId: Overload:SonsSdk.Attributes.DebugCommandAttribute.#ctor + name.vb: New + fullName: SonsSdk.Attributes.DebugCommandAttribute.DebugCommandAttribute + fullName.vb: SonsSdk.Attributes.DebugCommandAttribute.New + nameWithType: DebugCommandAttribute.DebugCommandAttribute + nameWithType.vb: DebugCommandAttribute.New +- uid: SonsSdk.Attributes.DebugCommandAttribute.Command + name: Command + href: api/SonsSdk.Attributes.DebugCommandAttribute.html#SonsSdk_Attributes_DebugCommandAttribute_Command + commentId: P:SonsSdk.Attributes.DebugCommandAttribute.Command + fullName: SonsSdk.Attributes.DebugCommandAttribute.Command + nameWithType: DebugCommandAttribute.Command +- uid: SonsSdk.Attributes.DebugCommandAttribute.Command* + name: Command + href: api/SonsSdk.Attributes.DebugCommandAttribute.html#SonsSdk_Attributes_DebugCommandAttribute_Command_ + commentId: Overload:SonsSdk.Attributes.DebugCommandAttribute.Command + fullName: SonsSdk.Attributes.DebugCommandAttribute.Command + nameWithType: DebugCommandAttribute.Command +- uid: SonsSdk.Attributes.DebugPropAttribute + name: DebugPropAttribute + href: api/SonsSdk.Attributes.DebugPropAttribute.html + commentId: T:SonsSdk.Attributes.DebugPropAttribute + fullName: SonsSdk.Attributes.DebugPropAttribute + nameWithType: DebugPropAttribute +- uid: SonsSdk.Attributes.DebugPropAttribute.#ctor + name: DebugPropAttribute() + href: api/SonsSdk.Attributes.DebugPropAttribute.html#SonsSdk_Attributes_DebugPropAttribute__ctor + commentId: M:SonsSdk.Attributes.DebugPropAttribute.#ctor + name.vb: New() + fullName: SonsSdk.Attributes.DebugPropAttribute.DebugPropAttribute() + fullName.vb: SonsSdk.Attributes.DebugPropAttribute.New() + nameWithType: DebugPropAttribute.DebugPropAttribute() + nameWithType.vb: DebugPropAttribute.New() +- uid: SonsSdk.Attributes.DebugPropAttribute.#ctor* + name: DebugPropAttribute + href: api/SonsSdk.Attributes.DebugPropAttribute.html#SonsSdk_Attributes_DebugPropAttribute__ctor_ + commentId: Overload:SonsSdk.Attributes.DebugPropAttribute.#ctor + name.vb: New + fullName: SonsSdk.Attributes.DebugPropAttribute.DebugPropAttribute + fullName.vb: SonsSdk.Attributes.DebugPropAttribute.New + nameWithType: DebugPropAttribute.DebugPropAttribute + nameWithType.vb: DebugPropAttribute.New +- uid: SonsSdk.CommonExtensions + name: CommonExtensions + href: api/SonsSdk.CommonExtensions.html + commentId: T:SonsSdk.CommonExtensions + fullName: SonsSdk.CommonExtensions + nameWithType: CommonExtensions +- uid: SonsSdk.CommonExtensions.Destroy* + name: Destroy + href: api/SonsSdk.CommonExtensions.html#SonsSdk_CommonExtensions_Destroy_ + commentId: Overload:SonsSdk.CommonExtensions.Destroy + fullName: SonsSdk.CommonExtensions.Destroy + nameWithType: CommonExtensions.Destroy +- uid: SonsSdk.CommonExtensions.Destroy``1(UnityEngine.GameObject) + name: Destroy(GameObject) + href: api/SonsSdk.CommonExtensions.html#SonsSdk_CommonExtensions_Destroy__1_UnityEngine_GameObject_ + commentId: M:SonsSdk.CommonExtensions.Destroy``1(UnityEngine.GameObject) + name.vb: Destroy(Of T)(GameObject) + fullName: SonsSdk.CommonExtensions.Destroy(UnityEngine.GameObject) + fullName.vb: SonsSdk.CommonExtensions.Destroy(Of T)(UnityEngine.GameObject) + nameWithType: CommonExtensions.Destroy(GameObject) + nameWithType.vb: CommonExtensions.Destroy(Of T)(GameObject) +- uid: SonsSdk.CommonExtensions.DontDestroyOnLoad(UnityEngine.GameObject) + name: DontDestroyOnLoad(GameObject) + href: api/SonsSdk.CommonExtensions.html#SonsSdk_CommonExtensions_DontDestroyOnLoad_UnityEngine_GameObject_ + commentId: M:SonsSdk.CommonExtensions.DontDestroyOnLoad(UnityEngine.GameObject) + fullName: SonsSdk.CommonExtensions.DontDestroyOnLoad(UnityEngine.GameObject) + nameWithType: CommonExtensions.DontDestroyOnLoad(GameObject) +- uid: SonsSdk.CommonExtensions.DontDestroyOnLoad* + name: DontDestroyOnLoad + href: api/SonsSdk.CommonExtensions.html#SonsSdk_CommonExtensions_DontDestroyOnLoad_ + commentId: Overload:SonsSdk.CommonExtensions.DontDestroyOnLoad + fullName: SonsSdk.CommonExtensions.DontDestroyOnLoad + nameWithType: CommonExtensions.DontDestroyOnLoad +- uid: SonsSdk.CommonExtensions.FindGet* + name: FindGet + href: api/SonsSdk.CommonExtensions.html#SonsSdk_CommonExtensions_FindGet_ + commentId: Overload:SonsSdk.CommonExtensions.FindGet + fullName: SonsSdk.CommonExtensions.FindGet + nameWithType: CommonExtensions.FindGet +- uid: SonsSdk.CommonExtensions.FindGet``1(UnityEngine.GameObject,System.String) + name: FindGet(GameObject, string) + href: api/SonsSdk.CommonExtensions.html#SonsSdk_CommonExtensions_FindGet__1_UnityEngine_GameObject_System_String_ + commentId: M:SonsSdk.CommonExtensions.FindGet``1(UnityEngine.GameObject,System.String) + name.vb: FindGet(Of T)(GameObject, String) + fullName: SonsSdk.CommonExtensions.FindGet(UnityEngine.GameObject, string) + fullName.vb: SonsSdk.CommonExtensions.FindGet(Of T)(UnityEngine.GameObject, String) + nameWithType: CommonExtensions.FindGet(GameObject, string) + nameWithType.vb: CommonExtensions.FindGet(Of T)(GameObject, String) +- uid: SonsSdk.CommonExtensions.FirstContains* + name: FirstContains + href: api/SonsSdk.CommonExtensions.html#SonsSdk_CommonExtensions_FirstContains_ + commentId: Overload:SonsSdk.CommonExtensions.FirstContains + fullName: SonsSdk.CommonExtensions.FirstContains + nameWithType: CommonExtensions.FirstContains +- uid: SonsSdk.CommonExtensions.FirstContains``1(System.Collections.Generic.IEnumerable{``0},System.String) + name: FirstContains(IEnumerable, string) + href: api/SonsSdk.CommonExtensions.html#SonsSdk_CommonExtensions_FirstContains__1_System_Collections_Generic_IEnumerable___0__System_String_ + commentId: M:SonsSdk.CommonExtensions.FirstContains``1(System.Collections.Generic.IEnumerable{``0},System.String) + name.vb: FirstContains(Of T)(IEnumerable(Of T), String) + fullName: SonsSdk.CommonExtensions.FirstContains(System.Collections.Generic.IEnumerable, string) + fullName.vb: SonsSdk.CommonExtensions.FirstContains(Of T)(System.Collections.Generic.IEnumerable(Of T), String) + nameWithType: CommonExtensions.FirstContains(IEnumerable, string) + nameWithType.vb: CommonExtensions.FirstContains(Of T)(IEnumerable(Of T), String) +- uid: SonsSdk.CommonExtensions.FirstEndsWith* + name: FirstEndsWith + href: api/SonsSdk.CommonExtensions.html#SonsSdk_CommonExtensions_FirstEndsWith_ + commentId: Overload:SonsSdk.CommonExtensions.FirstEndsWith + fullName: SonsSdk.CommonExtensions.FirstEndsWith + nameWithType: CommonExtensions.FirstEndsWith +- uid: SonsSdk.CommonExtensions.FirstEndsWith``1(System.Collections.Generic.IEnumerable{``0},System.String) + name: FirstEndsWith(IEnumerable, string) + href: api/SonsSdk.CommonExtensions.html#SonsSdk_CommonExtensions_FirstEndsWith__1_System_Collections_Generic_IEnumerable___0__System_String_ + commentId: M:SonsSdk.CommonExtensions.FirstEndsWith``1(System.Collections.Generic.IEnumerable{``0},System.String) + name.vb: FirstEndsWith(Of T)(IEnumerable(Of T), String) + fullName: SonsSdk.CommonExtensions.FirstEndsWith(System.Collections.Generic.IEnumerable, string) + fullName.vb: SonsSdk.CommonExtensions.FirstEndsWith(Of T)(System.Collections.Generic.IEnumerable(Of T), String) + nameWithType: CommonExtensions.FirstEndsWith(IEnumerable, string) + nameWithType.vb: CommonExtensions.FirstEndsWith(Of T)(IEnumerable(Of T), String) +- uid: SonsSdk.CommonExtensions.FirstStartsWith* + name: FirstStartsWith + href: api/SonsSdk.CommonExtensions.html#SonsSdk_CommonExtensions_FirstStartsWith_ + commentId: Overload:SonsSdk.CommonExtensions.FirstStartsWith + fullName: SonsSdk.CommonExtensions.FirstStartsWith + nameWithType: CommonExtensions.FirstStartsWith +- uid: SonsSdk.CommonExtensions.FirstStartsWith``1(System.Collections.Generic.IEnumerable{``0},System.String) + name: FirstStartsWith(IEnumerable, string) + href: api/SonsSdk.CommonExtensions.html#SonsSdk_CommonExtensions_FirstStartsWith__1_System_Collections_Generic_IEnumerable___0__System_String_ + commentId: M:SonsSdk.CommonExtensions.FirstStartsWith``1(System.Collections.Generic.IEnumerable{``0},System.String) + name.vb: FirstStartsWith(Of T)(IEnumerable(Of T), String) + fullName: SonsSdk.CommonExtensions.FirstStartsWith(System.Collections.Generic.IEnumerable, string) + fullName.vb: SonsSdk.CommonExtensions.FirstStartsWith(Of T)(System.Collections.Generic.IEnumerable(Of T), String) + nameWithType: CommonExtensions.FirstStartsWith(IEnumerable, string) + nameWithType.vb: CommonExtensions.FirstStartsWith(Of T)(IEnumerable(Of T), String) +- uid: SonsSdk.CommonExtensions.FirstWithName* + name: FirstWithName + href: api/SonsSdk.CommonExtensions.html#SonsSdk_CommonExtensions_FirstWithName_ + commentId: Overload:SonsSdk.CommonExtensions.FirstWithName + fullName: SonsSdk.CommonExtensions.FirstWithName + nameWithType: CommonExtensions.FirstWithName +- uid: SonsSdk.CommonExtensions.FirstWithName``1(System.Collections.Generic.IEnumerable{``0},System.String) + name: FirstWithName(IEnumerable, string) + href: api/SonsSdk.CommonExtensions.html#SonsSdk_CommonExtensions_FirstWithName__1_System_Collections_Generic_IEnumerable___0__System_String_ + commentId: M:SonsSdk.CommonExtensions.FirstWithName``1(System.Collections.Generic.IEnumerable{``0},System.String) + name.vb: FirstWithName(Of T)(IEnumerable(Of T), String) + fullName: SonsSdk.CommonExtensions.FirstWithName(System.Collections.Generic.IEnumerable, string) + fullName.vb: SonsSdk.CommonExtensions.FirstWithName(Of T)(System.Collections.Generic.IEnumerable(Of T), String) + nameWithType: CommonExtensions.FirstWithName(IEnumerable, string) + nameWithType.vb: CommonExtensions.FirstWithName(Of T)(IEnumerable(Of T), String) +- uid: SonsSdk.CommonExtensions.HideAndDontSave(UnityEngine.GameObject) + name: HideAndDontSave(GameObject) + href: api/SonsSdk.CommonExtensions.html#SonsSdk_CommonExtensions_HideAndDontSave_UnityEngine_GameObject_ + commentId: M:SonsSdk.CommonExtensions.HideAndDontSave(UnityEngine.GameObject) + fullName: SonsSdk.CommonExtensions.HideAndDontSave(UnityEngine.GameObject) + nameWithType: CommonExtensions.HideAndDontSave(GameObject) +- uid: SonsSdk.CommonExtensions.HideAndDontSave* + name: HideAndDontSave + href: api/SonsSdk.CommonExtensions.html#SonsSdk_CommonExtensions_HideAndDontSave_ + commentId: Overload:SonsSdk.CommonExtensions.HideAndDontSave + fullName: SonsSdk.CommonExtensions.HideAndDontSave + nameWithType: CommonExtensions.HideAndDontSave +- uid: SonsSdk.CommonExtensions.Instantiate(UnityEngine.GameObject,System.Boolean) + name: Instantiate(GameObject, bool) + href: api/SonsSdk.CommonExtensions.html#SonsSdk_CommonExtensions_Instantiate_UnityEngine_GameObject_System_Boolean_ + commentId: M:SonsSdk.CommonExtensions.Instantiate(UnityEngine.GameObject,System.Boolean) + name.vb: Instantiate(GameObject, Boolean) + fullName: SonsSdk.CommonExtensions.Instantiate(UnityEngine.GameObject, bool) + fullName.vb: SonsSdk.CommonExtensions.Instantiate(UnityEngine.GameObject, Boolean) + nameWithType: CommonExtensions.Instantiate(GameObject, bool) + nameWithType.vb: CommonExtensions.Instantiate(GameObject, Boolean) +- uid: SonsSdk.CommonExtensions.Instantiate(UnityEngine.GameObject,UnityEngine.Vector3,System.Boolean) + name: Instantiate(GameObject, Vector3, bool) + href: api/SonsSdk.CommonExtensions.html#SonsSdk_CommonExtensions_Instantiate_UnityEngine_GameObject_UnityEngine_Vector3_System_Boolean_ + commentId: M:SonsSdk.CommonExtensions.Instantiate(UnityEngine.GameObject,UnityEngine.Vector3,System.Boolean) + name.vb: Instantiate(GameObject, Vector3, Boolean) + fullName: SonsSdk.CommonExtensions.Instantiate(UnityEngine.GameObject, UnityEngine.Vector3, bool) + fullName.vb: SonsSdk.CommonExtensions.Instantiate(UnityEngine.GameObject, UnityEngine.Vector3, Boolean) + nameWithType: CommonExtensions.Instantiate(GameObject, Vector3, bool) + nameWithType.vb: CommonExtensions.Instantiate(GameObject, Vector3, Boolean) +- uid: SonsSdk.CommonExtensions.Instantiate(UnityEngine.GameObject,UnityEngine.Vector3,UnityEngine.Quaternion,System.Boolean) + name: Instantiate(GameObject, Vector3, Quaternion, bool) + href: api/SonsSdk.CommonExtensions.html#SonsSdk_CommonExtensions_Instantiate_UnityEngine_GameObject_UnityEngine_Vector3_UnityEngine_Quaternion_System_Boolean_ + commentId: M:SonsSdk.CommonExtensions.Instantiate(UnityEngine.GameObject,UnityEngine.Vector3,UnityEngine.Quaternion,System.Boolean) + name.vb: Instantiate(GameObject, Vector3, Quaternion, Boolean) + fullName: SonsSdk.CommonExtensions.Instantiate(UnityEngine.GameObject, UnityEngine.Vector3, UnityEngine.Quaternion, bool) + fullName.vb: SonsSdk.CommonExtensions.Instantiate(UnityEngine.GameObject, UnityEngine.Vector3, UnityEngine.Quaternion, Boolean) + nameWithType: CommonExtensions.Instantiate(GameObject, Vector3, Quaternion, bool) + nameWithType.vb: CommonExtensions.Instantiate(GameObject, Vector3, Quaternion, Boolean) +- uid: SonsSdk.CommonExtensions.Instantiate* + name: Instantiate + href: api/SonsSdk.CommonExtensions.html#SonsSdk_CommonExtensions_Instantiate_ + commentId: Overload:SonsSdk.CommonExtensions.Instantiate + fullName: SonsSdk.CommonExtensions.Instantiate + nameWithType: CommonExtensions.Instantiate +- uid: SonsSdk.CommonExtensions.InstantiateAndGet* + name: InstantiateAndGet + href: api/SonsSdk.CommonExtensions.html#SonsSdk_CommonExtensions_InstantiateAndGet_ + commentId: Overload:SonsSdk.CommonExtensions.InstantiateAndGet + fullName: SonsSdk.CommonExtensions.InstantiateAndGet + nameWithType: CommonExtensions.InstantiateAndGet +- uid: SonsSdk.CommonExtensions.InstantiateAndGet``1(UnityEngine.GameObject,System.Boolean) + name: InstantiateAndGet(GameObject, bool) + href: api/SonsSdk.CommonExtensions.html#SonsSdk_CommonExtensions_InstantiateAndGet__1_UnityEngine_GameObject_System_Boolean_ + commentId: M:SonsSdk.CommonExtensions.InstantiateAndGet``1(UnityEngine.GameObject,System.Boolean) + name.vb: InstantiateAndGet(Of T)(GameObject, Boolean) + fullName: SonsSdk.CommonExtensions.InstantiateAndGet(UnityEngine.GameObject, bool) + fullName.vb: SonsSdk.CommonExtensions.InstantiateAndGet(Of T)(UnityEngine.GameObject, Boolean) + nameWithType: CommonExtensions.InstantiateAndGet(GameObject, bool) + nameWithType.vb: CommonExtensions.InstantiateAndGet(Of T)(GameObject, Boolean) +- uid: SonsSdk.CommonExtensions.InstantiateAndGet``1(UnityEngine.GameObject,UnityEngine.Vector3,System.Boolean) + name: InstantiateAndGet(GameObject, Vector3, bool) + href: api/SonsSdk.CommonExtensions.html#SonsSdk_CommonExtensions_InstantiateAndGet__1_UnityEngine_GameObject_UnityEngine_Vector3_System_Boolean_ + commentId: M:SonsSdk.CommonExtensions.InstantiateAndGet``1(UnityEngine.GameObject,UnityEngine.Vector3,System.Boolean) + name.vb: InstantiateAndGet(Of T)(GameObject, Vector3, Boolean) + fullName: SonsSdk.CommonExtensions.InstantiateAndGet(UnityEngine.GameObject, UnityEngine.Vector3, bool) + fullName.vb: SonsSdk.CommonExtensions.InstantiateAndGet(Of T)(UnityEngine.GameObject, UnityEngine.Vector3, Boolean) + nameWithType: CommonExtensions.InstantiateAndGet(GameObject, Vector3, bool) + nameWithType.vb: CommonExtensions.InstantiateAndGet(Of T)(GameObject, Vector3, Boolean) +- uid: SonsSdk.CommonExtensions.InstantiateAndGet``1(UnityEngine.GameObject,UnityEngine.Vector3,UnityEngine.Quaternion,System.Boolean) + name: InstantiateAndGet(GameObject, Vector3, Quaternion, bool) + href: api/SonsSdk.CommonExtensions.html#SonsSdk_CommonExtensions_InstantiateAndGet__1_UnityEngine_GameObject_UnityEngine_Vector3_UnityEngine_Quaternion_System_Boolean_ + commentId: M:SonsSdk.CommonExtensions.InstantiateAndGet``1(UnityEngine.GameObject,UnityEngine.Vector3,UnityEngine.Quaternion,System.Boolean) + name.vb: InstantiateAndGet(Of T)(GameObject, Vector3, Quaternion, Boolean) + fullName: SonsSdk.CommonExtensions.InstantiateAndGet(UnityEngine.GameObject, UnityEngine.Vector3, UnityEngine.Quaternion, bool) + fullName.vb: SonsSdk.CommonExtensions.InstantiateAndGet(Of T)(UnityEngine.GameObject, UnityEngine.Vector3, UnityEngine.Quaternion, Boolean) + nameWithType: CommonExtensions.InstantiateAndGet(GameObject, Vector3, Quaternion, bool) + nameWithType.vb: CommonExtensions.InstantiateAndGet(Of T)(GameObject, Vector3, Quaternion, Boolean) +- uid: SonsSdk.CommonExtensions.SetName(UnityEngine.GameObject,System.String) + name: SetName(GameObject, string) + href: api/SonsSdk.CommonExtensions.html#SonsSdk_CommonExtensions_SetName_UnityEngine_GameObject_System_String_ + commentId: M:SonsSdk.CommonExtensions.SetName(UnityEngine.GameObject,System.String) + name.vb: SetName(GameObject, String) + fullName: SonsSdk.CommonExtensions.SetName(UnityEngine.GameObject, string) + fullName.vb: SonsSdk.CommonExtensions.SetName(UnityEngine.GameObject, String) + nameWithType: CommonExtensions.SetName(GameObject, string) + nameWithType.vb: CommonExtensions.SetName(GameObject, String) +- uid: SonsSdk.CommonExtensions.SetName* + name: SetName + href: api/SonsSdk.CommonExtensions.html#SonsSdk_CommonExtensions_SetName_ + commentId: Overload:SonsSdk.CommonExtensions.SetName + fullName: SonsSdk.CommonExtensions.SetName + nameWithType: CommonExtensions.SetName +- uid: SonsSdk.CommonExtensions.SetParent(UnityEngine.GameObject,UnityEngine.Transform,System.Boolean) + name: SetParent(GameObject, Transform, bool) + href: api/SonsSdk.CommonExtensions.html#SonsSdk_CommonExtensions_SetParent_UnityEngine_GameObject_UnityEngine_Transform_System_Boolean_ + commentId: M:SonsSdk.CommonExtensions.SetParent(UnityEngine.GameObject,UnityEngine.Transform,System.Boolean) + name.vb: SetParent(GameObject, Transform, Boolean) + fullName: SonsSdk.CommonExtensions.SetParent(UnityEngine.GameObject, UnityEngine.Transform, bool) + fullName.vb: SonsSdk.CommonExtensions.SetParent(UnityEngine.GameObject, UnityEngine.Transform, Boolean) + nameWithType: CommonExtensions.SetParent(GameObject, Transform, bool) + nameWithType.vb: CommonExtensions.SetParent(GameObject, Transform, Boolean) +- uid: SonsSdk.CommonExtensions.SetParent* + name: SetParent + href: api/SonsSdk.CommonExtensions.html#SonsSdk_CommonExtensions_SetParent_ + commentId: Overload:SonsSdk.CommonExtensions.SetParent + fullName: SonsSdk.CommonExtensions.SetParent + nameWithType: CommonExtensions.SetParent +- uid: SonsSdk.CommonExtensions.ToUnityColor(System.Drawing.Color) + name: ToUnityColor(Color) + href: api/SonsSdk.CommonExtensions.html#SonsSdk_CommonExtensions_ToUnityColor_System_Drawing_Color_ + commentId: M:SonsSdk.CommonExtensions.ToUnityColor(System.Drawing.Color) + fullName: SonsSdk.CommonExtensions.ToUnityColor(System.Drawing.Color) + nameWithType: CommonExtensions.ToUnityColor(Color) +- uid: SonsSdk.CommonExtensions.ToUnityColor* + name: ToUnityColor + href: api/SonsSdk.CommonExtensions.html#SonsSdk_CommonExtensions_ToUnityColor_ + commentId: Overload:SonsSdk.CommonExtensions.ToUnityColor + fullName: SonsSdk.CommonExtensions.ToUnityColor + nameWithType: CommonExtensions.ToUnityColor +- uid: SonsSdk.CommonExtensions.WithAlpha(UnityEngine.Color,System.Single) + name: WithAlpha(Color, float) + href: api/SonsSdk.CommonExtensions.html#SonsSdk_CommonExtensions_WithAlpha_UnityEngine_Color_System_Single_ + commentId: M:SonsSdk.CommonExtensions.WithAlpha(UnityEngine.Color,System.Single) + name.vb: WithAlpha(Color, Single) + fullName: SonsSdk.CommonExtensions.WithAlpha(UnityEngine.Color, float) + fullName.vb: SonsSdk.CommonExtensions.WithAlpha(UnityEngine.Color, Single) + nameWithType: CommonExtensions.WithAlpha(Color, float) + nameWithType.vb: CommonExtensions.WithAlpha(Color, Single) +- uid: SonsSdk.CommonExtensions.WithAlpha* + name: WithAlpha + href: api/SonsSdk.CommonExtensions.html#SonsSdk_CommonExtensions_WithAlpha_ + commentId: Overload:SonsSdk.CommonExtensions.WithAlpha + fullName: SonsSdk.CommonExtensions.WithAlpha + nameWithType: CommonExtensions.WithAlpha +- uid: SonsSdk.CommonExtensions.WithBrightness(UnityEngine.Color,System.Single) + name: WithBrightness(Color, float) + href: api/SonsSdk.CommonExtensions.html#SonsSdk_CommonExtensions_WithBrightness_UnityEngine_Color_System_Single_ + commentId: M:SonsSdk.CommonExtensions.WithBrightness(UnityEngine.Color,System.Single) + name.vb: WithBrightness(Color, Single) + fullName: SonsSdk.CommonExtensions.WithBrightness(UnityEngine.Color, float) + fullName.vb: SonsSdk.CommonExtensions.WithBrightness(UnityEngine.Color, Single) + nameWithType: CommonExtensions.WithBrightness(Color, float) + nameWithType.vb: CommonExtensions.WithBrightness(Color, Single) +- uid: SonsSdk.CommonExtensions.WithBrightness* + name: WithBrightness + href: api/SonsSdk.CommonExtensions.html#SonsSdk_CommonExtensions_WithBrightness_ + commentId: Overload:SonsSdk.CommonExtensions.WithBrightness + fullName: SonsSdk.CommonExtensions.WithBrightness + nameWithType: CommonExtensions.WithBrightness +- uid: SonsSdk.CommonExtensions.WithBrightnessOffset(UnityEngine.Color,System.Single) + name: WithBrightnessOffset(Color, float) + href: api/SonsSdk.CommonExtensions.html#SonsSdk_CommonExtensions_WithBrightnessOffset_UnityEngine_Color_System_Single_ + commentId: M:SonsSdk.CommonExtensions.WithBrightnessOffset(UnityEngine.Color,System.Single) + name.vb: WithBrightnessOffset(Color, Single) + fullName: SonsSdk.CommonExtensions.WithBrightnessOffset(UnityEngine.Color, float) + fullName.vb: SonsSdk.CommonExtensions.WithBrightnessOffset(UnityEngine.Color, Single) + nameWithType: CommonExtensions.WithBrightnessOffset(Color, float) + nameWithType.vb: CommonExtensions.WithBrightnessOffset(Color, Single) +- uid: SonsSdk.CommonExtensions.WithBrightnessOffset* + name: WithBrightnessOffset + href: api/SonsSdk.CommonExtensions.html#SonsSdk_CommonExtensions_WithBrightnessOffset_ + commentId: Overload:SonsSdk.CommonExtensions.WithBrightnessOffset + fullName: SonsSdk.CommonExtensions.WithBrightnessOffset + nameWithType: CommonExtensions.WithBrightnessOffset +- uid: SonsSdk.DebugTools + name: DebugTools + href: api/SonsSdk.DebugTools.html + commentId: T:SonsSdk.DebugTools + fullName: SonsSdk.DebugTools + nameWithType: DebugTools +- uid: SonsSdk.DebugTools.#ctor + name: DebugTools() + href: api/SonsSdk.DebugTools.html#SonsSdk_DebugTools__ctor + commentId: M:SonsSdk.DebugTools.#ctor + name.vb: New() + fullName: SonsSdk.DebugTools.DebugTools() + fullName.vb: SonsSdk.DebugTools.New() + nameWithType: DebugTools.DebugTools() + nameWithType.vb: DebugTools.New() +- uid: SonsSdk.DebugTools.#ctor* + name: DebugTools + href: api/SonsSdk.DebugTools.html#SonsSdk_DebugTools__ctor_ + commentId: Overload:SonsSdk.DebugTools.#ctor + name.vb: New + fullName: SonsSdk.DebugTools.DebugTools + fullName.vb: SonsSdk.DebugTools.New + nameWithType: DebugTools.DebugTools + nameWithType.vb: DebugTools.New +- uid: SonsSdk.DebugTools.CreatePrimitive(UnityEngine.PrimitiveType,System.Nullable{UnityEngine.Vector3},System.Nullable{UnityEngine.Color}) + name: CreatePrimitive(PrimitiveType, Vector3?, Color?) + href: api/SonsSdk.DebugTools.html#SonsSdk_DebugTools_CreatePrimitive_UnityEngine_PrimitiveType_System_Nullable_UnityEngine_Vector3__System_Nullable_UnityEngine_Color__ + commentId: M:SonsSdk.DebugTools.CreatePrimitive(UnityEngine.PrimitiveType,System.Nullable{UnityEngine.Vector3},System.Nullable{UnityEngine.Color}) + fullName: SonsSdk.DebugTools.CreatePrimitive(UnityEngine.PrimitiveType, UnityEngine.Vector3?, UnityEngine.Color?) + nameWithType: DebugTools.CreatePrimitive(PrimitiveType, Vector3?, Color?) +- uid: SonsSdk.DebugTools.CreatePrimitive* + name: CreatePrimitive + href: api/SonsSdk.DebugTools.html#SonsSdk_DebugTools_CreatePrimitive_ + commentId: Overload:SonsSdk.DebugTools.CreatePrimitive + fullName: SonsSdk.DebugTools.CreatePrimitive + nameWithType: DebugTools.CreatePrimitive +- uid: SonsSdk.DebugTools.DrawGlLine(UnityEngine.Vector3,UnityEngine.Vector3,System.Single) + name: DrawGlLine(Vector3, Vector3, float) + href: api/SonsSdk.DebugTools.html#SonsSdk_DebugTools_DrawGlLine_UnityEngine_Vector3_UnityEngine_Vector3_System_Single_ + commentId: M:SonsSdk.DebugTools.DrawGlLine(UnityEngine.Vector3,UnityEngine.Vector3,System.Single) + name.vb: DrawGlLine(Vector3, Vector3, Single) + fullName: SonsSdk.DebugTools.DrawGlLine(UnityEngine.Vector3, UnityEngine.Vector3, float) + fullName.vb: SonsSdk.DebugTools.DrawGlLine(UnityEngine.Vector3, UnityEngine.Vector3, Single) + nameWithType: DebugTools.DrawGlLine(Vector3, Vector3, float) + nameWithType.vb: DebugTools.DrawGlLine(Vector3, Vector3, Single) +- uid: SonsSdk.DebugTools.DrawGlLine* + name: DrawGlLine + href: api/SonsSdk.DebugTools.html#SonsSdk_DebugTools_DrawGlLine_ + commentId: Overload:SonsSdk.DebugTools.DrawGlLine + fullName: SonsSdk.DebugTools.DrawGlLine + nameWithType: DebugTools.DrawGlLine +- uid: SonsSdk.DebugTools.GetHdrpMaterial(System.Nullable{UnityEngine.Color}) + name: GetHdrpMaterial(Color?) + href: api/SonsSdk.DebugTools.html#SonsSdk_DebugTools_GetHdrpMaterial_System_Nullable_UnityEngine_Color__ + commentId: M:SonsSdk.DebugTools.GetHdrpMaterial(System.Nullable{UnityEngine.Color}) + fullName: SonsSdk.DebugTools.GetHdrpMaterial(UnityEngine.Color?) + nameWithType: DebugTools.GetHdrpMaterial(Color?) +- uid: SonsSdk.DebugTools.GetHdrpMaterial* + name: GetHdrpMaterial + href: api/SonsSdk.DebugTools.html#SonsSdk_DebugTools_GetHdrpMaterial_ + commentId: Overload:SonsSdk.DebugTools.GetHdrpMaterial + fullName: SonsSdk.DebugTools.GetHdrpMaterial + nameWithType: DebugTools.GetHdrpMaterial +- uid: SonsSdk.DebugTools.LineDrawer + name: DebugTools.LineDrawer + href: api/SonsSdk.DebugTools.LineDrawer.html + commentId: T:SonsSdk.DebugTools.LineDrawer + fullName: SonsSdk.DebugTools.LineDrawer + nameWithType: DebugTools.LineDrawer +- uid: SonsSdk.DebugTools.LineDrawer.#ctor + name: LineDrawer() + href: api/SonsSdk.DebugTools.LineDrawer.html#SonsSdk_DebugTools_LineDrawer__ctor + commentId: M:SonsSdk.DebugTools.LineDrawer.#ctor + name.vb: New() + fullName: SonsSdk.DebugTools.LineDrawer.LineDrawer() + fullName.vb: SonsSdk.DebugTools.LineDrawer.New() + nameWithType: DebugTools.LineDrawer.LineDrawer() + nameWithType.vb: DebugTools.LineDrawer.New() +- uid: SonsSdk.DebugTools.LineDrawer.#ctor* + name: LineDrawer + href: api/SonsSdk.DebugTools.LineDrawer.html#SonsSdk_DebugTools_LineDrawer__ctor_ + commentId: Overload:SonsSdk.DebugTools.LineDrawer.#ctor + name.vb: New + fullName: SonsSdk.DebugTools.LineDrawer.LineDrawer + fullName.vb: SonsSdk.DebugTools.LineDrawer.New + nameWithType: DebugTools.LineDrawer.LineDrawer + nameWithType.vb: DebugTools.LineDrawer.New +- uid: SonsSdk.DebugTools.LineDrawer.Active + name: Active + href: api/SonsSdk.DebugTools.LineDrawer.html#SonsSdk_DebugTools_LineDrawer_Active + commentId: P:SonsSdk.DebugTools.LineDrawer.Active + fullName: SonsSdk.DebugTools.LineDrawer.Active + nameWithType: DebugTools.LineDrawer.Active +- uid: SonsSdk.DebugTools.LineDrawer.Active* + name: Active + href: api/SonsSdk.DebugTools.LineDrawer.html#SonsSdk_DebugTools_LineDrawer_Active_ + commentId: Overload:SonsSdk.DebugTools.LineDrawer.Active + fullName: SonsSdk.DebugTools.LineDrawer.Active + nameWithType: DebugTools.LineDrawer.Active +- uid: SonsSdk.DebugTools.LineDrawer.Destroy + name: Destroy() + href: api/SonsSdk.DebugTools.LineDrawer.html#SonsSdk_DebugTools_LineDrawer_Destroy + commentId: M:SonsSdk.DebugTools.LineDrawer.Destroy + fullName: SonsSdk.DebugTools.LineDrawer.Destroy() + nameWithType: DebugTools.LineDrawer.Destroy() +- uid: SonsSdk.DebugTools.LineDrawer.Destroy* + name: Destroy + href: api/SonsSdk.DebugTools.LineDrawer.html#SonsSdk_DebugTools_LineDrawer_Destroy_ + commentId: Overload:SonsSdk.DebugTools.LineDrawer.Destroy + fullName: SonsSdk.DebugTools.LineDrawer.Destroy + nameWithType: DebugTools.LineDrawer.Destroy +- uid: SonsSdk.DebugTools.LineDrawer.IsValid + name: IsValid + href: api/SonsSdk.DebugTools.LineDrawer.html#SonsSdk_DebugTools_LineDrawer_IsValid + commentId: P:SonsSdk.DebugTools.LineDrawer.IsValid + fullName: SonsSdk.DebugTools.LineDrawer.IsValid + nameWithType: DebugTools.LineDrawer.IsValid +- uid: SonsSdk.DebugTools.LineDrawer.IsValid* + name: IsValid + href: api/SonsSdk.DebugTools.LineDrawer.html#SonsSdk_DebugTools_LineDrawer_IsValid_ + commentId: Overload:SonsSdk.DebugTools.LineDrawer.IsValid + fullName: SonsSdk.DebugTools.LineDrawer.IsValid + nameWithType: DebugTools.LineDrawer.IsValid +- uid: SonsSdk.DebugTools.LineDrawer.LineRenderer + name: LineRenderer + href: api/SonsSdk.DebugTools.LineDrawer.html#SonsSdk_DebugTools_LineDrawer_LineRenderer + commentId: F:SonsSdk.DebugTools.LineDrawer.LineRenderer + fullName: SonsSdk.DebugTools.LineDrawer.LineRenderer + nameWithType: DebugTools.LineDrawer.LineRenderer +- uid: SonsSdk.DebugTools.LineDrawer.SetLine(UnityEngine.Vector3,UnityEngine.Vector3) + name: SetLine(Vector3, Vector3) + href: api/SonsSdk.DebugTools.LineDrawer.html#SonsSdk_DebugTools_LineDrawer_SetLine_UnityEngine_Vector3_UnityEngine_Vector3_ + commentId: M:SonsSdk.DebugTools.LineDrawer.SetLine(UnityEngine.Vector3,UnityEngine.Vector3) + fullName: SonsSdk.DebugTools.LineDrawer.SetLine(UnityEngine.Vector3, UnityEngine.Vector3) + nameWithType: DebugTools.LineDrawer.SetLine(Vector3, Vector3) +- uid: SonsSdk.DebugTools.LineDrawer.SetLine* + name: SetLine + href: api/SonsSdk.DebugTools.LineDrawer.html#SonsSdk_DebugTools_LineDrawer_SetLine_ + commentId: Overload:SonsSdk.DebugTools.LineDrawer.SetLine + fullName: SonsSdk.DebugTools.LineDrawer.SetLine + nameWithType: DebugTools.LineDrawer.SetLine +- uid: SonsSdk.DebugTools.LineDrawer.SetPosition(UnityEngine.Vector3) + name: SetPosition(Vector3) + href: api/SonsSdk.DebugTools.LineDrawer.html#SonsSdk_DebugTools_LineDrawer_SetPosition_UnityEngine_Vector3_ + commentId: M:SonsSdk.DebugTools.LineDrawer.SetPosition(UnityEngine.Vector3) + fullName: SonsSdk.DebugTools.LineDrawer.SetPosition(UnityEngine.Vector3) + nameWithType: DebugTools.LineDrawer.SetPosition(Vector3) +- uid: SonsSdk.DebugTools.LineDrawer.SetPosition* + name: SetPosition + href: api/SonsSdk.DebugTools.LineDrawer.html#SonsSdk_DebugTools_LineDrawer_SetPosition_ + commentId: Overload:SonsSdk.DebugTools.LineDrawer.SetPosition + fullName: SonsSdk.DebugTools.LineDrawer.SetPosition + nameWithType: DebugTools.LineDrawer.SetPosition +- uid: SonsSdk.DebugTools.LineDrawer.Transform + name: Transform + href: api/SonsSdk.DebugTools.LineDrawer.html#SonsSdk_DebugTools_LineDrawer_Transform + commentId: F:SonsSdk.DebugTools.LineDrawer.Transform + fullName: SonsSdk.DebugTools.LineDrawer.Transform + nameWithType: DebugTools.LineDrawer.Transform +- uid: SonsSdk.Exceptions + name: SonsSdk.Exceptions + href: api/SonsSdk.Exceptions.html + commentId: N:SonsSdk.Exceptions + fullName: SonsSdk.Exceptions + nameWithType: SonsSdk.Exceptions +- uid: SonsSdk.Exceptions.NotInWorldException + name: NotInWorldException + href: api/SonsSdk.Exceptions.NotInWorldException.html + commentId: T:SonsSdk.Exceptions.NotInWorldException + fullName: SonsSdk.Exceptions.NotInWorldException + nameWithType: NotInWorldException +- uid: SonsSdk.Exceptions.NotInWorldException.#ctor + name: NotInWorldException() + href: api/SonsSdk.Exceptions.NotInWorldException.html#SonsSdk_Exceptions_NotInWorldException__ctor + commentId: M:SonsSdk.Exceptions.NotInWorldException.#ctor + name.vb: New() + fullName: SonsSdk.Exceptions.NotInWorldException.NotInWorldException() + fullName.vb: SonsSdk.Exceptions.NotInWorldException.New() + nameWithType: NotInWorldException.NotInWorldException() + nameWithType.vb: NotInWorldException.New() +- uid: SonsSdk.Exceptions.NotInWorldException.#ctor* + name: NotInWorldException + href: api/SonsSdk.Exceptions.NotInWorldException.html#SonsSdk_Exceptions_NotInWorldException__ctor_ + commentId: Overload:SonsSdk.Exceptions.NotInWorldException.#ctor + name.vb: New + fullName: SonsSdk.Exceptions.NotInWorldException.NotInWorldException + fullName.vb: SonsSdk.Exceptions.NotInWorldException.New + nameWithType: NotInWorldException.NotInWorldException + nameWithType.vb: NotInWorldException.New +- uid: SonsSdk.GlobalInput + name: GlobalInput + href: api/SonsSdk.GlobalInput.html + commentId: T:SonsSdk.GlobalInput + fullName: SonsSdk.GlobalInput + nameWithType: GlobalInput +- uid: SonsSdk.GlobalInput.#ctor + name: GlobalInput() + href: api/SonsSdk.GlobalInput.html#SonsSdk_GlobalInput__ctor + commentId: M:SonsSdk.GlobalInput.#ctor + name.vb: New() + fullName: SonsSdk.GlobalInput.GlobalInput() + fullName.vb: SonsSdk.GlobalInput.New() + nameWithType: GlobalInput.GlobalInput() + nameWithType.vb: GlobalInput.New() +- uid: SonsSdk.GlobalInput.#ctor* + name: GlobalInput + href: api/SonsSdk.GlobalInput.html#SonsSdk_GlobalInput__ctor_ + commentId: Overload:SonsSdk.GlobalInput.#ctor + name.vb: New + fullName: SonsSdk.GlobalInput.GlobalInput + fullName.vb: SonsSdk.GlobalInput.New + nameWithType: GlobalInput.GlobalInput + nameWithType.vb: GlobalInput.New +- uid: SonsSdk.GlobalInput.RegisterKey(UnityEngine.KeyCode,System.Action) + name: RegisterKey(KeyCode, Action) + href: api/SonsSdk.GlobalInput.html#SonsSdk_GlobalInput_RegisterKey_UnityEngine_KeyCode_System_Action_ + commentId: M:SonsSdk.GlobalInput.RegisterKey(UnityEngine.KeyCode,System.Action) + fullName: SonsSdk.GlobalInput.RegisterKey(UnityEngine.KeyCode, System.Action) + nameWithType: GlobalInput.RegisterKey(KeyCode, Action) +- uid: SonsSdk.GlobalInput.RegisterKey* + name: RegisterKey + href: api/SonsSdk.GlobalInput.html#SonsSdk_GlobalInput_RegisterKey_ + commentId: Overload:SonsSdk.GlobalInput.RegisterKey + fullName: SonsSdk.GlobalInput.RegisterKey + nameWithType: GlobalInput.RegisterKey +- uid: SonsSdk.GlobalInput.UnregisterKey(UnityEngine.KeyCode) + name: UnregisterKey(KeyCode) + href: api/SonsSdk.GlobalInput.html#SonsSdk_GlobalInput_UnregisterKey_UnityEngine_KeyCode_ + commentId: M:SonsSdk.GlobalInput.UnregisterKey(UnityEngine.KeyCode) + fullName: SonsSdk.GlobalInput.UnregisterKey(UnityEngine.KeyCode) + nameWithType: GlobalInput.UnregisterKey(KeyCode) +- uid: SonsSdk.GlobalInput.UnregisterKey* + name: UnregisterKey + href: api/SonsSdk.GlobalInput.html#SonsSdk_GlobalInput_UnregisterKey_ + commentId: Overload:SonsSdk.GlobalInput.UnregisterKey + fullName: SonsSdk.GlobalInput.UnregisterKey + nameWithType: GlobalInput.UnregisterKey +- uid: SonsSdk.ImLineDrawer + name: ImLineDrawer + href: api/SonsSdk.ImLineDrawer.html + commentId: T:SonsSdk.ImLineDrawer + fullName: SonsSdk.ImLineDrawer + nameWithType: ImLineDrawer +- uid: SonsSdk.ImLineDrawer.#ctor + name: ImLineDrawer() + href: api/SonsSdk.ImLineDrawer.html#SonsSdk_ImLineDrawer__ctor + commentId: M:SonsSdk.ImLineDrawer.#ctor + name.vb: New() + fullName: SonsSdk.ImLineDrawer.ImLineDrawer() + fullName.vb: SonsSdk.ImLineDrawer.New() + nameWithType: ImLineDrawer.ImLineDrawer() + nameWithType.vb: ImLineDrawer.New() +- uid: SonsSdk.ImLineDrawer.#ctor* + name: ImLineDrawer + href: api/SonsSdk.ImLineDrawer.html#SonsSdk_ImLineDrawer__ctor_ + commentId: Overload:SonsSdk.ImLineDrawer.#ctor + name.vb: New + fullName: SonsSdk.ImLineDrawer.ImLineDrawer + fullName.vb: SonsSdk.ImLineDrawer.New + nameWithType: ImLineDrawer.ImLineDrawer + nameWithType.vb: ImLineDrawer.New +- uid: SonsSdk.ImLineDrawer.BeginRendering + name: BeginRendering() + href: api/SonsSdk.ImLineDrawer.html#SonsSdk_ImLineDrawer_BeginRendering + commentId: M:SonsSdk.ImLineDrawer.BeginRendering + fullName: SonsSdk.ImLineDrawer.BeginRendering() + nameWithType: ImLineDrawer.BeginRendering() +- uid: SonsSdk.ImLineDrawer.BeginRendering* + name: BeginRendering + href: api/SonsSdk.ImLineDrawer.html#SonsSdk_ImLineDrawer_BeginRendering_ + commentId: Overload:SonsSdk.ImLineDrawer.BeginRendering + fullName: SonsSdk.ImLineDrawer.BeginRendering + nameWithType: ImLineDrawer.BeginRendering +- uid: SonsSdk.ImLineDrawer.End + name: End + href: api/SonsSdk.ImLineDrawer.html#SonsSdk_ImLineDrawer_End + commentId: F:SonsSdk.ImLineDrawer.End + fullName: SonsSdk.ImLineDrawer.End + nameWithType: ImLineDrawer.End +- uid: SonsSdk.ImLineDrawer.EndRendering + name: EndRendering() + href: api/SonsSdk.ImLineDrawer.html#SonsSdk_ImLineDrawer_EndRendering + commentId: M:SonsSdk.ImLineDrawer.EndRendering + fullName: SonsSdk.ImLineDrawer.EndRendering() + nameWithType: ImLineDrawer.EndRendering() +- uid: SonsSdk.ImLineDrawer.EndRendering* + name: EndRendering + href: api/SonsSdk.ImLineDrawer.html#SonsSdk_ImLineDrawer_EndRendering_ + commentId: Overload:SonsSdk.ImLineDrawer.EndRendering + fullName: SonsSdk.ImLineDrawer.EndRendering + nameWithType: ImLineDrawer.EndRendering +- uid: SonsSdk.ImLineDrawer.SetLine(UnityEngine.Vector3,UnityEngine.Vector3) + name: SetLine(Vector3, Vector3) + href: api/SonsSdk.ImLineDrawer.html#SonsSdk_ImLineDrawer_SetLine_UnityEngine_Vector3_UnityEngine_Vector3_ + commentId: M:SonsSdk.ImLineDrawer.SetLine(UnityEngine.Vector3,UnityEngine.Vector3) + fullName: SonsSdk.ImLineDrawer.SetLine(UnityEngine.Vector3, UnityEngine.Vector3) + nameWithType: ImLineDrawer.SetLine(Vector3, Vector3) +- uid: SonsSdk.ImLineDrawer.SetLine* + name: SetLine + href: api/SonsSdk.ImLineDrawer.html#SonsSdk_ImLineDrawer_SetLine_ + commentId: Overload:SonsSdk.ImLineDrawer.SetLine + fullName: SonsSdk.ImLineDrawer.SetLine + nameWithType: ImLineDrawer.SetLine +- uid: SonsSdk.ImLineDrawer.Start + name: Start + href: api/SonsSdk.ImLineDrawer.html#SonsSdk_ImLineDrawer_Start + commentId: F:SonsSdk.ImLineDrawer.Start + fullName: SonsSdk.ImLineDrawer.Start + nameWithType: ImLineDrawer.Start +- uid: SonsSdk.ImLineDrawer.StartNew + name: StartNew() + href: api/SonsSdk.ImLineDrawer.html#SonsSdk_ImLineDrawer_StartNew + commentId: M:SonsSdk.ImLineDrawer.StartNew + fullName: SonsSdk.ImLineDrawer.StartNew() + nameWithType: ImLineDrawer.StartNew() +- uid: SonsSdk.ImLineDrawer.StartNew* + name: StartNew + href: api/SonsSdk.ImLineDrawer.html#SonsSdk_ImLineDrawer_StartNew_ + commentId: Overload:SonsSdk.ImLineDrawer.StartNew + fullName: SonsSdk.ImLineDrawer.StartNew + nameWithType: ImLineDrawer.StartNew +- uid: SonsSdk.ItemTools + name: ItemTools + href: api/SonsSdk.ItemTools.html + commentId: T:SonsSdk.ItemTools + fullName: SonsSdk.ItemTools + nameWithType: ItemTools +- uid: SonsSdk.ItemTools.#ctor + name: ItemTools() + href: api/SonsSdk.ItemTools.html#SonsSdk_ItemTools__ctor + commentId: M:SonsSdk.ItemTools.#ctor + name.vb: New() + fullName: SonsSdk.ItemTools.ItemTools() + fullName.vb: SonsSdk.ItemTools.New() + nameWithType: ItemTools.ItemTools() + nameWithType.vb: ItemTools.New() +- uid: SonsSdk.ItemTools.#ctor* + name: ItemTools + href: api/SonsSdk.ItemTools.html#SonsSdk_ItemTools__ctor_ + commentId: Overload:SonsSdk.ItemTools.#ctor + name.vb: New + fullName: SonsSdk.ItemTools.ItemTools + fullName.vb: SonsSdk.ItemTools.New + nameWithType: ItemTools.ItemTools + nameWithType.vb: ItemTools.New +- uid: SonsSdk.ItemTools.AddItemComponent(System.Int32,System.Type,SonsSdk.ItemTools.EPrefabType) + name: AddItemComponent(int, Type, EPrefabType) + href: api/SonsSdk.ItemTools.html#SonsSdk_ItemTools_AddItemComponent_System_Int32_System_Type_SonsSdk_ItemTools_EPrefabType_ + commentId: M:SonsSdk.ItemTools.AddItemComponent(System.Int32,System.Type,SonsSdk.ItemTools.EPrefabType) + name.vb: AddItemComponent(Integer, Type, EPrefabType) + fullName: SonsSdk.ItemTools.AddItemComponent(int, System.Type, SonsSdk.ItemTools.EPrefabType) + fullName.vb: SonsSdk.ItemTools.AddItemComponent(Integer, System.Type, SonsSdk.ItemTools.EPrefabType) + nameWithType: ItemTools.AddItemComponent(int, Type, ItemTools.EPrefabType) + nameWithType.vb: ItemTools.AddItemComponent(Integer, Type, ItemTools.EPrefabType) +- uid: SonsSdk.ItemTools.AddItemComponent* + name: AddItemComponent + href: api/SonsSdk.ItemTools.html#SonsSdk_ItemTools_AddItemComponent_ + commentId: Overload:SonsSdk.ItemTools.AddItemComponent + fullName: SonsSdk.ItemTools.AddItemComponent + nameWithType: ItemTools.AddItemComponent +- uid: SonsSdk.ItemTools.AddItemComponent``1(System.Int32,SonsSdk.ItemTools.EPrefabType) + name: AddItemComponent(int, EPrefabType) + href: api/SonsSdk.ItemTools.html#SonsSdk_ItemTools_AddItemComponent__1_System_Int32_SonsSdk_ItemTools_EPrefabType_ + commentId: M:SonsSdk.ItemTools.AddItemComponent``1(System.Int32,SonsSdk.ItemTools.EPrefabType) + name.vb: AddItemComponent(Of T)(Integer, EPrefabType) + fullName: SonsSdk.ItemTools.AddItemComponent(int, SonsSdk.ItemTools.EPrefabType) + fullName.vb: SonsSdk.ItemTools.AddItemComponent(Of T)(Integer, SonsSdk.ItemTools.EPrefabType) + nameWithType: ItemTools.AddItemComponent(int, ItemTools.EPrefabType) + nameWithType.vb: ItemTools.AddItemComponent(Of T)(Integer, ItemTools.EPrefabType) +- uid: SonsSdk.ItemTools.EPrefabType + name: ItemTools.EPrefabType + href: api/SonsSdk.ItemTools.EPrefabType.html + commentId: T:SonsSdk.ItemTools.EPrefabType + fullName: SonsSdk.ItemTools.EPrefabType + nameWithType: ItemTools.EPrefabType +- uid: SonsSdk.ItemTools.EPrefabType.HeldPrefab + name: HeldPrefab + href: api/SonsSdk.ItemTools.EPrefabType.html#SonsSdk_ItemTools_EPrefabType_HeldPrefab + commentId: F:SonsSdk.ItemTools.EPrefabType.HeldPrefab + fullName: SonsSdk.ItemTools.EPrefabType.HeldPrefab + nameWithType: ItemTools.EPrefabType.HeldPrefab +- uid: SonsSdk.ItemTools.EPrefabType.PickupPrefab + name: PickupPrefab + href: api/SonsSdk.ItemTools.EPrefabType.html#SonsSdk_ItemTools_EPrefabType_PickupPrefab + commentId: F:SonsSdk.ItemTools.EPrefabType.PickupPrefab + fullName: SonsSdk.ItemTools.EPrefabType.PickupPrefab + nameWithType: ItemTools.EPrefabType.PickupPrefab +- uid: SonsSdk.ItemTools.EPrefabType.PropPrefab + name: PropPrefab + href: api/SonsSdk.ItemTools.EPrefabType.html#SonsSdk_ItemTools_EPrefabType_PropPrefab + commentId: F:SonsSdk.ItemTools.EPrefabType.PropPrefab + fullName: SonsSdk.ItemTools.EPrefabType.PropPrefab + nameWithType: ItemTools.EPrefabType.PropPrefab +- uid: SonsSdk.ItemTools.ItemHook + name: ItemTools.ItemHook + href: api/SonsSdk.ItemTools.ItemHook.html + commentId: T:SonsSdk.ItemTools.ItemHook + fullName: SonsSdk.ItemTools.ItemHook + nameWithType: ItemTools.ItemHook +- uid: SonsSdk.ItemTools.ItemHook.#ctor(System.Int32,System.Type,SonsSdk.ItemTools.EPrefabType) + name: ItemHook(int, Type, EPrefabType) + href: api/SonsSdk.ItemTools.ItemHook.html#SonsSdk_ItemTools_ItemHook__ctor_System_Int32_System_Type_SonsSdk_ItemTools_EPrefabType_ + commentId: M:SonsSdk.ItemTools.ItemHook.#ctor(System.Int32,System.Type,SonsSdk.ItemTools.EPrefabType) + name.vb: New(Integer, Type, EPrefabType) + fullName: SonsSdk.ItemTools.ItemHook.ItemHook(int, System.Type, SonsSdk.ItemTools.EPrefabType) + fullName.vb: SonsSdk.ItemTools.ItemHook.New(Integer, System.Type, SonsSdk.ItemTools.EPrefabType) + nameWithType: ItemTools.ItemHook.ItemHook(int, Type, ItemTools.EPrefabType) + nameWithType.vb: ItemTools.ItemHook.New(Integer, Type, ItemTools.EPrefabType) +- uid: SonsSdk.ItemTools.ItemHook.#ctor* + name: ItemHook + href: api/SonsSdk.ItemTools.ItemHook.html#SonsSdk_ItemTools_ItemHook__ctor_ + commentId: Overload:SonsSdk.ItemTools.ItemHook.#ctor + name.vb: New + fullName: SonsSdk.ItemTools.ItemHook.ItemHook + fullName.vb: SonsSdk.ItemTools.ItemHook.New + nameWithType: ItemTools.ItemHook.ItemHook + nameWithType.vb: ItemTools.ItemHook.New +- uid: SonsSdk.ItemTools.ItemHook.HookType + name: HookType + href: api/SonsSdk.ItemTools.ItemHook.html#SonsSdk_ItemTools_ItemHook_HookType + commentId: F:SonsSdk.ItemTools.ItemHook.HookType + fullName: SonsSdk.ItemTools.ItemHook.HookType + nameWithType: ItemTools.ItemHook.HookType +- uid: SonsSdk.ItemTools.ItemHook.ItemId + name: ItemId + href: api/SonsSdk.ItemTools.ItemHook.html#SonsSdk_ItemTools_ItemHook_ItemId + commentId: F:SonsSdk.ItemTools.ItemHook.ItemId + fullName: SonsSdk.ItemTools.ItemHook.ItemId + nameWithType: ItemTools.ItemHook.ItemId +- uid: SonsSdk.ManifestData + name: ManifestData + href: api/SonsSdk.ManifestData.html + commentId: T:SonsSdk.ManifestData + fullName: SonsSdk.ManifestData + nameWithType: ManifestData +- uid: SonsSdk.ManifestData.#ctor + name: ManifestData() + href: api/SonsSdk.ManifestData.html#SonsSdk_ManifestData__ctor + commentId: M:SonsSdk.ManifestData.#ctor + name.vb: New() + fullName: SonsSdk.ManifestData.ManifestData() + fullName.vb: SonsSdk.ManifestData.New() + nameWithType: ManifestData.ManifestData() + nameWithType.vb: ManifestData.New() +- uid: SonsSdk.ManifestData.#ctor* + name: ManifestData + href: api/SonsSdk.ManifestData.html#SonsSdk_ManifestData__ctor_ + commentId: Overload:SonsSdk.ManifestData.#ctor + name.vb: New + fullName: SonsSdk.ManifestData.ManifestData + fullName.vb: SonsSdk.ManifestData.New + nameWithType: ManifestData.ManifestData + nameWithType.vb: ManifestData.New +- uid: SonsSdk.ManifestData.Author + name: Author + href: api/SonsSdk.ManifestData.html#SonsSdk_ManifestData_Author + commentId: P:SonsSdk.ManifestData.Author + fullName: SonsSdk.ManifestData.Author + nameWithType: ManifestData.Author +- uid: SonsSdk.ManifestData.Author* + name: Author + href: api/SonsSdk.ManifestData.html#SonsSdk_ManifestData_Author_ + commentId: Overload:SonsSdk.ManifestData.Author + fullName: SonsSdk.ManifestData.Author + nameWithType: ManifestData.Author +- uid: SonsSdk.ManifestData.Dependencies + name: Dependencies + href: api/SonsSdk.ManifestData.html#SonsSdk_ManifestData_Dependencies + commentId: P:SonsSdk.ManifestData.Dependencies + fullName: SonsSdk.ManifestData.Dependencies + nameWithType: ManifestData.Dependencies +- uid: SonsSdk.ManifestData.Dependencies* + name: Dependencies + href: api/SonsSdk.ManifestData.html#SonsSdk_ManifestData_Dependencies_ + commentId: Overload:SonsSdk.ManifestData.Dependencies + fullName: SonsSdk.ManifestData.Dependencies + nameWithType: ManifestData.Dependencies +- uid: SonsSdk.ManifestData.Description + name: Description + href: api/SonsSdk.ManifestData.html#SonsSdk_ManifestData_Description + commentId: P:SonsSdk.ManifestData.Description + fullName: SonsSdk.ManifestData.Description + nameWithType: ManifestData.Description +- uid: SonsSdk.ManifestData.Description* + name: Description + href: api/SonsSdk.ManifestData.html#SonsSdk_ManifestData_Description_ + commentId: Overload:SonsSdk.ManifestData.Description + fullName: SonsSdk.ManifestData.Description + nameWithType: ManifestData.Description +- uid: SonsSdk.ManifestData.DontApplyPatches + name: DontApplyPatches + href: api/SonsSdk.ManifestData.html#SonsSdk_ManifestData_DontApplyPatches + commentId: P:SonsSdk.ManifestData.DontApplyPatches + fullName: SonsSdk.ManifestData.DontApplyPatches + nameWithType: ManifestData.DontApplyPatches +- uid: SonsSdk.ManifestData.DontApplyPatches* + name: DontApplyPatches + href: api/SonsSdk.ManifestData.html#SonsSdk_ManifestData_DontApplyPatches_ + commentId: Overload:SonsSdk.ManifestData.DontApplyPatches + fullName: SonsSdk.ManifestData.DontApplyPatches + nameWithType: ManifestData.DontApplyPatches +- uid: SonsSdk.ManifestData.GameVersion + name: GameVersion + href: api/SonsSdk.ManifestData.html#SonsSdk_ManifestData_GameVersion + commentId: P:SonsSdk.ManifestData.GameVersion + fullName: SonsSdk.ManifestData.GameVersion + nameWithType: ManifestData.GameVersion +- uid: SonsSdk.ManifestData.GameVersion* + name: GameVersion + href: api/SonsSdk.ManifestData.html#SonsSdk_ManifestData_GameVersion_ + commentId: Overload:SonsSdk.ManifestData.GameVersion + fullName: SonsSdk.ManifestData.GameVersion + nameWithType: ManifestData.GameVersion +- uid: SonsSdk.ManifestData.Id + name: Id + href: api/SonsSdk.ManifestData.html#SonsSdk_ManifestData_Id + commentId: P:SonsSdk.ManifestData.Id + fullName: SonsSdk.ManifestData.Id + nameWithType: ManifestData.Id +- uid: SonsSdk.ManifestData.Id* + name: Id + href: api/SonsSdk.ManifestData.html#SonsSdk_ManifestData_Id_ + commentId: Overload:SonsSdk.ManifestData.Id + fullName: SonsSdk.ManifestData.Id + nameWithType: ManifestData.Id +- uid: SonsSdk.ManifestData.LogColor + name: LogColor + href: api/SonsSdk.ManifestData.html#SonsSdk_ManifestData_LogColor + commentId: P:SonsSdk.ManifestData.LogColor + fullName: SonsSdk.ManifestData.LogColor + nameWithType: ManifestData.LogColor +- uid: SonsSdk.ManifestData.LogColor* + name: LogColor + href: api/SonsSdk.ManifestData.html#SonsSdk_ManifestData_LogColor_ + commentId: Overload:SonsSdk.ManifestData.LogColor + fullName: SonsSdk.ManifestData.LogColor + nameWithType: ManifestData.LogColor +- uid: SonsSdk.ManifestData.Name + name: Name + href: api/SonsSdk.ManifestData.html#SonsSdk_ManifestData_Name + commentId: P:SonsSdk.ManifestData.Name + fullName: SonsSdk.ManifestData.Name + nameWithType: ManifestData.Name +- uid: SonsSdk.ManifestData.Name* + name: Name + href: api/SonsSdk.ManifestData.html#SonsSdk_ManifestData_Name_ + commentId: Overload:SonsSdk.ManifestData.Name + fullName: SonsSdk.ManifestData.Name + nameWithType: ManifestData.Name +- uid: SonsSdk.ManifestData.Platform + name: Platform + href: api/SonsSdk.ManifestData.html#SonsSdk_ManifestData_Platform + commentId: P:SonsSdk.ManifestData.Platform + fullName: SonsSdk.ManifestData.Platform + nameWithType: ManifestData.Platform +- uid: SonsSdk.ManifestData.Platform* + name: Platform + href: api/SonsSdk.ManifestData.html#SonsSdk_ManifestData_Platform_ + commentId: Overload:SonsSdk.ManifestData.Platform + fullName: SonsSdk.ManifestData.Platform + nameWithType: ManifestData.Platform +- uid: SonsSdk.ManifestData.Priority + name: Priority + href: api/SonsSdk.ManifestData.html#SonsSdk_ManifestData_Priority + commentId: P:SonsSdk.ManifestData.Priority + fullName: SonsSdk.ManifestData.Priority + nameWithType: ManifestData.Priority +- uid: SonsSdk.ManifestData.Priority* + name: Priority + href: api/SonsSdk.ManifestData.html#SonsSdk_ManifestData_Priority_ + commentId: Overload:SonsSdk.ManifestData.Priority + fullName: SonsSdk.ManifestData.Priority + nameWithType: ManifestData.Priority +- uid: SonsSdk.ManifestData.Url + name: Url + href: api/SonsSdk.ManifestData.html#SonsSdk_ManifestData_Url + commentId: P:SonsSdk.ManifestData.Url + fullName: SonsSdk.ManifestData.Url + nameWithType: ManifestData.Url +- uid: SonsSdk.ManifestData.Url* + name: Url + href: api/SonsSdk.ManifestData.html#SonsSdk_ManifestData_Url_ + commentId: Overload:SonsSdk.ManifestData.Url + fullName: SonsSdk.ManifestData.Url + nameWithType: ManifestData.Url +- uid: SonsSdk.ManifestData.Version + name: Version + href: api/SonsSdk.ManifestData.html#SonsSdk_ManifestData_Version + commentId: P:SonsSdk.ManifestData.Version + fullName: SonsSdk.ManifestData.Version + nameWithType: ManifestData.Version +- uid: SonsSdk.ManifestData.Version* + name: Version + href: api/SonsSdk.ManifestData.html#SonsSdk_ManifestData_Version_ + commentId: Overload:SonsSdk.ManifestData.Version + fullName: SonsSdk.ManifestData.Version + nameWithType: ManifestData.Version +- uid: SonsSdk.ManifestData.VersionObject + name: VersionObject + href: api/SonsSdk.ManifestData.html#SonsSdk_ManifestData_VersionObject + commentId: P:SonsSdk.ManifestData.VersionObject + fullName: SonsSdk.ManifestData.VersionObject + nameWithType: ManifestData.VersionObject +- uid: SonsSdk.ManifestData.VersionObject* + name: VersionObject + href: api/SonsSdk.ManifestData.html#SonsSdk_ManifestData_VersionObject_ + commentId: Overload:SonsSdk.ManifestData.VersionObject + fullName: SonsSdk.ManifestData.VersionObject + nameWithType: ManifestData.VersionObject +- uid: SonsSdk.MemberDebugger + name: MemberDebugger + href: api/SonsSdk.MemberDebugger.html + commentId: T:SonsSdk.MemberDebugger + fullName: SonsSdk.MemberDebugger + nameWithType: MemberDebugger +- uid: SonsSdk.MemberDebugger.#ctor(System.Object,System.String[]) + name: MemberDebugger(object, params string[]) + href: api/SonsSdk.MemberDebugger.html#SonsSdk_MemberDebugger__ctor_System_Object_System_String___ + commentId: M:SonsSdk.MemberDebugger.#ctor(System.Object,System.String[]) + name.vb: New(Object, ParamArray String()) + fullName: SonsSdk.MemberDebugger.MemberDebugger(object, params string[]) + fullName.vb: SonsSdk.MemberDebugger.New(Object, ParamArray String()) + nameWithType: MemberDebugger.MemberDebugger(object, params string[]) + nameWithType.vb: MemberDebugger.New(Object, ParamArray String()) +- uid: SonsSdk.MemberDebugger.#ctor(System.Object) + name: MemberDebugger(object) + href: api/SonsSdk.MemberDebugger.html#SonsSdk_MemberDebugger__ctor_System_Object_ + commentId: M:SonsSdk.MemberDebugger.#ctor(System.Object) + name.vb: New(Object) + fullName: SonsSdk.MemberDebugger.MemberDebugger(object) + fullName.vb: SonsSdk.MemberDebugger.New(Object) + nameWithType: MemberDebugger.MemberDebugger(object) + nameWithType.vb: MemberDebugger.New(Object) +- uid: SonsSdk.MemberDebugger.#ctor* + name: MemberDebugger + href: api/SonsSdk.MemberDebugger.html#SonsSdk_MemberDebugger__ctor_ + commentId: Overload:SonsSdk.MemberDebugger.#ctor + name.vb: New + fullName: SonsSdk.MemberDebugger.MemberDebugger + fullName.vb: SonsSdk.MemberDebugger.New + nameWithType: MemberDebugger.MemberDebugger + nameWithType.vb: MemberDebugger.New +- uid: SonsSdk.MemberDebugger.StartDebugging(System.Object,System.String[]) + name: StartDebugging(object, params string[]) + href: api/SonsSdk.MemberDebugger.html#SonsSdk_MemberDebugger_StartDebugging_System_Object_System_String___ + commentId: M:SonsSdk.MemberDebugger.StartDebugging(System.Object,System.String[]) + name.vb: StartDebugging(Object, ParamArray String()) + fullName: SonsSdk.MemberDebugger.StartDebugging(object, params string[]) + fullName.vb: SonsSdk.MemberDebugger.StartDebugging(Object, ParamArray String()) + nameWithType: MemberDebugger.StartDebugging(object, params string[]) + nameWithType.vb: MemberDebugger.StartDebugging(Object, ParamArray String()) +- uid: SonsSdk.MemberDebugger.StartDebugging(System.Object) + name: StartDebugging(object) + href: api/SonsSdk.MemberDebugger.html#SonsSdk_MemberDebugger_StartDebugging_System_Object_ + commentId: M:SonsSdk.MemberDebugger.StartDebugging(System.Object) + name.vb: StartDebugging(Object) + fullName: SonsSdk.MemberDebugger.StartDebugging(object) + fullName.vb: SonsSdk.MemberDebugger.StartDebugging(Object) + nameWithType: MemberDebugger.StartDebugging(object) + nameWithType.vb: MemberDebugger.StartDebugging(Object) +- uid: SonsSdk.MemberDebugger.StartDebugging* + name: StartDebugging + href: api/SonsSdk.MemberDebugger.html#SonsSdk_MemberDebugger_StartDebugging_ + commentId: Overload:SonsSdk.MemberDebugger.StartDebugging + fullName: SonsSdk.MemberDebugger.StartDebugging + nameWithType: MemberDebugger.StartDebugging +- uid: SonsSdk.MemberDebugger.StopDebugging(System.Object) + name: StopDebugging(object) + href: api/SonsSdk.MemberDebugger.html#SonsSdk_MemberDebugger_StopDebugging_System_Object_ + commentId: M:SonsSdk.MemberDebugger.StopDebugging(System.Object) + name.vb: StopDebugging(Object) + fullName: SonsSdk.MemberDebugger.StopDebugging(object) + fullName.vb: SonsSdk.MemberDebugger.StopDebugging(Object) + nameWithType: MemberDebugger.StopDebugging(object) + nameWithType.vb: MemberDebugger.StopDebugging(Object) +- uid: SonsSdk.MemberDebugger.StopDebugging* + name: StopDebugging + href: api/SonsSdk.MemberDebugger.html#SonsSdk_MemberDebugger_StopDebugging_ + commentId: Overload:SonsSdk.MemberDebugger.StopDebugging + fullName: SonsSdk.MemberDebugger.StopDebugging + nameWithType: MemberDebugger.StopDebugging +- uid: SonsSdk.SdkEvents + name: SdkEvents + href: api/SonsSdk.SdkEvents.html + commentId: T:SonsSdk.SdkEvents + fullName: SonsSdk.SdkEvents + nameWithType: SdkEvents +- uid: SonsSdk.SdkEvents.ESonsScene + name: SdkEvents.ESonsScene + href: api/SonsSdk.SdkEvents.ESonsScene.html + commentId: T:SonsSdk.SdkEvents.ESonsScene + fullName: SonsSdk.SdkEvents.ESonsScene + nameWithType: SdkEvents.ESonsScene +- uid: SonsSdk.SdkEvents.ESonsScene.Game + name: Game + href: api/SonsSdk.SdkEvents.ESonsScene.html#SonsSdk_SdkEvents_ESonsScene_Game + commentId: F:SonsSdk.SdkEvents.ESonsScene.Game + fullName: SonsSdk.SdkEvents.ESonsScene.Game + nameWithType: SdkEvents.ESonsScene.Game +- uid: SonsSdk.SdkEvents.ESonsScene.Loading + name: Loading + href: api/SonsSdk.SdkEvents.ESonsScene.html#SonsSdk_SdkEvents_ESonsScene_Loading + commentId: F:SonsSdk.SdkEvents.ESonsScene.Loading + fullName: SonsSdk.SdkEvents.ESonsScene.Loading + nameWithType: SdkEvents.ESonsScene.Loading +- uid: SonsSdk.SdkEvents.ESonsScene.Title + name: Title + href: api/SonsSdk.SdkEvents.ESonsScene.html#SonsSdk_SdkEvents_ESonsScene_Title + commentId: F:SonsSdk.SdkEvents.ESonsScene.Title + fullName: SonsSdk.SdkEvents.ESonsScene.Title + nameWithType: SdkEvents.ESonsScene.Title +- uid: SonsSdk.SdkEvents.OnArmorEquipped + name: OnArmorEquipped + href: api/SonsSdk.SdkEvents.html#SonsSdk_SdkEvents_OnArmorEquipped + commentId: F:SonsSdk.SdkEvents.OnArmorEquipped + fullName: SonsSdk.SdkEvents.OnArmorEquipped + nameWithType: SdkEvents.OnArmorEquipped +- uid: SonsSdk.SdkEvents.OnCameraRender + name: OnCameraRender + href: api/SonsSdk.SdkEvents.html#SonsSdk_SdkEvents_OnCameraRender + commentId: F:SonsSdk.SdkEvents.OnCameraRender + fullName: SonsSdk.SdkEvents.OnCameraRender + nameWithType: SdkEvents.OnCameraRender +- uid: SonsSdk.SdkEvents.OnGameStart + name: OnGameStart + href: api/SonsSdk.SdkEvents.html#SonsSdk_SdkEvents_OnGameStart + commentId: F:SonsSdk.SdkEvents.OnGameStart + fullName: SonsSdk.SdkEvents.OnGameStart + nameWithType: SdkEvents.OnGameStart +- uid: SonsSdk.SdkEvents.OnInWorldUpdate + name: OnInWorldUpdate + href: api/SonsSdk.SdkEvents.html#SonsSdk_SdkEvents_OnInWorldUpdate + commentId: F:SonsSdk.SdkEvents.OnInWorldUpdate + fullName: SonsSdk.SdkEvents.OnInWorldUpdate + nameWithType: SdkEvents.OnInWorldUpdate +- uid: SonsSdk.SdkEvents.OnItemConsumed + name: OnItemConsumed + href: api/SonsSdk.SdkEvents.html#SonsSdk_SdkEvents_OnItemConsumed + commentId: F:SonsSdk.SdkEvents.OnItemConsumed + fullName: SonsSdk.SdkEvents.OnItemConsumed + nameWithType: SdkEvents.OnItemConsumed +- uid: SonsSdk.SdkEvents.OnItemCrafted + name: OnItemCrafted + href: api/SonsSdk.SdkEvents.html#SonsSdk_SdkEvents_OnItemCrafted + commentId: F:SonsSdk.SdkEvents.OnItemCrafted + fullName: SonsSdk.SdkEvents.OnItemCrafted + nameWithType: SdkEvents.OnItemCrafted +- uid: SonsSdk.SdkEvents.OnItemPickup + name: OnItemPickup + href: api/SonsSdk.SdkEvents.html#SonsSdk_SdkEvents_OnItemPickup + commentId: F:SonsSdk.SdkEvents.OnItemPickup + fullName: SonsSdk.SdkEvents.OnItemPickup + nameWithType: SdkEvents.OnItemPickup +- uid: SonsSdk.SdkEvents.OnSdkInitialized + name: OnSdkInitialized + href: api/SonsSdk.SdkEvents.html#SonsSdk_SdkEvents_OnSdkInitialized + commentId: F:SonsSdk.SdkEvents.OnSdkInitialized + fullName: SonsSdk.SdkEvents.OnSdkInitialized + nameWithType: SdkEvents.OnSdkInitialized +- uid: SonsSdk.SdkEvents.OnSonsSceneInitialized + name: OnSonsSceneInitialized + href: api/SonsSdk.SdkEvents.html#SonsSdk_SdkEvents_OnSonsSceneInitialized + commentId: F:SonsSdk.SdkEvents.OnSonsSceneInitialized + fullName: SonsSdk.SdkEvents.OnSonsSceneInitialized + nameWithType: SdkEvents.OnSonsSceneInitialized +- uid: SonsSdk.SonsMod + name: SonsMod + href: api/SonsSdk.SonsMod.html + commentId: T:SonsSdk.SonsMod + fullName: SonsSdk.SonsMod + nameWithType: SonsMod +- uid: SonsSdk.SonsMod.#ctor + name: SonsMod() + href: api/SonsSdk.SonsMod.html#SonsSdk_SonsMod__ctor + commentId: M:SonsSdk.SonsMod.#ctor + name.vb: New() + fullName: SonsSdk.SonsMod.SonsMod() + fullName.vb: SonsSdk.SonsMod.New() + nameWithType: SonsMod.SonsMod() + nameWithType.vb: SonsMod.New() +- uid: SonsSdk.SonsMod.#ctor* + name: SonsMod + href: api/SonsSdk.SonsMod.html#SonsSdk_SonsMod__ctor_ + commentId: Overload:SonsSdk.SonsMod.#ctor + name.vb: New + fullName: SonsSdk.SonsMod.SonsMod + fullName.vb: SonsSdk.SonsMod.New + nameWithType: SonsMod.SonsMod + nameWithType.vb: SonsMod.New +- uid: SonsSdk.SonsMod.Configure(SonsSdk.SonsMod.ModConfigurator) + name: Configure(ModConfigurator) + href: api/SonsSdk.SonsMod.html#SonsSdk_SonsMod_Configure_SonsSdk_SonsMod_ModConfigurator_ + commentId: M:SonsSdk.SonsMod.Configure(SonsSdk.SonsMod.ModConfigurator) + fullName: SonsSdk.SonsMod.Configure(SonsSdk.SonsMod.ModConfigurator) + nameWithType: SonsMod.Configure(SonsMod.ModConfigurator) +- uid: SonsSdk.SonsMod.Configure* + name: Configure + href: api/SonsSdk.SonsMod.html#SonsSdk_SonsMod_Configure_ + commentId: Overload:SonsSdk.SonsMod.Configure + fullName: SonsSdk.SonsMod.Configure + nameWithType: SonsMod.Configure +- uid: SonsSdk.SonsMod.Log(System.Drawing.Color,System.Object) + name: Log(Color, object) + href: api/SonsSdk.SonsMod.html#SonsSdk_SonsMod_Log_System_Drawing_Color_System_Object_ + commentId: M:SonsSdk.SonsMod.Log(System.Drawing.Color,System.Object) + name.vb: Log(Color, Object) + fullName: SonsSdk.SonsMod.Log(System.Drawing.Color, object) + fullName.vb: SonsSdk.SonsMod.Log(System.Drawing.Color, Object) + nameWithType: SonsMod.Log(Color, object) + nameWithType.vb: SonsMod.Log(Color, Object) +- uid: SonsSdk.SonsMod.Log(System.Object,System.Nullable{System.Drawing.Color}) + name: Log(object, Color?) + href: api/SonsSdk.SonsMod.html#SonsSdk_SonsMod_Log_System_Object_System_Nullable_System_Drawing_Color__ + commentId: M:SonsSdk.SonsMod.Log(System.Object,System.Nullable{System.Drawing.Color}) + name.vb: Log(Object, Color?) + fullName: SonsSdk.SonsMod.Log(object, System.Drawing.Color?) + fullName.vb: SonsSdk.SonsMod.Log(Object, System.Drawing.Color?) + nameWithType: SonsMod.Log(object, Color?) + nameWithType.vb: SonsMod.Log(Object, Color?) +- uid: SonsSdk.SonsMod.Log(System.Object) + name: Log(object) + href: api/SonsSdk.SonsMod.html#SonsSdk_SonsMod_Log_System_Object_ + commentId: M:SonsSdk.SonsMod.Log(System.Object) + name.vb: Log(Object) + fullName: SonsSdk.SonsMod.Log(object) + fullName.vb: SonsSdk.SonsMod.Log(Object) + nameWithType: SonsMod.Log(object) + nameWithType.vb: SonsMod.Log(Object) +- uid: SonsSdk.SonsMod.Log* + name: Log + href: api/SonsSdk.SonsMod.html#SonsSdk_SonsMod_Log_ + commentId: Overload:SonsSdk.SonsMod.Log + fullName: SonsSdk.SonsMod.Log + nameWithType: SonsMod.Log +- uid: SonsSdk.SonsMod.Manifest + name: Manifest + href: api/SonsSdk.SonsMod.html#SonsSdk_SonsMod_Manifest + commentId: P:SonsSdk.SonsMod.Manifest + fullName: SonsSdk.SonsMod.Manifest + nameWithType: SonsMod.Manifest +- uid: SonsSdk.SonsMod.Manifest* + name: Manifest + href: api/SonsSdk.SonsMod.html#SonsSdk_SonsMod_Manifest_ + commentId: Overload:SonsSdk.SonsMod.Manifest + fullName: SonsSdk.SonsMod.Manifest + nameWithType: SonsMod.Manifest +- uid: SonsSdk.SonsMod.ModConfigurator + name: SonsMod.ModConfigurator + href: api/SonsSdk.SonsMod.ModConfigurator.html + commentId: T:SonsSdk.SonsMod.ModConfigurator + fullName: SonsSdk.SonsMod.ModConfigurator + nameWithType: SonsMod.ModConfigurator +- uid: SonsSdk.SonsMod.ModConfigurator.#ctor + name: ModConfigurator() + href: api/SonsSdk.SonsMod.ModConfigurator.html#SonsSdk_SonsMod_ModConfigurator__ctor + commentId: M:SonsSdk.SonsMod.ModConfigurator.#ctor + name.vb: New() + fullName: SonsSdk.SonsMod.ModConfigurator.ModConfigurator() + fullName.vb: SonsSdk.SonsMod.ModConfigurator.New() + nameWithType: SonsMod.ModConfigurator.ModConfigurator() + nameWithType.vb: SonsMod.ModConfigurator.New() +- uid: SonsSdk.SonsMod.ModConfigurator.#ctor* + name: ModConfigurator + href: api/SonsSdk.SonsMod.ModConfigurator.html#SonsSdk_SonsMod_ModConfigurator__ctor_ + commentId: Overload:SonsSdk.SonsMod.ModConfigurator.#ctor + name.vb: New + fullName: SonsSdk.SonsMod.ModConfigurator.ModConfigurator + fullName.vb: SonsSdk.SonsMod.ModConfigurator.New + nameWithType: SonsMod.ModConfigurator.ModConfigurator + nameWithType.vb: SonsMod.ModConfigurator.New +- uid: SonsSdk.SonsMod.ModConfigurator.SubscribeOnWorldUpdate(RedLoader.LemonAction) + name: SubscribeOnWorldUpdate(LemonAction) + href: api/SonsSdk.SonsMod.ModConfigurator.html#SonsSdk_SonsMod_ModConfigurator_SubscribeOnWorldUpdate_RedLoader_LemonAction_ + commentId: M:SonsSdk.SonsMod.ModConfigurator.SubscribeOnWorldUpdate(RedLoader.LemonAction) + fullName: SonsSdk.SonsMod.ModConfigurator.SubscribeOnWorldUpdate(RedLoader.LemonAction) + nameWithType: SonsMod.ModConfigurator.SubscribeOnWorldUpdate(LemonAction) +- uid: SonsSdk.SonsMod.ModConfigurator.SubscribeOnWorldUpdate* + name: SubscribeOnWorldUpdate + href: api/SonsSdk.SonsMod.ModConfigurator.html#SonsSdk_SonsMod_ModConfigurator_SubscribeOnWorldUpdate_ + commentId: Overload:SonsSdk.SonsMod.ModConfigurator.SubscribeOnWorldUpdate + fullName: SonsSdk.SonsMod.ModConfigurator.SubscribeOnWorldUpdate + nameWithType: SonsMod.ModConfigurator.SubscribeOnWorldUpdate +- uid: SonsSdk.SonsMod.OnGameStart + name: OnGameStart() + href: api/SonsSdk.SonsMod.html#SonsSdk_SonsMod_OnGameStart + commentId: M:SonsSdk.SonsMod.OnGameStart + fullName: SonsSdk.SonsMod.OnGameStart() + nameWithType: SonsMod.OnGameStart() +- uid: SonsSdk.SonsMod.OnGameStart* + name: OnGameStart + href: api/SonsSdk.SonsMod.html#SonsSdk_SonsMod_OnGameStart_ + commentId: Overload:SonsSdk.SonsMod.OnGameStart + fullName: SonsSdk.SonsMod.OnGameStart + nameWithType: SonsMod.OnGameStart +- uid: SonsSdk.SonsMod.OnSceneWasInitialized(System.Int32,System.String) + name: OnSceneWasInitialized(int, string) + href: api/SonsSdk.SonsMod.html#SonsSdk_SonsMod_OnSceneWasInitialized_System_Int32_System_String_ + commentId: M:SonsSdk.SonsMod.OnSceneWasInitialized(System.Int32,System.String) + name.vb: OnSceneWasInitialized(Integer, String) + fullName: SonsSdk.SonsMod.OnSceneWasInitialized(int, string) + fullName.vb: SonsSdk.SonsMod.OnSceneWasInitialized(Integer, String) + nameWithType: SonsMod.OnSceneWasInitialized(int, string) + nameWithType.vb: SonsMod.OnSceneWasInitialized(Integer, String) +- uid: SonsSdk.SonsMod.OnSceneWasInitialized* + name: OnSceneWasInitialized + href: api/SonsSdk.SonsMod.html#SonsSdk_SonsMod_OnSceneWasInitialized_ + commentId: Overload:SonsSdk.SonsMod.OnSceneWasInitialized + fullName: SonsSdk.SonsMod.OnSceneWasInitialized + nameWithType: SonsMod.OnSceneWasInitialized +- uid: SonsSdk.SonsMod.OnSceneWasLoaded(System.Int32,System.String) + name: OnSceneWasLoaded(int, string) + href: api/SonsSdk.SonsMod.html#SonsSdk_SonsMod_OnSceneWasLoaded_System_Int32_System_String_ + commentId: M:SonsSdk.SonsMod.OnSceneWasLoaded(System.Int32,System.String) + name.vb: OnSceneWasLoaded(Integer, String) + fullName: SonsSdk.SonsMod.OnSceneWasLoaded(int, string) + fullName.vb: SonsSdk.SonsMod.OnSceneWasLoaded(Integer, String) + nameWithType: SonsMod.OnSceneWasLoaded(int, string) + nameWithType.vb: SonsMod.OnSceneWasLoaded(Integer, String) +- uid: SonsSdk.SonsMod.OnSceneWasLoaded* + name: OnSceneWasLoaded + href: api/SonsSdk.SonsMod.html#SonsSdk_SonsMod_OnSceneWasLoaded_ + commentId: Overload:SonsSdk.SonsMod.OnSceneWasLoaded + fullName: SonsSdk.SonsMod.OnSceneWasLoaded + nameWithType: SonsMod.OnSceneWasLoaded +- uid: SonsSdk.SonsMod.OnSceneWasUnloaded(System.Int32,System.String) + name: OnSceneWasUnloaded(int, string) + href: api/SonsSdk.SonsMod.html#SonsSdk_SonsMod_OnSceneWasUnloaded_System_Int32_System_String_ + commentId: M:SonsSdk.SonsMod.OnSceneWasUnloaded(System.Int32,System.String) + name.vb: OnSceneWasUnloaded(Integer, String) + fullName: SonsSdk.SonsMod.OnSceneWasUnloaded(int, string) + fullName.vb: SonsSdk.SonsMod.OnSceneWasUnloaded(Integer, String) + nameWithType: SonsMod.OnSceneWasUnloaded(int, string) + nameWithType.vb: SonsMod.OnSceneWasUnloaded(Integer, String) +- uid: SonsSdk.SonsMod.OnSceneWasUnloaded* + name: OnSceneWasUnloaded + href: api/SonsSdk.SonsMod.html#SonsSdk_SonsMod_OnSceneWasUnloaded_ + commentId: Overload:SonsSdk.SonsMod.OnSceneWasUnloaded + fullName: SonsSdk.SonsMod.OnSceneWasUnloaded + nameWithType: SonsMod.OnSceneWasUnloaded +- uid: SonsSdk.SonsMod.OnSdkInitialized + name: OnSdkInitialized() + href: api/SonsSdk.SonsMod.html#SonsSdk_SonsMod_OnSdkInitialized + commentId: M:SonsSdk.SonsMod.OnSdkInitialized + fullName: SonsSdk.SonsMod.OnSdkInitialized() + nameWithType: SonsMod.OnSdkInitialized() +- uid: SonsSdk.SonsMod.OnSdkInitialized* + name: OnSdkInitialized + href: api/SonsSdk.SonsMod.html#SonsSdk_SonsMod_OnSdkInitialized_ + commentId: Overload:SonsSdk.SonsMod.OnSdkInitialized + fullName: SonsSdk.SonsMod.OnSdkInitialized + nameWithType: SonsMod.OnSdkInitialized +- uid: SonsSdk.SonsMod.OnSonsSceneInitialized(SonsSdk.SdkEvents.ESonsScene) + name: OnSonsSceneInitialized(ESonsScene) + href: api/SonsSdk.SonsMod.html#SonsSdk_SonsMod_OnSonsSceneInitialized_SonsSdk_SdkEvents_ESonsScene_ + commentId: M:SonsSdk.SonsMod.OnSonsSceneInitialized(SonsSdk.SdkEvents.ESonsScene) + fullName: SonsSdk.SonsMod.OnSonsSceneInitialized(SonsSdk.SdkEvents.ESonsScene) + nameWithType: SonsMod.OnSonsSceneInitialized(SdkEvents.ESonsScene) +- uid: SonsSdk.SonsMod.OnSonsSceneInitialized* + name: OnSonsSceneInitialized + href: api/SonsSdk.SonsMod.html#SonsSdk_SonsMod_OnSonsSceneInitialized_ + commentId: Overload:SonsSdk.SonsMod.OnSonsSceneInitialized + fullName: SonsSdk.SonsMod.OnSonsSceneInitialized + nameWithType: SonsMod.OnSonsSceneInitialized +- uid: SonsSdk.SonsMod.RegisterCommand(System.String,System.Func{System.String,System.Boolean}) + name: RegisterCommand(string, Func) + href: api/SonsSdk.SonsMod.html#SonsSdk_SonsMod_RegisterCommand_System_String_System_Func_System_String_System_Boolean__ + commentId: M:SonsSdk.SonsMod.RegisterCommand(System.String,System.Func{System.String,System.Boolean}) + name.vb: RegisterCommand(String, Func(Of String, Boolean)) + fullName: SonsSdk.SonsMod.RegisterCommand(string, System.Func) + fullName.vb: SonsSdk.SonsMod.RegisterCommand(String, System.Func(Of String, Boolean)) + nameWithType: SonsMod.RegisterCommand(string, Func) + nameWithType.vb: SonsMod.RegisterCommand(String, Func(Of String, Boolean)) +- uid: SonsSdk.SonsMod.RegisterCommand* + name: RegisterCommand + href: api/SonsSdk.SonsMod.html#SonsSdk_SonsMod_RegisterCommand_ + commentId: Overload:SonsSdk.SonsMod.RegisterCommand + fullName: SonsSdk.SonsMod.RegisterCommand + nameWithType: SonsMod.RegisterCommand +- uid: SonsSdk.SonsMod.StartPropDebugging + name: StartPropDebugging() + href: api/SonsSdk.SonsMod.html#SonsSdk_SonsMod_StartPropDebugging + commentId: M:SonsSdk.SonsMod.StartPropDebugging + fullName: SonsSdk.SonsMod.StartPropDebugging() + nameWithType: SonsMod.StartPropDebugging() +- uid: SonsSdk.SonsMod.StartPropDebugging* + name: StartPropDebugging + href: api/SonsSdk.SonsMod.html#SonsSdk_SonsMod_StartPropDebugging_ + commentId: Overload:SonsSdk.SonsMod.StartPropDebugging + fullName: SonsSdk.SonsMod.StartPropDebugging + nameWithType: SonsMod.StartPropDebugging +- uid: SonsSdk.SonsMod.StopDebugging + name: StopDebugging() + href: api/SonsSdk.SonsMod.html#SonsSdk_SonsMod_StopDebugging + commentId: M:SonsSdk.SonsMod.StopDebugging + fullName: SonsSdk.SonsMod.StopDebugging() + nameWithType: SonsMod.StopDebugging() +- uid: SonsSdk.SonsMod.StopDebugging* + name: StopDebugging + href: api/SonsSdk.SonsMod.html#SonsSdk_SonsMod_StopDebugging_ + commentId: Overload:SonsSdk.SonsMod.StopDebugging + fullName: SonsSdk.SonsMod.StopDebugging + nameWithType: SonsMod.StopDebugging +- uid: SonsSdk.SonsTools + name: SonsTools + href: api/SonsSdk.SonsTools.html + commentId: T:SonsSdk.SonsTools + fullName: SonsSdk.SonsTools + nameWithType: SonsTools +- uid: SonsSdk.SonsTools.GetPositionInFrontOfPlayer(System.Single,System.Single) + name: GetPositionInFrontOfPlayer(float, float) + href: api/SonsSdk.SonsTools.html#SonsSdk_SonsTools_GetPositionInFrontOfPlayer_System_Single_System_Single_ + commentId: M:SonsSdk.SonsTools.GetPositionInFrontOfPlayer(System.Single,System.Single) + name.vb: GetPositionInFrontOfPlayer(Single, Single) + fullName: SonsSdk.SonsTools.GetPositionInFrontOfPlayer(float, float) + fullName.vb: SonsSdk.SonsTools.GetPositionInFrontOfPlayer(Single, Single) + nameWithType: SonsTools.GetPositionInFrontOfPlayer(float, float) + nameWithType.vb: SonsTools.GetPositionInFrontOfPlayer(Single, Single) +- uid: SonsSdk.SonsTools.GetPositionInFrontOfPlayer(System.Single) + name: GetPositionInFrontOfPlayer(float) + href: api/SonsSdk.SonsTools.html#SonsSdk_SonsTools_GetPositionInFrontOfPlayer_System_Single_ + commentId: M:SonsSdk.SonsTools.GetPositionInFrontOfPlayer(System.Single) + name.vb: GetPositionInFrontOfPlayer(Single) + fullName: SonsSdk.SonsTools.GetPositionInFrontOfPlayer(float) + fullName.vb: SonsSdk.SonsTools.GetPositionInFrontOfPlayer(Single) + nameWithType: SonsTools.GetPositionInFrontOfPlayer(float) + nameWithType.vb: SonsTools.GetPositionInFrontOfPlayer(Single) +- uid: SonsSdk.SonsTools.GetPositionInFrontOfPlayer* + name: GetPositionInFrontOfPlayer + href: api/SonsSdk.SonsTools.html#SonsSdk_SonsTools_GetPositionInFrontOfPlayer_ + commentId: Overload:SonsSdk.SonsTools.GetPositionInFrontOfPlayer + fullName: SonsSdk.SonsTools.GetPositionInFrontOfPlayer + nameWithType: SonsTools.GetPositionInFrontOfPlayer +- uid: SonsSdk.SonsTools.MenuMode(System.Boolean) + name: MenuMode(bool) + href: api/SonsSdk.SonsTools.html#SonsSdk_SonsTools_MenuMode_System_Boolean_ + commentId: M:SonsSdk.SonsTools.MenuMode(System.Boolean) + name.vb: MenuMode(Boolean) + fullName: SonsSdk.SonsTools.MenuMode(bool) + fullName.vb: SonsSdk.SonsTools.MenuMode(Boolean) + nameWithType: SonsTools.MenuMode(bool) + nameWithType.vb: SonsTools.MenuMode(Boolean) +- uid: SonsSdk.SonsTools.MenuMode* + name: MenuMode + href: api/SonsSdk.SonsTools.html#SonsSdk_SonsTools_MenuMode_ + commentId: Overload:SonsSdk.SonsTools.MenuMode + fullName: SonsSdk.SonsTools.MenuMode + nameWithType: SonsTools.MenuMode +- uid: SonsSdk.SonsTools.ShowMessage(System.String,System.Single) + name: ShowMessage(string, float) + href: api/SonsSdk.SonsTools.html#SonsSdk_SonsTools_ShowMessage_System_String_System_Single_ + commentId: M:SonsSdk.SonsTools.ShowMessage(System.String,System.Single) + name.vb: ShowMessage(String, Single) + fullName: SonsSdk.SonsTools.ShowMessage(string, float) + fullName.vb: SonsSdk.SonsTools.ShowMessage(String, Single) + nameWithType: SonsTools.ShowMessage(string, float) + nameWithType.vb: SonsTools.ShowMessage(String, Single) +- uid: SonsSdk.SonsTools.ShowMessage* + name: ShowMessage + href: api/SonsSdk.SonsTools.html#SonsSdk_SonsTools_ShowMessage_ + commentId: Overload:SonsSdk.SonsTools.ShowMessage + fullName: SonsSdk.SonsTools.ShowMessage + nameWithType: SonsTools.ShowMessage +- uid: SonsSdk.SoundPlayer + name: SoundPlayer + href: api/SonsSdk.SoundPlayer.html + commentId: T:SonsSdk.SoundPlayer + fullName: SonsSdk.SoundPlayer + nameWithType: SoundPlayer +- uid: SonsSdk.SoundPlayer.#ctor + name: SoundPlayer() + href: api/SonsSdk.SoundPlayer.html#SonsSdk_SoundPlayer__ctor + commentId: M:SonsSdk.SoundPlayer.#ctor + name.vb: New() + fullName: SonsSdk.SoundPlayer.SoundPlayer() + fullName.vb: SonsSdk.SoundPlayer.New() + nameWithType: SoundPlayer.SoundPlayer() + nameWithType.vb: SoundPlayer.New() +- uid: SonsSdk.SoundPlayer.#ctor* + name: SoundPlayer + href: api/SonsSdk.SoundPlayer.html#SonsSdk_SoundPlayer__ctor_ + commentId: Overload:SonsSdk.SoundPlayer.#ctor + name.vb: New + fullName: SonsSdk.SoundPlayer.SoundPlayer + fullName.vb: SonsSdk.SoundPlayer.New + nameWithType: SoundPlayer.SoundPlayer + nameWithType.vb: SoundPlayer.New +- uid: SonsSdk.SoundPlayer.Channel + name: Channel + href: api/SonsSdk.SoundPlayer.html#SonsSdk_SoundPlayer_Channel + commentId: P:SonsSdk.SoundPlayer.Channel + fullName: SonsSdk.SoundPlayer.Channel + nameWithType: SoundPlayer.Channel +- uid: SonsSdk.SoundPlayer.Channel* + name: Channel + href: api/SonsSdk.SoundPlayer.html#SonsSdk_SoundPlayer_Channel_ + commentId: Overload:SonsSdk.SoundPlayer.Channel + fullName: SonsSdk.SoundPlayer.Channel + nameWithType: SoundPlayer.Channel +- uid: SonsSdk.SoundPlayer.ChannelDistance + name: ChannelDistance + href: api/SonsSdk.SoundPlayer.html#SonsSdk_SoundPlayer_ChannelDistance + commentId: P:SonsSdk.SoundPlayer.ChannelDistance + fullName: SonsSdk.SoundPlayer.ChannelDistance + nameWithType: SoundPlayer.ChannelDistance +- uid: SonsSdk.SoundPlayer.ChannelDistance* + name: ChannelDistance + href: api/SonsSdk.SoundPlayer.html#SonsSdk_SoundPlayer_ChannelDistance_ + commentId: Overload:SonsSdk.SoundPlayer.ChannelDistance + fullName: SonsSdk.SoundPlayer.ChannelDistance + nameWithType: SoundPlayer.ChannelDistance +- uid: SonsSdk.SoundPlayer.IsPlaying + name: IsPlaying + href: api/SonsSdk.SoundPlayer.html#SonsSdk_SoundPlayer_IsPlaying + commentId: P:SonsSdk.SoundPlayer.IsPlaying + fullName: SonsSdk.SoundPlayer.IsPlaying + nameWithType: SoundPlayer.IsPlaying +- uid: SonsSdk.SoundPlayer.IsPlaying* + name: IsPlaying + href: api/SonsSdk.SoundPlayer.html#SonsSdk_SoundPlayer_IsPlaying_ + commentId: Overload:SonsSdk.SoundPlayer.IsPlaying + fullName: SonsSdk.SoundPlayer.IsPlaying + nameWithType: SoundPlayer.IsPlaying +- uid: SonsSdk.SoundPlayer.MaxDistance + name: MaxDistance + href: api/SonsSdk.SoundPlayer.html#SonsSdk_SoundPlayer_MaxDistance + commentId: F:SonsSdk.SoundPlayer.MaxDistance + fullName: SonsSdk.SoundPlayer.MaxDistance + nameWithType: SoundPlayer.MaxDistance +- uid: SonsSdk.SoundPlayer.Play + name: Play() + href: api/SonsSdk.SoundPlayer.html#SonsSdk_SoundPlayer_Play + commentId: M:SonsSdk.SoundPlayer.Play + fullName: SonsSdk.SoundPlayer.Play() + nameWithType: SoundPlayer.Play() +- uid: SonsSdk.SoundPlayer.Play* + name: Play + href: api/SonsSdk.SoundPlayer.html#SonsSdk_SoundPlayer_Play_ + commentId: Overload:SonsSdk.SoundPlayer.Play + fullName: SonsSdk.SoundPlayer.Play + nameWithType: SoundPlayer.Play +- uid: SonsSdk.SoundPlayer.Sound + name: Sound + href: api/SonsSdk.SoundPlayer.html#SonsSdk_SoundPlayer_Sound + commentId: F:SonsSdk.SoundPlayer.Sound + fullName: SonsSdk.SoundPlayer.Sound + nameWithType: SoundPlayer.Sound +- uid: SonsSdk.SoundPlayer.Stop + name: Stop() + href: api/SonsSdk.SoundPlayer.html#SonsSdk_SoundPlayer_Stop + commentId: M:SonsSdk.SoundPlayer.Stop + fullName: SonsSdk.SoundPlayer.Stop() + nameWithType: SoundPlayer.Stop() +- uid: SonsSdk.SoundPlayer.Stop* + name: Stop + href: api/SonsSdk.SoundPlayer.html#SonsSdk_SoundPlayer_Stop_ + commentId: Overload:SonsSdk.SoundPlayer.Stop + fullName: SonsSdk.SoundPlayer.Stop + nameWithType: SoundPlayer.Stop +- uid: SonsSdk.SoundTools + name: SoundTools + href: api/SonsSdk.SoundTools.html + commentId: T:SonsSdk.SoundTools + fullName: SonsSdk.SoundTools + nameWithType: SoundTools +- uid: SonsSdk.SoundTools.BindSound(UnityEngine.GameObject,System.String) + name: BindSound(GameObject, string) + href: api/SonsSdk.SoundTools.html#SonsSdk_SoundTools_BindSound_UnityEngine_GameObject_System_String_ + commentId: M:SonsSdk.SoundTools.BindSound(UnityEngine.GameObject,System.String) + name.vb: BindSound(GameObject, String) + fullName: SonsSdk.SoundTools.BindSound(UnityEngine.GameObject, string) + fullName.vb: SonsSdk.SoundTools.BindSound(UnityEngine.GameObject, String) + nameWithType: SoundTools.BindSound(GameObject, string) + nameWithType.vb: SoundTools.BindSound(GameObject, String) +- uid: SonsSdk.SoundTools.BindSound* + name: BindSound + href: api/SonsSdk.SoundTools.html#SonsSdk_SoundTools_BindSound_ + commentId: Overload:SonsSdk.SoundTools.BindSound + fullName: SonsSdk.SoundTools.BindSound + nameWithType: SoundTools.BindSound +- uid: SonsSdk.SoundTools.CoreSystem + name: CoreSystem + href: api/SonsSdk.SoundTools.html#SonsSdk_SoundTools_CoreSystem + commentId: F:SonsSdk.SoundTools.CoreSystem + fullName: SonsSdk.SoundTools.CoreSystem + nameWithType: SoundTools.CoreSystem +- uid: SonsSdk.SoundTools.Debugging + name: SoundTools.Debugging + href: api/SonsSdk.SoundTools.Debugging.html + commentId: T:SonsSdk.SoundTools.Debugging + fullName: SonsSdk.SoundTools.Debugging + nameWithType: SoundTools.Debugging +- uid: SonsSdk.SoundTools.Debugging.GetBusId + name: GetBusId() + href: api/SonsSdk.SoundTools.Debugging.html#SonsSdk_SoundTools_Debugging_GetBusId + commentId: M:SonsSdk.SoundTools.Debugging.GetBusId + fullName: SonsSdk.SoundTools.Debugging.GetBusId() + nameWithType: SoundTools.Debugging.GetBusId() +- uid: SonsSdk.SoundTools.Debugging.GetBusId* + name: GetBusId + href: api/SonsSdk.SoundTools.Debugging.html#SonsSdk_SoundTools_Debugging_GetBusId_ + commentId: Overload:SonsSdk.SoundTools.Debugging.GetBusId + fullName: SonsSdk.SoundTools.Debugging.GetBusId + nameWithType: SoundTools.Debugging.GetBusId +- uid: SonsSdk.SoundTools.Debugging.GetBusList(FMOD.Studio.Bank) + name: GetBusList(Bank) + href: api/SonsSdk.SoundTools.Debugging.html#SonsSdk_SoundTools_Debugging_GetBusList_FMOD_Studio_Bank_ + commentId: M:SonsSdk.SoundTools.Debugging.GetBusList(FMOD.Studio.Bank) + fullName: SonsSdk.SoundTools.Debugging.GetBusList(FMOD.Studio.Bank) + nameWithType: SoundTools.Debugging.GetBusList(Bank) +- uid: SonsSdk.SoundTools.Debugging.GetBusList* + name: GetBusList + href: api/SonsSdk.SoundTools.Debugging.html#SonsSdk_SoundTools_Debugging_GetBusList_ + commentId: Overload:SonsSdk.SoundTools.Debugging.GetBusList + fullName: SonsSdk.SoundTools.Debugging.GetBusList + nameWithType: SoundTools.Debugging.GetBusList +- uid: SonsSdk.SoundTools.Debugging.GetLoadedBanks + name: GetLoadedBanks() + href: api/SonsSdk.SoundTools.Debugging.html#SonsSdk_SoundTools_Debugging_GetLoadedBanks + commentId: M:SonsSdk.SoundTools.Debugging.GetLoadedBanks + fullName: SonsSdk.SoundTools.Debugging.GetLoadedBanks() + nameWithType: SoundTools.Debugging.GetLoadedBanks() +- uid: SonsSdk.SoundTools.Debugging.GetLoadedBanks* + name: GetLoadedBanks + href: api/SonsSdk.SoundTools.Debugging.html#SonsSdk_SoundTools_Debugging_GetLoadedBanks_ + commentId: Overload:SonsSdk.SoundTools.Debugging.GetLoadedBanks + fullName: SonsSdk.SoundTools.Debugging.GetLoadedBanks + nameWithType: SoundTools.Debugging.GetLoadedBanks +- uid: SonsSdk.SoundTools.Debugging.PrintLoadedBanks + name: PrintLoadedBanks() + href: api/SonsSdk.SoundTools.Debugging.html#SonsSdk_SoundTools_Debugging_PrintLoadedBanks + commentId: M:SonsSdk.SoundTools.Debugging.PrintLoadedBanks + fullName: SonsSdk.SoundTools.Debugging.PrintLoadedBanks() + nameWithType: SoundTools.Debugging.PrintLoadedBanks() +- uid: SonsSdk.SoundTools.Debugging.PrintLoadedBanks* + name: PrintLoadedBanks + href: api/SonsSdk.SoundTools.Debugging.html#SonsSdk_SoundTools_Debugging_PrintLoadedBanks_ + commentId: Overload:SonsSdk.SoundTools.Debugging.PrintLoadedBanks + fullName: SonsSdk.SoundTools.Debugging.PrintLoadedBanks + nameWithType: SoundTools.Debugging.PrintLoadedBanks +- uid: SonsSdk.SoundTools.GetSound(System.String) + name: GetSound(string) + href: api/SonsSdk.SoundTools.html#SonsSdk_SoundTools_GetSound_System_String_ + commentId: M:SonsSdk.SoundTools.GetSound(System.String) + name.vb: GetSound(String) + fullName: SonsSdk.SoundTools.GetSound(string) + fullName.vb: SonsSdk.SoundTools.GetSound(String) + nameWithType: SoundTools.GetSound(string) + nameWithType.vb: SoundTools.GetSound(String) +- uid: SonsSdk.SoundTools.GetSound* + name: GetSound + href: api/SonsSdk.SoundTools.html#SonsSdk_SoundTools_GetSound_ + commentId: Overload:SonsSdk.SoundTools.GetSound + fullName: SonsSdk.SoundTools.GetSound + nameWithType: SoundTools.GetSound +- uid: SonsSdk.SoundTools.LoadBank(System.Byte[],System.Byte[],FMOD.Studio.LOAD_BANK_FLAGS) + name: LoadBank(byte[], byte[], LOAD_BANK_FLAGS) + href: api/SonsSdk.SoundTools.html#SonsSdk_SoundTools_LoadBank_System_Byte___System_Byte___FMOD_Studio_LOAD_BANK_FLAGS_ + commentId: M:SonsSdk.SoundTools.LoadBank(System.Byte[],System.Byte[],FMOD.Studio.LOAD_BANK_FLAGS) + name.vb: LoadBank(Byte(), Byte(), LOAD_BANK_FLAGS) + fullName: SonsSdk.SoundTools.LoadBank(byte[], byte[], FMOD.Studio.LOAD_BANK_FLAGS) + fullName.vb: SonsSdk.SoundTools.LoadBank(Byte(), Byte(), FMOD.Studio.LOAD_BANK_FLAGS) + nameWithType: SoundTools.LoadBank(byte[], byte[], LOAD_BANK_FLAGS) + nameWithType.vb: SoundTools.LoadBank(Byte(), Byte(), LOAD_BANK_FLAGS) +- uid: SonsSdk.SoundTools.LoadBank(System.String,System.Boolean,FMOD.Studio.LOAD_BANK_FLAGS) + name: LoadBank(string, bool, LOAD_BANK_FLAGS) + href: api/SonsSdk.SoundTools.html#SonsSdk_SoundTools_LoadBank_System_String_System_Boolean_FMOD_Studio_LOAD_BANK_FLAGS_ + commentId: M:SonsSdk.SoundTools.LoadBank(System.String,System.Boolean,FMOD.Studio.LOAD_BANK_FLAGS) + name.vb: LoadBank(String, Boolean, LOAD_BANK_FLAGS) + fullName: SonsSdk.SoundTools.LoadBank(string, bool, FMOD.Studio.LOAD_BANK_FLAGS) + fullName.vb: SonsSdk.SoundTools.LoadBank(String, Boolean, FMOD.Studio.LOAD_BANK_FLAGS) + nameWithType: SoundTools.LoadBank(string, bool, LOAD_BANK_FLAGS) + nameWithType.vb: SoundTools.LoadBank(String, Boolean, LOAD_BANK_FLAGS) +- uid: SonsSdk.SoundTools.LoadBank* + name: LoadBank + href: api/SonsSdk.SoundTools.html#SonsSdk_SoundTools_LoadBank_ + commentId: Overload:SonsSdk.SoundTools.LoadBank + fullName: SonsSdk.SoundTools.LoadBank + nameWithType: SoundTools.LoadBank +- uid: SonsSdk.SoundTools.MasterBus + name: MasterBus + href: api/SonsSdk.SoundTools.html#SonsSdk_SoundTools_MasterBus + commentId: P:SonsSdk.SoundTools.MasterBus + fullName: SonsSdk.SoundTools.MasterBus + nameWithType: SoundTools.MasterBus +- uid: SonsSdk.SoundTools.MasterBus* + name: MasterBus + href: api/SonsSdk.SoundTools.html#SonsSdk_SoundTools_MasterBus_ + commentId: Overload:SonsSdk.SoundTools.MasterBus + fullName: SonsSdk.SoundTools.MasterBus + nameWithType: SoundTools.MasterBus +- uid: SonsSdk.SoundTools.MasterVolume + name: MasterVolume + href: api/SonsSdk.SoundTools.html#SonsSdk_SoundTools_MasterVolume + commentId: P:SonsSdk.SoundTools.MasterVolume + fullName: SonsSdk.SoundTools.MasterVolume + nameWithType: SoundTools.MasterVolume +- uid: SonsSdk.SoundTools.MasterVolume* + name: MasterVolume + href: api/SonsSdk.SoundTools.html#SonsSdk_SoundTools_MasterVolume_ + commentId: Overload:SonsSdk.SoundTools.MasterVolume + fullName: SonsSdk.SoundTools.MasterVolume + nameWithType: SoundTools.MasterVolume +- uid: SonsSdk.SoundTools.MusicVolume + name: MusicVolume + href: api/SonsSdk.SoundTools.html#SonsSdk_SoundTools_MusicVolume + commentId: P:SonsSdk.SoundTools.MusicVolume + fullName: SonsSdk.SoundTools.MusicVolume + nameWithType: SoundTools.MusicVolume +- uid: SonsSdk.SoundTools.MusicVolume* + name: MusicVolume + href: api/SonsSdk.SoundTools.html#SonsSdk_SoundTools_MusicVolume_ + commentId: Overload:SonsSdk.SoundTools.MusicVolume + fullName: SonsSdk.SoundTools.MusicVolume + nameWithType: SoundTools.MusicVolume +- uid: SonsSdk.SoundTools.PlaySound(FMODCustom.Sound,System.Single,System.Nullable{System.Single}) + name: PlaySound(Sound, float, float?) + href: api/SonsSdk.SoundTools.html#SonsSdk_SoundTools_PlaySound_FMODCustom_Sound_System_Single_System_Nullable_System_Single__ + commentId: M:SonsSdk.SoundTools.PlaySound(FMODCustom.Sound,System.Single,System.Nullable{System.Single}) + name.vb: PlaySound(Sound, Single, Single?) + fullName: SonsSdk.SoundTools.PlaySound(FMODCustom.Sound, float, float?) + fullName.vb: SonsSdk.SoundTools.PlaySound(FMODCustom.Sound, Single, Single?) + nameWithType: SoundTools.PlaySound(Sound, float, float?) + nameWithType.vb: SoundTools.PlaySound(Sound, Single, Single?) +- uid: SonsSdk.SoundTools.PlaySound(FMODCustom.Sound,UnityEngine.Vector3,System.Nullable{System.Single},System.Nullable{System.Single},System.Nullable{System.Single}) + name: PlaySound(Sound, Vector3, float?, float?, float?) + href: api/SonsSdk.SoundTools.html#SonsSdk_SoundTools_PlaySound_FMODCustom_Sound_UnityEngine_Vector3_System_Nullable_System_Single__System_Nullable_System_Single__System_Nullable_System_Single__ + commentId: M:SonsSdk.SoundTools.PlaySound(FMODCustom.Sound,UnityEngine.Vector3,System.Nullable{System.Single},System.Nullable{System.Single},System.Nullable{System.Single}) + name.vb: PlaySound(Sound, Vector3, Single?, Single?, Single?) + fullName: SonsSdk.SoundTools.PlaySound(FMODCustom.Sound, UnityEngine.Vector3, float?, float?, float?) + fullName.vb: SonsSdk.SoundTools.PlaySound(FMODCustom.Sound, UnityEngine.Vector3, Single?, Single?, Single?) + nameWithType: SoundTools.PlaySound(Sound, Vector3, float?, float?, float?) + nameWithType.vb: SoundTools.PlaySound(Sound, Vector3, Single?, Single?, Single?) +- uid: SonsSdk.SoundTools.PlaySound(System.String,System.Nullable{System.Single},System.Nullable{System.Single}) + name: PlaySound(string, float?, float?) + href: api/SonsSdk.SoundTools.html#SonsSdk_SoundTools_PlaySound_System_String_System_Nullable_System_Single__System_Nullable_System_Single__ + commentId: M:SonsSdk.SoundTools.PlaySound(System.String,System.Nullable{System.Single},System.Nullable{System.Single}) + name.vb: PlaySound(String, Single?, Single?) + fullName: SonsSdk.SoundTools.PlaySound(string, float?, float?) + fullName.vb: SonsSdk.SoundTools.PlaySound(String, Single?, Single?) + nameWithType: SoundTools.PlaySound(string, float?, float?) + nameWithType.vb: SoundTools.PlaySound(String, Single?, Single?) +- uid: SonsSdk.SoundTools.PlaySound(System.String,UnityEngine.Vector3,System.Nullable{System.Single},System.Nullable{System.Single},System.Nullable{System.Single}) + name: PlaySound(string, Vector3, float?, float?, float?) + href: api/SonsSdk.SoundTools.html#SonsSdk_SoundTools_PlaySound_System_String_UnityEngine_Vector3_System_Nullable_System_Single__System_Nullable_System_Single__System_Nullable_System_Single__ + commentId: M:SonsSdk.SoundTools.PlaySound(System.String,UnityEngine.Vector3,System.Nullable{System.Single},System.Nullable{System.Single},System.Nullable{System.Single}) + name.vb: PlaySound(String, Vector3, Single?, Single?, Single?) + fullName: SonsSdk.SoundTools.PlaySound(string, UnityEngine.Vector3, float?, float?, float?) + fullName.vb: SonsSdk.SoundTools.PlaySound(String, UnityEngine.Vector3, Single?, Single?, Single?) + nameWithType: SoundTools.PlaySound(string, Vector3, float?, float?, float?) + nameWithType.vb: SoundTools.PlaySound(String, Vector3, Single?, Single?, Single?) +- uid: SonsSdk.SoundTools.PlaySound* + name: PlaySound + href: api/SonsSdk.SoundTools.html#SonsSdk_SoundTools_PlaySound_ + commentId: Overload:SonsSdk.SoundTools.PlaySound + fullName: SonsSdk.SoundTools.PlaySound + nameWithType: SoundTools.PlaySound +- uid: SonsSdk.SoundTools.RegisterSound(System.String,System.Byte[],System.Boolean) + name: RegisterSound(string, byte[], bool) + href: api/SonsSdk.SoundTools.html#SonsSdk_SoundTools_RegisterSound_System_String_System_Byte___System_Boolean_ + commentId: M:SonsSdk.SoundTools.RegisterSound(System.String,System.Byte[],System.Boolean) + name.vb: RegisterSound(String, Byte(), Boolean) + fullName: SonsSdk.SoundTools.RegisterSound(string, byte[], bool) + fullName.vb: SonsSdk.SoundTools.RegisterSound(String, Byte(), Boolean) + nameWithType: SoundTools.RegisterSound(string, byte[], bool) + nameWithType.vb: SoundTools.RegisterSound(String, Byte(), Boolean) +- uid: SonsSdk.SoundTools.RegisterSound(System.String,System.String,System.Boolean) + name: RegisterSound(string, string, bool) + href: api/SonsSdk.SoundTools.html#SonsSdk_SoundTools_RegisterSound_System_String_System_String_System_Boolean_ + commentId: M:SonsSdk.SoundTools.RegisterSound(System.String,System.String,System.Boolean) + name.vb: RegisterSound(String, String, Boolean) + fullName: SonsSdk.SoundTools.RegisterSound(string, string, bool) + fullName.vb: SonsSdk.SoundTools.RegisterSound(String, String, Boolean) + nameWithType: SoundTools.RegisterSound(string, string, bool) + nameWithType.vb: SoundTools.RegisterSound(String, String, Boolean) +- uid: SonsSdk.SoundTools.RegisterSound* + name: RegisterSound + href: api/SonsSdk.SoundTools.html#SonsSdk_SoundTools_RegisterSound_ + commentId: Overload:SonsSdk.SoundTools.RegisterSound + fullName: SonsSdk.SoundTools.RegisterSound + nameWithType: SoundTools.RegisterSound +- uid: SonsSdk.SoundTools.SetPosition(FMODCustom.Channel@,System.Single,System.Single,System.Single) + name: SetPosition(ref Channel, float, float, float) + href: api/SonsSdk.SoundTools.html#SonsSdk_SoundTools_SetPosition_FMODCustom_Channel__System_Single_System_Single_System_Single_ + commentId: M:SonsSdk.SoundTools.SetPosition(FMODCustom.Channel@,System.Single,System.Single,System.Single) + name.vb: SetPosition(Channel, Single, Single, Single) + fullName: SonsSdk.SoundTools.SetPosition(ref FMODCustom.Channel, float, float, float) + fullName.vb: SonsSdk.SoundTools.SetPosition(FMODCustom.Channel, Single, Single, Single) + nameWithType: SoundTools.SetPosition(ref Channel, float, float, float) + nameWithType.vb: SoundTools.SetPosition(Channel, Single, Single, Single) +- uid: SonsSdk.SoundTools.SetPosition* + name: SetPosition + href: api/SonsSdk.SoundTools.html#SonsSdk_SoundTools_SetPosition_ + commentId: Overload:SonsSdk.SoundTools.SetPosition + fullName: SonsSdk.SoundTools.SetPosition + nameWithType: SoundTools.SetPosition +- uid: SonsSdk.SoundTools.SetupRedirect(System.String,System.String) + name: SetupRedirect(string, string) + href: api/SonsSdk.SoundTools.html#SonsSdk_SoundTools_SetupRedirect_System_String_System_String_ + commentId: M:SonsSdk.SoundTools.SetupRedirect(System.String,System.String) + name.vb: SetupRedirect(String, String) + fullName: SonsSdk.SoundTools.SetupRedirect(string, string) + fullName.vb: SonsSdk.SoundTools.SetupRedirect(String, String) + nameWithType: SoundTools.SetupRedirect(string, string) + nameWithType.vb: SoundTools.SetupRedirect(String, String) +- uid: SonsSdk.SoundTools.SetupRedirect* + name: SetupRedirect + href: api/SonsSdk.SoundTools.html#SonsSdk_SoundTools_SetupRedirect_ + commentId: Overload:SonsSdk.SoundTools.SetupRedirect + fullName: SonsSdk.SoundTools.SetupRedirect + nameWithType: SoundTools.SetupRedirect +- uid: SonsSdk.SoundTools.SfxVolume + name: SfxVolume + href: api/SonsSdk.SoundTools.html#SonsSdk_SoundTools_SfxVolume + commentId: P:SonsSdk.SoundTools.SfxVolume + fullName: SonsSdk.SoundTools.SfxVolume + nameWithType: SoundTools.SfxVolume +- uid: SonsSdk.SoundTools.SfxVolume* + name: SfxVolume + href: api/SonsSdk.SoundTools.html#SonsSdk_SoundTools_SfxVolume_ + commentId: Overload:SonsSdk.SoundTools.SfxVolume + fullName: SonsSdk.SoundTools.SfxVolume + nameWithType: SoundTools.SfxVolume +- uid: SonsSdk.SoundTools.VoiceVolume + name: VoiceVolume + href: api/SonsSdk.SoundTools.html#SonsSdk_SoundTools_VoiceVolume + commentId: P:SonsSdk.SoundTools.VoiceVolume + fullName: SonsSdk.SoundTools.VoiceVolume + nameWithType: SoundTools.VoiceVolume +- uid: SonsSdk.SoundTools.VoiceVolume* + name: VoiceVolume + href: api/SonsSdk.SoundTools.html#SonsSdk_SoundTools_VoiceVolume_ + commentId: Overload:SonsSdk.SoundTools.VoiceVolume + fullName: SonsSdk.SoundTools.VoiceVolume + nameWithType: SoundTools.VoiceVolume +- uid: SonsSdk.UnityUtils + name: UnityUtils + href: api/SonsSdk.UnityUtils.html + commentId: T:SonsSdk.UnityUtils + fullName: SonsSdk.UnityUtils + nameWithType: UnityUtils +- uid: SonsSdk.UnityUtils.AddOrGet* + name: AddOrGet + href: api/SonsSdk.UnityUtils.html#SonsSdk_UnityUtils_AddOrGet_ + commentId: Overload:SonsSdk.UnityUtils.AddOrGet + fullName: SonsSdk.UnityUtils.AddOrGet + nameWithType: UnityUtils.AddOrGet +- uid: SonsSdk.UnityUtils.AddOrGet``1(UnityEngine.GameObject) + name: AddOrGet(GameObject) + href: api/SonsSdk.UnityUtils.html#SonsSdk_UnityUtils_AddOrGet__1_UnityEngine_GameObject_ + commentId: M:SonsSdk.UnityUtils.AddOrGet``1(UnityEngine.GameObject) + name.vb: AddOrGet(Of T)(GameObject) + fullName: SonsSdk.UnityUtils.AddOrGet(UnityEngine.GameObject) + fullName.vb: SonsSdk.UnityUtils.AddOrGet(Of T)(UnityEngine.GameObject) + nameWithType: UnityUtils.AddOrGet(GameObject) + nameWithType.vb: UnityUtils.AddOrGet(Of T)(GameObject) +- uid: SonsSdk.UnityUtils.ToSprite(UnityEngine.Texture2D) + name: ToSprite(Texture2D) + href: api/SonsSdk.UnityUtils.html#SonsSdk_UnityUtils_ToSprite_UnityEngine_Texture2D_ + commentId: M:SonsSdk.UnityUtils.ToSprite(UnityEngine.Texture2D) + fullName: SonsSdk.UnityUtils.ToSprite(UnityEngine.Texture2D) + nameWithType: UnityUtils.ToSprite(Texture2D) +- uid: SonsSdk.UnityUtils.ToSprite* + name: ToSprite + href: api/SonsSdk.UnityUtils.html#SonsSdk_UnityUtils_ToSprite_ + commentId: Overload:SonsSdk.UnityUtils.ToSprite + fullName: SonsSdk.UnityUtils.ToSprite + nameWithType: UnityUtils.ToSprite +- uid: SUI + name: SUI + href: api/SUI.html + commentId: N:SUI + fullName: SUI + nameWithType: SUI +- uid: SUI.AnchorType + name: AnchorType + href: api/SUI.AnchorType.html + commentId: T:SUI.AnchorType + fullName: SUI.AnchorType + nameWithType: AnchorType +- uid: SUI.AnchorType.BottomCenter + name: BottomCenter + href: api/SUI.AnchorType.html#SUI_AnchorType_BottomCenter + commentId: F:SUI.AnchorType.BottomCenter + fullName: SUI.AnchorType.BottomCenter + nameWithType: AnchorType.BottomCenter +- uid: SUI.AnchorType.BottomLeft + name: BottomLeft + href: api/SUI.AnchorType.html#SUI_AnchorType_BottomLeft + commentId: F:SUI.AnchorType.BottomLeft + fullName: SUI.AnchorType.BottomLeft + nameWithType: AnchorType.BottomLeft +- uid: SUI.AnchorType.BottomRight + name: BottomRight + href: api/SUI.AnchorType.html#SUI_AnchorType_BottomRight + commentId: F:SUI.AnchorType.BottomRight + fullName: SUI.AnchorType.BottomRight + nameWithType: AnchorType.BottomRight +- uid: SUI.AnchorType.Fill + name: Fill + href: api/SUI.AnchorType.html#SUI_AnchorType_Fill + commentId: F:SUI.AnchorType.Fill + fullName: SUI.AnchorType.Fill + nameWithType: AnchorType.Fill +- uid: SUI.AnchorType.FillHorizontal + name: FillHorizontal + href: api/SUI.AnchorType.html#SUI_AnchorType_FillHorizontal + commentId: F:SUI.AnchorType.FillHorizontal + fullName: SUI.AnchorType.FillHorizontal + nameWithType: AnchorType.FillHorizontal +- uid: SUI.AnchorType.FillVertical + name: FillVertical + href: api/SUI.AnchorType.html#SUI_AnchorType_FillVertical + commentId: F:SUI.AnchorType.FillVertical + fullName: SUI.AnchorType.FillVertical + nameWithType: AnchorType.FillVertical +- uid: SUI.AnchorType.MiddleCenter + name: MiddleCenter + href: api/SUI.AnchorType.html#SUI_AnchorType_MiddleCenter + commentId: F:SUI.AnchorType.MiddleCenter + fullName: SUI.AnchorType.MiddleCenter + nameWithType: AnchorType.MiddleCenter +- uid: SUI.AnchorType.MiddleLeft + name: MiddleLeft + href: api/SUI.AnchorType.html#SUI_AnchorType_MiddleLeft + commentId: F:SUI.AnchorType.MiddleLeft + fullName: SUI.AnchorType.MiddleLeft + nameWithType: AnchorType.MiddleLeft +- uid: SUI.AnchorType.MiddleRight + name: MiddleRight + href: api/SUI.AnchorType.html#SUI_AnchorType_MiddleRight + commentId: F:SUI.AnchorType.MiddleRight + fullName: SUI.AnchorType.MiddleRight + nameWithType: AnchorType.MiddleRight +- uid: SUI.AnchorType.TopCenter + name: TopCenter + href: api/SUI.AnchorType.html#SUI_AnchorType_TopCenter + commentId: F:SUI.AnchorType.TopCenter + fullName: SUI.AnchorType.TopCenter + nameWithType: AnchorType.TopCenter +- uid: SUI.AnchorType.TopLeft + name: TopLeft + href: api/SUI.AnchorType.html#SUI_AnchorType_TopLeft + commentId: F:SUI.AnchorType.TopLeft + fullName: SUI.AnchorType.TopLeft + nameWithType: AnchorType.TopLeft +- uid: SUI.AnchorType.TopRight + name: TopRight + href: api/SUI.AnchorType.html#SUI_AnchorType_TopRight + commentId: F:SUI.AnchorType.TopRight + fullName: SUI.AnchorType.TopRight + nameWithType: AnchorType.TopRight +- uid: SUI.AutoSizeType + name: AutoSizeType + href: api/SUI.AutoSizeType.html + commentId: T:SUI.AutoSizeType + fullName: SUI.AutoSizeType + nameWithType: AutoSizeType +- uid: SUI.AutoSizeType.Fit + name: Fit + href: api/SUI.AutoSizeType.html#SUI_AutoSizeType_Fit + commentId: F:SUI.AutoSizeType.Fit + fullName: SUI.AutoSizeType.Fit + nameWithType: AutoSizeType.Fit +- uid: SUI.AutoSizeType.FitHeight + name: FitHeight + href: api/SUI.AutoSizeType.html#SUI_AutoSizeType_FitHeight + commentId: F:SUI.AutoSizeType.FitHeight + fullName: SUI.AutoSizeType.FitHeight + nameWithType: AutoSizeType.FitHeight +- uid: SUI.AutoSizeType.FitWidth + name: FitWidth + href: api/SUI.AutoSizeType.html#SUI_AutoSizeType_FitWidth + commentId: F:SUI.AutoSizeType.FitWidth + fullName: SUI.AutoSizeType.FitWidth + nameWithType: AutoSizeType.FitWidth +- uid: SUI.AutoSizeType.None + name: None + href: api/SUI.AutoSizeType.html#SUI_AutoSizeType_None + commentId: F:SUI.AutoSizeType.None + fullName: SUI.AutoSizeType.None + nameWithType: AutoSizeType.None +- uid: SUI.EBackground + name: EBackground + href: api/SUI.EBackground.html + commentId: T:SUI.EBackground + fullName: SUI.EBackground + nameWithType: EBackground +- uid: SUI.EBackground.None + name: None + href: api/SUI.EBackground.html#SUI_EBackground_None + commentId: F:SUI.EBackground.None + fullName: SUI.EBackground.None + nameWithType: EBackground.None +- uid: SUI.EBackground.Round10 + name: Round10 + href: api/SUI.EBackground.html#SUI_EBackground_Round10 + commentId: F:SUI.EBackground.Round10 + fullName: SUI.EBackground.Round10 + nameWithType: EBackground.Round10 +- uid: SUI.EBackground.Round28 + name: Round28 + href: api/SUI.EBackground.html#SUI_EBackground_Round28 + commentId: F:SUI.EBackground.Round28 + fullName: SUI.EBackground.Round28 + nameWithType: EBackground.Round28 +- uid: SUI.EBackground.Round8 + name: Round8 + href: api/SUI.EBackground.html#SUI_EBackground_Round8 + commentId: F:SUI.EBackground.Round8 + fullName: SUI.EBackground.Round8 + nameWithType: EBackground.Round8 +- uid: SUI.EBackground.RoundedStandard + name: RoundedStandard + href: api/SUI.EBackground.html#SUI_EBackground_RoundedStandard + commentId: F:SUI.EBackground.RoundedStandard + fullName: SUI.EBackground.RoundedStandard + nameWithType: EBackground.RoundedStandard +- uid: SUI.EBackground.RoundNormal + name: RoundNormal + href: api/SUI.EBackground.html#SUI_EBackground_RoundNormal + commentId: F:SUI.EBackground.RoundNormal + fullName: SUI.EBackground.RoundNormal + nameWithType: EBackground.RoundNormal +- uid: SUI.EBackground.RoundOutline + name: RoundOutline + href: api/SUI.EBackground.html#SUI_EBackground_RoundOutline + commentId: F:SUI.EBackground.RoundOutline + fullName: SUI.EBackground.RoundOutline + nameWithType: EBackground.RoundOutline +- uid: SUI.EBackground.RoundOutline10 + name: RoundOutline10 + href: api/SUI.EBackground.html#SUI_EBackground_RoundOutline10 + commentId: F:SUI.EBackground.RoundOutline10 + fullName: SUI.EBackground.RoundOutline10 + nameWithType: EBackground.RoundOutline10 +- uid: SUI.EBackground.RoundSmall + name: RoundSmall + href: api/SUI.EBackground.html#SUI_EBackground_RoundSmall + commentId: F:SUI.EBackground.RoundSmall + fullName: SUI.EBackground.RoundSmall + nameWithType: EBackground.RoundSmall +- uid: SUI.EBackground.Sons + name: Sons + href: api/SUI.EBackground.html#SUI_EBackground_Sons + commentId: F:SUI.EBackground.Sons + fullName: SUI.EBackground.Sons + nameWithType: EBackground.Sons +- uid: SUI.EDockType + name: EDockType + href: api/SUI.EDockType.html + commentId: T:SUI.EDockType + fullName: SUI.EDockType + nameWithType: EDockType +- uid: SUI.EDockType.Bottom + name: Bottom + href: api/SUI.EDockType.html#SUI_EDockType_Bottom + commentId: F:SUI.EDockType.Bottom + fullName: SUI.EDockType.Bottom + nameWithType: EDockType.Bottom +- uid: SUI.EDockType.Center + name: Center + href: api/SUI.EDockType.html#SUI_EDockType_Center + commentId: F:SUI.EDockType.Center + fullName: SUI.EDockType.Center + nameWithType: EDockType.Center +- uid: SUI.EDockType.Fill + name: Fill + href: api/SUI.EDockType.html#SUI_EDockType_Fill + commentId: F:SUI.EDockType.Fill + fullName: SUI.EDockType.Fill + nameWithType: EDockType.Fill +- uid: SUI.EDockType.Left + name: Left + href: api/SUI.EDockType.html#SUI_EDockType_Left + commentId: F:SUI.EDockType.Left + fullName: SUI.EDockType.Left + nameWithType: EDockType.Left +- uid: SUI.EDockType.Right + name: Right + href: api/SUI.EDockType.html#SUI_EDockType_Right + commentId: F:SUI.EDockType.Right + fullName: SUI.EDockType.Right + nameWithType: EDockType.Right +- uid: SUI.EDockType.Top + name: Top + href: api/SUI.EDockType.html#SUI_EDockType_Top + commentId: F:SUI.EDockType.Top + fullName: SUI.EDockType.Top + nameWithType: EDockType.Top +- uid: SUI.EObservableMode + name: EObservableMode + href: api/SUI.EObservableMode.html + commentId: T:SUI.EObservableMode + fullName: SUI.EObservableMode + nameWithType: EObservableMode +- uid: SUI.EObservableMode.Read + name: Read + href: api/SUI.EObservableMode.html#SUI_EObservableMode_Read + commentId: F:SUI.EObservableMode.Read + fullName: SUI.EObservableMode.Read + nameWithType: EObservableMode.Read +- uid: SUI.EObservableMode.ReadWrite + name: ReadWrite + href: api/SUI.EObservableMode.html#SUI_EObservableMode_ReadWrite + commentId: F:SUI.EObservableMode.ReadWrite + fullName: SUI.EObservableMode.ReadWrite + nameWithType: EObservableMode.ReadWrite +- uid: SUI.EObservableMode.Write + name: Write + href: api/SUI.EObservableMode.html#SUI_EObservableMode_Write + commentId: F:SUI.EObservableMode.Write + fullName: SUI.EObservableMode.Write + nameWithType: EObservableMode.Write +- uid: SUI.FlexStyle + name: FlexStyle + href: api/SUI.FlexStyle.html + commentId: T:SUI.FlexStyle + fullName: SUI.FlexStyle + nameWithType: FlexStyle +- uid: SUI.FlexStyle.Flex + name: Flex + href: api/SUI.FlexStyle.html#SUI_FlexStyle_Flex + commentId: F:SUI.FlexStyle.Flex + fullName: SUI.FlexStyle.Flex + nameWithType: FlexStyle.Flex +- uid: SUI.FlexStyle.FlexShrink + name: FlexShrink + href: api/SUI.FlexStyle.html#SUI_FlexStyle_FlexShrink + commentId: F:SUI.FlexStyle.FlexShrink + fullName: SUI.FlexStyle.FlexShrink + nameWithType: FlexStyle.FlexShrink +- uid: SUI.FlexStyle.Grow + name: Grow + href: api/SUI.FlexStyle.html#SUI_FlexStyle_Grow + commentId: F:SUI.FlexStyle.Grow + fullName: SUI.FlexStyle.Grow + nameWithType: FlexStyle.Grow +- uid: SUI.FlexStyle.None + name: None + href: api/SUI.FlexStyle.html#SUI_FlexStyle_None + commentId: F:SUI.FlexStyle.None + fullName: SUI.FlexStyle.None + nameWithType: FlexStyle.None +- uid: SUI.Observable + name: Observable + href: api/SUI.Observable.html + commentId: T:SUI.Observable + fullName: SUI.Observable + nameWithType: Observable +- uid: SUI.Observable.#ctor + name: Observable() + href: api/SUI.Observable.html#SUI_Observable__ctor + commentId: M:SUI.Observable.#ctor + name.vb: New() + fullName: SUI.Observable.Observable() + fullName.vb: SUI.Observable.New() + nameWithType: Observable.Observable() + nameWithType.vb: Observable.New() +- uid: SUI.Observable.#ctor* + name: Observable + href: api/SUI.Observable.html#SUI_Observable__ctor_ + commentId: Overload:SUI.Observable.#ctor + name.vb: New + fullName: SUI.Observable.Observable + fullName.vb: SUI.Observable.New + nameWithType: Observable.Observable + nameWithType.vb: Observable.New +- uid: SUI.Observable.GetModeFromString(System.String) + name: GetModeFromString(string) + href: api/SUI.Observable.html#SUI_Observable_GetModeFromString_System_String_ + commentId: M:SUI.Observable.GetModeFromString(System.String) + name.vb: GetModeFromString(String) + fullName: SUI.Observable.GetModeFromString(string) + fullName.vb: SUI.Observable.GetModeFromString(String) + nameWithType: Observable.GetModeFromString(string) + nameWithType.vb: Observable.GetModeFromString(String) +- uid: SUI.Observable.GetModeFromString* + name: GetModeFromString + href: api/SUI.Observable.html#SUI_Observable_GetModeFromString_ + commentId: Overload:SUI.Observable.GetModeFromString + fullName: SUI.Observable.GetModeFromString + nameWithType: Observable.GetModeFromString +- uid: SUI.Observable`1 + name: Observable + href: api/SUI.Observable-1.html + commentId: T:SUI.Observable`1 + name.vb: Observable(Of T) + fullName: SUI.Observable + fullName.vb: SUI.Observable(Of T) + nameWithType: Observable + nameWithType.vb: Observable(Of T) +- uid: SUI.Observable`1.#ctor(`0) + name: Observable(T) + href: api/SUI.Observable-1.html#SUI_Observable_1__ctor__0_ + commentId: M:SUI.Observable`1.#ctor(`0) + name.vb: New(T) + fullName: SUI.Observable.Observable(T) + fullName.vb: SUI.Observable(Of T).New(T) + nameWithType: Observable.Observable(T) + nameWithType.vb: Observable(Of T).New(T) +- uid: SUI.Observable`1.#ctor* + name: Observable + href: api/SUI.Observable-1.html#SUI_Observable_1__ctor_ + commentId: Overload:SUI.Observable`1.#ctor + name.vb: New + fullName: SUI.Observable.Observable + fullName.vb: SUI.Observable(Of T).New + nameWithType: Observable.Observable + nameWithType.vb: Observable(Of T).New +- uid: SUI.Observable`1.OnValueChanged + name: OnValueChanged + href: api/SUI.Observable-1.html#SUI_Observable_1_OnValueChanged + commentId: E:SUI.Observable`1.OnValueChanged + fullName: SUI.Observable.OnValueChanged + fullName.vb: SUI.Observable(Of T).OnValueChanged + nameWithType: Observable.OnValueChanged + nameWithType.vb: Observable(Of T).OnValueChanged +- uid: SUI.Observable`1.Set(`0) + name: Set(T) + href: api/SUI.Observable-1.html#SUI_Observable_1_Set__0_ + commentId: M:SUI.Observable`1.Set(`0) + fullName: SUI.Observable.Set(T) + fullName.vb: SUI.Observable(Of T).Set(T) + nameWithType: Observable.Set(T) + nameWithType.vb: Observable(Of T).Set(T) +- uid: SUI.Observable`1.Set* + name: Set + href: api/SUI.Observable-1.html#SUI_Observable_1_Set_ + commentId: Overload:SUI.Observable`1.Set + fullName: SUI.Observable.Set + fullName.vb: SUI.Observable(Of T).Set + nameWithType: Observable.Set + nameWithType.vb: Observable(Of T).Set +- uid: SUI.Observable`1.SetNoNotify(`0) + name: SetNoNotify(T) + href: api/SUI.Observable-1.html#SUI_Observable_1_SetNoNotify__0_ + commentId: M:SUI.Observable`1.SetNoNotify(`0) + fullName: SUI.Observable.SetNoNotify(T) + fullName.vb: SUI.Observable(Of T).SetNoNotify(T) + nameWithType: Observable.SetNoNotify(T) + nameWithType.vb: Observable(Of T).SetNoNotify(T) +- uid: SUI.Observable`1.SetNoNotify* + name: SetNoNotify + href: api/SUI.Observable-1.html#SUI_Observable_1_SetNoNotify_ + commentId: Overload:SUI.Observable`1.SetNoNotify + fullName: SUI.Observable.SetNoNotify + fullName.vb: SUI.Observable(Of T).SetNoNotify + nameWithType: Observable.SetNoNotify + nameWithType.vb: Observable(Of T).SetNoNotify +- uid: SUI.Observable`1.Value + name: Value + href: api/SUI.Observable-1.html#SUI_Observable_1_Value + commentId: P:SUI.Observable`1.Value + fullName: SUI.Observable.Value + fullName.vb: SUI.Observable(Of T).Value + nameWithType: Observable.Value + nameWithType.vb: Observable(Of T).Value +- uid: SUI.Observable`1.Value* + name: Value + href: api/SUI.Observable-1.html#SUI_Observable_1_Value_ + commentId: Overload:SUI.Observable`1.Value + fullName: SUI.Observable.Value + fullName.vb: SUI.Observable(Of T).Value + nameWithType: Observable.Value + nameWithType.vb: Observable(Of T).Value +- uid: SUI.SBgButtonOptions + name: SBgButtonOptions + href: api/SUI.SBgButtonOptions.html + commentId: T:SUI.SBgButtonOptions + fullName: SUI.SBgButtonOptions + nameWithType: SBgButtonOptions +- uid: SUI.SBgButtonOptions.#ctor(UnityEngine.GameObject) + name: SBgButtonOptions(GameObject) + href: api/SUI.SBgButtonOptions.html#SUI_SBgButtonOptions__ctor_UnityEngine_GameObject_ + commentId: M:SUI.SBgButtonOptions.#ctor(UnityEngine.GameObject) + name.vb: New(GameObject) + fullName: SUI.SBgButtonOptions.SBgButtonOptions(UnityEngine.GameObject) + fullName.vb: SUI.SBgButtonOptions.New(UnityEngine.GameObject) + nameWithType: SBgButtonOptions.SBgButtonOptions(GameObject) + nameWithType.vb: SBgButtonOptions.New(GameObject) +- uid: SUI.SBgButtonOptions.#ctor* + name: SBgButtonOptions + href: api/SUI.SBgButtonOptions.html#SUI_SBgButtonOptions__ctor_ + commentId: Overload:SUI.SBgButtonOptions.#ctor + name.vb: New + fullName: SUI.SBgButtonOptions.SBgButtonOptions + fullName.vb: SUI.SBgButtonOptions.New + nameWithType: SBgButtonOptions.SBgButtonOptions + nameWithType.vb: SBgButtonOptions.New +- uid: SUI.SBgButtonOptions.AutoSize + name: AutoSize() + href: api/SUI.SBgButtonOptions.html#SUI_SBgButtonOptions_AutoSize + commentId: M:SUI.SBgButtonOptions.AutoSize + fullName: SUI.SBgButtonOptions.AutoSize() + nameWithType: SBgButtonOptions.AutoSize() +- uid: SUI.SBgButtonOptions.AutoSize* + name: AutoSize + href: api/SUI.SBgButtonOptions.html#SUI_SBgButtonOptions_AutoSize_ + commentId: Overload:SUI.SBgButtonOptions.AutoSize + fullName: SUI.SBgButtonOptions.AutoSize + nameWithType: SBgButtonOptions.AutoSize +- uid: SUI.SBgButtonOptions.Background(SUI.EBackground) + name: Background(EBackground) + href: api/SUI.SBgButtonOptions.html#SUI_SBgButtonOptions_Background_SUI_EBackground_ + commentId: M:SUI.SBgButtonOptions.Background(SUI.EBackground) + fullName: SUI.SBgButtonOptions.Background(SUI.EBackground) + nameWithType: SBgButtonOptions.Background(EBackground) +- uid: SUI.SBgButtonOptions.Background(SUI.SUI.BackgroundDefinition) + name: Background(BackgroundDefinition) + href: api/SUI.SBgButtonOptions.html#SUI_SBgButtonOptions_Background_SUI_SUI_BackgroundDefinition_ + commentId: M:SUI.SBgButtonOptions.Background(SUI.SUI.BackgroundDefinition) + fullName: SUI.SBgButtonOptions.Background(SUI.SUI.BackgroundDefinition) + nameWithType: SBgButtonOptions.Background(SUI.BackgroundDefinition) +- uid: SUI.SBgButtonOptions.Background(System.Boolean) + name: Background(bool) + href: api/SUI.SBgButtonOptions.html#SUI_SBgButtonOptions_Background_System_Boolean_ + commentId: M:SUI.SBgButtonOptions.Background(System.Boolean) + name.vb: Background(Boolean) + fullName: SUI.SBgButtonOptions.Background(bool) + fullName.vb: SUI.SBgButtonOptions.Background(Boolean) + nameWithType: SBgButtonOptions.Background(bool) + nameWithType.vb: SBgButtonOptions.Background(Boolean) +- uid: SUI.SBgButtonOptions.Background(System.String) + name: Background(string) + href: api/SUI.SBgButtonOptions.html#SUI_SBgButtonOptions_Background_System_String_ + commentId: M:SUI.SBgButtonOptions.Background(System.String) + name.vb: Background(String) + fullName: SUI.SBgButtonOptions.Background(string) + fullName.vb: SUI.SBgButtonOptions.Background(String) + nameWithType: SBgButtonOptions.Background(string) + nameWithType.vb: SBgButtonOptions.Background(String) +- uid: SUI.SBgButtonOptions.Background(UnityEngine.Sprite,UnityEngine.UI.Image.Type) + name: Background(Sprite, Type) + href: api/SUI.SBgButtonOptions.html#SUI_SBgButtonOptions_Background_UnityEngine_Sprite_UnityEngine_UI_Image_Type_ + commentId: M:SUI.SBgButtonOptions.Background(UnityEngine.Sprite,UnityEngine.UI.Image.Type) + fullName: SUI.SBgButtonOptions.Background(UnityEngine.Sprite, UnityEngine.UI.Image.Type) + nameWithType: SBgButtonOptions.Background(Sprite, Image.Type) +- uid: SUI.SBgButtonOptions.Background* + name: Background + href: api/SUI.SBgButtonOptions.html#SUI_SBgButtonOptions_Background_ + commentId: Overload:SUI.SBgButtonOptions.Background + fullName: SUI.SBgButtonOptions.Background + nameWithType: SBgButtonOptions.Background +- uid: SUI.SBgButtonOptions.ButtonObject + name: ButtonObject + href: api/SUI.SBgButtonOptions.html#SUI_SBgButtonOptions_ButtonObject + commentId: F:SUI.SBgButtonOptions.ButtonObject + fullName: SUI.SBgButtonOptions.ButtonObject + nameWithType: SBgButtonOptions.ButtonObject +- uid: SUI.SBgButtonOptions.Color(System.String) + name: Color(string) + href: api/SUI.SBgButtonOptions.html#SUI_SBgButtonOptions_Color_System_String_ + commentId: M:SUI.SBgButtonOptions.Color(System.String) + name.vb: Color(String) + fullName: SUI.SBgButtonOptions.Color(string) + fullName.vb: SUI.SBgButtonOptions.Color(String) + nameWithType: SBgButtonOptions.Color(string) + nameWithType.vb: SBgButtonOptions.Color(String) +- uid: SUI.SBgButtonOptions.Color(UnityEngine.Color) + name: Color(Color) + href: api/SUI.SBgButtonOptions.html#SUI_SBgButtonOptions_Color_UnityEngine_Color_ + commentId: M:SUI.SBgButtonOptions.Color(UnityEngine.Color) + fullName: SUI.SBgButtonOptions.Color(UnityEngine.Color) + nameWithType: SBgButtonOptions.Color(Color) +- uid: SUI.SBgButtonOptions.Color* + name: Color + href: api/SUI.SBgButtonOptions.html#SUI_SBgButtonOptions_Color_ + commentId: Overload:SUI.SBgButtonOptions.Color + fullName: SUI.SBgButtonOptions.Color + nameWithType: SBgButtonOptions.Color +- uid: SUI.SBgButtonOptions.ImageObject + name: ImageObject + href: api/SUI.SBgButtonOptions.html#SUI_SBgButtonOptions_ImageObject + commentId: F:SUI.SBgButtonOptions.ImageObject + fullName: SUI.SBgButtonOptions.ImageObject + nameWithType: SBgButtonOptions.ImageObject +- uid: SUI.SBgButtonOptions.Notify(System.Action) + name: Notify(Action) + href: api/SUI.SBgButtonOptions.html#SUI_SBgButtonOptions_Notify_System_Action_ + commentId: M:SUI.SBgButtonOptions.Notify(System.Action) + fullName: SUI.SBgButtonOptions.Notify(System.Action) + nameWithType: SBgButtonOptions.Notify(Action) +- uid: SUI.SBgButtonOptions.Notify* + name: Notify + href: api/SUI.SBgButtonOptions.html#SUI_SBgButtonOptions_Notify_ + commentId: Overload:SUI.SBgButtonOptions.Notify + fullName: SUI.SBgButtonOptions.Notify + nameWithType: SBgButtonOptions.Notify +- uid: SUI.SButtonOptions + name: SButtonOptions + href: api/SUI.SButtonOptions.html + commentId: T:SUI.SButtonOptions + fullName: SUI.SButtonOptions + nameWithType: SButtonOptions +- uid: SUI.SButtonOptions.#ctor(UnityEngine.GameObject) + name: SButtonOptions(GameObject) + href: api/SUI.SButtonOptions.html#SUI_SButtonOptions__ctor_UnityEngine_GameObject_ + commentId: M:SUI.SButtonOptions.#ctor(UnityEngine.GameObject) + name.vb: New(GameObject) + fullName: SUI.SButtonOptions.SButtonOptions(UnityEngine.GameObject) + fullName.vb: SUI.SButtonOptions.New(UnityEngine.GameObject) + nameWithType: SButtonOptions.SButtonOptions(GameObject) + nameWithType.vb: SButtonOptions.New(GameObject) +- uid: SUI.SButtonOptions.#ctor* + name: SButtonOptions + href: api/SUI.SButtonOptions.html#SUI_SButtonOptions__ctor_ + commentId: Overload:SUI.SButtonOptions.#ctor + name.vb: New + fullName: SUI.SButtonOptions.SButtonOptions + fullName.vb: SUI.SButtonOptions.New + nameWithType: SButtonOptions.SButtonOptions + nameWithType.vb: SButtonOptions.New +- uid: SUI.SButtonOptions.ButtonObject + name: ButtonObject + href: api/SUI.SButtonOptions.html#SUI_SButtonOptions_ButtonObject + commentId: F:SUI.SButtonOptions.ButtonObject + fullName: SUI.SButtonOptions.ButtonObject + nameWithType: SButtonOptions.ButtonObject +- uid: SUI.SButtonOptions.Notify(System.Action) + name: Notify(Action) + href: api/SUI.SButtonOptions.html#SUI_SButtonOptions_Notify_System_Action_ + commentId: M:SUI.SButtonOptions.Notify(System.Action) + fullName: SUI.SButtonOptions.Notify(System.Action) + nameWithType: SButtonOptions.Notify(Action) +- uid: SUI.SButtonOptions.Notify* + name: Notify + href: api/SUI.SButtonOptions.html#SUI_SButtonOptions_Notify_ + commentId: Overload:SUI.SButtonOptions.Notify + fullName: SUI.SButtonOptions.Notify + nameWithType: SButtonOptions.Notify +- uid: SUI.SContainerOptions + name: SContainerOptions + href: api/SUI.SContainerOptions.html + commentId: T:SUI.SContainerOptions + fullName: SUI.SContainerOptions + nameWithType: SContainerOptions +- uid: SUI.SContainerOptions.#ctor(UnityEngine.GameObject) + name: SContainerOptions(GameObject) + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions__ctor_UnityEngine_GameObject_ + commentId: M:SUI.SContainerOptions.#ctor(UnityEngine.GameObject) + name.vb: New(GameObject) + fullName: SUI.SContainerOptions.SContainerOptions(UnityEngine.GameObject) + fullName.vb: SUI.SContainerOptions.New(UnityEngine.GameObject) + nameWithType: SContainerOptions.SContainerOptions(GameObject) + nameWithType.vb: SContainerOptions.New(GameObject) +- uid: SUI.SContainerOptions.#ctor* + name: SContainerOptions + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions__ctor_ + commentId: Overload:SUI.SContainerOptions.#ctor + name.vb: New + fullName: SUI.SContainerOptions.SContainerOptions + fullName.vb: SUI.SContainerOptions.New + nameWithType: SContainerOptions.SContainerOptions + nameWithType.vb: SContainerOptions.New +- uid: SUI.SContainerOptions.AutoSize(System.String) + name: AutoSize(string) + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_AutoSize_System_String_ + commentId: M:SUI.SContainerOptions.AutoSize(System.String) + name.vb: AutoSize(String) + fullName: SUI.SContainerOptions.AutoSize(string) + fullName.vb: SUI.SContainerOptions.AutoSize(String) + nameWithType: SContainerOptions.AutoSize(string) + nameWithType.vb: SContainerOptions.AutoSize(String) +- uid: SUI.SContainerOptions.AutoSize(UnityEngine.UI.ContentSizeFitter.FitMode,UnityEngine.UI.ContentSizeFitter.FitMode) + name: AutoSize(FitMode, FitMode) + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_AutoSize_UnityEngine_UI_ContentSizeFitter_FitMode_UnityEngine_UI_ContentSizeFitter_FitMode_ + commentId: M:SUI.SContainerOptions.AutoSize(UnityEngine.UI.ContentSizeFitter.FitMode,UnityEngine.UI.ContentSizeFitter.FitMode) + fullName: SUI.SContainerOptions.AutoSize(UnityEngine.UI.ContentSizeFitter.FitMode, UnityEngine.UI.ContentSizeFitter.FitMode) + nameWithType: SContainerOptions.AutoSize(ContentSizeFitter.FitMode, ContentSizeFitter.FitMode) +- uid: SUI.SContainerOptions.AutoSize* + name: AutoSize + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_AutoSize_ + commentId: Overload:SUI.SContainerOptions.AutoSize + fullName: SUI.SContainerOptions.AutoSize + nameWithType: SContainerOptions.AutoSize +- uid: SUI.SContainerOptions.Background(SUI.SUI.BackgroundDefinition) + name: Background(BackgroundDefinition) + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_Background_SUI_SUI_BackgroundDefinition_ + commentId: M:SUI.SContainerOptions.Background(SUI.SUI.BackgroundDefinition) + fullName: SUI.SContainerOptions.Background(SUI.SUI.BackgroundDefinition) + nameWithType: SContainerOptions.Background(SUI.BackgroundDefinition) +- uid: SUI.SContainerOptions.Background(System.Boolean) + name: Background(bool) + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_Background_System_Boolean_ + commentId: M:SUI.SContainerOptions.Background(System.Boolean) + name.vb: Background(Boolean) + fullName: SUI.SContainerOptions.Background(bool) + fullName.vb: SUI.SContainerOptions.Background(Boolean) + nameWithType: SContainerOptions.Background(bool) + nameWithType.vb: SContainerOptions.Background(Boolean) +- uid: SUI.SContainerOptions.Background(System.String,System.Boolean) + name: Background(string, bool) + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_Background_System_String_System_Boolean_ + commentId: M:SUI.SContainerOptions.Background(System.String,System.Boolean) + name.vb: Background(String, Boolean) + fullName: SUI.SContainerOptions.Background(string, bool) + fullName.vb: SUI.SContainerOptions.Background(String, Boolean) + nameWithType: SContainerOptions.Background(string, bool) + nameWithType.vb: SContainerOptions.Background(String, Boolean) +- uid: SUI.SContainerOptions.Background(UnityEngine.Color,SUI.EBackground,System.Nullable{UnityEngine.UI.Image.Type}) + name: Background(Color, EBackground, Type?) + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_Background_UnityEngine_Color_SUI_EBackground_System_Nullable_UnityEngine_UI_Image_Type__ + commentId: M:SUI.SContainerOptions.Background(UnityEngine.Color,SUI.EBackground,System.Nullable{UnityEngine.UI.Image.Type}) + fullName: SUI.SContainerOptions.Background(UnityEngine.Color, SUI.EBackground, UnityEngine.UI.Image.Type?) + nameWithType: SContainerOptions.Background(Color, EBackground, Image.Type?) +- uid: SUI.SContainerOptions.Background(UnityEngine.Sprite,System.Nullable{UnityEngine.Color},UnityEngine.UI.Image.Type) + name: Background(Sprite, Color?, Type) + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_Background_UnityEngine_Sprite_System_Nullable_UnityEngine_Color__UnityEngine_UI_Image_Type_ + commentId: M:SUI.SContainerOptions.Background(UnityEngine.Sprite,System.Nullable{UnityEngine.Color},UnityEngine.UI.Image.Type) + fullName: SUI.SContainerOptions.Background(UnityEngine.Sprite, UnityEngine.Color?, UnityEngine.UI.Image.Type) + nameWithType: SContainerOptions.Background(Sprite, Color?, Image.Type) +- uid: SUI.SContainerOptions.Background* + name: Background + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_Background_ + commentId: Overload:SUI.SContainerOptions.Background + fullName: SUI.SContainerOptions.Background + nameWithType: SContainerOptions.Background +- uid: SUI.SContainerOptions.BindVisibility(SUI.Observable{System.Boolean},System.Boolean) + name: BindVisibility(Observable, bool) + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_BindVisibility_SUI_Observable_System_Boolean__System_Boolean_ + commentId: M:SUI.SContainerOptions.BindVisibility(SUI.Observable{System.Boolean},System.Boolean) + name.vb: BindVisibility(Observable(Of Boolean), Boolean) + fullName: SUI.SContainerOptions.BindVisibility(SUI.Observable, bool) + fullName.vb: SUI.SContainerOptions.BindVisibility(SUI.Observable(Of Boolean), Boolean) + nameWithType: SContainerOptions.BindVisibility(Observable, bool) + nameWithType.vb: SContainerOptions.BindVisibility(Observable(Of Boolean), Boolean) +- uid: SUI.SContainerOptions.BindVisibility* + name: BindVisibility + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_BindVisibility_ + commentId: Overload:SUI.SContainerOptions.BindVisibility + fullName: SUI.SContainerOptions.BindVisibility + nameWithType: SContainerOptions.BindVisibility +- uid: SUI.SContainerOptions.CanvasGroup(System.Single,System.Boolean) + name: CanvasGroup(float, bool) + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_CanvasGroup_System_Single_System_Boolean_ + commentId: M:SUI.SContainerOptions.CanvasGroup(System.Single,System.Boolean) + name.vb: CanvasGroup(Single, Boolean) + fullName: SUI.SContainerOptions.CanvasGroup(float, bool) + fullName.vb: SUI.SContainerOptions.CanvasGroup(Single, Boolean) + nameWithType: SContainerOptions.CanvasGroup(float, bool) + nameWithType.vb: SContainerOptions.CanvasGroup(Single, Boolean) +- uid: SUI.SContainerOptions.CanvasGroup* + name: CanvasGroup + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_CanvasGroup_ + commentId: Overload:SUI.SContainerOptions.CanvasGroup + fullName: SUI.SContainerOptions.CanvasGroup + nameWithType: SContainerOptions.CanvasGroup +- uid: SUI.SContainerOptions.CellSize(System.Single,System.Single) + name: CellSize(float, float) + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_CellSize_System_Single_System_Single_ + commentId: M:SUI.SContainerOptions.CellSize(System.Single,System.Single) + name.vb: CellSize(Single, Single) + fullName: SUI.SContainerOptions.CellSize(float, float) + fullName.vb: SUI.SContainerOptions.CellSize(Single, Single) + nameWithType: SContainerOptions.CellSize(float, float) + nameWithType.vb: SContainerOptions.CellSize(Single, Single) +- uid: SUI.SContainerOptions.CellSize* + name: CellSize + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_CellSize_ + commentId: Overload:SUI.SContainerOptions.CellSize + fullName: SUI.SContainerOptions.CellSize + nameWithType: SContainerOptions.CellSize +- uid: SUI.SContainerOptions.ChildControl(System.Nullable{System.Boolean},System.Nullable{System.Boolean}) + name: ChildControl(bool?, bool?) + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_ChildControl_System_Nullable_System_Boolean__System_Nullable_System_Boolean__ + commentId: M:SUI.SContainerOptions.ChildControl(System.Nullable{System.Boolean},System.Nullable{System.Boolean}) + name.vb: ChildControl(Boolean?, Boolean?) + fullName: SUI.SContainerOptions.ChildControl(bool?, bool?) + fullName.vb: SUI.SContainerOptions.ChildControl(Boolean?, Boolean?) + nameWithType: SContainerOptions.ChildControl(bool?, bool?) + nameWithType.vb: SContainerOptions.ChildControl(Boolean?, Boolean?) +- uid: SUI.SContainerOptions.ChildControl* + name: ChildControl + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_ChildControl_ + commentId: Overload:SUI.SContainerOptions.ChildControl + fullName: SUI.SContainerOptions.ChildControl + nameWithType: SContainerOptions.ChildControl +- uid: SUI.SContainerOptions.ChildExpand(System.Nullable{System.Boolean},System.Nullable{System.Boolean}) + name: ChildExpand(bool?, bool?) + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_ChildExpand_System_Nullable_System_Boolean__System_Nullable_System_Boolean__ + commentId: M:SUI.SContainerOptions.ChildExpand(System.Nullable{System.Boolean},System.Nullable{System.Boolean}) + name.vb: ChildExpand(Boolean?, Boolean?) + fullName: SUI.SContainerOptions.ChildExpand(bool?, bool?) + fullName.vb: SUI.SContainerOptions.ChildExpand(Boolean?, Boolean?) + nameWithType: SContainerOptions.ChildExpand(bool?, bool?) + nameWithType.vb: SContainerOptions.ChildExpand(Boolean?, Boolean?) +- uid: SUI.SContainerOptions.ChildExpand* + name: ChildExpand + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_ChildExpand_ + commentId: Overload:SUI.SContainerOptions.ChildExpand + fullName: SUI.SContainerOptions.ChildExpand + nameWithType: SContainerOptions.ChildExpand +- uid: SUI.SContainerOptions.Grid(System.Int32,System.Single) + name: Grid(int, float) + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_Grid_System_Int32_System_Single_ + commentId: M:SUI.SContainerOptions.Grid(System.Int32,System.Single) + name.vb: Grid(Integer, Single) + fullName: SUI.SContainerOptions.Grid(int, float) + fullName.vb: SUI.SContainerOptions.Grid(Integer, Single) + nameWithType: SContainerOptions.Grid(int, float) + nameWithType.vb: SContainerOptions.Grid(Integer, Single) +- uid: SUI.SContainerOptions.Grid* + name: Grid + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_Grid_ + commentId: Overload:SUI.SContainerOptions.Grid + fullName: SUI.SContainerOptions.Grid + nameWithType: SContainerOptions.Grid +- uid: SUI.SContainerOptions.Horizontal(System.Single,System.String) + name: Horizontal(float, string) + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_Horizontal_System_Single_System_String_ + commentId: M:SUI.SContainerOptions.Horizontal(System.Single,System.String) + name.vb: Horizontal(Single, String) + fullName: SUI.SContainerOptions.Horizontal(float, string) + fullName.vb: SUI.SContainerOptions.Horizontal(Single, String) + nameWithType: SContainerOptions.Horizontal(float, string) + nameWithType.vb: SContainerOptions.Horizontal(Single, String) +- uid: SUI.SContainerOptions.Horizontal* + name: Horizontal + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_Horizontal_ + commentId: Overload:SUI.SContainerOptions.Horizontal + fullName: SUI.SContainerOptions.Horizontal + nameWithType: SContainerOptions.Horizontal +- uid: SUI.SContainerOptions.Item(SUI.SUiElement) + name: this[SUiElement] + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_Item_SUI_SUiElement_ + commentId: P:SUI.SContainerOptions.Item(SUI.SUiElement) + name.vb: this[](SUiElement) + fullName: SUI.SContainerOptions.this[SUI.SUiElement] + fullName.vb: SUI.SContainerOptions.this[](SUI.SUiElement) + nameWithType: SContainerOptions.this[SUiElement] + nameWithType.vb: SContainerOptions.this[](SUiElement) +- uid: SUI.SContainerOptions.Item* + name: this + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_Item_ + commentId: Overload:SUI.SContainerOptions.Item + name.vb: this[] + fullName: SUI.SContainerOptions.this + fullName.vb: SUI.SContainerOptions.this[] + nameWithType: SContainerOptions.this + nameWithType.vb: SContainerOptions.this[] +- uid: SUI.SContainerOptions.LayoutChildAlignment(UnityEngine.TextAnchor) + name: LayoutChildAlignment(TextAnchor) + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_LayoutChildAlignment_UnityEngine_TextAnchor_ + commentId: M:SUI.SContainerOptions.LayoutChildAlignment(UnityEngine.TextAnchor) + fullName: SUI.SContainerOptions.LayoutChildAlignment(UnityEngine.TextAnchor) + nameWithType: SContainerOptions.LayoutChildAlignment(TextAnchor) +- uid: SUI.SContainerOptions.LayoutChildAlignment* + name: LayoutChildAlignment + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_LayoutChildAlignment_ + commentId: Overload:SUI.SContainerOptions.LayoutChildAlignment + fullName: SUI.SContainerOptions.LayoutChildAlignment + nameWithType: SContainerOptions.LayoutChildAlignment +- uid: SUI.SContainerOptions.LayoutMode(System.String) + name: LayoutMode(string) + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_LayoutMode_System_String_ + commentId: M:SUI.SContainerOptions.LayoutMode(System.String) + name.vb: LayoutMode(String) + fullName: SUI.SContainerOptions.LayoutMode(string) + fullName.vb: SUI.SContainerOptions.LayoutMode(String) + nameWithType: SContainerOptions.LayoutMode(string) + nameWithType.vb: SContainerOptions.LayoutMode(String) +- uid: SUI.SContainerOptions.LayoutMode* + name: LayoutMode + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_LayoutMode_ + commentId: Overload:SUI.SContainerOptions.LayoutMode + fullName: SUI.SContainerOptions.LayoutMode + nameWithType: SContainerOptions.LayoutMode +- uid: SUI.SContainerOptions.LayoutUseChildScale(System.Nullable{System.Boolean},System.Nullable{System.Boolean}) + name: LayoutUseChildScale(bool?, bool?) + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_LayoutUseChildScale_System_Nullable_System_Boolean__System_Nullable_System_Boolean__ + commentId: M:SUI.SContainerOptions.LayoutUseChildScale(System.Nullable{System.Boolean},System.Nullable{System.Boolean}) + name.vb: LayoutUseChildScale(Boolean?, Boolean?) + fullName: SUI.SContainerOptions.LayoutUseChildScale(bool?, bool?) + fullName.vb: SUI.SContainerOptions.LayoutUseChildScale(Boolean?, Boolean?) + nameWithType: SContainerOptions.LayoutUseChildScale(bool?, bool?) + nameWithType.vb: SContainerOptions.LayoutUseChildScale(Boolean?, Boolean?) +- uid: SUI.SContainerOptions.LayoutUseChildScale* + name: LayoutUseChildScale + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_LayoutUseChildScale_ + commentId: Overload:SUI.SContainerOptions.LayoutUseChildScale + fullName: SUI.SContainerOptions.LayoutUseChildScale + nameWithType: SContainerOptions.LayoutUseChildScale +- uid: SUI.SContainerOptions.op_Subtraction(SUI.SContainerOptions,SUI.SUiElement) + name: operator -(SContainerOptions, SUiElement) + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_op_Subtraction_SUI_SContainerOptions_SUI_SUiElement_ + commentId: M:SUI.SContainerOptions.op_Subtraction(SUI.SContainerOptions,SUI.SUiElement) + name.vb: -(SContainerOptions, SUiElement) + fullName: SUI.SContainerOptions.operator -(SUI.SContainerOptions, SUI.SUiElement) + fullName.vb: SUI.SContainerOptions.-(SUI.SContainerOptions, SUI.SUiElement) + nameWithType: SContainerOptions.operator -(SContainerOptions, SUiElement) + nameWithType.vb: SContainerOptions.-(SContainerOptions, SUiElement) +- uid: SUI.SContainerOptions.op_Subtraction* + name: operator - + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_op_Subtraction_ + commentId: Overload:SUI.SContainerOptions.op_Subtraction + name.vb: '-' + fullName: SUI.SContainerOptions.operator - + fullName.vb: SUI.SContainerOptions.- + nameWithType: SContainerOptions.operator - + nameWithType.vb: SContainerOptions.- +- uid: SUI.SContainerOptions.Opacity(System.Single) + name: Opacity(float) + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_Opacity_System_Single_ + commentId: M:SUI.SContainerOptions.Opacity(System.Single) + name.vb: Opacity(Single) + fullName: SUI.SContainerOptions.Opacity(float) + fullName.vb: SUI.SContainerOptions.Opacity(Single) + nameWithType: SContainerOptions.Opacity(float) + nameWithType.vb: SContainerOptions.Opacity(Single) +- uid: SUI.SContainerOptions.Opacity* + name: Opacity + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_Opacity_ + commentId: Overload:SUI.SContainerOptions.Opacity + fullName: SUI.SContainerOptions.Opacity + nameWithType: SContainerOptions.Opacity +- uid: SUI.SContainerOptions.OverrideSorting(System.Int32) + name: OverrideSorting(int) + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_OverrideSorting_System_Int32_ + commentId: M:SUI.SContainerOptions.OverrideSorting(System.Int32) + name.vb: OverrideSorting(Integer) + fullName: SUI.SContainerOptions.OverrideSorting(int) + fullName.vb: SUI.SContainerOptions.OverrideSorting(Integer) + nameWithType: SContainerOptions.OverrideSorting(int) + nameWithType.vb: SContainerOptions.OverrideSorting(Integer) +- uid: SUI.SContainerOptions.OverrideSorting* + name: OverrideSorting + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_OverrideSorting_ + commentId: Overload:SUI.SContainerOptions.OverrideSorting + fullName: SUI.SContainerOptions.OverrideSorting + nameWithType: SContainerOptions.OverrideSorting +- uid: SUI.SContainerOptions.Padding(System.Single,System.Single,System.Single,System.Single) + name: Padding(float, float, float, float) + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_Padding_System_Single_System_Single_System_Single_System_Single_ + commentId: M:SUI.SContainerOptions.Padding(System.Single,System.Single,System.Single,System.Single) + name.vb: Padding(Single, Single, Single, Single) + fullName: SUI.SContainerOptions.Padding(float, float, float, float) + fullName.vb: SUI.SContainerOptions.Padding(Single, Single, Single, Single) + nameWithType: SContainerOptions.Padding(float, float, float, float) + nameWithType.vb: SContainerOptions.Padding(Single, Single, Single, Single) +- uid: SUI.SContainerOptions.Padding(System.Single) + name: Padding(float) + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_Padding_System_Single_ + commentId: M:SUI.SContainerOptions.Padding(System.Single) + name.vb: Padding(Single) + fullName: SUI.SContainerOptions.Padding(float) + fullName.vb: SUI.SContainerOptions.Padding(Single) + nameWithType: SContainerOptions.Padding(float) + nameWithType.vb: SContainerOptions.Padding(Single) +- uid: SUI.SContainerOptions.Padding* + name: Padding + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_Padding_ + commentId: Overload:SUI.SContainerOptions.Padding + fullName: SUI.SContainerOptions.Padding + nameWithType: SContainerOptions.Padding +- uid: SUI.SContainerOptions.PaddingHorizontal(System.Single) + name: PaddingHorizontal(float) + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_PaddingHorizontal_System_Single_ + commentId: M:SUI.SContainerOptions.PaddingHorizontal(System.Single) + name.vb: PaddingHorizontal(Single) + fullName: SUI.SContainerOptions.PaddingHorizontal(float) + fullName.vb: SUI.SContainerOptions.PaddingHorizontal(Single) + nameWithType: SContainerOptions.PaddingHorizontal(float) + nameWithType.vb: SContainerOptions.PaddingHorizontal(Single) +- uid: SUI.SContainerOptions.PaddingHorizontal* + name: PaddingHorizontal + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_PaddingHorizontal_ + commentId: Overload:SUI.SContainerOptions.PaddingHorizontal + fullName: SUI.SContainerOptions.PaddingHorizontal + nameWithType: SContainerOptions.PaddingHorizontal +- uid: SUI.SContainerOptions.PaddingVertical(System.Single) + name: PaddingVertical(float) + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_PaddingVertical_System_Single_ + commentId: M:SUI.SContainerOptions.PaddingVertical(System.Single) + name.vb: PaddingVertical(Single) + fullName: SUI.SContainerOptions.PaddingVertical(float) + fullName.vb: SUI.SContainerOptions.PaddingVertical(Single) + nameWithType: SContainerOptions.PaddingVertical(float) + nameWithType.vb: SContainerOptions.PaddingVertical(Single) +- uid: SUI.SContainerOptions.PaddingVertical* + name: PaddingVertical + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_PaddingVertical_ + commentId: Overload:SUI.SContainerOptions.PaddingVertical + fullName: SUI.SContainerOptions.PaddingVertical + nameWithType: SContainerOptions.PaddingVertical +- uid: SUI.SContainerOptions.Spacing(System.Single,System.Single) + name: Spacing(float, float) + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_Spacing_System_Single_System_Single_ + commentId: M:SUI.SContainerOptions.Spacing(System.Single,System.Single) + name.vb: Spacing(Single, Single) + fullName: SUI.SContainerOptions.Spacing(float, float) + fullName.vb: SUI.SContainerOptions.Spacing(Single, Single) + nameWithType: SContainerOptions.Spacing(float, float) + nameWithType.vb: SContainerOptions.Spacing(Single, Single) +- uid: SUI.SContainerOptions.Spacing(System.Single) + name: Spacing(float) + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_Spacing_System_Single_ + commentId: M:SUI.SContainerOptions.Spacing(System.Single) + name.vb: Spacing(Single) + fullName: SUI.SContainerOptions.Spacing(float) + fullName.vb: SUI.SContainerOptions.Spacing(Single) + nameWithType: SContainerOptions.Spacing(float) + nameWithType.vb: SContainerOptions.Spacing(Single) +- uid: SUI.SContainerOptions.Spacing* + name: Spacing + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_Spacing_ + commentId: Overload:SUI.SContainerOptions.Spacing + fullName: SUI.SContainerOptions.Spacing + nameWithType: SContainerOptions.Spacing +- uid: SUI.SContainerOptions.Vertical(System.Single,System.String) + name: Vertical(float, string) + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_Vertical_System_Single_System_String_ + commentId: M:SUI.SContainerOptions.Vertical(System.Single,System.String) + name.vb: Vertical(Single, String) + fullName: SUI.SContainerOptions.Vertical(float, string) + fullName.vb: SUI.SContainerOptions.Vertical(Single, String) + nameWithType: SContainerOptions.Vertical(float, string) + nameWithType.vb: SContainerOptions.Vertical(Single, String) +- uid: SUI.SContainerOptions.Vertical* + name: Vertical + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_Vertical_ + commentId: Overload:SUI.SContainerOptions.Vertical + fullName: SUI.SContainerOptions.Vertical + nameWithType: SContainerOptions.Vertical +- uid: SUI.SContainerOptions.VisibilityObservalbleChanged(System.Boolean) + name: VisibilityObservalbleChanged(bool) + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_VisibilityObservalbleChanged_System_Boolean_ + commentId: M:SUI.SContainerOptions.VisibilityObservalbleChanged(System.Boolean) + name.vb: VisibilityObservalbleChanged(Boolean) + fullName: SUI.SContainerOptions.VisibilityObservalbleChanged(bool) + fullName.vb: SUI.SContainerOptions.VisibilityObservalbleChanged(Boolean) + nameWithType: SContainerOptions.VisibilityObservalbleChanged(bool) + nameWithType.vb: SContainerOptions.VisibilityObservalbleChanged(Boolean) +- uid: SUI.SContainerOptions.VisibilityObservalbleChanged* + name: VisibilityObservalbleChanged + href: api/SUI.SContainerOptions.html#SUI_SContainerOptions_VisibilityObservalbleChanged_ + commentId: Overload:SUI.SContainerOptions.VisibilityObservalbleChanged + fullName: SUI.SContainerOptions.VisibilityObservalbleChanged + nameWithType: SContainerOptions.VisibilityObservalbleChanged +- uid: SUI.SImageOptions + name: SImageOptions + href: api/SUI.SImageOptions.html + commentId: T:SUI.SImageOptions + fullName: SUI.SImageOptions + nameWithType: SImageOptions +- uid: SUI.SImageOptions.#ctor(UnityEngine.GameObject) + name: SImageOptions(GameObject) + href: api/SUI.SImageOptions.html#SUI_SImageOptions__ctor_UnityEngine_GameObject_ + commentId: M:SUI.SImageOptions.#ctor(UnityEngine.GameObject) + name.vb: New(GameObject) + fullName: SUI.SImageOptions.SImageOptions(UnityEngine.GameObject) + fullName.vb: SUI.SImageOptions.New(UnityEngine.GameObject) + nameWithType: SImageOptions.SImageOptions(GameObject) + nameWithType.vb: SImageOptions.New(GameObject) +- uid: SUI.SImageOptions.#ctor* + name: SImageOptions + href: api/SUI.SImageOptions.html#SUI_SImageOptions__ctor_ + commentId: Overload:SUI.SImageOptions.#ctor + name.vb: New + fullName: SUI.SImageOptions.SImageOptions + fullName.vb: SUI.SImageOptions.New + nameWithType: SImageOptions.SImageOptions + nameWithType.vb: SImageOptions.New +- uid: SUI.SImageOptions.ImageObject + name: ImageObject + href: api/SUI.SImageOptions.html#SUI_SImageOptions_ImageObject + commentId: F:SUI.SImageOptions.ImageObject + fullName: SUI.SImageOptions.ImageObject + nameWithType: SImageOptions.ImageObject +- uid: SUI.SImageOptions.OnObservaleChanged(UnityEngine.Texture) + name: OnObservaleChanged(Texture) + href: api/SUI.SImageOptions.html#SUI_SImageOptions_OnObservaleChanged_UnityEngine_Texture_ + commentId: M:SUI.SImageOptions.OnObservaleChanged(UnityEngine.Texture) + fullName: SUI.SImageOptions.OnObservaleChanged(UnityEngine.Texture) + nameWithType: SImageOptions.OnObservaleChanged(Texture) +- uid: SUI.SImageOptions.OnObservaleChanged* + name: OnObservaleChanged + href: api/SUI.SImageOptions.html#SUI_SImageOptions_OnObservaleChanged_ + commentId: Overload:SUI.SImageOptions.OnObservaleChanged + fullName: SUI.SImageOptions.OnObservaleChanged + nameWithType: SImageOptions.OnObservaleChanged +- uid: SUI.SImageOptions.Texture(UnityEngine.Texture) + name: Texture(Texture) + href: api/SUI.SImageOptions.html#SUI_SImageOptions_Texture_UnityEngine_Texture_ + commentId: M:SUI.SImageOptions.Texture(UnityEngine.Texture) + fullName: SUI.SImageOptions.Texture(UnityEngine.Texture) + nameWithType: SImageOptions.Texture(Texture) +- uid: SUI.SImageOptions.Texture* + name: Texture + href: api/SUI.SImageOptions.html#SUI_SImageOptions_Texture_ + commentId: Overload:SUI.SImageOptions.Texture + fullName: SUI.SImageOptions.Texture + nameWithType: SImageOptions.Texture +- uid: SUI.SLabelDividerOptions + name: SLabelDividerOptions + href: api/SUI.SLabelDividerOptions.html + commentId: T:SUI.SLabelDividerOptions + fullName: SUI.SLabelDividerOptions + nameWithType: SLabelDividerOptions +- uid: SUI.SLabelDividerOptions.#ctor(UnityEngine.GameObject) + name: SLabelDividerOptions(GameObject) + href: api/SUI.SLabelDividerOptions.html#SUI_SLabelDividerOptions__ctor_UnityEngine_GameObject_ + commentId: M:SUI.SLabelDividerOptions.#ctor(UnityEngine.GameObject) + name.vb: New(GameObject) + fullName: SUI.SLabelDividerOptions.SLabelDividerOptions(UnityEngine.GameObject) + fullName.vb: SUI.SLabelDividerOptions.New(UnityEngine.GameObject) + nameWithType: SLabelDividerOptions.SLabelDividerOptions(GameObject) + nameWithType.vb: SLabelDividerOptions.New(GameObject) +- uid: SUI.SLabelDividerOptions.#ctor* + name: SLabelDividerOptions + href: api/SUI.SLabelDividerOptions.html#SUI_SLabelDividerOptions__ctor_ + commentId: Overload:SUI.SLabelDividerOptions.#ctor + name.vb: New + fullName: SUI.SLabelDividerOptions.SLabelDividerOptions + fullName.vb: SUI.SLabelDividerOptions.New + nameWithType: SLabelDividerOptions.SLabelDividerOptions + nameWithType.vb: SLabelDividerOptions.New +- uid: SUI.SLabelDividerOptions.ImageObject + name: ImageObject + href: api/SUI.SLabelDividerOptions.html#SUI_SLabelDividerOptions_ImageObject + commentId: F:SUI.SLabelDividerOptions.ImageObject + fullName: SUI.SLabelDividerOptions.ImageObject + nameWithType: SLabelDividerOptions.ImageObject +- uid: SUI.SLabelDividerOptions.Spacing(System.Single) + name: Spacing(float) + href: api/SUI.SLabelDividerOptions.html#SUI_SLabelDividerOptions_Spacing_System_Single_ + commentId: M:SUI.SLabelDividerOptions.Spacing(System.Single) + name.vb: Spacing(Single) + fullName: SUI.SLabelDividerOptions.Spacing(float) + fullName.vb: SUI.SLabelDividerOptions.Spacing(Single) + nameWithType: SLabelDividerOptions.Spacing(float) + nameWithType.vb: SLabelDividerOptions.Spacing(Single) +- uid: SUI.SLabelDividerOptions.Spacing* + name: Spacing + href: api/SUI.SLabelDividerOptions.html#SUI_SLabelDividerOptions_Spacing_ + commentId: Overload:SUI.SLabelDividerOptions.Spacing + fullName: SUI.SLabelDividerOptions.Spacing + nameWithType: SLabelDividerOptions.Spacing +- uid: SUI.SLabelDividerOptions.Texture(UnityEngine.Texture2D) + name: Texture(Texture2D) + href: api/SUI.SLabelDividerOptions.html#SUI_SLabelDividerOptions_Texture_UnityEngine_Texture2D_ + commentId: M:SUI.SLabelDividerOptions.Texture(UnityEngine.Texture2D) + fullName: SUI.SLabelDividerOptions.Texture(UnityEngine.Texture2D) + nameWithType: SLabelDividerOptions.Texture(Texture2D) +- uid: SUI.SLabelDividerOptions.Texture* + name: Texture + href: api/SUI.SLabelDividerOptions.html#SUI_SLabelDividerOptions_Texture_ + commentId: Overload:SUI.SLabelDividerOptions.Texture + fullName: SUI.SLabelDividerOptions.Texture + nameWithType: SLabelDividerOptions.Texture +- uid: SUI.SLabelOptions + name: SLabelOptions + href: api/SUI.SLabelOptions.html + commentId: T:SUI.SLabelOptions + fullName: SUI.SLabelOptions + nameWithType: SLabelOptions +- uid: SUI.SLabelOptions.#ctor(UnityEngine.GameObject) + name: SLabelOptions(GameObject) + href: api/SUI.SLabelOptions.html#SUI_SLabelOptions__ctor_UnityEngine_GameObject_ + commentId: M:SUI.SLabelOptions.#ctor(UnityEngine.GameObject) + name.vb: New(GameObject) + fullName: SUI.SLabelOptions.SLabelOptions(UnityEngine.GameObject) + fullName.vb: SUI.SLabelOptions.New(UnityEngine.GameObject) + nameWithType: SLabelOptions.SLabelOptions(GameObject) + nameWithType.vb: SLabelOptions.New(GameObject) +- uid: SUI.SLabelOptions.#ctor* + name: SLabelOptions + href: api/SUI.SLabelOptions.html#SUI_SLabelOptions__ctor_ + commentId: Overload:SUI.SLabelOptions.#ctor + name.vb: New + fullName: SUI.SLabelOptions.SLabelOptions + fullName.vb: SUI.SLabelOptions.New + nameWithType: SLabelOptions.SLabelOptions + nameWithType.vb: SLabelOptions.New +- uid: SUI.SLabelOptions.Alignment(TMPro.TextAlignmentOptions) + name: Alignment(TextAlignmentOptions) + href: api/SUI.SLabelOptions.html#SUI_SLabelOptions_Alignment_TMPro_TextAlignmentOptions_ + commentId: M:SUI.SLabelOptions.Alignment(TMPro.TextAlignmentOptions) + fullName: SUI.SLabelOptions.Alignment(TMPro.TextAlignmentOptions) + nameWithType: SLabelOptions.Alignment(TextAlignmentOptions) +- uid: SUI.SLabelOptions.Alignment* + name: Alignment + href: api/SUI.SLabelOptions.html#SUI_SLabelOptions_Alignment_ + commentId: Overload:SUI.SLabelOptions.Alignment + fullName: SUI.SLabelOptions.Alignment + nameWithType: SLabelOptions.Alignment +- uid: SUI.SLabelOptions.AutoSizeContainer(System.Boolean) + name: AutoSizeContainer(bool) + href: api/SUI.SLabelOptions.html#SUI_SLabelOptions_AutoSizeContainer_System_Boolean_ + commentId: M:SUI.SLabelOptions.AutoSizeContainer(System.Boolean) + name.vb: AutoSizeContainer(Boolean) + fullName: SUI.SLabelOptions.AutoSizeContainer(bool) + fullName.vb: SUI.SLabelOptions.AutoSizeContainer(Boolean) + nameWithType: SLabelOptions.AutoSizeContainer(bool) + nameWithType.vb: SLabelOptions.AutoSizeContainer(Boolean) +- uid: SUI.SLabelOptions.AutoSizeContainer* + name: AutoSizeContainer + href: api/SUI.SLabelOptions.html#SUI_SLabelOptions_AutoSizeContainer_ + commentId: Overload:SUI.SLabelOptions.AutoSizeContainer + fullName: SUI.SLabelOptions.AutoSizeContainer + nameWithType: SLabelOptions.AutoSizeContainer +- uid: SUI.SLabelOptions.Font(SUI.SUI.EFont) + name: Font(EFont) + href: api/SUI.SLabelOptions.html#SUI_SLabelOptions_Font_SUI_SUI_EFont_ + commentId: M:SUI.SLabelOptions.Font(SUI.SUI.EFont) + fullName: SUI.SLabelOptions.Font(SUI.SUI.EFont) + nameWithType: SLabelOptions.Font(SUI.EFont) +- uid: SUI.SLabelOptions.Font(TMPro.TMP_FontAsset) + name: Font(TMP_FontAsset) + href: api/SUI.SLabelOptions.html#SUI_SLabelOptions_Font_TMPro_TMP_FontAsset_ + commentId: M:SUI.SLabelOptions.Font(TMPro.TMP_FontAsset) + fullName: SUI.SLabelOptions.Font(TMPro.TMP_FontAsset) + nameWithType: SLabelOptions.Font(TMP_FontAsset) +- uid: SUI.SLabelOptions.Font* + name: Font + href: api/SUI.SLabelOptions.html#SUI_SLabelOptions_Font_ + commentId: Overload:SUI.SLabelOptions.Font + fullName: SUI.SLabelOptions.Font + nameWithType: SLabelOptions.Font +- uid: SUI.SLabelOptions.FontSpacing(System.Single) + name: FontSpacing(float) + href: api/SUI.SLabelOptions.html#SUI_SLabelOptions_FontSpacing_System_Single_ + commentId: M:SUI.SLabelOptions.FontSpacing(System.Single) + name.vb: FontSpacing(Single) + fullName: SUI.SLabelOptions.FontSpacing(float) + fullName.vb: SUI.SLabelOptions.FontSpacing(Single) + nameWithType: SLabelOptions.FontSpacing(float) + nameWithType.vb: SLabelOptions.FontSpacing(Single) +- uid: SUI.SLabelOptions.FontSpacing* + name: FontSpacing + href: api/SUI.SLabelOptions.html#SUI_SLabelOptions_FontSpacing_ + commentId: Overload:SUI.SLabelOptions.FontSpacing + fullName: SUI.SLabelOptions.FontSpacing + nameWithType: SLabelOptions.FontSpacing +- uid: SUI.SLabelOptions.LineSpacing(System.Single) + name: LineSpacing(float) + href: api/SUI.SLabelOptions.html#SUI_SLabelOptions_LineSpacing_System_Single_ + commentId: M:SUI.SLabelOptions.LineSpacing(System.Single) + name.vb: LineSpacing(Single) + fullName: SUI.SLabelOptions.LineSpacing(float) + fullName.vb: SUI.SLabelOptions.LineSpacing(Single) + nameWithType: SLabelOptions.LineSpacing(float) + nameWithType.vb: SLabelOptions.LineSpacing(Single) +- uid: SUI.SLabelOptions.LineSpacing* + name: LineSpacing + href: api/SUI.SLabelOptions.html#SUI_SLabelOptions_LineSpacing_ + commentId: Overload:SUI.SLabelOptions.LineSpacing + fullName: SUI.SLabelOptions.LineSpacing + nameWithType: SLabelOptions.LineSpacing +- uid: SUI.SLabelOptions.Margin(System.Int32,System.Int32,System.Int32,System.Int32) + name: Margin(int, int, int, int) + href: api/SUI.SLabelOptions.html#SUI_SLabelOptions_Margin_System_Int32_System_Int32_System_Int32_System_Int32_ + commentId: M:SUI.SLabelOptions.Margin(System.Int32,System.Int32,System.Int32,System.Int32) + name.vb: Margin(Integer, Integer, Integer, Integer) + fullName: SUI.SLabelOptions.Margin(int, int, int, int) + fullName.vb: SUI.SLabelOptions.Margin(Integer, Integer, Integer, Integer) + nameWithType: SLabelOptions.Margin(int, int, int, int) + nameWithType.vb: SLabelOptions.Margin(Integer, Integer, Integer, Integer) +- uid: SUI.SLabelOptions.Margin(System.Int32,System.Int32) + name: Margin(int, int) + href: api/SUI.SLabelOptions.html#SUI_SLabelOptions_Margin_System_Int32_System_Int32_ + commentId: M:SUI.SLabelOptions.Margin(System.Int32,System.Int32) + name.vb: Margin(Integer, Integer) + fullName: SUI.SLabelOptions.Margin(int, int) + fullName.vb: SUI.SLabelOptions.Margin(Integer, Integer) + nameWithType: SLabelOptions.Margin(int, int) + nameWithType.vb: SLabelOptions.Margin(Integer, Integer) +- uid: SUI.SLabelOptions.Margin(System.Int32) + name: Margin(int) + href: api/SUI.SLabelOptions.html#SUI_SLabelOptions_Margin_System_Int32_ + commentId: M:SUI.SLabelOptions.Margin(System.Int32) + name.vb: Margin(Integer) + fullName: SUI.SLabelOptions.Margin(int) + fullName.vb: SUI.SLabelOptions.Margin(Integer) + nameWithType: SLabelOptions.Margin(int) + nameWithType.vb: SLabelOptions.Margin(Integer) +- uid: SUI.SLabelOptions.Margin* + name: Margin + href: api/SUI.SLabelOptions.html#SUI_SLabelOptions_Margin_ + commentId: Overload:SUI.SLabelOptions.Margin + fullName: SUI.SLabelOptions.Margin + nameWithType: SLabelOptions.Margin +- uid: SUI.SLabelOptions.OnObservaleChanged(System.String) + name: OnObservaleChanged(string) + href: api/SUI.SLabelOptions.html#SUI_SLabelOptions_OnObservaleChanged_System_String_ + commentId: M:SUI.SLabelOptions.OnObservaleChanged(System.String) + name.vb: OnObservaleChanged(String) + fullName: SUI.SLabelOptions.OnObservaleChanged(string) + fullName.vb: SUI.SLabelOptions.OnObservaleChanged(String) + nameWithType: SLabelOptions.OnObservaleChanged(string) + nameWithType.vb: SLabelOptions.OnObservaleChanged(String) +- uid: SUI.SLabelOptions.OnObservaleChanged* + name: OnObservaleChanged + href: api/SUI.SLabelOptions.html#SUI_SLabelOptions_OnObservaleChanged_ + commentId: Overload:SUI.SLabelOptions.OnObservaleChanged + fullName: SUI.SLabelOptions.OnObservaleChanged + nameWithType: SLabelOptions.OnObservaleChanged +- uid: SUI.SLabelOptions.RegisterObservable(SUI.Observable{System.String}) + name: RegisterObservable(Observable) + href: api/SUI.SLabelOptions.html#SUI_SLabelOptions_RegisterObservable_SUI_Observable_System_String__ + commentId: M:SUI.SLabelOptions.RegisterObservable(SUI.Observable{System.String}) + name.vb: RegisterObservable(Observable(Of String)) + fullName: SUI.SLabelOptions.RegisterObservable(SUI.Observable) + fullName.vb: SUI.SLabelOptions.RegisterObservable(SUI.Observable(Of String)) + nameWithType: SLabelOptions.RegisterObservable(Observable) + nameWithType.vb: SLabelOptions.RegisterObservable(Observable(Of String)) +- uid: SUI.SLabelOptions.RegisterObservable* + name: RegisterObservable + href: api/SUI.SLabelOptions.html#SUI_SLabelOptions_RegisterObservable_ + commentId: Overload:SUI.SLabelOptions.RegisterObservable + fullName: SUI.SLabelOptions.RegisterObservable + nameWithType: SLabelOptions.RegisterObservable +- uid: SUI.SLabelOptions.Wrap(System.Boolean) + name: Wrap(bool) + href: api/SUI.SLabelOptions.html#SUI_SLabelOptions_Wrap_System_Boolean_ + commentId: M:SUI.SLabelOptions.Wrap(System.Boolean) + name.vb: Wrap(Boolean) + fullName: SUI.SLabelOptions.Wrap(bool) + fullName.vb: SUI.SLabelOptions.Wrap(Boolean) + nameWithType: SLabelOptions.Wrap(bool) + nameWithType.vb: SLabelOptions.Wrap(Boolean) +- uid: SUI.SLabelOptions.Wrap* + name: Wrap + href: api/SUI.SLabelOptions.html#SUI_SLabelOptions_Wrap_ + commentId: Overload:SUI.SLabelOptions.Wrap + fullName: SUI.SLabelOptions.Wrap + nameWithType: SLabelOptions.Wrap +- uid: SUI.SMaskedImageOptions + name: SMaskedImageOptions + href: api/SUI.SMaskedImageOptions.html + commentId: T:SUI.SMaskedImageOptions + fullName: SUI.SMaskedImageOptions + nameWithType: SMaskedImageOptions +- uid: SUI.SMaskedImageOptions.#ctor(UnityEngine.GameObject) + name: SMaskedImageOptions(GameObject) + href: api/SUI.SMaskedImageOptions.html#SUI_SMaskedImageOptions__ctor_UnityEngine_GameObject_ + commentId: M:SUI.SMaskedImageOptions.#ctor(UnityEngine.GameObject) + name.vb: New(GameObject) + fullName: SUI.SMaskedImageOptions.SMaskedImageOptions(UnityEngine.GameObject) + fullName.vb: SUI.SMaskedImageOptions.New(UnityEngine.GameObject) + nameWithType: SMaskedImageOptions.SMaskedImageOptions(GameObject) + nameWithType.vb: SMaskedImageOptions.New(GameObject) +- uid: SUI.SMaskedImageOptions.#ctor* + name: SMaskedImageOptions + href: api/SUI.SMaskedImageOptions.html#SUI_SMaskedImageOptions__ctor_ + commentId: Overload:SUI.SMaskedImageOptions.#ctor + name.vb: New + fullName: SUI.SMaskedImageOptions.SMaskedImageOptions + fullName.vb: SUI.SMaskedImageOptions.New + nameWithType: SMaskedImageOptions.SMaskedImageOptions + nameWithType.vb: SMaskedImageOptions.New +- uid: SUI.SMaskedImageOptions.ImageObject + name: ImageObject + href: api/SUI.SMaskedImageOptions.html#SUI_SMaskedImageOptions_ImageObject + commentId: F:SUI.SMaskedImageOptions.ImageObject + fullName: SUI.SMaskedImageOptions.ImageObject + nameWithType: SMaskedImageOptions.ImageObject +- uid: SUI.SMaskedImageOptions.Texture(UnityEngine.Texture2D) + name: Texture(Texture2D) + href: api/SUI.SMaskedImageOptions.html#SUI_SMaskedImageOptions_Texture_UnityEngine_Texture2D_ + commentId: M:SUI.SMaskedImageOptions.Texture(UnityEngine.Texture2D) + fullName: SUI.SMaskedImageOptions.Texture(UnityEngine.Texture2D) + nameWithType: SMaskedImageOptions.Texture(Texture2D) +- uid: SUI.SMaskedImageOptions.Texture* + name: Texture + href: api/SUI.SMaskedImageOptions.html#SUI_SMaskedImageOptions_Texture_ + commentId: Overload:SUI.SMaskedImageOptions.Texture + fullName: SUI.SMaskedImageOptions.Texture + nameWithType: SMaskedImageOptions.Texture +- uid: SUI.SMenuButtonOptions + name: SMenuButtonOptions + href: api/SUI.SMenuButtonOptions.html + commentId: T:SUI.SMenuButtonOptions + fullName: SUI.SMenuButtonOptions + nameWithType: SMenuButtonOptions +- uid: SUI.SMenuButtonOptions.#ctor(UnityEngine.GameObject) + name: SMenuButtonOptions(GameObject) + href: api/SUI.SMenuButtonOptions.html#SUI_SMenuButtonOptions__ctor_UnityEngine_GameObject_ + commentId: M:SUI.SMenuButtonOptions.#ctor(UnityEngine.GameObject) + name.vb: New(GameObject) + fullName: SUI.SMenuButtonOptions.SMenuButtonOptions(UnityEngine.GameObject) + fullName.vb: SUI.SMenuButtonOptions.New(UnityEngine.GameObject) + nameWithType: SMenuButtonOptions.SMenuButtonOptions(GameObject) + nameWithType.vb: SMenuButtonOptions.New(GameObject) +- uid: SUI.SMenuButtonOptions.#ctor* + name: SMenuButtonOptions + href: api/SUI.SMenuButtonOptions.html#SUI_SMenuButtonOptions__ctor_ + commentId: Overload:SUI.SMenuButtonOptions.#ctor + name.vb: New + fullName: SUI.SMenuButtonOptions.SMenuButtonOptions + fullName.vb: SUI.SMenuButtonOptions.New + nameWithType: SMenuButtonOptions.SMenuButtonOptions + nameWithType.vb: SMenuButtonOptions.New +- uid: SUI.SMenuButtonOptions.ButtonObject + name: ButtonObject + href: api/SUI.SMenuButtonOptions.html#SUI_SMenuButtonOptions_ButtonObject + commentId: F:SUI.SMenuButtonOptions.ButtonObject + fullName: SUI.SMenuButtonOptions.ButtonObject + nameWithType: SMenuButtonOptions.ButtonObject +- uid: SUI.SMenuButtonOptions.FontSize(System.Int32) + name: FontSize(int) + href: api/SUI.SMenuButtonOptions.html#SUI_SMenuButtonOptions_FontSize_System_Int32_ + commentId: M:SUI.SMenuButtonOptions.FontSize(System.Int32) + name.vb: FontSize(Integer) + fullName: SUI.SMenuButtonOptions.FontSize(int) + fullName.vb: SUI.SMenuButtonOptions.FontSize(Integer) + nameWithType: SMenuButtonOptions.FontSize(int) + nameWithType.vb: SMenuButtonOptions.FontSize(Integer) +- uid: SUI.SMenuButtonOptions.FontSize* + name: FontSize + href: api/SUI.SMenuButtonOptions.html#SUI_SMenuButtonOptions_FontSize_ + commentId: Overload:SUI.SMenuButtonOptions.FontSize + fullName: SUI.SMenuButtonOptions.FontSize + nameWithType: SMenuButtonOptions.FontSize +- uid: SUI.SMenuButtonOptions.Notify(System.Action) + name: Notify(Action) + href: api/SUI.SMenuButtonOptions.html#SUI_SMenuButtonOptions_Notify_System_Action_ + commentId: M:SUI.SMenuButtonOptions.Notify(System.Action) + fullName: SUI.SMenuButtonOptions.Notify(System.Action) + nameWithType: SMenuButtonOptions.Notify(Action) +- uid: SUI.SMenuButtonOptions.Notify* + name: Notify + href: api/SUI.SMenuButtonOptions.html#SUI_SMenuButtonOptions_Notify_ + commentId: Overload:SUI.SMenuButtonOptions.Notify + fullName: SUI.SMenuButtonOptions.Notify + nameWithType: SMenuButtonOptions.Notify +- uid: SUI.SMenuButtonOptions.Text(System.String) + name: Text(string) + href: api/SUI.SMenuButtonOptions.html#SUI_SMenuButtonOptions_Text_System_String_ + commentId: M:SUI.SMenuButtonOptions.Text(System.String) + name.vb: Text(String) + fullName: SUI.SMenuButtonOptions.Text(string) + fullName.vb: SUI.SMenuButtonOptions.Text(String) + nameWithType: SMenuButtonOptions.Text(string) + nameWithType.vb: SMenuButtonOptions.Text(String) +- uid: SUI.SMenuButtonOptions.Text* + name: Text + href: api/SUI.SMenuButtonOptions.html#SUI_SMenuButtonOptions_Text_ + commentId: Overload:SUI.SMenuButtonOptions.Text + fullName: SUI.SMenuButtonOptions.Text + nameWithType: SMenuButtonOptions.Text +- uid: SUI.SOptionsOptions + name: SOptionsOptions + href: api/SUI.SOptionsOptions.html + commentId: T:SUI.SOptionsOptions + fullName: SUI.SOptionsOptions + nameWithType: SOptionsOptions +- uid: SUI.SOptionsOptions.#ctor(UnityEngine.GameObject) + name: SOptionsOptions(GameObject) + href: api/SUI.SOptionsOptions.html#SUI_SOptionsOptions__ctor_UnityEngine_GameObject_ + commentId: M:SUI.SOptionsOptions.#ctor(UnityEngine.GameObject) + name.vb: New(GameObject) + fullName: SUI.SOptionsOptions.SOptionsOptions(UnityEngine.GameObject) + fullName.vb: SUI.SOptionsOptions.New(UnityEngine.GameObject) + nameWithType: SOptionsOptions.SOptionsOptions(GameObject) + nameWithType.vb: SOptionsOptions.New(GameObject) +- uid: SUI.SOptionsOptions.#ctor* + name: SOptionsOptions + href: api/SUI.SOptionsOptions.html#SUI_SOptionsOptions__ctor_ + commentId: Overload:SUI.SOptionsOptions.#ctor + name.vb: New + fullName: SUI.SOptionsOptions.SOptionsOptions + fullName.vb: SUI.SOptionsOptions.New + nameWithType: SOptionsOptions.SOptionsOptions + nameWithType.vb: SOptionsOptions.New +- uid: SUI.SOptionsOptions.Background(SUI.EBackground) + name: Background(EBackground) + href: api/SUI.SOptionsOptions.html#SUI_SOptionsOptions_Background_SUI_EBackground_ + commentId: M:SUI.SOptionsOptions.Background(SUI.EBackground) + fullName: SUI.SOptionsOptions.Background(SUI.EBackground) + nameWithType: SOptionsOptions.Background(EBackground) +- uid: SUI.SOptionsOptions.Background(System.Boolean) + name: Background(bool) + href: api/SUI.SOptionsOptions.html#SUI_SOptionsOptions_Background_System_Boolean_ + commentId: M:SUI.SOptionsOptions.Background(System.Boolean) + name.vb: Background(Boolean) + fullName: SUI.SOptionsOptions.Background(bool) + fullName.vb: SUI.SOptionsOptions.Background(Boolean) + nameWithType: SOptionsOptions.Background(bool) + nameWithType.vb: SOptionsOptions.Background(Boolean) +- uid: SUI.SOptionsOptions.Background(UnityEngine.Sprite) + name: Background(Sprite) + href: api/SUI.SOptionsOptions.html#SUI_SOptionsOptions_Background_UnityEngine_Sprite_ + commentId: M:SUI.SOptionsOptions.Background(UnityEngine.Sprite) + fullName: SUI.SOptionsOptions.Background(UnityEngine.Sprite) + nameWithType: SOptionsOptions.Background(Sprite) +- uid: SUI.SOptionsOptions.Background* + name: Background + href: api/SUI.SOptionsOptions.html#SUI_SOptionsOptions_Background_ + commentId: Overload:SUI.SOptionsOptions.Background + fullName: SUI.SOptionsOptions.Background + nameWithType: SOptionsOptions.Background +- uid: SUI.SOptionsOptions.DropdownObject + name: DropdownObject + href: api/SUI.SOptionsOptions.html#SUI_SOptionsOptions_DropdownObject + commentId: F:SUI.SOptionsOptions.DropdownObject + fullName: SUI.SOptionsOptions.DropdownObject + nameWithType: SOptionsOptions.DropdownObject +- uid: SUI.SOptionsOptions.HideLabel(System.Boolean) + name: HideLabel(bool) + href: api/SUI.SOptionsOptions.html#SUI_SOptionsOptions_HideLabel_System_Boolean_ + commentId: M:SUI.SOptionsOptions.HideLabel(System.Boolean) + name.vb: HideLabel(Boolean) + fullName: SUI.SOptionsOptions.HideLabel(bool) + fullName.vb: SUI.SOptionsOptions.HideLabel(Boolean) + nameWithType: SOptionsOptions.HideLabel(bool) + nameWithType.vb: SOptionsOptions.HideLabel(Boolean) +- uid: SUI.SOptionsOptions.HideLabel* + name: HideLabel + href: api/SUI.SOptionsOptions.html#SUI_SOptionsOptions_HideLabel_ + commentId: Overload:SUI.SOptionsOptions.HideLabel + fullName: SUI.SOptionsOptions.HideLabel + nameWithType: SOptionsOptions.HideLabel +- uid: SUI.SOptionsOptions.LabelWidth(System.Single) + name: LabelWidth(float) + href: api/SUI.SOptionsOptions.html#SUI_SOptionsOptions_LabelWidth_System_Single_ + commentId: M:SUI.SOptionsOptions.LabelWidth(System.Single) + name.vb: LabelWidth(Single) + fullName: SUI.SOptionsOptions.LabelWidth(float) + fullName.vb: SUI.SOptionsOptions.LabelWidth(Single) + nameWithType: SOptionsOptions.LabelWidth(float) + nameWithType.vb: SOptionsOptions.LabelWidth(Single) +- uid: SUI.SOptionsOptions.LabelWidth* + name: LabelWidth + href: api/SUI.SOptionsOptions.html#SUI_SOptionsOptions_LabelWidth_ + commentId: Overload:SUI.SOptionsOptions.LabelWidth + fullName: SUI.SOptionsOptions.LabelWidth + nameWithType: SOptionsOptions.LabelWidth +- uid: SUI.SOptionsOptions.Notify(System.Action{System.Int32}) + name: Notify(Action) + href: api/SUI.SOptionsOptions.html#SUI_SOptionsOptions_Notify_System_Action_System_Int32__ + commentId: M:SUI.SOptionsOptions.Notify(System.Action{System.Int32}) + name.vb: Notify(Action(Of Integer)) + fullName: SUI.SOptionsOptions.Notify(System.Action) + fullName.vb: SUI.SOptionsOptions.Notify(System.Action(Of Integer)) + nameWithType: SOptionsOptions.Notify(Action) + nameWithType.vb: SOptionsOptions.Notify(Action(Of Integer)) +- uid: SUI.SOptionsOptions.Notify(System.Action{System.String}) + name: Notify(Action) + href: api/SUI.SOptionsOptions.html#SUI_SOptionsOptions_Notify_System_Action_System_String__ + commentId: M:SUI.SOptionsOptions.Notify(System.Action{System.String}) + name.vb: Notify(Action(Of String)) + fullName: SUI.SOptionsOptions.Notify(System.Action) + fullName.vb: SUI.SOptionsOptions.Notify(System.Action(Of String)) + nameWithType: SOptionsOptions.Notify(Action) + nameWithType.vb: SOptionsOptions.Notify(Action(Of String)) +- uid: SUI.SOptionsOptions.Notify* + name: Notify + href: api/SUI.SOptionsOptions.html#SUI_SOptionsOptions_Notify_ + commentId: Overload:SUI.SOptionsOptions.Notify + fullName: SUI.SOptionsOptions.Notify + nameWithType: SOptionsOptions.Notify +- uid: SUI.SOptionsOptions.OnObservaleChanged(System.String) + name: OnObservaleChanged(string) + href: api/SUI.SOptionsOptions.html#SUI_SOptionsOptions_OnObservaleChanged_System_String_ + commentId: M:SUI.SOptionsOptions.OnObservaleChanged(System.String) + name.vb: OnObservaleChanged(String) + fullName: SUI.SOptionsOptions.OnObservaleChanged(string) + fullName.vb: SUI.SOptionsOptions.OnObservaleChanged(String) + nameWithType: SOptionsOptions.OnObservaleChanged(string) + nameWithType.vb: SOptionsOptions.OnObservaleChanged(String) +- uid: SUI.SOptionsOptions.OnObservaleChanged* + name: OnObservaleChanged + href: api/SUI.SOptionsOptions.html#SUI_SOptionsOptions_OnObservaleChanged_ + commentId: Overload:SUI.SOptionsOptions.OnObservaleChanged + fullName: SUI.SOptionsOptions.OnObservaleChanged + nameWithType: SOptionsOptions.OnObservaleChanged +- uid: SUI.SOptionsOptions.Options(System.String[]) + name: Options(params string[]) + href: api/SUI.SOptionsOptions.html#SUI_SOptionsOptions_Options_System_String___ + commentId: M:SUI.SOptionsOptions.Options(System.String[]) + name.vb: Options(ParamArray String()) + fullName: SUI.SOptionsOptions.Options(params string[]) + fullName.vb: SUI.SOptionsOptions.Options(ParamArray String()) + nameWithType: SOptionsOptions.Options(params string[]) + nameWithType.vb: SOptionsOptions.Options(ParamArray String()) +- uid: SUI.SOptionsOptions.Options* + name: Options + href: api/SUI.SOptionsOptions.html#SUI_SOptionsOptions_Options_ + commentId: Overload:SUI.SOptionsOptions.Options + fullName: SUI.SOptionsOptions.Options + nameWithType: SOptionsOptions.Options +- uid: SUI.SOptionsOptions.RegisterObservable(SUI.Observable{System.String}) + name: RegisterObservable(Observable) + href: api/SUI.SOptionsOptions.html#SUI_SOptionsOptions_RegisterObservable_SUI_Observable_System_String__ + commentId: M:SUI.SOptionsOptions.RegisterObservable(SUI.Observable{System.String}) + name.vb: RegisterObservable(Observable(Of String)) + fullName: SUI.SOptionsOptions.RegisterObservable(SUI.Observable) + fullName.vb: SUI.SOptionsOptions.RegisterObservable(SUI.Observable(Of String)) + nameWithType: SOptionsOptions.RegisterObservable(Observable) + nameWithType.vb: SOptionsOptions.RegisterObservable(Observable(Of String)) +- uid: SUI.SOptionsOptions.RegisterObservable* + name: RegisterObservable + href: api/SUI.SOptionsOptions.html#SUI_SOptionsOptions_RegisterObservable_ + commentId: Overload:SUI.SOptionsOptions.RegisterObservable + fullName: SUI.SOptionsOptions.RegisterObservable + nameWithType: SOptionsOptions.RegisterObservable +- uid: SUI.SOptionsOptions.UnregisterObservable(SUI.Observable{System.String}) + name: UnregisterObservable(Observable) + href: api/SUI.SOptionsOptions.html#SUI_SOptionsOptions_UnregisterObservable_SUI_Observable_System_String__ + commentId: M:SUI.SOptionsOptions.UnregisterObservable(SUI.Observable{System.String}) + name.vb: UnregisterObservable(Observable(Of String)) + fullName: SUI.SOptionsOptions.UnregisterObservable(SUI.Observable) + fullName.vb: SUI.SOptionsOptions.UnregisterObservable(SUI.Observable(Of String)) + nameWithType: SOptionsOptions.UnregisterObservable(Observable) + nameWithType.vb: SOptionsOptions.UnregisterObservable(Observable(Of String)) +- uid: SUI.SOptionsOptions.UnregisterObservable* + name: UnregisterObservable + href: api/SUI.SOptionsOptions.html#SUI_SOptionsOptions_UnregisterObservable_ + commentId: Overload:SUI.SOptionsOptions.UnregisterObservable + fullName: SUI.SOptionsOptions.UnregisterObservable + nameWithType: SOptionsOptions.UnregisterObservable +- uid: SUI.SOptionsOptions.Value(System.Int32) + name: Value(int) + href: api/SUI.SOptionsOptions.html#SUI_SOptionsOptions_Value_System_Int32_ + commentId: M:SUI.SOptionsOptions.Value(System.Int32) + name.vb: Value(Integer) + fullName: SUI.SOptionsOptions.Value(int) + fullName.vb: SUI.SOptionsOptions.Value(Integer) + nameWithType: SOptionsOptions.Value(int) + nameWithType.vb: SOptionsOptions.Value(Integer) +- uid: SUI.SOptionsOptions.Value(System.String) + name: Value(string) + href: api/SUI.SOptionsOptions.html#SUI_SOptionsOptions_Value_System_String_ + commentId: M:SUI.SOptionsOptions.Value(System.String) + name.vb: Value(String) + fullName: SUI.SOptionsOptions.Value(string) + fullName.vb: SUI.SOptionsOptions.Value(String) + nameWithType: SOptionsOptions.Value(string) + nameWithType.vb: SOptionsOptions.Value(String) +- uid: SUI.SOptionsOptions.Value* + name: Value + href: api/SUI.SOptionsOptions.html#SUI_SOptionsOptions_Value_ + commentId: Overload:SUI.SOptionsOptions.Value + fullName: SUI.SOptionsOptions.Value + nameWithType: SOptionsOptions.Value +- uid: SUI.SPanelOptions + name: SPanelOptions + href: api/SUI.SPanelOptions.html + commentId: T:SUI.SPanelOptions + fullName: SUI.SPanelOptions + nameWithType: SPanelOptions +- uid: SUI.SPanelOptions.#ctor(UnityEngine.GameObject) + name: SPanelOptions(GameObject) + href: api/SUI.SPanelOptions.html#SUI_SPanelOptions__ctor_UnityEngine_GameObject_ + commentId: M:SUI.SPanelOptions.#ctor(UnityEngine.GameObject) + name.vb: New(GameObject) + fullName: SUI.SPanelOptions.SPanelOptions(UnityEngine.GameObject) + fullName.vb: SUI.SPanelOptions.New(UnityEngine.GameObject) + nameWithType: SPanelOptions.SPanelOptions(GameObject) + nameWithType.vb: SPanelOptions.New(GameObject) +- uid: SUI.SPanelOptions.#ctor* + name: SPanelOptions + href: api/SUI.SPanelOptions.html#SUI_SPanelOptions__ctor_ + commentId: Overload:SUI.SPanelOptions.#ctor + name.vb: New + fullName: SUI.SPanelOptions.SPanelOptions + fullName.vb: SUI.SPanelOptions.New + nameWithType: SPanelOptions.SPanelOptions + nameWithType.vb: SPanelOptions.New +- uid: SUI.SPanelOptions.Id + name: Id + href: api/SUI.SPanelOptions.html#SUI_SPanelOptions_Id + commentId: P:SUI.SPanelOptions.Id + fullName: SUI.SPanelOptions.Id + nameWithType: SPanelOptions.Id +- uid: SUI.SPanelOptions.Id* + name: Id + href: api/SUI.SPanelOptions.html#SUI_SPanelOptions_Id_ + commentId: Overload:SUI.SPanelOptions.Id + fullName: SUI.SPanelOptions.Id + nameWithType: SPanelOptions.Id +- uid: SUI.SScrollContainerOptions + name: SScrollContainerOptions + href: api/SUI.SScrollContainerOptions.html + commentId: T:SUI.SScrollContainerOptions + fullName: SUI.SScrollContainerOptions + nameWithType: SScrollContainerOptions +- uid: SUI.SScrollContainerOptions.#ctor(UnityEngine.GameObject) + name: SScrollContainerOptions(GameObject) + href: api/SUI.SScrollContainerOptions.html#SUI_SScrollContainerOptions__ctor_UnityEngine_GameObject_ + commentId: M:SUI.SScrollContainerOptions.#ctor(UnityEngine.GameObject) + name.vb: New(GameObject) + fullName: SUI.SScrollContainerOptions.SScrollContainerOptions(UnityEngine.GameObject) + fullName.vb: SUI.SScrollContainerOptions.New(UnityEngine.GameObject) + nameWithType: SScrollContainerOptions.SScrollContainerOptions(GameObject) + nameWithType.vb: SScrollContainerOptions.New(GameObject) +- uid: SUI.SScrollContainerOptions.#ctor* + name: SScrollContainerOptions + href: api/SUI.SScrollContainerOptions.html#SUI_SScrollContainerOptions__ctor_ + commentId: Overload:SUI.SScrollContainerOptions.#ctor + name.vb: New + fullName: SUI.SScrollContainerOptions.SScrollContainerOptions + fullName.vb: SUI.SScrollContainerOptions.New + nameWithType: SScrollContainerOptions.SScrollContainerOptions + nameWithType.vb: SScrollContainerOptions.New +- uid: SUI.SScrollContainerOptions.Add(SUI.SUiElement) + name: Add(SUiElement) + href: api/SUI.SScrollContainerOptions.html#SUI_SScrollContainerOptions_Add_SUI_SUiElement_ + commentId: M:SUI.SScrollContainerOptions.Add(SUI.SUiElement) + fullName: SUI.SScrollContainerOptions.Add(SUI.SUiElement) + nameWithType: SScrollContainerOptions.Add(SUiElement) +- uid: SUI.SScrollContainerOptions.Add* + name: Add + href: api/SUI.SScrollContainerOptions.html#SUI_SScrollContainerOptions_Add_ + commentId: Overload:SUI.SScrollContainerOptions.Add + fullName: SUI.SScrollContainerOptions.Add + nameWithType: SScrollContainerOptions.Add +- uid: SUI.SScrollContainerOptions.ContainerObject + name: ContainerObject + href: api/SUI.SScrollContainerOptions.html#SUI_SScrollContainerOptions_ContainerObject + commentId: F:SUI.SScrollContainerOptions.ContainerObject + fullName: SUI.SScrollContainerOptions.ContainerObject + nameWithType: SScrollContainerOptions.ContainerObject +- uid: SUI.SScrollContainerOptions.ContainerPadding(System.Int32,System.Int32,System.Int32,System.Int32) + name: ContainerPadding(int, int, int, int) + href: api/SUI.SScrollContainerOptions.html#SUI_SScrollContainerOptions_ContainerPadding_System_Int32_System_Int32_System_Int32_System_Int32_ + commentId: M:SUI.SScrollContainerOptions.ContainerPadding(System.Int32,System.Int32,System.Int32,System.Int32) + name.vb: ContainerPadding(Integer, Integer, Integer, Integer) + fullName: SUI.SScrollContainerOptions.ContainerPadding(int, int, int, int) + fullName.vb: SUI.SScrollContainerOptions.ContainerPadding(Integer, Integer, Integer, Integer) + nameWithType: SScrollContainerOptions.ContainerPadding(int, int, int, int) + nameWithType.vb: SScrollContainerOptions.ContainerPadding(Integer, Integer, Integer, Integer) +- uid: SUI.SScrollContainerOptions.ContainerPadding(System.Int32) + name: ContainerPadding(int) + href: api/SUI.SScrollContainerOptions.html#SUI_SScrollContainerOptions_ContainerPadding_System_Int32_ + commentId: M:SUI.SScrollContainerOptions.ContainerPadding(System.Int32) + name.vb: ContainerPadding(Integer) + fullName: SUI.SScrollContainerOptions.ContainerPadding(int) + fullName.vb: SUI.SScrollContainerOptions.ContainerPadding(Integer) + nameWithType: SScrollContainerOptions.ContainerPadding(int) + nameWithType.vb: SScrollContainerOptions.ContainerPadding(Integer) +- uid: SUI.SScrollContainerOptions.ContainerPadding* + name: ContainerPadding + href: api/SUI.SScrollContainerOptions.html#SUI_SScrollContainerOptions_ContainerPadding_ + commentId: Overload:SUI.SScrollContainerOptions.ContainerPadding + fullName: SUI.SScrollContainerOptions.ContainerPadding + nameWithType: SScrollContainerOptions.ContainerPadding +- uid: SUI.SSliderOptions + name: SSliderOptions + href: api/SUI.SSliderOptions.html + commentId: T:SUI.SSliderOptions + fullName: SUI.SSliderOptions + nameWithType: SSliderOptions +- uid: SUI.SSliderOptions.#ctor(UnityEngine.GameObject) + name: SSliderOptions(GameObject) + href: api/SUI.SSliderOptions.html#SUI_SSliderOptions__ctor_UnityEngine_GameObject_ + commentId: M:SUI.SSliderOptions.#ctor(UnityEngine.GameObject) + name.vb: New(GameObject) + fullName: SUI.SSliderOptions.SSliderOptions(UnityEngine.GameObject) + fullName.vb: SUI.SSliderOptions.New(UnityEngine.GameObject) + nameWithType: SSliderOptions.SSliderOptions(GameObject) + nameWithType.vb: SSliderOptions.New(GameObject) +- uid: SUI.SSliderOptions.#ctor* + name: SSliderOptions + href: api/SUI.SSliderOptions.html#SUI_SSliderOptions__ctor_ + commentId: Overload:SUI.SSliderOptions.#ctor + name.vb: New + fullName: SUI.SSliderOptions.SSliderOptions + fullName.vb: SUI.SSliderOptions.New + nameWithType: SSliderOptions.SSliderOptions + nameWithType.vb: SSliderOptions.New +- uid: SUI.SSliderOptions.Background(SUI.EBackground) + name: Background(EBackground) + href: api/SUI.SSliderOptions.html#SUI_SSliderOptions_Background_SUI_EBackground_ + commentId: M:SUI.SSliderOptions.Background(SUI.EBackground) + fullName: SUI.SSliderOptions.Background(SUI.EBackground) + nameWithType: SSliderOptions.Background(EBackground) +- uid: SUI.SSliderOptions.Background(System.Boolean) + name: Background(bool) + href: api/SUI.SSliderOptions.html#SUI_SSliderOptions_Background_System_Boolean_ + commentId: M:SUI.SSliderOptions.Background(System.Boolean) + name.vb: Background(Boolean) + fullName: SUI.SSliderOptions.Background(bool) + fullName.vb: SUI.SSliderOptions.Background(Boolean) + nameWithType: SSliderOptions.Background(bool) + nameWithType.vb: SSliderOptions.Background(Boolean) +- uid: SUI.SSliderOptions.Background(UnityEngine.Sprite) + name: Background(Sprite) + href: api/SUI.SSliderOptions.html#SUI_SSliderOptions_Background_UnityEngine_Sprite_ + commentId: M:SUI.SSliderOptions.Background(UnityEngine.Sprite) + fullName: SUI.SSliderOptions.Background(UnityEngine.Sprite) + nameWithType: SSliderOptions.Background(Sprite) +- uid: SUI.SSliderOptions.Background* + name: Background + href: api/SUI.SSliderOptions.html#SUI_SSliderOptions_Background_ + commentId: Overload:SUI.SSliderOptions.Background + fullName: SUI.SSliderOptions.Background + nameWithType: SSliderOptions.Background +- uid: SUI.SSliderOptions.Format(System.String) + name: Format(string) + href: api/SUI.SSliderOptions.html#SUI_SSliderOptions_Format_System_String_ + commentId: M:SUI.SSliderOptions.Format(System.String) + name.vb: Format(String) + fullName: SUI.SSliderOptions.Format(string) + fullName.vb: SUI.SSliderOptions.Format(String) + nameWithType: SSliderOptions.Format(string) + nameWithType.vb: SSliderOptions.Format(String) +- uid: SUI.SSliderOptions.Format* + name: Format + href: api/SUI.SSliderOptions.html#SUI_SSliderOptions_Format_ + commentId: Overload:SUI.SSliderOptions.Format + fullName: SUI.SSliderOptions.Format + nameWithType: SSliderOptions.Format +- uid: SUI.SSliderOptions.InputFlexWidth(System.Single) + name: InputFlexWidth(float) + href: api/SUI.SSliderOptions.html#SUI_SSliderOptions_InputFlexWidth_System_Single_ + commentId: M:SUI.SSliderOptions.InputFlexWidth(System.Single) + name.vb: InputFlexWidth(Single) + fullName: SUI.SSliderOptions.InputFlexWidth(float) + fullName.vb: SUI.SSliderOptions.InputFlexWidth(Single) + nameWithType: SSliderOptions.InputFlexWidth(float) + nameWithType.vb: SSliderOptions.InputFlexWidth(Single) +- uid: SUI.SSliderOptions.InputFlexWidth* + name: InputFlexWidth + href: api/SUI.SSliderOptions.html#SUI_SSliderOptions_InputFlexWidth_ + commentId: Overload:SUI.SSliderOptions.InputFlexWidth + fullName: SUI.SSliderOptions.InputFlexWidth + nameWithType: SSliderOptions.InputFlexWidth +- uid: SUI.SSliderOptions.IntStep + name: IntStep() + href: api/SUI.SSliderOptions.html#SUI_SSliderOptions_IntStep + commentId: M:SUI.SSliderOptions.IntStep + fullName: SUI.SSliderOptions.IntStep() + nameWithType: SSliderOptions.IntStep() +- uid: SUI.SSliderOptions.IntStep* + name: IntStep + href: api/SUI.SSliderOptions.html#SUI_SSliderOptions_IntStep_ + commentId: Overload:SUI.SSliderOptions.IntStep + fullName: SUI.SSliderOptions.IntStep + nameWithType: SSliderOptions.IntStep +- uid: SUI.SSliderOptions.LabelWidth(System.Single) + name: LabelWidth(float) + href: api/SUI.SSliderOptions.html#SUI_SSliderOptions_LabelWidth_System_Single_ + commentId: M:SUI.SSliderOptions.LabelWidth(System.Single) + name.vb: LabelWidth(Single) + fullName: SUI.SSliderOptions.LabelWidth(float) + fullName.vb: SUI.SSliderOptions.LabelWidth(Single) + nameWithType: SSliderOptions.LabelWidth(float) + nameWithType.vb: SSliderOptions.LabelWidth(Single) +- uid: SUI.SSliderOptions.LabelWidth* + name: LabelWidth + href: api/SUI.SSliderOptions.html#SUI_SSliderOptions_LabelWidth_ + commentId: Overload:SUI.SSliderOptions.LabelWidth + fullName: SUI.SSliderOptions.LabelWidth + nameWithType: SSliderOptions.LabelWidth +- uid: SUI.SSliderOptions.Max(System.Single) + name: Max(float) + href: api/SUI.SSliderOptions.html#SUI_SSliderOptions_Max_System_Single_ + commentId: M:SUI.SSliderOptions.Max(System.Single) + name.vb: Max(Single) + fullName: SUI.SSliderOptions.Max(float) + fullName.vb: SUI.SSliderOptions.Max(Single) + nameWithType: SSliderOptions.Max(float) + nameWithType.vb: SSliderOptions.Max(Single) +- uid: SUI.SSliderOptions.Max* + name: Max + href: api/SUI.SSliderOptions.html#SUI_SSliderOptions_Max_ + commentId: Overload:SUI.SSliderOptions.Max + fullName: SUI.SSliderOptions.Max + nameWithType: SSliderOptions.Max +- uid: SUI.SSliderOptions.Min(System.Single) + name: Min(float) + href: api/SUI.SSliderOptions.html#SUI_SSliderOptions_Min_System_Single_ + commentId: M:SUI.SSliderOptions.Min(System.Single) + name.vb: Min(Single) + fullName: SUI.SSliderOptions.Min(float) + fullName.vb: SUI.SSliderOptions.Min(Single) + nameWithType: SSliderOptions.Min(float) + nameWithType.vb: SSliderOptions.Min(Single) +- uid: SUI.SSliderOptions.Min* + name: Min + href: api/SUI.SSliderOptions.html#SUI_SSliderOptions_Min_ + commentId: Overload:SUI.SSliderOptions.Min + fullName: SUI.SSliderOptions.Min + nameWithType: SSliderOptions.Min +- uid: SUI.SSliderOptions.Notify(System.Action{System.Single}) + name: Notify(Action) + href: api/SUI.SSliderOptions.html#SUI_SSliderOptions_Notify_System_Action_System_Single__ + commentId: M:SUI.SSliderOptions.Notify(System.Action{System.Single}) + name.vb: Notify(Action(Of Single)) + fullName: SUI.SSliderOptions.Notify(System.Action) + fullName.vb: SUI.SSliderOptions.Notify(System.Action(Of Single)) + nameWithType: SSliderOptions.Notify(Action) + nameWithType.vb: SSliderOptions.Notify(Action(Of Single)) +- uid: SUI.SSliderOptions.Notify* + name: Notify + href: api/SUI.SSliderOptions.html#SUI_SSliderOptions_Notify_ + commentId: Overload:SUI.SSliderOptions.Notify + fullName: SUI.SSliderOptions.Notify + nameWithType: SSliderOptions.Notify +- uid: SUI.SSliderOptions.OnObservaleChanged(System.Single) + name: OnObservaleChanged(float) + href: api/SUI.SSliderOptions.html#SUI_SSliderOptions_OnObservaleChanged_System_Single_ + commentId: M:SUI.SSliderOptions.OnObservaleChanged(System.Single) + name.vb: OnObservaleChanged(Single) + fullName: SUI.SSliderOptions.OnObservaleChanged(float) + fullName.vb: SUI.SSliderOptions.OnObservaleChanged(Single) + nameWithType: SSliderOptions.OnObservaleChanged(float) + nameWithType.vb: SSliderOptions.OnObservaleChanged(Single) +- uid: SUI.SSliderOptions.OnObservaleChanged* + name: OnObservaleChanged + href: api/SUI.SSliderOptions.html#SUI_SSliderOptions_OnObservaleChanged_ + commentId: Overload:SUI.SSliderOptions.OnObservaleChanged + fullName: SUI.SSliderOptions.OnObservaleChanged + nameWithType: SSliderOptions.OnObservaleChanged +- uid: SUI.SSliderOptions.Options(SUI.SSliderOptions.VisibilityMask) + name: Options(VisibilityMask) + href: api/SUI.SSliderOptions.html#SUI_SSliderOptions_Options_SUI_SSliderOptions_VisibilityMask_ + commentId: M:SUI.SSliderOptions.Options(SUI.SSliderOptions.VisibilityMask) + fullName: SUI.SSliderOptions.Options(SUI.SSliderOptions.VisibilityMask) + nameWithType: SSliderOptions.Options(SSliderOptions.VisibilityMask) +- uid: SUI.SSliderOptions.Options* + name: Options + href: api/SUI.SSliderOptions.html#SUI_SSliderOptions_Options_ + commentId: Overload:SUI.SSliderOptions.Options + fullName: SUI.SSliderOptions.Options + nameWithType: SSliderOptions.Options +- uid: SUI.SSliderOptions.Range(System.Single,System.Single) + name: Range(float, float) + href: api/SUI.SSliderOptions.html#SUI_SSliderOptions_Range_System_Single_System_Single_ + commentId: M:SUI.SSliderOptions.Range(System.Single,System.Single) + name.vb: Range(Single, Single) + fullName: SUI.SSliderOptions.Range(float, float) + fullName.vb: SUI.SSliderOptions.Range(Single, Single) + nameWithType: SSliderOptions.Range(float, float) + nameWithType.vb: SSliderOptions.Range(Single, Single) +- uid: SUI.SSliderOptions.Range* + name: Range + href: api/SUI.SSliderOptions.html#SUI_SSliderOptions_Range_ + commentId: Overload:SUI.SSliderOptions.Range + fullName: SUI.SSliderOptions.Range + nameWithType: SSliderOptions.Range +- uid: SUI.SSliderOptions.RegisterObservable(SUI.Observable{System.Single}) + name: RegisterObservable(Observable) + href: api/SUI.SSliderOptions.html#SUI_SSliderOptions_RegisterObservable_SUI_Observable_System_Single__ + commentId: M:SUI.SSliderOptions.RegisterObservable(SUI.Observable{System.Single}) + name.vb: RegisterObservable(Observable(Of Single)) + fullName: SUI.SSliderOptions.RegisterObservable(SUI.Observable) + fullName.vb: SUI.SSliderOptions.RegisterObservable(SUI.Observable(Of Single)) + nameWithType: SSliderOptions.RegisterObservable(Observable) + nameWithType.vb: SSliderOptions.RegisterObservable(Observable(Of Single)) +- uid: SUI.SSliderOptions.RegisterObservable* + name: RegisterObservable + href: api/SUI.SSliderOptions.html#SUI_SSliderOptions_RegisterObservable_ + commentId: Overload:SUI.SSliderOptions.RegisterObservable + fullName: SUI.SSliderOptions.RegisterObservable + nameWithType: SSliderOptions.RegisterObservable +- uid: SUI.SSliderOptions.SliderObject + name: SliderObject + href: api/SUI.SSliderOptions.html#SUI_SSliderOptions_SliderObject + commentId: F:SUI.SSliderOptions.SliderObject + fullName: SUI.SSliderOptions.SliderObject + nameWithType: SSliderOptions.SliderObject +- uid: SUI.SSliderOptions.Step(System.Single) + name: Step(float) + href: api/SUI.SSliderOptions.html#SUI_SSliderOptions_Step_System_Single_ + commentId: M:SUI.SSliderOptions.Step(System.Single) + name.vb: Step(Single) + fullName: SUI.SSliderOptions.Step(float) + fullName.vb: SUI.SSliderOptions.Step(Single) + nameWithType: SSliderOptions.Step(float) + nameWithType.vb: SSliderOptions.Step(Single) +- uid: SUI.SSliderOptions.Step* + name: Step + href: api/SUI.SSliderOptions.html#SUI_SSliderOptions_Step_ + commentId: Overload:SUI.SSliderOptions.Step + fullName: SUI.SSliderOptions.Step + nameWithType: SSliderOptions.Step +- uid: SUI.SSliderOptions.UnregisterObservable(SUI.Observable{System.Single}) + name: UnregisterObservable(Observable) + href: api/SUI.SSliderOptions.html#SUI_SSliderOptions_UnregisterObservable_SUI_Observable_System_Single__ + commentId: M:SUI.SSliderOptions.UnregisterObservable(SUI.Observable{System.Single}) + name.vb: UnregisterObservable(Observable(Of Single)) + fullName: SUI.SSliderOptions.UnregisterObservable(SUI.Observable) + fullName.vb: SUI.SSliderOptions.UnregisterObservable(SUI.Observable(Of Single)) + nameWithType: SSliderOptions.UnregisterObservable(Observable) + nameWithType.vb: SSliderOptions.UnregisterObservable(Observable(Of Single)) +- uid: SUI.SSliderOptions.UnregisterObservable* + name: UnregisterObservable + href: api/SUI.SSliderOptions.html#SUI_SSliderOptions_UnregisterObservable_ + commentId: Overload:SUI.SSliderOptions.UnregisterObservable + fullName: SUI.SSliderOptions.UnregisterObservable + nameWithType: SSliderOptions.UnregisterObservable +- uid: SUI.SSliderOptions.Value(System.Single) + name: Value(float) + href: api/SUI.SSliderOptions.html#SUI_SSliderOptions_Value_System_Single_ + commentId: M:SUI.SSliderOptions.Value(System.Single) + name.vb: Value(Single) + fullName: SUI.SSliderOptions.Value(float) + fullName.vb: SUI.SSliderOptions.Value(Single) + nameWithType: SSliderOptions.Value(float) + nameWithType.vb: SSliderOptions.Value(Single) +- uid: SUI.SSliderOptions.Value* + name: Value + href: api/SUI.SSliderOptions.html#SUI_SSliderOptions_Value_ + commentId: Overload:SUI.SSliderOptions.Value + fullName: SUI.SSliderOptions.Value + nameWithType: SSliderOptions.Value +- uid: SUI.SSliderOptions.VisibilityMask + name: SSliderOptions.VisibilityMask + href: api/SUI.SSliderOptions.VisibilityMask.html + commentId: T:SUI.SSliderOptions.VisibilityMask + fullName: SUI.SSliderOptions.VisibilityMask + nameWithType: SSliderOptions.VisibilityMask +- uid: SUI.SSliderOptions.VisibilityMask.Buttons + name: Buttons + href: api/SUI.SSliderOptions.VisibilityMask.html#SUI_SSliderOptions_VisibilityMask_Buttons + commentId: F:SUI.SSliderOptions.VisibilityMask.Buttons + fullName: SUI.SSliderOptions.VisibilityMask.Buttons + nameWithType: SSliderOptions.VisibilityMask.Buttons +- uid: SUI.SSliderOptions.VisibilityMask.Label + name: Label + href: api/SUI.SSliderOptions.VisibilityMask.html#SUI_SSliderOptions_VisibilityMask_Label + commentId: F:SUI.SSliderOptions.VisibilityMask.Label + fullName: SUI.SSliderOptions.VisibilityMask.Label + nameWithType: SSliderOptions.VisibilityMask.Label +- uid: SUI.SSliderOptions.VisibilityMask.None + name: None + href: api/SUI.SSliderOptions.VisibilityMask.html#SUI_SSliderOptions_VisibilityMask_None + commentId: F:SUI.SSliderOptions.VisibilityMask.None + fullName: SUI.SSliderOptions.VisibilityMask.None + nameWithType: SSliderOptions.VisibilityMask.None +- uid: SUI.SSliderOptions.VisibilityMask.Readout + name: Readout + href: api/SUI.SSliderOptions.VisibilityMask.html#SUI_SSliderOptions_VisibilityMask_Readout + commentId: F:SUI.SSliderOptions.VisibilityMask.Readout + fullName: SUI.SSliderOptions.VisibilityMask.Readout + nameWithType: SSliderOptions.VisibilityMask.Readout +- uid: SUI.SSpriteOptions + name: SSpriteOptions + href: api/SUI.SSpriteOptions.html + commentId: T:SUI.SSpriteOptions + fullName: SUI.SSpriteOptions + nameWithType: SSpriteOptions +- uid: SUI.SSpriteOptions.#ctor(UnityEngine.GameObject) + name: SSpriteOptions(GameObject) + href: api/SUI.SSpriteOptions.html#SUI_SSpriteOptions__ctor_UnityEngine_GameObject_ + commentId: M:SUI.SSpriteOptions.#ctor(UnityEngine.GameObject) + name.vb: New(GameObject) + fullName: SUI.SSpriteOptions.SSpriteOptions(UnityEngine.GameObject) + fullName.vb: SUI.SSpriteOptions.New(UnityEngine.GameObject) + nameWithType: SSpriteOptions.SSpriteOptions(GameObject) + nameWithType.vb: SSpriteOptions.New(GameObject) +- uid: SUI.SSpriteOptions.#ctor* + name: SSpriteOptions + href: api/SUI.SSpriteOptions.html#SUI_SSpriteOptions__ctor_ + commentId: Overload:SUI.SSpriteOptions.#ctor + name.vb: New + fullName: SUI.SSpriteOptions.SSpriteOptions + fullName.vb: SUI.SSpriteOptions.New + nameWithType: SSpriteOptions.SSpriteOptions + nameWithType.vb: SSpriteOptions.New +- uid: SUI.SSpriteOptions.Color(UnityEngine.Color) + name: Color(Color) + href: api/SUI.SSpriteOptions.html#SUI_SSpriteOptions_Color_UnityEngine_Color_ + commentId: M:SUI.SSpriteOptions.Color(UnityEngine.Color) + fullName: SUI.SSpriteOptions.Color(UnityEngine.Color) + nameWithType: SSpriteOptions.Color(Color) +- uid: SUI.SSpriteOptions.Color* + name: Color + href: api/SUI.SSpriteOptions.html#SUI_SSpriteOptions_Color_ + commentId: Overload:SUI.SSpriteOptions.Color + fullName: SUI.SSpriteOptions.Color + nameWithType: SSpriteOptions.Color +- uid: SUI.SSpriteOptions.ImageObject + name: ImageObject + href: api/SUI.SSpriteOptions.html#SUI_SSpriteOptions_ImageObject + commentId: F:SUI.SSpriteOptions.ImageObject + fullName: SUI.SSpriteOptions.ImageObject + nameWithType: SSpriteOptions.ImageObject +- uid: SUI.SSpriteOptions.OnObservaleChanged(UnityEngine.Sprite) + name: OnObservaleChanged(Sprite) + href: api/SUI.SSpriteOptions.html#SUI_SSpriteOptions_OnObservaleChanged_UnityEngine_Sprite_ + commentId: M:SUI.SSpriteOptions.OnObservaleChanged(UnityEngine.Sprite) + fullName: SUI.SSpriteOptions.OnObservaleChanged(UnityEngine.Sprite) + nameWithType: SSpriteOptions.OnObservaleChanged(Sprite) +- uid: SUI.SSpriteOptions.OnObservaleChanged* + name: OnObservaleChanged + href: api/SUI.SSpriteOptions.html#SUI_SSpriteOptions_OnObservaleChanged_ + commentId: Overload:SUI.SSpriteOptions.OnObservaleChanged + fullName: SUI.SSpriteOptions.OnObservaleChanged + nameWithType: SSpriteOptions.OnObservaleChanged +- uid: SUI.SSpriteOptions.Sprite(UnityEngine.Sprite) + name: Sprite(Sprite) + href: api/SUI.SSpriteOptions.html#SUI_SSpriteOptions_Sprite_UnityEngine_Sprite_ + commentId: M:SUI.SSpriteOptions.Sprite(UnityEngine.Sprite) + fullName: SUI.SSpriteOptions.Sprite(UnityEngine.Sprite) + nameWithType: SSpriteOptions.Sprite(Sprite) +- uid: SUI.SSpriteOptions.Sprite* + name: Sprite + href: api/SUI.SSpriteOptions.html#SUI_SSpriteOptions_Sprite_ + commentId: Overload:SUI.SSpriteOptions.Sprite + fullName: SUI.SSpriteOptions.Sprite + nameWithType: SSpriteOptions.Sprite +- uid: SUI.STabControllerOptions + name: STabControllerOptions + href: api/SUI.STabControllerOptions.html + commentId: T:SUI.STabControllerOptions + fullName: SUI.STabControllerOptions + nameWithType: STabControllerOptions +- uid: SUI.STabControllerOptions.#ctor(UnityEngine.GameObject) + name: STabControllerOptions(GameObject) + href: api/SUI.STabControllerOptions.html#SUI_STabControllerOptions__ctor_UnityEngine_GameObject_ + commentId: M:SUI.STabControllerOptions.#ctor(UnityEngine.GameObject) + name.vb: New(GameObject) + fullName: SUI.STabControllerOptions.STabControllerOptions(UnityEngine.GameObject) + fullName.vb: SUI.STabControllerOptions.New(UnityEngine.GameObject) + nameWithType: STabControllerOptions.STabControllerOptions(GameObject) + nameWithType.vb: STabControllerOptions.New(GameObject) +- uid: SUI.STabControllerOptions.#ctor* + name: STabControllerOptions + href: api/SUI.STabControllerOptions.html#SUI_STabControllerOptions__ctor_ + commentId: Overload:SUI.STabControllerOptions.#ctor + name.vb: New + fullName: SUI.STabControllerOptions.STabControllerOptions + fullName.vb: SUI.STabControllerOptions.New + nameWithType: STabControllerOptions.STabControllerOptions + nameWithType.vb: STabControllerOptions.New +- uid: SUI.STabControllerOptions.AddTab(SUI.STabControllerOptions.TabDefinition) + name: AddTab(TabDefinition) + href: api/SUI.STabControllerOptions.html#SUI_STabControllerOptions_AddTab_SUI_STabControllerOptions_TabDefinition_ + commentId: M:SUI.STabControllerOptions.AddTab(SUI.STabControllerOptions.TabDefinition) + fullName: SUI.STabControllerOptions.AddTab(SUI.STabControllerOptions.TabDefinition) + nameWithType: STabControllerOptions.AddTab(STabControllerOptions.TabDefinition) +- uid: SUI.STabControllerOptions.AddTab* + name: AddTab + href: api/SUI.STabControllerOptions.html#SUI_STabControllerOptions_AddTab_ + commentId: Overload:SUI.STabControllerOptions.AddTab + fullName: SUI.STabControllerOptions.AddTab + nameWithType: STabControllerOptions.AddTab +- uid: SUI.STabControllerOptions.HideDivider(System.Boolean) + name: HideDivider(bool) + href: api/SUI.STabControllerOptions.html#SUI_STabControllerOptions_HideDivider_System_Boolean_ + commentId: M:SUI.STabControllerOptions.HideDivider(System.Boolean) + name.vb: HideDivider(Boolean) + fullName: SUI.STabControllerOptions.HideDivider(bool) + fullName.vb: SUI.STabControllerOptions.HideDivider(Boolean) + nameWithType: STabControllerOptions.HideDivider(bool) + nameWithType.vb: STabControllerOptions.HideDivider(Boolean) +- uid: SUI.STabControllerOptions.HideDivider* + name: HideDivider + href: api/SUI.STabControllerOptions.html#SUI_STabControllerOptions_HideDivider_ + commentId: Overload:SUI.STabControllerOptions.HideDivider + fullName: SUI.STabControllerOptions.HideDivider + nameWithType: STabControllerOptions.HideDivider +- uid: SUI.STabControllerOptions.ShowTab(System.String) + name: ShowTab(string) + href: api/SUI.STabControllerOptions.html#SUI_STabControllerOptions_ShowTab_System_String_ + commentId: M:SUI.STabControllerOptions.ShowTab(System.String) + name.vb: ShowTab(String) + fullName: SUI.STabControllerOptions.ShowTab(string) + fullName.vb: SUI.STabControllerOptions.ShowTab(String) + nameWithType: STabControllerOptions.ShowTab(string) + nameWithType.vb: STabControllerOptions.ShowTab(String) +- uid: SUI.STabControllerOptions.ShowTab* + name: ShowTab + href: api/SUI.STabControllerOptions.html#SUI_STabControllerOptions_ShowTab_ + commentId: Overload:SUI.STabControllerOptions.ShowTab + fullName: SUI.STabControllerOptions.ShowTab + nameWithType: STabControllerOptions.ShowTab +- uid: SUI.STabControllerOptions.TabContainer + name: TabContainer + href: api/SUI.STabControllerOptions.html#SUI_STabControllerOptions_TabContainer + commentId: F:SUI.STabControllerOptions.TabContainer + fullName: SUI.STabControllerOptions.TabContainer + nameWithType: STabControllerOptions.TabContainer +- uid: SUI.STabControllerOptions.TabDefinition + name: STabControllerOptions.TabDefinition + href: api/SUI.STabControllerOptions.TabDefinition.html + commentId: T:SUI.STabControllerOptions.TabDefinition + fullName: SUI.STabControllerOptions.TabDefinition + nameWithType: STabControllerOptions.TabDefinition +- uid: SUI.STabControllerOptions.TabDefinition.#ctor(System.String,System.String,SUI.SContainerOptions) + name: TabDefinition(string, string, SContainerOptions) + href: api/SUI.STabControllerOptions.TabDefinition.html#SUI_STabControllerOptions_TabDefinition__ctor_System_String_System_String_SUI_SContainerOptions_ + commentId: M:SUI.STabControllerOptions.TabDefinition.#ctor(System.String,System.String,SUI.SContainerOptions) + name.vb: New(String, String, SContainerOptions) + fullName: SUI.STabControllerOptions.TabDefinition.TabDefinition(string, string, SUI.SContainerOptions) + fullName.vb: SUI.STabControllerOptions.TabDefinition.New(String, String, SUI.SContainerOptions) + nameWithType: STabControllerOptions.TabDefinition.TabDefinition(string, string, SContainerOptions) + nameWithType.vb: STabControllerOptions.TabDefinition.New(String, String, SContainerOptions) +- uid: SUI.STabControllerOptions.TabDefinition.#ctor(System.String,System.String,SUI.SUiElement,SUI.SContainerOptions) + name: TabDefinition(string, string, SUiElement, SContainerOptions) + href: api/SUI.STabControllerOptions.TabDefinition.html#SUI_STabControllerOptions_TabDefinition__ctor_System_String_System_String_SUI_SUiElement_SUI_SContainerOptions_ + commentId: M:SUI.STabControllerOptions.TabDefinition.#ctor(System.String,System.String,SUI.SUiElement,SUI.SContainerOptions) + name.vb: New(String, String, SUiElement, SContainerOptions) + fullName: SUI.STabControllerOptions.TabDefinition.TabDefinition(string, string, SUI.SUiElement, SUI.SContainerOptions) + fullName.vb: SUI.STabControllerOptions.TabDefinition.New(String, String, SUI.SUiElement, SUI.SContainerOptions) + nameWithType: STabControllerOptions.TabDefinition.TabDefinition(string, string, SUiElement, SContainerOptions) + nameWithType.vb: STabControllerOptions.TabDefinition.New(String, String, SUiElement, SContainerOptions) +- uid: SUI.STabControllerOptions.TabDefinition.#ctor* + name: TabDefinition + href: api/SUI.STabControllerOptions.TabDefinition.html#SUI_STabControllerOptions_TabDefinition__ctor_ + commentId: Overload:SUI.STabControllerOptions.TabDefinition.#ctor + name.vb: New + fullName: SUI.STabControllerOptions.TabDefinition.TabDefinition + fullName.vb: SUI.STabControllerOptions.TabDefinition.New + nameWithType: STabControllerOptions.TabDefinition.TabDefinition + nameWithType.vb: STabControllerOptions.TabDefinition.New +- uid: SUI.STabControllerOptions.TabDefinition.Id + name: Id + href: api/SUI.STabControllerOptions.TabDefinition.html#SUI_STabControllerOptions_TabDefinition_Id + commentId: F:SUI.STabControllerOptions.TabDefinition.Id + fullName: SUI.STabControllerOptions.TabDefinition.Id + nameWithType: STabControllerOptions.TabDefinition.Id +- uid: SUI.STabControllerOptions.TabDefinition.Name + name: Name + href: api/SUI.STabControllerOptions.TabDefinition.html#SUI_STabControllerOptions_TabDefinition_Name + commentId: F:SUI.STabControllerOptions.TabDefinition.Name + fullName: SUI.STabControllerOptions.TabDefinition.Name + nameWithType: STabControllerOptions.TabDefinition.Name +- uid: SUI.STabControllerOptions.TabDefinition.Tab + name: Tab + href: api/SUI.STabControllerOptions.TabDefinition.html#SUI_STabControllerOptions_TabDefinition_Tab + commentId: F:SUI.STabControllerOptions.TabDefinition.Tab + fullName: SUI.STabControllerOptions.TabDefinition.Tab + nameWithType: STabControllerOptions.TabDefinition.Tab +- uid: SUI.STabControllerOptions.TabDefinition.TabContent + name: TabContent + href: api/SUI.STabControllerOptions.TabDefinition.html#SUI_STabControllerOptions_TabDefinition_TabContent + commentId: F:SUI.STabControllerOptions.TabDefinition.TabContent + fullName: SUI.STabControllerOptions.TabDefinition.TabContent + nameWithType: STabControllerOptions.TabDefinition.TabContent +- uid: SUI.STabControllerOptions.TabDivider + name: TabDivider + href: api/SUI.STabControllerOptions.html#SUI_STabControllerOptions_TabDivider + commentId: F:SUI.STabControllerOptions.TabDivider + fullName: SUI.STabControllerOptions.TabDivider + nameWithType: STabControllerOptions.TabDivider +- uid: SUI.STabControllerOptions.TabHeader + name: TabHeader + href: api/SUI.STabControllerOptions.html#SUI_STabControllerOptions_TabHeader + commentId: F:SUI.STabControllerOptions.TabHeader + fullName: SUI.STabControllerOptions.TabHeader + nameWithType: STabControllerOptions.TabHeader +- uid: SUI.STabControllerOptions.Tabs + name: Tabs + href: api/SUI.STabControllerOptions.html#SUI_STabControllerOptions_Tabs + commentId: F:SUI.STabControllerOptions.Tabs + fullName: SUI.STabControllerOptions.Tabs + nameWithType: STabControllerOptions.Tabs +- uid: SUI.STextboxOptions + name: STextboxOptions + href: api/SUI.STextboxOptions.html + commentId: T:SUI.STextboxOptions + fullName: SUI.STextboxOptions + nameWithType: STextboxOptions +- uid: SUI.STextboxOptions.#ctor(UnityEngine.GameObject) + name: STextboxOptions(GameObject) + href: api/SUI.STextboxOptions.html#SUI_STextboxOptions__ctor_UnityEngine_GameObject_ + commentId: M:SUI.STextboxOptions.#ctor(UnityEngine.GameObject) + name.vb: New(GameObject) + fullName: SUI.STextboxOptions.STextboxOptions(UnityEngine.GameObject) + fullName.vb: SUI.STextboxOptions.New(UnityEngine.GameObject) + nameWithType: STextboxOptions.STextboxOptions(GameObject) + nameWithType.vb: STextboxOptions.New(GameObject) +- uid: SUI.STextboxOptions.#ctor* + name: STextboxOptions + href: api/SUI.STextboxOptions.html#SUI_STextboxOptions__ctor_ + commentId: Overload:SUI.STextboxOptions.#ctor + name.vb: New + fullName: SUI.STextboxOptions.STextboxOptions + fullName.vb: SUI.STextboxOptions.New + nameWithType: STextboxOptions.STextboxOptions + nameWithType.vb: STextboxOptions.New +- uid: SUI.STextboxOptions.Background(SUI.EBackground) + name: Background(EBackground) + href: api/SUI.STextboxOptions.html#SUI_STextboxOptions_Background_SUI_EBackground_ + commentId: M:SUI.STextboxOptions.Background(SUI.EBackground) + fullName: SUI.STextboxOptions.Background(SUI.EBackground) + nameWithType: STextboxOptions.Background(EBackground) +- uid: SUI.STextboxOptions.Background(UnityEngine.Sprite) + name: Background(Sprite) + href: api/SUI.STextboxOptions.html#SUI_STextboxOptions_Background_UnityEngine_Sprite_ + commentId: M:SUI.STextboxOptions.Background(UnityEngine.Sprite) + fullName: SUI.STextboxOptions.Background(UnityEngine.Sprite) + nameWithType: STextboxOptions.Background(Sprite) +- uid: SUI.STextboxOptions.Background* + name: Background + href: api/SUI.STextboxOptions.html#SUI_STextboxOptions_Background_ + commentId: Overload:SUI.STextboxOptions.Background + fullName: SUI.STextboxOptions.Background + nameWithType: STextboxOptions.Background +- uid: SUI.STextboxOptions.CuddleLabel(System.Boolean,System.Single) + name: CuddleLabel(bool, float) + href: api/SUI.STextboxOptions.html#SUI_STextboxOptions_CuddleLabel_System_Boolean_System_Single_ + commentId: M:SUI.STextboxOptions.CuddleLabel(System.Boolean,System.Single) + name.vb: CuddleLabel(Boolean, Single) + fullName: SUI.STextboxOptions.CuddleLabel(bool, float) + fullName.vb: SUI.STextboxOptions.CuddleLabel(Boolean, Single) + nameWithType: STextboxOptions.CuddleLabel(bool, float) + nameWithType.vb: STextboxOptions.CuddleLabel(Boolean, Single) +- uid: SUI.STextboxOptions.CuddleLabel* + name: CuddleLabel + href: api/SUI.STextboxOptions.html#SUI_STextboxOptions_CuddleLabel_ + commentId: Overload:SUI.STextboxOptions.CuddleLabel + fullName: SUI.STextboxOptions.CuddleLabel + nameWithType: STextboxOptions.CuddleLabel +- uid: SUI.STextboxOptions.HideLabel(System.Boolean) + name: HideLabel(bool) + href: api/SUI.STextboxOptions.html#SUI_STextboxOptions_HideLabel_System_Boolean_ + commentId: M:SUI.STextboxOptions.HideLabel(System.Boolean) + name.vb: HideLabel(Boolean) + fullName: SUI.STextboxOptions.HideLabel(bool) + fullName.vb: SUI.STextboxOptions.HideLabel(Boolean) + nameWithType: STextboxOptions.HideLabel(bool) + nameWithType.vb: STextboxOptions.HideLabel(Boolean) +- uid: SUI.STextboxOptions.HideLabel* + name: HideLabel + href: api/SUI.STextboxOptions.html#SUI_STextboxOptions_HideLabel_ + commentId: Overload:SUI.STextboxOptions.HideLabel + fullName: SUI.STextboxOptions.HideLabel + nameWithType: STextboxOptions.HideLabel +- uid: SUI.STextboxOptions.InputFieldObject + name: InputFieldObject + href: api/SUI.STextboxOptions.html#SUI_STextboxOptions_InputFieldObject + commentId: F:SUI.STextboxOptions.InputFieldObject + fullName: SUI.STextboxOptions.InputFieldObject + nameWithType: STextboxOptions.InputFieldObject +- uid: SUI.STextboxOptions.InputFlexWidth(System.Single) + name: InputFlexWidth(float) + href: api/SUI.STextboxOptions.html#SUI_STextboxOptions_InputFlexWidth_System_Single_ + commentId: M:SUI.STextboxOptions.InputFlexWidth(System.Single) + name.vb: InputFlexWidth(Single) + fullName: SUI.STextboxOptions.InputFlexWidth(float) + fullName.vb: SUI.STextboxOptions.InputFlexWidth(Single) + nameWithType: STextboxOptions.InputFlexWidth(float) + nameWithType.vb: STextboxOptions.InputFlexWidth(Single) +- uid: SUI.STextboxOptions.InputFlexWidth* + name: InputFlexWidth + href: api/SUI.STextboxOptions.html#SUI_STextboxOptions_InputFlexWidth_ + commentId: Overload:SUI.STextboxOptions.InputFlexWidth + fullName: SUI.STextboxOptions.InputFlexWidth + nameWithType: STextboxOptions.InputFlexWidth +- uid: SUI.STextboxOptions.InputTextObject + name: InputTextObject + href: api/SUI.STextboxOptions.html#SUI_STextboxOptions_InputTextObject + commentId: P:SUI.STextboxOptions.InputTextObject + fullName: SUI.STextboxOptions.InputTextObject + nameWithType: STextboxOptions.InputTextObject +- uid: SUI.STextboxOptions.InputTextObject* + name: InputTextObject + href: api/SUI.STextboxOptions.html#SUI_STextboxOptions_InputTextObject_ + commentId: Overload:SUI.STextboxOptions.InputTextObject + fullName: SUI.STextboxOptions.InputTextObject + nameWithType: STextboxOptions.InputTextObject +- uid: SUI.STextboxOptions.Notify(System.Action{System.String}) + name: Notify(Action) + href: api/SUI.STextboxOptions.html#SUI_STextboxOptions_Notify_System_Action_System_String__ + commentId: M:SUI.STextboxOptions.Notify(System.Action{System.String}) + name.vb: Notify(Action(Of String)) + fullName: SUI.STextboxOptions.Notify(System.Action) + fullName.vb: SUI.STextboxOptions.Notify(System.Action(Of String)) + nameWithType: STextboxOptions.Notify(Action) + nameWithType.vb: STextboxOptions.Notify(Action(Of String)) +- uid: SUI.STextboxOptions.Notify* + name: Notify + href: api/SUI.STextboxOptions.html#SUI_STextboxOptions_Notify_ + commentId: Overload:SUI.STextboxOptions.Notify + fullName: SUI.STextboxOptions.Notify + nameWithType: STextboxOptions.Notify +- uid: SUI.STextboxOptions.OnObservaleChanged(System.String) + name: OnObservaleChanged(string) + href: api/SUI.STextboxOptions.html#SUI_STextboxOptions_OnObservaleChanged_System_String_ + commentId: M:SUI.STextboxOptions.OnObservaleChanged(System.String) + name.vb: OnObservaleChanged(String) + fullName: SUI.STextboxOptions.OnObservaleChanged(string) + fullName.vb: SUI.STextboxOptions.OnObservaleChanged(String) + nameWithType: STextboxOptions.OnObservaleChanged(string) + nameWithType.vb: STextboxOptions.OnObservaleChanged(String) +- uid: SUI.STextboxOptions.OnObservaleChanged* + name: OnObservaleChanged + href: api/SUI.STextboxOptions.html#SUI_STextboxOptions_OnObservaleChanged_ + commentId: Overload:SUI.STextboxOptions.OnObservaleChanged + fullName: SUI.STextboxOptions.OnObservaleChanged + nameWithType: STextboxOptions.OnObservaleChanged +- uid: SUI.STextboxOptions.Placeholder(System.String) + name: Placeholder(string) + href: api/SUI.STextboxOptions.html#SUI_STextboxOptions_Placeholder_System_String_ + commentId: M:SUI.STextboxOptions.Placeholder(System.String) + name.vb: Placeholder(String) + fullName: SUI.STextboxOptions.Placeholder(string) + fullName.vb: SUI.STextboxOptions.Placeholder(String) + nameWithType: STextboxOptions.Placeholder(string) + nameWithType.vb: STextboxOptions.Placeholder(String) +- uid: SUI.STextboxOptions.Placeholder* + name: Placeholder + href: api/SUI.STextboxOptions.html#SUI_STextboxOptions_Placeholder_ + commentId: Overload:SUI.STextboxOptions.Placeholder + fullName: SUI.STextboxOptions.Placeholder + nameWithType: STextboxOptions.Placeholder +- uid: SUI.STextboxOptions.PlaceholderObject + name: PlaceholderObject + href: api/SUI.STextboxOptions.html#SUI_STextboxOptions_PlaceholderObject + commentId: F:SUI.STextboxOptions.PlaceholderObject + fullName: SUI.STextboxOptions.PlaceholderObject + nameWithType: STextboxOptions.PlaceholderObject +- uid: SUI.STextboxOptions.RegisterObservable(SUI.Observable{System.String}) + name: RegisterObservable(Observable) + href: api/SUI.STextboxOptions.html#SUI_STextboxOptions_RegisterObservable_SUI_Observable_System_String__ + commentId: M:SUI.STextboxOptions.RegisterObservable(SUI.Observable{System.String}) + name.vb: RegisterObservable(Observable(Of String)) + fullName: SUI.STextboxOptions.RegisterObservable(SUI.Observable) + fullName.vb: SUI.STextboxOptions.RegisterObservable(SUI.Observable(Of String)) + nameWithType: STextboxOptions.RegisterObservable(Observable) + nameWithType.vb: STextboxOptions.RegisterObservable(Observable(Of String)) +- uid: SUI.STextboxOptions.RegisterObservable* + name: RegisterObservable + href: api/SUI.STextboxOptions.html#SUI_STextboxOptions_RegisterObservable_ + commentId: Overload:SUI.STextboxOptions.RegisterObservable + fullName: SUI.STextboxOptions.RegisterObservable + nameWithType: STextboxOptions.RegisterObservable +- uid: SUI.STextboxOptions.UnregisterObservable(SUI.Observable{System.String}) + name: UnregisterObservable(Observable) + href: api/SUI.STextboxOptions.html#SUI_STextboxOptions_UnregisterObservable_SUI_Observable_System_String__ + commentId: M:SUI.STextboxOptions.UnregisterObservable(SUI.Observable{System.String}) + name.vb: UnregisterObservable(Observable(Of String)) + fullName: SUI.STextboxOptions.UnregisterObservable(SUI.Observable) + fullName.vb: SUI.STextboxOptions.UnregisterObservable(SUI.Observable(Of String)) + nameWithType: STextboxOptions.UnregisterObservable(Observable) + nameWithType.vb: STextboxOptions.UnregisterObservable(Observable(Of String)) +- uid: SUI.STextboxOptions.UnregisterObservable* + name: UnregisterObservable + href: api/SUI.STextboxOptions.html#SUI_STextboxOptions_UnregisterObservable_ + commentId: Overload:SUI.STextboxOptions.UnregisterObservable + fullName: SUI.STextboxOptions.UnregisterObservable + nameWithType: STextboxOptions.UnregisterObservable +- uid: SUI.STextboxOptions.Value(System.String) + name: Value(string) + href: api/SUI.STextboxOptions.html#SUI_STextboxOptions_Value_System_String_ + commentId: M:SUI.STextboxOptions.Value(System.String) + name.vb: Value(String) + fullName: SUI.STextboxOptions.Value(string) + fullName.vb: SUI.STextboxOptions.Value(String) + nameWithType: STextboxOptions.Value(string) + nameWithType.vb: STextboxOptions.Value(String) +- uid: SUI.STextboxOptions.Value* + name: Value + href: api/SUI.STextboxOptions.html#SUI_STextboxOptions_Value_ + commentId: Overload:SUI.STextboxOptions.Value + fullName: SUI.STextboxOptions.Value + nameWithType: STextboxOptions.Value +- uid: SUI.SToggleOptions + name: SToggleOptions + href: api/SUI.SToggleOptions.html + commentId: T:SUI.SToggleOptions + fullName: SUI.SToggleOptions + nameWithType: SToggleOptions +- uid: SUI.SToggleOptions.#ctor(UnityEngine.GameObject) + name: SToggleOptions(GameObject) + href: api/SUI.SToggleOptions.html#SUI_SToggleOptions__ctor_UnityEngine_GameObject_ + commentId: M:SUI.SToggleOptions.#ctor(UnityEngine.GameObject) + name.vb: New(GameObject) + fullName: SUI.SToggleOptions.SToggleOptions(UnityEngine.GameObject) + fullName.vb: SUI.SToggleOptions.New(UnityEngine.GameObject) + nameWithType: SToggleOptions.SToggleOptions(GameObject) + nameWithType.vb: SToggleOptions.New(GameObject) +- uid: SUI.SToggleOptions.#ctor* + name: SToggleOptions + href: api/SUI.SToggleOptions.html#SUI_SToggleOptions__ctor_ + commentId: Overload:SUI.SToggleOptions.#ctor + name.vb: New + fullName: SUI.SToggleOptions.SToggleOptions + fullName.vb: SUI.SToggleOptions.New + nameWithType: SToggleOptions.SToggleOptions + nameWithType.vb: SToggleOptions.New +- uid: SUI.SToggleOptions.Notify(System.Action{System.Boolean}) + name: Notify(Action) + href: api/SUI.SToggleOptions.html#SUI_SToggleOptions_Notify_System_Action_System_Boolean__ + commentId: M:SUI.SToggleOptions.Notify(System.Action{System.Boolean}) + name.vb: Notify(Action(Of Boolean)) + fullName: SUI.SToggleOptions.Notify(System.Action) + fullName.vb: SUI.SToggleOptions.Notify(System.Action(Of Boolean)) + nameWithType: SToggleOptions.Notify(Action) + nameWithType.vb: SToggleOptions.Notify(Action(Of Boolean)) +- uid: SUI.SToggleOptions.Notify* + name: Notify + href: api/SUI.SToggleOptions.html#SUI_SToggleOptions_Notify_ + commentId: Overload:SUI.SToggleOptions.Notify + fullName: SUI.SToggleOptions.Notify + nameWithType: SToggleOptions.Notify +- uid: SUI.SToggleOptions.OnObservaleChanged(System.Boolean) + name: OnObservaleChanged(bool) + href: api/SUI.SToggleOptions.html#SUI_SToggleOptions_OnObservaleChanged_System_Boolean_ + commentId: M:SUI.SToggleOptions.OnObservaleChanged(System.Boolean) + name.vb: OnObservaleChanged(Boolean) + fullName: SUI.SToggleOptions.OnObservaleChanged(bool) + fullName.vb: SUI.SToggleOptions.OnObservaleChanged(Boolean) + nameWithType: SToggleOptions.OnObservaleChanged(bool) + nameWithType.vb: SToggleOptions.OnObservaleChanged(Boolean) +- uid: SUI.SToggleOptions.OnObservaleChanged* + name: OnObservaleChanged + href: api/SUI.SToggleOptions.html#SUI_SToggleOptions_OnObservaleChanged_ + commentId: Overload:SUI.SToggleOptions.OnObservaleChanged + fullName: SUI.SToggleOptions.OnObservaleChanged + nameWithType: SToggleOptions.OnObservaleChanged +- uid: SUI.SToggleOptions.RegisterObservable(SUI.Observable{System.Boolean}) + name: RegisterObservable(Observable) + href: api/SUI.SToggleOptions.html#SUI_SToggleOptions_RegisterObservable_SUI_Observable_System_Boolean__ + commentId: M:SUI.SToggleOptions.RegisterObservable(SUI.Observable{System.Boolean}) + name.vb: RegisterObservable(Observable(Of Boolean)) + fullName: SUI.SToggleOptions.RegisterObservable(SUI.Observable) + fullName.vb: SUI.SToggleOptions.RegisterObservable(SUI.Observable(Of Boolean)) + nameWithType: SToggleOptions.RegisterObservable(Observable) + nameWithType.vb: SToggleOptions.RegisterObservable(Observable(Of Boolean)) +- uid: SUI.SToggleOptions.RegisterObservable* + name: RegisterObservable + href: api/SUI.SToggleOptions.html#SUI_SToggleOptions_RegisterObservable_ + commentId: Overload:SUI.SToggleOptions.RegisterObservable + fullName: SUI.SToggleOptions.RegisterObservable + nameWithType: SToggleOptions.RegisterObservable +- uid: SUI.SToggleOptions.ToggleObject + name: ToggleObject + href: api/SUI.SToggleOptions.html#SUI_SToggleOptions_ToggleObject + commentId: F:SUI.SToggleOptions.ToggleObject + fullName: SUI.SToggleOptions.ToggleObject + nameWithType: SToggleOptions.ToggleObject +- uid: SUI.SToggleOptions.UnregisterObservable(SUI.Observable{System.Boolean}) + name: UnregisterObservable(Observable) + href: api/SUI.SToggleOptions.html#SUI_SToggleOptions_UnregisterObservable_SUI_Observable_System_Boolean__ + commentId: M:SUI.SToggleOptions.UnregisterObservable(SUI.Observable{System.Boolean}) + name.vb: UnregisterObservable(Observable(Of Boolean)) + fullName: SUI.SToggleOptions.UnregisterObservable(SUI.Observable) + fullName.vb: SUI.SToggleOptions.UnregisterObservable(SUI.Observable(Of Boolean)) + nameWithType: SToggleOptions.UnregisterObservable(Observable) + nameWithType.vb: SToggleOptions.UnregisterObservable(Observable(Of Boolean)) +- uid: SUI.SToggleOptions.UnregisterObservable* + name: UnregisterObservable + href: api/SUI.SToggleOptions.html#SUI_SToggleOptions_UnregisterObservable_ + commentId: Overload:SUI.SToggleOptions.UnregisterObservable + fullName: SUI.SToggleOptions.UnregisterObservable + nameWithType: SToggleOptions.UnregisterObservable +- uid: SUI.SToggleOptions.Value(System.Boolean) + name: Value(bool) + href: api/SUI.SToggleOptions.html#SUI_SToggleOptions_Value_System_Boolean_ + commentId: M:SUI.SToggleOptions.Value(System.Boolean) + name.vb: Value(Boolean) + fullName: SUI.SToggleOptions.Value(bool) + fullName.vb: SUI.SToggleOptions.Value(Boolean) + nameWithType: SToggleOptions.Value(bool) + nameWithType.vb: SToggleOptions.Value(Boolean) +- uid: SUI.SToggleOptions.Value* + name: Value + href: api/SUI.SToggleOptions.html#SUI_SToggleOptions_Value_ + commentId: Overload:SUI.SToggleOptions.Value + fullName: SUI.SToggleOptions.Value + nameWithType: SToggleOptions.Value +- uid: SUI.SUI + name: SUI + href: api/SUI.SUI.html + commentId: T:SUI.SUI + fullName: SUI.SUI + nameWithType: SUI +- uid: SUI.SUI._panels + name: _panels + href: api/SUI.SUI.html#SUI_SUI__panels + commentId: F:SUI.SUI._panels + fullName: SUI.SUI._panels + nameWithType: SUI._panels +- uid: SUI.SUI.#ctor + name: SUI() + href: api/SUI.SUI.html#SUI_SUI__ctor + commentId: M:SUI.SUI.#ctor + name.vb: New() + fullName: SUI.SUI.SUI() + fullName.vb: SUI.SUI.New() + nameWithType: SUI.SUI() + nameWithType.vb: SUI.New() +- uid: SUI.SUI.#ctor* + name: SUI + href: api/SUI.SUI.html#SUI_SUI__ctor_ + commentId: Overload:SUI.SUI.#ctor + name.vb: New + fullName: SUI.SUI.SUI + fullName.vb: SUI.SUI.New + nameWithType: SUI.SUI + nameWithType.vb: SUI.New +- uid: SUI.SUI.AssetBundle + name: AssetBundle + href: api/SUI.SUI.html#SUI_SUI_AssetBundle + commentId: P:SUI.SUI.AssetBundle + fullName: SUI.SUI.AssetBundle + nameWithType: SUI.AssetBundle +- uid: SUI.SUI.AssetBundle* + name: AssetBundle + href: api/SUI.SUI.html#SUI_SUI_AssetBundle_ + commentId: Overload:SUI.SUI.AssetBundle + fullName: SUI.SUI.AssetBundle + nameWithType: SUI.AssetBundle +- uid: SUI.SUI.BackgroundDefinition + name: SUI.BackgroundDefinition + href: api/SUI.SUI.BackgroundDefinition.html + commentId: T:SUI.SUI.BackgroundDefinition + fullName: SUI.SUI.BackgroundDefinition + nameWithType: SUI.BackgroundDefinition +- uid: SUI.SUI.BackgroundDefinition.#ctor(UnityEngine.Color,UnityEngine.Sprite,UnityEngine.UI.Image.Type) + name: BackgroundDefinition(Color, Sprite, Type) + href: api/SUI.SUI.BackgroundDefinition.html#SUI_SUI_BackgroundDefinition__ctor_UnityEngine_Color_UnityEngine_Sprite_UnityEngine_UI_Image_Type_ + commentId: M:SUI.SUI.BackgroundDefinition.#ctor(UnityEngine.Color,UnityEngine.Sprite,UnityEngine.UI.Image.Type) + name.vb: New(Color, Sprite, Type) + fullName: SUI.SUI.BackgroundDefinition.BackgroundDefinition(UnityEngine.Color, UnityEngine.Sprite, UnityEngine.UI.Image.Type) + fullName.vb: SUI.SUI.BackgroundDefinition.New(UnityEngine.Color, UnityEngine.Sprite, UnityEngine.UI.Image.Type) + nameWithType: SUI.BackgroundDefinition.BackgroundDefinition(Color, Sprite, Image.Type) + nameWithType.vb: SUI.BackgroundDefinition.New(Color, Sprite, Image.Type) +- uid: SUI.SUI.BackgroundDefinition.#ctor* + name: BackgroundDefinition + href: api/SUI.SUI.BackgroundDefinition.html#SUI_SUI_BackgroundDefinition__ctor_ + commentId: Overload:SUI.SUI.BackgroundDefinition.#ctor + name.vb: New + fullName: SUI.SUI.BackgroundDefinition.BackgroundDefinition + fullName.vb: SUI.SUI.BackgroundDefinition.New + nameWithType: SUI.BackgroundDefinition.BackgroundDefinition + nameWithType.vb: SUI.BackgroundDefinition.New +- uid: SUI.SUI.BackgroundDefinition.ApplyTo(UnityEngine.UI.Image) + name: ApplyTo(Image) + href: api/SUI.SUI.BackgroundDefinition.html#SUI_SUI_BackgroundDefinition_ApplyTo_UnityEngine_UI_Image_ + commentId: M:SUI.SUI.BackgroundDefinition.ApplyTo(UnityEngine.UI.Image) + fullName: SUI.SUI.BackgroundDefinition.ApplyTo(UnityEngine.UI.Image) + nameWithType: SUI.BackgroundDefinition.ApplyTo(Image) +- uid: SUI.SUI.BackgroundDefinition.ApplyTo* + name: ApplyTo + href: api/SUI.SUI.BackgroundDefinition.html#SUI_SUI_BackgroundDefinition_ApplyTo_ + commentId: Overload:SUI.SUI.BackgroundDefinition.ApplyTo + fullName: SUI.SUI.BackgroundDefinition.ApplyTo + nameWithType: SUI.BackgroundDefinition.ApplyTo +- uid: SUI.SUI.BackgroundDefinition.Color + name: Color + href: api/SUI.SUI.BackgroundDefinition.html#SUI_SUI_BackgroundDefinition_Color + commentId: F:SUI.SUI.BackgroundDefinition.Color + fullName: SUI.SUI.BackgroundDefinition.Color + nameWithType: SUI.BackgroundDefinition.Color +- uid: SUI.SUI.BackgroundDefinition.Sprite + name: Sprite + href: api/SUI.SUI.BackgroundDefinition.html#SUI_SUI_BackgroundDefinition_Sprite + commentId: F:SUI.SUI.BackgroundDefinition.Sprite + fullName: SUI.SUI.BackgroundDefinition.Sprite + nameWithType: SUI.BackgroundDefinition.Sprite +- uid: SUI.SUI.BackgroundDefinition.Type + name: Type + href: api/SUI.SUI.BackgroundDefinition.html#SUI_SUI_BackgroundDefinition_Type + commentId: F:SUI.SUI.BackgroundDefinition.Type + fullName: SUI.SUI.BackgroundDefinition.Type + nameWithType: SUI.BackgroundDefinition.Type +- uid: SUI.SUI.BG_CYAN + name: BG_CYAN + href: api/SUI.SUI.html#SUI_SUI_BG_CYAN + commentId: F:SUI.SUI.BG_CYAN + fullName: SUI.SUI.BG_CYAN + nameWithType: SUI.BG_CYAN +- uid: SUI.SUI.BlurBackground + name: BlurBackground + href: api/SUI.SUI.html#SUI_SUI_BlurBackground + commentId: P:SUI.SUI.BlurBackground + fullName: SUI.SUI.BlurBackground + nameWithType: SUI.BlurBackground +- uid: SUI.SUI.BlurBackground* + name: BlurBackground + href: api/SUI.SUI.html#SUI_SUI_BlurBackground_ + commentId: Overload:SUI.SUI.BlurBackground + fullName: SUI.SUI.BlurBackground + nameWithType: SUI.BlurBackground +- uid: SUI.SUI.ColorFromString(System.String) + name: ColorFromString(string) + href: api/SUI.SUI.html#SUI_SUI_ColorFromString_System_String_ + commentId: M:SUI.SUI.ColorFromString(System.String) + name.vb: ColorFromString(String) + fullName: SUI.SUI.ColorFromString(string) + fullName.vb: SUI.SUI.ColorFromString(String) + nameWithType: SUI.ColorFromString(string) + nameWithType.vb: SUI.ColorFromString(String) +- uid: SUI.SUI.ColorFromString* + name: ColorFromString + href: api/SUI.SUI.html#SUI_SUI_ColorFromString_ + commentId: Overload:SUI.SUI.ColorFromString + fullName: SUI.SUI.ColorFromString + nameWithType: SUI.ColorFromString +- uid: SUI.SUI.CreatePanel(UnityEngine.Transform) + name: CreatePanel(Transform) + href: api/SUI.SUI.html#SUI_SUI_CreatePanel_UnityEngine_Transform_ + commentId: M:SUI.SUI.CreatePanel(UnityEngine.Transform) + fullName: SUI.SUI.CreatePanel(UnityEngine.Transform) + nameWithType: SUI.CreatePanel(Transform) +- uid: SUI.SUI.CreatePanel* + name: CreatePanel + href: api/SUI.SUI.html#SUI_SUI_CreatePanel_ + commentId: Overload:SUI.SUI.CreatePanel + fullName: SUI.SUI.CreatePanel + nameWithType: SUI.CreatePanel +- uid: SUI.SUI.EFont + name: SUI.EFont + href: api/SUI.SUI.EFont.html + commentId: T:SUI.SUI.EFont + fullName: SUI.SUI.EFont + nameWithType: SUI.EFont +- uid: SUI.SUI.EFont.FatDebug + name: FatDebug + href: api/SUI.SUI.EFont.html#SUI_SUI_EFont_FatDebug + commentId: F:SUI.SUI.EFont.FatDebug + fullName: SUI.SUI.EFont.FatDebug + nameWithType: SUI.EFont.FatDebug +- uid: SUI.SUI.EFont.Montserrat + name: Montserrat + href: api/SUI.SUI.EFont.html#SUI_SUI_EFont_Montserrat + commentId: F:SUI.SUI.EFont.Montserrat + fullName: SUI.SUI.EFont.Montserrat + nameWithType: SUI.EFont.Montserrat +- uid: SUI.SUI.EFont.NotoSans + name: NotoSans + href: api/SUI.SUI.EFont.html#SUI_SUI_EFont_NotoSans + commentId: F:SUI.SUI.EFont.NotoSans + fullName: SUI.SUI.EFont.NotoSans + nameWithType: SUI.EFont.NotoSans +- uid: SUI.SUI.EFont.RobotoBlur + name: RobotoBlur + href: api/SUI.SUI.EFont.html#SUI_SUI_EFont_RobotoBlur + commentId: F:SUI.SUI.EFont.RobotoBlur + fullName: SUI.SUI.EFont.RobotoBlur + nameWithType: SUI.EFont.RobotoBlur +- uid: SUI.SUI.EFont.RobotoBold + name: RobotoBold + href: api/SUI.SUI.EFont.html#SUI_SUI_EFont_RobotoBold + commentId: F:SUI.SUI.EFont.RobotoBold + fullName: SUI.SUI.EFont.RobotoBold + nameWithType: SUI.EFont.RobotoBold +- uid: SUI.SUI.EFont.RobotoDefault + name: RobotoDefault + href: api/SUI.SUI.EFont.html#SUI_SUI_EFont_RobotoDefault + commentId: F:SUI.SUI.EFont.RobotoDefault + fullName: SUI.SUI.EFont.RobotoDefault + nameWithType: SUI.EFont.RobotoDefault +- uid: SUI.SUI.EFont.RobotoLight + name: RobotoLight + href: api/SUI.SUI.EFont.html#SUI_SUI_EFont_RobotoLight + commentId: F:SUI.SUI.EFont.RobotoLight + fullName: SUI.SUI.EFont.RobotoLight + nameWithType: SUI.EFont.RobotoLight +- uid: SUI.SUI.EFont.RobotoRegular + name: RobotoRegular + href: api/SUI.SUI.EFont.html#SUI_SUI_EFont_RobotoRegular + commentId: F:SUI.SUI.EFont.RobotoRegular + fullName: SUI.SUI.EFont.RobotoRegular + nameWithType: SUI.EFont.RobotoRegular +- uid: SUI.SUI.Fonts + name: Fonts + href: api/SUI.SUI.html#SUI_SUI_Fonts + commentId: P:SUI.SUI.Fonts + fullName: SUI.SUI.Fonts + nameWithType: SUI.Fonts +- uid: SUI.SUI.Fonts* + name: Fonts + href: api/SUI.SUI.html#SUI_SUI_Fonts_ + commentId: Overload:SUI.SUI.Fonts + fullName: SUI.SUI.Fonts + nameWithType: SUI.Fonts +- uid: SUI.SUI.GetBackgroundSprite(SUI.EBackground) + name: GetBackgroundSprite(EBackground) + href: api/SUI.SUI.html#SUI_SUI_GetBackgroundSprite_SUI_EBackground_ + commentId: M:SUI.SUI.GetBackgroundSprite(SUI.EBackground) + fullName: SUI.SUI.GetBackgroundSprite(SUI.EBackground) + nameWithType: SUI.GetBackgroundSprite(EBackground) +- uid: SUI.SUI.GetBackgroundSprite* + name: GetBackgroundSprite + href: api/SUI.SUI.html#SUI_SUI_GetBackgroundSprite_ + commentId: Overload:SUI.SUI.GetBackgroundSprite + fullName: SUI.SUI.GetBackgroundSprite + nameWithType: SUI.GetBackgroundSprite +- uid: SUI.SUI.GetFont(SUI.SUI.EFont) + name: GetFont(EFont) + href: api/SUI.SUI.html#SUI_SUI_GetFont_SUI_SUI_EFont_ + commentId: M:SUI.SUI.GetFont(SUI.SUI.EFont) + fullName: SUI.SUI.GetFont(SUI.SUI.EFont) + nameWithType: SUI.GetFont(SUI.EFont) +- uid: SUI.SUI.GetFont* + name: GetFont + href: api/SUI.SUI.html#SUI_SUI_GetFont_ + commentId: Overload:SUI.SUI.GetFont + fullName: SUI.SUI.GetFont + nameWithType: SUI.GetFont +- uid: SUI.SUI.GetPanel(System.String) + name: GetPanel(string) + href: api/SUI.SUI.html#SUI_SUI_GetPanel_System_String_ + commentId: M:SUI.SUI.GetPanel(System.String) + name.vb: GetPanel(String) + fullName: SUI.SUI.GetPanel(string) + fullName.vb: SUI.SUI.GetPanel(String) + nameWithType: SUI.GetPanel(string) + nameWithType.vb: SUI.GetPanel(String) +- uid: SUI.SUI.GetPanel* + name: GetPanel + href: api/SUI.SUI.html#SUI_SUI_GetPanel_ + commentId: Overload:SUI.SUI.GetPanel + fullName: SUI.SUI.GetPanel + nameWithType: SUI.GetPanel +- uid: SUI.SUI.GetSprite(System.String) + name: GetSprite(string) + href: api/SUI.SUI.html#SUI_SUI_GetSprite_System_String_ + commentId: M:SUI.SUI.GetSprite(System.String) + name.vb: GetSprite(String) + fullName: SUI.SUI.GetSprite(string) + fullName.vb: SUI.SUI.GetSprite(String) + nameWithType: SUI.GetSprite(string) + nameWithType.vb: SUI.GetSprite(String) +- uid: SUI.SUI.GetSprite* + name: GetSprite + href: api/SUI.SUI.html#SUI_SUI_GetSprite_ + commentId: Overload:SUI.SUI.GetSprite + fullName: SUI.SUI.GetSprite + nameWithType: SUI.GetSprite +- uid: SUI.SUI.IsInitialized + name: IsInitialized + href: api/SUI.SUI.html#SUI_SUI_IsInitialized + commentId: P:SUI.SUI.IsInitialized + fullName: SUI.SUI.IsInitialized + nameWithType: SUI.IsInitialized +- uid: SUI.SUI.IsInitialized* + name: IsInitialized + href: api/SUI.SUI.html#SUI_SUI_IsInitialized_ + commentId: Overload:SUI.SUI.IsInitialized + fullName: SUI.SUI.IsInitialized + nameWithType: SUI.IsInitialized +- uid: SUI.SUI.RegisterNewPanel(System.String,System.Boolean,System.Nullable{UnityEngine.KeyCode}) + name: RegisterNewPanel(string, bool, KeyCode?) + href: api/SUI.SUI.html#SUI_SUI_RegisterNewPanel_System_String_System_Boolean_System_Nullable_UnityEngine_KeyCode__ + commentId: M:SUI.SUI.RegisterNewPanel(System.String,System.Boolean,System.Nullable{UnityEngine.KeyCode}) + name.vb: RegisterNewPanel(String, Boolean, KeyCode?) + fullName: SUI.SUI.RegisterNewPanel(string, bool, UnityEngine.KeyCode?) + fullName.vb: SUI.SUI.RegisterNewPanel(String, Boolean, UnityEngine.KeyCode?) + nameWithType: SUI.RegisterNewPanel(string, bool, KeyCode?) + nameWithType.vb: SUI.RegisterNewPanel(String, Boolean, KeyCode?) +- uid: SUI.SUI.RegisterNewPanel* + name: RegisterNewPanel + href: api/SUI.SUI.html#SUI_SUI_RegisterNewPanel_ + commentId: Overload:SUI.SUI.RegisterNewPanel + fullName: SUI.SUI.RegisterNewPanel + nameWithType: SUI.RegisterNewPanel +- uid: SUI.SUI.SBackground + name: SBackground + href: api/SUI.SUI.html#SUI_SUI_SBackground + commentId: P:SUI.SUI.SBackground + fullName: SUI.SUI.SBackground + nameWithType: SUI.SBackground +- uid: SUI.SUI.SBackground* + name: SBackground + href: api/SUI.SUI.html#SUI_SUI_SBackground_ + commentId: Overload:SUI.SUI.SBackground + fullName: SUI.SUI.SBackground + nameWithType: SUI.SBackground +- uid: SUI.SUI.SBgButton + name: SBgButton + href: api/SUI.SUI.html#SUI_SUI_SBgButton + commentId: P:SUI.SUI.SBgButton + fullName: SUI.SUI.SBgButton + nameWithType: SUI.SBgButton +- uid: SUI.SUI.SBgButton* + name: SBgButton + href: api/SUI.SUI.html#SUI_SUI_SBgButton_ + commentId: Overload:SUI.SUI.SBgButton + fullName: SUI.SUI.SBgButton + nameWithType: SUI.SBgButton +- uid: SUI.SUI.SButton + name: SButton + href: api/SUI.SUI.html#SUI_SUI_SButton + commentId: P:SUI.SUI.SButton + fullName: SUI.SUI.SButton + nameWithType: SUI.SButton +- uid: SUI.SUI.SButton* + name: SButton + href: api/SUI.SUI.html#SUI_SUI_SButton_ + commentId: Overload:SUI.SUI.SButton + fullName: SUI.SUI.SButton + nameWithType: SUI.SButton +- uid: SUI.SUI.SContainer + name: SContainer + href: api/SUI.SUI.html#SUI_SUI_SContainer + commentId: P:SUI.SUI.SContainer + fullName: SUI.SUI.SContainer + nameWithType: SUI.SContainer +- uid: SUI.SUI.SContainer* + name: SContainer + href: api/SUI.SUI.html#SUI_SUI_SContainer_ + commentId: Overload:SUI.SUI.SContainer + fullName: SUI.SUI.SContainer + nameWithType: SUI.SContainer +- uid: SUI.SUI.SDiv + name: SDiv + href: api/SUI.SUI.html#SUI_SUI_SDiv + commentId: P:SUI.SUI.SDiv + fullName: SUI.SUI.SDiv + nameWithType: SUI.SDiv +- uid: SUI.SUI.SDiv* + name: SDiv + href: api/SUI.SUI.html#SUI_SUI_SDiv_ + commentId: Overload:SUI.SUI.SDiv + fullName: SUI.SUI.SDiv + nameWithType: SUI.SDiv +- uid: SUI.SUI.SHorizontal + name: SHorizontal + href: api/SUI.SUI.html#SUI_SUI_SHorizontal + commentId: P:SUI.SUI.SHorizontal + fullName: SUI.SUI.SHorizontal + nameWithType: SUI.SHorizontal +- uid: SUI.SUI.SHorizontal* + name: SHorizontal + href: api/SUI.SUI.html#SUI_SUI_SHorizontal_ + commentId: Overload:SUI.SUI.SHorizontal + fullName: SUI.SUI.SHorizontal + nameWithType: SUI.SHorizontal +- uid: SUI.SUI.SImage + name: SImage + href: api/SUI.SUI.html#SUI_SUI_SImage + commentId: P:SUI.SUI.SImage + fullName: SUI.SUI.SImage + nameWithType: SUI.SImage +- uid: SUI.SUI.SImage* + name: SImage + href: api/SUI.SUI.html#SUI_SUI_SImage_ + commentId: Overload:SUI.SUI.SImage + fullName: SUI.SUI.SImage + nameWithType: SUI.SImage +- uid: SUI.SUI.SLabel + name: SLabel + href: api/SUI.SUI.html#SUI_SUI_SLabel + commentId: P:SUI.SUI.SLabel + fullName: SUI.SUI.SLabel + nameWithType: SUI.SLabel +- uid: SUI.SUI.SLabel* + name: SLabel + href: api/SUI.SUI.html#SUI_SUI_SLabel_ + commentId: Overload:SUI.SUI.SLabel + fullName: SUI.SUI.SLabel + nameWithType: SUI.SLabel +- uid: SUI.SUI.SLabelDivider + name: SLabelDivider + href: api/SUI.SUI.html#SUI_SUI_SLabelDivider + commentId: P:SUI.SUI.SLabelDivider + fullName: SUI.SUI.SLabelDivider + nameWithType: SUI.SLabelDivider +- uid: SUI.SUI.SLabelDivider* + name: SLabelDivider + href: api/SUI.SUI.html#SUI_SUI_SLabelDivider_ + commentId: Overload:SUI.SUI.SLabelDivider + fullName: SUI.SUI.SLabelDivider + nameWithType: SUI.SLabelDivider +- uid: SUI.SUI.SMaskedImage + name: SMaskedImage + href: api/SUI.SUI.html#SUI_SUI_SMaskedImage + commentId: P:SUI.SUI.SMaskedImage + fullName: SUI.SUI.SMaskedImage + nameWithType: SUI.SMaskedImage +- uid: SUI.SUI.SMaskedImage* + name: SMaskedImage + href: api/SUI.SUI.html#SUI_SUI_SMaskedImage_ + commentId: Overload:SUI.SUI.SMaskedImage + fullName: SUI.SUI.SMaskedImage + nameWithType: SUI.SMaskedImage +- uid: SUI.SUI.SMenuButton + name: SMenuButton + href: api/SUI.SUI.html#SUI_SUI_SMenuButton + commentId: P:SUI.SUI.SMenuButton + fullName: SUI.SUI.SMenuButton + nameWithType: SUI.SMenuButton +- uid: SUI.SUI.SMenuButton* + name: SMenuButton + href: api/SUI.SUI.html#SUI_SUI_SMenuButton_ + commentId: Overload:SUI.SUI.SMenuButton + fullName: SUI.SUI.SMenuButton + nameWithType: SUI.SMenuButton +- uid: SUI.SUI.SOptions + name: SOptions + href: api/SUI.SUI.html#SUI_SUI_SOptions + commentId: P:SUI.SUI.SOptions + fullName: SUI.SUI.SOptions + nameWithType: SUI.SOptions +- uid: SUI.SUI.SOptions* + name: SOptions + href: api/SUI.SUI.html#SUI_SUI_SOptions_ + commentId: Overload:SUI.SUI.SOptions + fullName: SUI.SUI.SOptions + nameWithType: SUI.SOptions +- uid: SUI.SUI.SpriteBackground + name: SpriteBackground + href: api/SUI.SUI.html#SUI_SUI_SpriteBackground + commentId: P:SUI.SUI.SpriteBackground + fullName: SUI.SUI.SpriteBackground + nameWithType: SUI.SpriteBackground +- uid: SUI.SUI.SpriteBackground* + name: SpriteBackground + href: api/SUI.SUI.html#SUI_SUI_SpriteBackground_ + commentId: Overload:SUI.SUI.SpriteBackground + fullName: SUI.SUI.SpriteBackground + nameWithType: SUI.SpriteBackground +- uid: SUI.SUI.SpriteBackground400ppu + name: SpriteBackground400ppu + href: api/SUI.SUI.html#SUI_SUI_SpriteBackground400ppu + commentId: P:SUI.SUI.SpriteBackground400ppu + fullName: SUI.SUI.SpriteBackground400ppu + nameWithType: SUI.SpriteBackground400ppu +- uid: SUI.SUI.SpriteBackground400ppu* + name: SpriteBackground400ppu + href: api/SUI.SUI.html#SUI_SUI_SpriteBackground400ppu_ + commentId: Overload:SUI.SUI.SpriteBackground400ppu + fullName: SUI.SUI.SpriteBackground400ppu + nameWithType: SUI.SpriteBackground400ppu +- uid: SUI.SUI.Sprites + name: Sprites + href: api/SUI.SUI.html#SUI_SUI_Sprites + commentId: P:SUI.SUI.Sprites + fullName: SUI.SUI.Sprites + nameWithType: SUI.Sprites +- uid: SUI.SUI.Sprites* + name: Sprites + href: api/SUI.SUI.html#SUI_SUI_Sprites_ + commentId: Overload:SUI.SUI.Sprites + fullName: SUI.SUI.Sprites + nameWithType: SUI.Sprites +- uid: SUI.SUI.SScrollContainer + name: SScrollContainer + href: api/SUI.SUI.html#SUI_SUI_SScrollContainer + commentId: P:SUI.SUI.SScrollContainer + fullName: SUI.SUI.SScrollContainer + nameWithType: SUI.SScrollContainer +- uid: SUI.SUI.SScrollContainer* + name: SScrollContainer + href: api/SUI.SUI.html#SUI_SUI_SScrollContainer_ + commentId: Overload:SUI.SUI.SScrollContainer + fullName: SUI.SUI.SScrollContainer + nameWithType: SUI.SScrollContainer +- uid: SUI.SUI.SSlider + name: SSlider + href: api/SUI.SUI.html#SUI_SUI_SSlider + commentId: P:SUI.SUI.SSlider + fullName: SUI.SUI.SSlider + nameWithType: SUI.SSlider +- uid: SUI.SUI.SSlider* + name: SSlider + href: api/SUI.SUI.html#SUI_SUI_SSlider_ + commentId: Overload:SUI.SUI.SSlider + fullName: SUI.SUI.SSlider + nameWithType: SUI.SSlider +- uid: SUI.SUI.SSprite + name: SSprite + href: api/SUI.SUI.html#SUI_SUI_SSprite + commentId: P:SUI.SUI.SSprite + fullName: SUI.SUI.SSprite + nameWithType: SUI.SSprite +- uid: SUI.SUI.SSprite* + name: SSprite + href: api/SUI.SUI.html#SUI_SUI_SSprite_ + commentId: Overload:SUI.SUI.SSprite + fullName: SUI.SUI.SSprite + nameWithType: SUI.SSprite +- uid: SUI.SUI.STabController + name: STabController + href: api/SUI.SUI.html#SUI_SUI_STabController + commentId: P:SUI.SUI.STabController + fullName: SUI.SUI.STabController + nameWithType: SUI.STabController +- uid: SUI.SUI.STabController* + name: STabController + href: api/SUI.SUI.html#SUI_SUI_STabController_ + commentId: Overload:SUI.SUI.STabController + fullName: SUI.SUI.STabController + nameWithType: SUI.STabController +- uid: SUI.SUI.STextbox + name: STextbox + href: api/SUI.SUI.html#SUI_SUI_STextbox + commentId: P:SUI.SUI.STextbox + fullName: SUI.SUI.STextbox + nameWithType: SUI.STextbox +- uid: SUI.SUI.STextbox* + name: STextbox + href: api/SUI.SUI.html#SUI_SUI_STextbox_ + commentId: Overload:SUI.SUI.STextbox + fullName: SUI.SUI.STextbox + nameWithType: SUI.STextbox +- uid: SUI.SUI.SToggle + name: SToggle + href: api/SUI.SUI.html#SUI_SUI_SToggle + commentId: P:SUI.SUI.SToggle + fullName: SUI.SUI.SToggle + nameWithType: SUI.SToggle +- uid: SUI.SUI.SToggle* + name: SToggle + href: api/SUI.SUI.html#SUI_SUI_SToggle_ + commentId: Overload:SUI.SUI.SToggle + fullName: SUI.SUI.SToggle + nameWithType: SUI.SToggle +- uid: SUI.SUI.SUIViewport + name: SUIViewport + href: api/SUI.SUI.html#SUI_SUI_SUIViewport + commentId: P:SUI.SUI.SUIViewport + fullName: SUI.SUI.SUIViewport + nameWithType: SUI.SUIViewport +- uid: SUI.SUI.SUIViewport* + name: SUIViewport + href: api/SUI.SUI.html#SUI_SUI_SUIViewport_ + commentId: Overload:SUI.SUI.SUIViewport + fullName: SUI.SUI.SUIViewport + nameWithType: SUI.SUIViewport +- uid: SUI.SUI.SVertical + name: SVertical + href: api/SUI.SUI.html#SUI_SUI_SVertical + commentId: P:SUI.SUI.SVertical + fullName: SUI.SUI.SVertical + nameWithType: SUI.SVertical +- uid: SUI.SUI.SVertical* + name: SVertical + href: api/SUI.SUI.html#SUI_SUI_SVertical_ + commentId: Overload:SUI.SUI.SVertical + fullName: SUI.SUI.SVertical + nameWithType: SUI.SVertical +- uid: SUI.SUI.ToggleMenuPanel(System.String,System.Boolean) + name: ToggleMenuPanel(string, bool) + href: api/SUI.SUI.html#SUI_SUI_ToggleMenuPanel_System_String_System_Boolean_ + commentId: M:SUI.SUI.ToggleMenuPanel(System.String,System.Boolean) + name.vb: ToggleMenuPanel(String, Boolean) + fullName: SUI.SUI.ToggleMenuPanel(string, bool) + fullName.vb: SUI.SUI.ToggleMenuPanel(String, Boolean) + nameWithType: SUI.ToggleMenuPanel(string, bool) + nameWithType.vb: SUI.ToggleMenuPanel(String, Boolean) +- uid: SUI.SUI.ToggleMenuPanel(System.String) + name: ToggleMenuPanel(string) + href: api/SUI.SUI.html#SUI_SUI_ToggleMenuPanel_System_String_ + commentId: M:SUI.SUI.ToggleMenuPanel(System.String) + name.vb: ToggleMenuPanel(String) + fullName: SUI.SUI.ToggleMenuPanel(string) + fullName.vb: SUI.SUI.ToggleMenuPanel(String) + nameWithType: SUI.ToggleMenuPanel(string) + nameWithType.vb: SUI.ToggleMenuPanel(String) +- uid: SUI.SUI.ToggleMenuPanel* + name: ToggleMenuPanel + href: api/SUI.SUI.html#SUI_SUI_ToggleMenuPanel_ + commentId: Overload:SUI.SUI.ToggleMenuPanel + fullName: SUI.SUI.ToggleMenuPanel + nameWithType: SUI.ToggleMenuPanel +- uid: SUI.SUI.TogglePanel(System.String,System.Boolean) + name: TogglePanel(string, bool) + href: api/SUI.SUI.html#SUI_SUI_TogglePanel_System_String_System_Boolean_ + commentId: M:SUI.SUI.TogglePanel(System.String,System.Boolean) + name.vb: TogglePanel(String, Boolean) + fullName: SUI.SUI.TogglePanel(string, bool) + fullName.vb: SUI.SUI.TogglePanel(String, Boolean) + nameWithType: SUI.TogglePanel(string, bool) + nameWithType.vb: SUI.TogglePanel(String, Boolean) +- uid: SUI.SUI.TogglePanel(System.String) + name: TogglePanel(string) + href: api/SUI.SUI.html#SUI_SUI_TogglePanel_System_String_ + commentId: M:SUI.SUI.TogglePanel(System.String) + name.vb: TogglePanel(String) + fullName: SUI.SUI.TogglePanel(string) + fullName.vb: SUI.SUI.TogglePanel(String) + nameWithType: SUI.TogglePanel(string) + nameWithType.vb: SUI.TogglePanel(String) +- uid: SUI.SUI.TogglePanel* + name: TogglePanel + href: api/SUI.SUI.html#SUI_SUI_TogglePanel_ + commentId: Overload:SUI.SUI.TogglePanel + fullName: SUI.SUI.TogglePanel + nameWithType: SUI.TogglePanel +- uid: SUI.SUiElement + name: SUiElement + href: api/SUI.SUiElement.html + commentId: T:SUI.SUiElement + fullName: SUI.SUiElement + nameWithType: SUiElement +- uid: SUI.SUiElement._classes + name: _classes + href: api/SUI.SUiElement.html#SUI_SUiElement__classes + commentId: F:SUI.SUiElement._classes + fullName: SUI.SUiElement._classes + nameWithType: SUiElement._classes +- uid: SUI.SUiElement._id + name: _id + href: api/SUI.SUiElement.html#SUI_SUiElement__id + commentId: F:SUI.SUiElement._id + fullName: SUI.SUiElement._id + nameWithType: SUiElement._id +- uid: SUI.SUiElement.#ctor(UnityEngine.GameObject) + name: SUiElement(GameObject) + href: api/SUI.SUiElement.html#SUI_SUiElement__ctor_UnityEngine_GameObject_ + commentId: M:SUI.SUiElement.#ctor(UnityEngine.GameObject) + name.vb: New(GameObject) + fullName: SUI.SUiElement.SUiElement(UnityEngine.GameObject) + fullName.vb: SUI.SUiElement.New(UnityEngine.GameObject) + nameWithType: SUiElement.SUiElement(GameObject) + nameWithType.vb: SUiElement.New(GameObject) +- uid: SUI.SUiElement.#ctor* + name: SUiElement + href: api/SUI.SUiElement.html#SUI_SUiElement__ctor_ + commentId: Overload:SUI.SUiElement.#ctor + name.vb: New + fullName: SUI.SUiElement.SUiElement + fullName.vb: SUI.SUiElement.New + nameWithType: SUiElement.SUiElement + nameWithType.vb: SUiElement.New +- uid: SUI.SUiElement.As* + name: As + href: api/SUI.SUiElement.html#SUI_SUiElement_As_ + commentId: Overload:SUI.SUiElement.As + fullName: SUI.SUiElement.As + nameWithType: SUiElement.As +- uid: SUI.SUiElement.As``1 + name: As() + href: api/SUI.SUiElement.html#SUI_SUiElement_As__1 + commentId: M:SUI.SUiElement.As``1 + name.vb: As(Of T)() + fullName: SUI.SUiElement.As() + fullName.vb: SUI.SUiElement.As(Of T)() + nameWithType: SUiElement.As() + nameWithType.vb: SUiElement.As(Of T)() +- uid: SUI.SUiElement.GetClass(System.String) + name: GetClass(string) + href: api/SUI.SUiElement.html#SUI_SUiElement_GetClass_System_String_ + commentId: M:SUI.SUiElement.GetClass(System.String) + name.vb: GetClass(String) + fullName: SUI.SUiElement.GetClass(string) + fullName.vb: SUI.SUiElement.GetClass(String) + nameWithType: SUiElement.GetClass(string) + nameWithType.vb: SUiElement.GetClass(String) +- uid: SUI.SUiElement.GetClass* + name: GetClass + href: api/SUI.SUiElement.html#SUI_SUiElement_GetClass_ + commentId: Overload:SUI.SUiElement.GetClass + fullName: SUI.SUiElement.GetClass + nameWithType: SUiElement.GetClass +- uid: SUI.SUiElement.GetOrAdd* + name: GetOrAdd + href: api/SUI.SUiElement.html#SUI_SUiElement_GetOrAdd_ + commentId: Overload:SUI.SUiElement.GetOrAdd + fullName: SUI.SUiElement.GetOrAdd + nameWithType: SUiElement.GetOrAdd +- uid: SUI.SUiElement.GetOrAdd``1 + name: GetOrAdd() + href: api/SUI.SUiElement.html#SUI_SUiElement_GetOrAdd__1 + commentId: M:SUI.SUiElement.GetOrAdd``1 + name.vb: GetOrAdd(Of T)() + fullName: SUI.SUiElement.GetOrAdd() + fullName.vb: SUI.SUiElement.GetOrAdd(Of T)() + nameWithType: SUiElement.GetOrAdd() + nameWithType.vb: SUiElement.GetOrAdd(Of T)() +- uid: SUI.SUiElement.Parent + name: Parent + href: api/SUI.SUiElement.html#SUI_SUiElement_Parent + commentId: F:SUI.SUiElement.Parent + fullName: SUI.SUiElement.Parent + nameWithType: SUiElement.Parent +- uid: SUI.SUiElement.RectTransform + name: RectTransform + href: api/SUI.SUiElement.html#SUI_SUiElement_RectTransform + commentId: F:SUI.SUiElement.RectTransform + fullName: SUI.SUiElement.RectTransform + nameWithType: SUiElement.RectTransform +- uid: SUI.SUiElement.Remove + name: Remove() + href: api/SUI.SUiElement.html#SUI_SUiElement_Remove + commentId: M:SUI.SUiElement.Remove + fullName: SUI.SUiElement.Remove() + nameWithType: SUiElement.Remove() +- uid: SUI.SUiElement.Remove* + name: Remove + href: api/SUI.SUiElement.html#SUI_SUiElement_Remove_ + commentId: Overload:SUI.SUiElement.Remove + fullName: SUI.SUiElement.Remove + nameWithType: SUiElement.Remove +- uid: SUI.SUiElement.Root + name: Root + href: api/SUI.SUiElement.html#SUI_SUiElement_Root + commentId: F:SUI.SUiElement.Root + fullName: SUI.SUiElement.Root + nameWithType: SUiElement.Root +- uid: SUI.SUiElement.SetParent(SUI.SUiElement) + name: SetParent(SUiElement) + href: api/SUI.SUiElement.html#SUI_SUiElement_SetParent_SUI_SUiElement_ + commentId: M:SUI.SUiElement.SetParent(SUI.SUiElement) + fullName: SUI.SUiElement.SetParent(SUI.SUiElement) + nameWithType: SUiElement.SetParent(SUiElement) +- uid: SUI.SUiElement.SetParent(UnityEngine.Transform) + name: SetParent(Transform) + href: api/SUI.SUiElement.html#SUI_SUiElement_SetParent_UnityEngine_Transform_ + commentId: M:SUI.SUiElement.SetParent(UnityEngine.Transform) + fullName: SUI.SUiElement.SetParent(UnityEngine.Transform) + nameWithType: SUiElement.SetParent(Transform) +- uid: SUI.SUiElement.SetParent* + name: SetParent + href: api/SUI.SUiElement.html#SUI_SUiElement_SetParent_ + commentId: Overload:SUI.SUiElement.SetParent + fullName: SUI.SUiElement.SetParent + nameWithType: SUiElement.SetParent +- uid: SUI.SUiElement`1 + name: SUiElement + href: api/SUI.SUiElement-1.html + commentId: T:SUI.SUiElement`1 + name.vb: SUiElement(Of T) + fullName: SUI.SUiElement + fullName.vb: SUI.SUiElement(Of T) + nameWithType: SUiElement + nameWithType.vb: SUiElement(Of T) +- uid: SUI.SUiElement`1.#ctor(UnityEngine.GameObject) + name: SUiElement(GameObject) + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1__ctor_UnityEngine_GameObject_ + commentId: M:SUI.SUiElement`1.#ctor(UnityEngine.GameObject) + name.vb: New(GameObject) + fullName: SUI.SUiElement.SUiElement(UnityEngine.GameObject) + fullName.vb: SUI.SUiElement(Of T).New(UnityEngine.GameObject) + nameWithType: SUiElement.SUiElement(GameObject) + nameWithType.vb: SUiElement(Of T).New(GameObject) +- uid: SUI.SUiElement`1.#ctor* + name: SUiElement + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1__ctor_ + commentId: Overload:SUI.SUiElement`1.#ctor + name.vb: New + fullName: SUI.SUiElement.SUiElement + fullName.vb: SUI.SUiElement(Of T).New + nameWithType: SUiElement.SUiElement + nameWithType.vb: SUiElement(Of T).New +- uid: SUI.SUiElement`1.Active(System.Boolean) + name: Active(bool) + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_Active_System_Boolean_ + commentId: M:SUI.SUiElement`1.Active(System.Boolean) + name.vb: Active(Boolean) + fullName: SUI.SUiElement.Active(bool) + fullName.vb: SUI.SUiElement(Of T).Active(Boolean) + nameWithType: SUiElement.Active(bool) + nameWithType.vb: SUiElement(Of T).Active(Boolean) +- uid: SUI.SUiElement`1.Active* + name: Active + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_Active_ + commentId: Overload:SUI.SUiElement`1.Active + fullName: SUI.SUiElement.Active + fullName.vb: SUI.SUiElement(Of T).Active + nameWithType: SUiElement.Active + nameWithType.vb: SUiElement(Of T).Active +- uid: SUI.SUiElement`1.Add(SUI.SUiElement) + name: Add(SUiElement) + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_Add_SUI_SUiElement_ + commentId: M:SUI.SUiElement`1.Add(SUI.SUiElement) + fullName: SUI.SUiElement.Add(SUI.SUiElement) + fullName.vb: SUI.SUiElement(Of T).Add(SUI.SUiElement) + nameWithType: SUiElement.Add(SUiElement) + nameWithType.vb: SUiElement(Of T).Add(SUiElement) +- uid: SUI.SUiElement`1.Add* + name: Add + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_Add_ + commentId: Overload:SUI.SUiElement`1.Add + fullName: SUI.SUiElement.Add + fullName.vb: SUI.SUiElement(Of T).Add + nameWithType: SUiElement.Add + nameWithType.vb: SUiElement(Of T).Add +- uid: SUI.SUiElement`1.Anchor(SUI.AnchorType) + name: Anchor(AnchorType) + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_Anchor_SUI_AnchorType_ + commentId: M:SUI.SUiElement`1.Anchor(SUI.AnchorType) + fullName: SUI.SUiElement.Anchor(SUI.AnchorType) + fullName.vb: SUI.SUiElement(Of T).Anchor(SUI.AnchorType) + nameWithType: SUiElement.Anchor(AnchorType) + nameWithType.vb: SUiElement(Of T).Anchor(AnchorType) +- uid: SUI.SUiElement`1.Anchor* + name: Anchor + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_Anchor_ + commentId: Overload:SUI.SUiElement`1.Anchor + fullName: SUI.SUiElement.Anchor + fullName.vb: SUI.SUiElement(Of T).Anchor + nameWithType: SUiElement.Anchor + nameWithType.vb: SUiElement(Of T).Anchor +- uid: SUI.SUiElement`1.AspectRatio(UnityEngine.UI.AspectRatioFitter.AspectMode) + name: AspectRatio(AspectMode) + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_AspectRatio_UnityEngine_UI_AspectRatioFitter_AspectMode_ + commentId: M:SUI.SUiElement`1.AspectRatio(UnityEngine.UI.AspectRatioFitter.AspectMode) + fullName: SUI.SUiElement.AspectRatio(UnityEngine.UI.AspectRatioFitter.AspectMode) + fullName.vb: SUI.SUiElement(Of T).AspectRatio(UnityEngine.UI.AspectRatioFitter.AspectMode) + nameWithType: SUiElement.AspectRatio(AspectRatioFitter.AspectMode) + nameWithType.vb: SUiElement(Of T).AspectRatio(AspectRatioFitter.AspectMode) +- uid: SUI.SUiElement`1.AspectRatio* + name: AspectRatio + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_AspectRatio_ + commentId: Overload:SUI.SUiElement`1.AspectRatio + fullName: SUI.SUiElement.AspectRatio + fullName.vb: SUI.SUiElement(Of T).AspectRatio + nameWithType: SUiElement.AspectRatio + nameWithType.vb: SUiElement(Of T).AspectRatio +- uid: SUI.SUiElement`1.BindVisibility(SUI.Observable{System.Boolean}) + name: BindVisibility(Observable) + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_BindVisibility_SUI_Observable_System_Boolean__ + commentId: M:SUI.SUiElement`1.BindVisibility(SUI.Observable{System.Boolean}) + name.vb: BindVisibility(Observable(Of Boolean)) + fullName: SUI.SUiElement.BindVisibility(SUI.Observable) + fullName.vb: SUI.SUiElement(Of T).BindVisibility(SUI.Observable(Of Boolean)) + nameWithType: SUiElement.BindVisibility(Observable) + nameWithType.vb: SUiElement(Of T).BindVisibility(Observable(Of Boolean)) +- uid: SUI.SUiElement`1.BindVisibility* + name: BindVisibility + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_BindVisibility_ + commentId: Overload:SUI.SUiElement`1.BindVisibility + fullName: SUI.SUiElement.BindVisibility + fullName.vb: SUI.SUiElement(Of T).BindVisibility + nameWithType: SUiElement.BindVisibility + nameWithType.vb: SUiElement(Of T).BindVisibility +- uid: SUI.SUiElement`1.Class(System.String) + name: Class(string) + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_Class_System_String_ + commentId: M:SUI.SUiElement`1.Class(System.String) + name.vb: Class(String) + fullName: SUI.SUiElement.Class(string) + fullName.vb: SUI.SUiElement(Of T).Class(String) + nameWithType: SUiElement.Class(string) + nameWithType.vb: SUiElement(Of T).Class(String) +- uid: SUI.SUiElement`1.Class* + name: Class + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_Class_ + commentId: Overload:SUI.SUiElement`1.Class + fullName: SUI.SUiElement.Class + fullName.vb: SUI.SUiElement(Of T).Class + nameWithType: SUiElement.Class + nameWithType.vb: SUiElement(Of T).Class +- uid: SUI.SUiElement`1.Dock(SUI.EDockType) + name: Dock(EDockType) + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_Dock_SUI_EDockType_ + commentId: M:SUI.SUiElement`1.Dock(SUI.EDockType) + fullName: SUI.SUiElement.Dock(SUI.EDockType) + fullName.vb: SUI.SUiElement(Of T).Dock(SUI.EDockType) + nameWithType: SUiElement.Dock(EDockType) + nameWithType.vb: SUiElement(Of T).Dock(EDockType) +- uid: SUI.SUiElement`1.Dock* + name: Dock + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_Dock_ + commentId: Overload:SUI.SUiElement`1.Dock + fullName: SUI.SUiElement.Dock + fullName.vb: SUI.SUiElement(Of T).Dock + nameWithType: SUiElement.Dock + nameWithType.vb: SUiElement(Of T).Dock +- uid: SUI.SUiElement`1.Find* + name: Find + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_Find_ + commentId: Overload:SUI.SUiElement`1.Find + fullName: SUI.SUiElement.Find + fullName.vb: SUI.SUiElement(Of T).Find + nameWithType: SUiElement.Find + nameWithType.vb: SUiElement(Of T).Find +- uid: SUI.SUiElement`1.Find``1(System.String) + name: Find(string) + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_Find__1_System_String_ + commentId: M:SUI.SUiElement`1.Find``1(System.String) + name.vb: Find(Of TObj)(String) + fullName: SUI.SUiElement.Find(string) + fullName.vb: SUI.SUiElement(Of T).Find(Of TObj)(String) + nameWithType: SUiElement.Find(string) + nameWithType.vb: SUiElement(Of T).Find(Of TObj)(String) +- uid: SUI.SUiElement`1.FlexHeight(System.Single) + name: FlexHeight(float) + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_FlexHeight_System_Single_ + commentId: M:SUI.SUiElement`1.FlexHeight(System.Single) + name.vb: FlexHeight(Single) + fullName: SUI.SUiElement.FlexHeight(float) + fullName.vb: SUI.SUiElement(Of T).FlexHeight(Single) + nameWithType: SUiElement.FlexHeight(float) + nameWithType.vb: SUiElement(Of T).FlexHeight(Single) +- uid: SUI.SUiElement`1.FlexHeight* + name: FlexHeight + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_FlexHeight_ + commentId: Overload:SUI.SUiElement`1.FlexHeight + fullName: SUI.SUiElement.FlexHeight + fullName.vb: SUI.SUiElement(Of T).FlexHeight + nameWithType: SUiElement.FlexHeight + nameWithType.vb: SUiElement(Of T).FlexHeight +- uid: SUI.SUiElement`1.FlexWidth(System.Single) + name: FlexWidth(float) + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_FlexWidth_System_Single_ + commentId: M:SUI.SUiElement`1.FlexWidth(System.Single) + name.vb: FlexWidth(Single) + fullName: SUI.SUiElement.FlexWidth(float) + fullName.vb: SUI.SUiElement(Of T).FlexWidth(Single) + nameWithType: SUiElement.FlexWidth(float) + nameWithType.vb: SUiElement(Of T).FlexWidth(Single) +- uid: SUI.SUiElement`1.FlexWidth* + name: FlexWidth + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_FlexWidth_ + commentId: Overload:SUI.SUiElement`1.FlexWidth + fullName: SUI.SUiElement.FlexWidth + fullName.vb: SUI.SUiElement(Of T).FlexWidth + nameWithType: SUiElement.FlexWidth + nameWithType.vb: SUiElement(Of T).FlexWidth +- uid: SUI.SUiElement`1.FontAutoSize(System.Boolean) + name: FontAutoSize(bool) + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_FontAutoSize_System_Boolean_ + commentId: M:SUI.SUiElement`1.FontAutoSize(System.Boolean) + name.vb: FontAutoSize(Boolean) + fullName: SUI.SUiElement.FontAutoSize(bool) + fullName.vb: SUI.SUiElement(Of T).FontAutoSize(Boolean) + nameWithType: SUiElement.FontAutoSize(bool) + nameWithType.vb: SUiElement(Of T).FontAutoSize(Boolean) +- uid: SUI.SUiElement`1.FontAutoSize* + name: FontAutoSize + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_FontAutoSize_ + commentId: Overload:SUI.SUiElement`1.FontAutoSize + fullName: SUI.SUiElement.FontAutoSize + fullName.vb: SUI.SUiElement(Of T).FontAutoSize + nameWithType: SUiElement.FontAutoSize + nameWithType.vb: SUiElement(Of T).FontAutoSize +- uid: SUI.SUiElement`1.FontColor(System.String) + name: FontColor(string) + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_FontColor_System_String_ + commentId: M:SUI.SUiElement`1.FontColor(System.String) + name.vb: FontColor(String) + fullName: SUI.SUiElement.FontColor(string) + fullName.vb: SUI.SUiElement(Of T).FontColor(String) + nameWithType: SUiElement.FontColor(string) + nameWithType.vb: SUiElement(Of T).FontColor(String) +- uid: SUI.SUiElement`1.FontColor(UnityEngine.Color) + name: FontColor(Color) + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_FontColor_UnityEngine_Color_ + commentId: M:SUI.SUiElement`1.FontColor(UnityEngine.Color) + fullName: SUI.SUiElement.FontColor(UnityEngine.Color) + fullName.vb: SUI.SUiElement(Of T).FontColor(UnityEngine.Color) + nameWithType: SUiElement.FontColor(Color) + nameWithType.vb: SUiElement(Of T).FontColor(Color) +- uid: SUI.SUiElement`1.FontColor* + name: FontColor + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_FontColor_ + commentId: Overload:SUI.SUiElement`1.FontColor + fullName: SUI.SUiElement.FontColor + fullName.vb: SUI.SUiElement(Of T).FontColor + nameWithType: SUiElement.FontColor + nameWithType.vb: SUiElement(Of T).FontColor +- uid: SUI.SUiElement`1.FontSize(System.Int32) + name: FontSize(int) + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_FontSize_System_Int32_ + commentId: M:SUI.SUiElement`1.FontSize(System.Int32) + name.vb: FontSize(Integer) + fullName: SUI.SUiElement.FontSize(int) + fullName.vb: SUI.SUiElement(Of T).FontSize(Integer) + nameWithType: SUiElement.FontSize(int) + nameWithType.vb: SUiElement(Of T).FontSize(Integer) +- uid: SUI.SUiElement`1.FontSize* + name: FontSize + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_FontSize_ + commentId: Overload:SUI.SUiElement`1.FontSize + fullName: SUI.SUiElement.FontSize + fullName.vb: SUI.SUiElement(Of T).FontSize + nameWithType: SUiElement.FontSize + nameWithType.vb: SUiElement(Of T).FontSize +- uid: SUI.SUiElement`1.Height(System.Single) + name: Height(float) + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_Height_System_Single_ + commentId: M:SUI.SUiElement`1.Height(System.Single) + name.vb: Height(Single) + fullName: SUI.SUiElement.Height(float) + fullName.vb: SUI.SUiElement(Of T).Height(Single) + nameWithType: SUiElement.Height(float) + nameWithType.vb: SUiElement(Of T).Height(Single) +- uid: SUI.SUiElement`1.Height* + name: Height + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_Height_ + commentId: Overload:SUI.SUiElement`1.Height + fullName: SUI.SUiElement.Height + fullName.vb: SUI.SUiElement(Of T).Height + nameWithType: SUiElement.Height + nameWithType.vb: SUiElement(Of T).Height +- uid: SUI.SUiElement`1.HFill + name: HFill() + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_HFill + commentId: M:SUI.SUiElement`1.HFill + fullName: SUI.SUiElement.HFill() + fullName.vb: SUI.SUiElement(Of T).HFill() + nameWithType: SUiElement.HFill() + nameWithType.vb: SUiElement(Of T).HFill() +- uid: SUI.SUiElement`1.HFill* + name: HFill + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_HFill_ + commentId: Overload:SUI.SUiElement`1.HFill + fullName: SUI.SUiElement.HFill + fullName.vb: SUI.SUiElement(Of T).HFill + nameWithType: SUiElement.HFill + nameWithType.vb: SUiElement(Of T).HFill +- uid: SUI.SUiElement`1.HOffset(System.Single,System.Single) + name: HOffset(float, float) + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_HOffset_System_Single_System_Single_ + commentId: M:SUI.SUiElement`1.HOffset(System.Single,System.Single) + name.vb: HOffset(Single, Single) + fullName: SUI.SUiElement.HOffset(float, float) + fullName.vb: SUI.SUiElement(Of T).HOffset(Single, Single) + nameWithType: SUiElement.HOffset(float, float) + nameWithType.vb: SUiElement(Of T).HOffset(Single, Single) +- uid: SUI.SUiElement`1.HOffset* + name: HOffset + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_HOffset_ + commentId: Overload:SUI.SUiElement`1.HOffset + fullName: SUI.SUiElement.HOffset + fullName.vb: SUI.SUiElement(Of T).HOffset + nameWithType: SUiElement.HOffset + nameWithType.vb: SUiElement(Of T).HOffset +- uid: SUI.SUiElement`1.Id(System.String) + name: Id(string) + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_Id_System_String_ + commentId: M:SUI.SUiElement`1.Id(System.String) + name.vb: Id(String) + fullName: SUI.SUiElement.Id(string) + fullName.vb: SUI.SUiElement(Of T).Id(String) + nameWithType: SUiElement.Id(string) + nameWithType.vb: SUiElement(Of T).Id(String) +- uid: SUI.SUiElement`1.Id* + name: Id + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_Id_ + commentId: Overload:SUI.SUiElement`1.Id + fullName: SUI.SUiElement.Id + fullName.vb: SUI.SUiElement(Of T).Id + nameWithType: SUiElement.Id + nameWithType.vb: SUiElement(Of T).Id +- uid: SUI.SUiElement`1.Item(System.String) + name: this[string] + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_Item_System_String_ + commentId: P:SUI.SUiElement`1.Item(System.String) + name.vb: this[](String) + fullName: SUI.SUiElement.this[string] + fullName.vb: SUI.SUiElement(Of T).this[](String) + nameWithType: SUiElement.this[string] + nameWithType.vb: SUiElement(Of T).this[](String) +- uid: SUI.SUiElement`1.Item* + name: this + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_Item_ + commentId: Overload:SUI.SUiElement`1.Item + name.vb: this[] + fullName: SUI.SUiElement.this + fullName.vb: SUI.SUiElement(Of T).this[] + nameWithType: SUiElement.this + nameWithType.vb: SUiElement(Of T).this[] +- uid: SUI.SUiElement`1.MaxOffset(System.Nullable{System.Int32},System.Nullable{System.Int32}) + name: MaxOffset(int?, int?) + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_MaxOffset_System_Nullable_System_Int32__System_Nullable_System_Int32__ + commentId: M:SUI.SUiElement`1.MaxOffset(System.Nullable{System.Int32},System.Nullable{System.Int32}) + name.vb: MaxOffset(Integer?, Integer?) + fullName: SUI.SUiElement.MaxOffset(int?, int?) + fullName.vb: SUI.SUiElement(Of T).MaxOffset(Integer?, Integer?) + nameWithType: SUiElement.MaxOffset(int?, int?) + nameWithType.vb: SUiElement(Of T).MaxOffset(Integer?, Integer?) +- uid: SUI.SUiElement`1.MaxOffset* + name: MaxOffset + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_MaxOffset_ + commentId: Overload:SUI.SUiElement`1.MaxOffset + fullName: SUI.SUiElement.MaxOffset + fullName.vb: SUI.SUiElement(Of T).MaxOffset + nameWithType: SUiElement.MaxOffset + nameWithType.vb: SUiElement(Of T).MaxOffset +- uid: SUI.SUiElement`1.MHeight(System.Single) + name: MHeight(float) + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_MHeight_System_Single_ + commentId: M:SUI.SUiElement`1.MHeight(System.Single) + name.vb: MHeight(Single) + fullName: SUI.SUiElement.MHeight(float) + fullName.vb: SUI.SUiElement(Of T).MHeight(Single) + nameWithType: SUiElement.MHeight(float) + nameWithType.vb: SUiElement(Of T).MHeight(Single) +- uid: SUI.SUiElement`1.MHeight* + name: MHeight + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_MHeight_ + commentId: Overload:SUI.SUiElement`1.MHeight + fullName: SUI.SUiElement.MHeight + fullName.vb: SUI.SUiElement(Of T).MHeight + nameWithType: SUiElement.MHeight + nameWithType.vb: SUiElement(Of T).MHeight +- uid: SUI.SUiElement`1.MinOffset(System.Nullable{System.Int32},System.Nullable{System.Int32}) + name: MinOffset(int?, int?) + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_MinOffset_System_Nullable_System_Int32__System_Nullable_System_Int32__ + commentId: M:SUI.SUiElement`1.MinOffset(System.Nullable{System.Int32},System.Nullable{System.Int32}) + name.vb: MinOffset(Integer?, Integer?) + fullName: SUI.SUiElement.MinOffset(int?, int?) + fullName.vb: SUI.SUiElement(Of T).MinOffset(Integer?, Integer?) + nameWithType: SUiElement.MinOffset(int?, int?) + nameWithType.vb: SUiElement(Of T).MinOffset(Integer?, Integer?) +- uid: SUI.SUiElement`1.MinOffset* + name: MinOffset + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_MinOffset_ + commentId: Overload:SUI.SUiElement`1.MinOffset + fullName: SUI.SUiElement.MinOffset + fullName.vb: SUI.SUiElement(Of T).MinOffset + nameWithType: SUiElement.MinOffset + nameWithType.vb: SUiElement(Of T).MinOffset +- uid: SUI.SUiElement`1.MWidth(System.Single) + name: MWidth(float) + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_MWidth_System_Single_ + commentId: M:SUI.SUiElement`1.MWidth(System.Single) + name.vb: MWidth(Single) + fullName: SUI.SUiElement.MWidth(float) + fullName.vb: SUI.SUiElement(Of T).MWidth(Single) + nameWithType: SUiElement.MWidth(float) + nameWithType.vb: SUiElement(Of T).MWidth(Single) +- uid: SUI.SUiElement`1.MWidth* + name: MWidth + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_MWidth_ + commentId: Overload:SUI.SUiElement`1.MWidth + fullName: SUI.SUiElement.MWidth + fullName.vb: SUI.SUiElement(Of T).MWidth + nameWithType: SUiElement.MWidth + nameWithType.vb: SUiElement(Of T).MWidth +- uid: SUI.SUiElement`1.Name(System.String) + name: Name(string) + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_Name_System_String_ + commentId: M:SUI.SUiElement`1.Name(System.String) + name.vb: Name(String) + fullName: SUI.SUiElement.Name(string) + fullName.vb: SUI.SUiElement(Of T).Name(String) + nameWithType: SUiElement.Name(string) + nameWithType.vb: SUiElement(Of T).Name(String) +- uid: SUI.SUiElement`1.Name* + name: Name + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_Name_ + commentId: Overload:SUI.SUiElement`1.Name + fullName: SUI.SUiElement.Name + fullName.vb: SUI.SUiElement(Of T).Name + nameWithType: SUiElement.Name + nameWithType.vb: SUiElement(Of T).Name +- uid: SUI.SUiElement`1.OnClick(System.Action) + name: OnClick(Action) + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_OnClick_System_Action_ + commentId: M:SUI.SUiElement`1.OnClick(System.Action) + fullName: SUI.SUiElement.OnClick(System.Action) + fullName.vb: SUI.SUiElement(Of T).OnClick(System.Action) + nameWithType: SUiElement.OnClick(Action) + nameWithType.vb: SUiElement(Of T).OnClick(Action) +- uid: SUI.SUiElement`1.OnClick* + name: OnClick + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_OnClick_ + commentId: Overload:SUI.SUiElement`1.OnClick + fullName: SUI.SUiElement.OnClick + fullName.vb: SUI.SUiElement(Of T).OnClick + nameWithType: SUiElement.OnClick + nameWithType.vb: SUiElement(Of T).OnClick +- uid: SUI.SUiElement`1.PHeight(System.Single) + name: PHeight(float) + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_PHeight_System_Single_ + commentId: M:SUI.SUiElement`1.PHeight(System.Single) + name.vb: PHeight(Single) + fullName: SUI.SUiElement.PHeight(float) + fullName.vb: SUI.SUiElement(Of T).PHeight(Single) + nameWithType: SUiElement.PHeight(float) + nameWithType.vb: SUiElement(Of T).PHeight(Single) +- uid: SUI.SUiElement`1.PHeight* + name: PHeight + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_PHeight_ + commentId: Overload:SUI.SUiElement`1.PHeight + fullName: SUI.SUiElement.PHeight + fullName.vb: SUI.SUiElement(Of T).PHeight + nameWithType: SUiElement.PHeight + nameWithType.vb: SUiElement(Of T).PHeight +- uid: SUI.SUiElement`1.Pivot(System.Nullable{System.Single},System.Nullable{System.Single}) + name: Pivot(float?, float?) + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_Pivot_System_Nullable_System_Single__System_Nullable_System_Single__ + commentId: M:SUI.SUiElement`1.Pivot(System.Nullable{System.Single},System.Nullable{System.Single}) + name.vb: Pivot(Single?, Single?) + fullName: SUI.SUiElement.Pivot(float?, float?) + fullName.vb: SUI.SUiElement(Of T).Pivot(Single?, Single?) + nameWithType: SUiElement.Pivot(float?, float?) + nameWithType.vb: SUiElement(Of T).Pivot(Single?, Single?) +- uid: SUI.SUiElement`1.Pivot* + name: Pivot + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_Pivot_ + commentId: Overload:SUI.SUiElement`1.Pivot + fullName: SUI.SUiElement.Pivot + fullName.vb: SUI.SUiElement(Of T).Pivot + nameWithType: SUiElement.Pivot + nameWithType.vb: SUiElement(Of T).Pivot +- uid: SUI.SUiElement`1.Position(System.Nullable{System.Single},System.Nullable{System.Single}) + name: Position(float?, float?) + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_Position_System_Nullable_System_Single__System_Nullable_System_Single__ + commentId: M:SUI.SUiElement`1.Position(System.Nullable{System.Single},System.Nullable{System.Single}) + name.vb: Position(Single?, Single?) + fullName: SUI.SUiElement.Position(float?, float?) + fullName.vb: SUI.SUiElement(Of T).Position(Single?, Single?) + nameWithType: SUiElement.Position(float?, float?) + nameWithType.vb: SUiElement(Of T).Position(Single?, Single?) +- uid: SUI.SUiElement`1.Position* + name: Position + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_Position_ + commentId: Overload:SUI.SUiElement`1.Position + fullName: SUI.SUiElement.Position + fullName.vb: SUI.SUiElement(Of T).Position + nameWithType: SUiElement.Position + nameWithType.vb: SUiElement(Of T).Position +- uid: SUI.SUiElement`1.Ppu(System.Single) + name: Ppu(float) + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_Ppu_System_Single_ + commentId: M:SUI.SUiElement`1.Ppu(System.Single) + name.vb: Ppu(Single) + fullName: SUI.SUiElement.Ppu(float) + fullName.vb: SUI.SUiElement(Of T).Ppu(Single) + nameWithType: SUiElement.Ppu(float) + nameWithType.vb: SUiElement(Of T).Ppu(Single) +- uid: SUI.SUiElement`1.Ppu* + name: Ppu + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_Ppu_ + commentId: Overload:SUI.SUiElement`1.Ppu + fullName: SUI.SUiElement.Ppu + fullName.vb: SUI.SUiElement(Of T).Ppu + nameWithType: SUiElement.Ppu + nameWithType.vb: SUiElement(Of T).Ppu +- uid: SUI.SUiElement`1.PWidth(System.Single) + name: PWidth(float) + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_PWidth_System_Single_ + commentId: M:SUI.SUiElement`1.PWidth(System.Single) + name.vb: PWidth(Single) + fullName: SUI.SUiElement.PWidth(float) + fullName.vb: SUI.SUiElement(Of T).PWidth(Single) + nameWithType: SUiElement.PWidth(float) + nameWithType.vb: SUiElement(Of T).PWidth(Single) +- uid: SUI.SUiElement`1.PWidth* + name: PWidth + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_PWidth_ + commentId: Overload:SUI.SUiElement`1.PWidth + fullName: SUI.SUiElement.PWidth + fullName.vb: SUI.SUiElement(Of T).PWidth + nameWithType: SUiElement.PWidth + nameWithType.vb: SUiElement(Of T).PWidth +- uid: SUI.SUiElement`1.RectPadding(System.Single,System.Single,System.Single,System.Single) + name: RectPadding(float, float, float, float) + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_RectPadding_System_Single_System_Single_System_Single_System_Single_ + commentId: M:SUI.SUiElement`1.RectPadding(System.Single,System.Single,System.Single,System.Single) + name.vb: RectPadding(Single, Single, Single, Single) + fullName: SUI.SUiElement.RectPadding(float, float, float, float) + fullName.vb: SUI.SUiElement(Of T).RectPadding(Single, Single, Single, Single) + nameWithType: SUiElement.RectPadding(float, float, float, float) + nameWithType.vb: SUiElement(Of T).RectPadding(Single, Single, Single, Single) +- uid: SUI.SUiElement`1.RectPadding(System.Single,System.Single) + name: RectPadding(float, float) + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_RectPadding_System_Single_System_Single_ + commentId: M:SUI.SUiElement`1.RectPadding(System.Single,System.Single) + name.vb: RectPadding(Single, Single) + fullName: SUI.SUiElement.RectPadding(float, float) + fullName.vb: SUI.SUiElement(Of T).RectPadding(Single, Single) + nameWithType: SUiElement.RectPadding(float, float) + nameWithType.vb: SUiElement(Of T).RectPadding(Single, Single) +- uid: SUI.SUiElement`1.RectPadding(System.Single) + name: RectPadding(float) + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_RectPadding_System_Single_ + commentId: M:SUI.SUiElement`1.RectPadding(System.Single) + name.vb: RectPadding(Single) + fullName: SUI.SUiElement.RectPadding(float) + fullName.vb: SUI.SUiElement(Of T).RectPadding(Single) + nameWithType: SUiElement.RectPadding(float) + nameWithType.vb: SUiElement(Of T).RectPadding(Single) +- uid: SUI.SUiElement`1.RectPadding* + name: RectPadding + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_RectPadding_ + commentId: Overload:SUI.SUiElement`1.RectPadding + fullName: SUI.SUiElement.RectPadding + fullName.vb: SUI.SUiElement(Of T).RectPadding + nameWithType: SUiElement.RectPadding + nameWithType.vb: SUiElement(Of T).RectPadding +- uid: SUI.SUiElement`1.RichText(System.String) + name: RichText(string) + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_RichText_System_String_ + commentId: M:SUI.SUiElement`1.RichText(System.String) + name.vb: RichText(String) + fullName: SUI.SUiElement.RichText(string) + fullName.vb: SUI.SUiElement(Of T).RichText(String) + nameWithType: SUiElement.RichText(string) + nameWithType.vb: SUiElement(Of T).RichText(String) +- uid: SUI.SUiElement`1.RichText* + name: RichText + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_RichText_ + commentId: Overload:SUI.SUiElement`1.RichText + fullName: SUI.SUiElement.RichText + fullName.vb: SUI.SUiElement(Of T).RichText + nameWithType: SUiElement.RichText + nameWithType.vb: SUiElement(Of T).RichText +- uid: SUI.SUiElement`1.Size(System.Nullable{System.Single},System.Nullable{System.Single}) + name: Size(float?, float?) + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_Size_System_Nullable_System_Single__System_Nullable_System_Single__ + commentId: M:SUI.SUiElement`1.Size(System.Nullable{System.Single},System.Nullable{System.Single}) + name.vb: Size(Single?, Single?) + fullName: SUI.SUiElement.Size(float?, float?) + fullName.vb: SUI.SUiElement(Of T).Size(Single?, Single?) + nameWithType: SUiElement.Size(float?, float?) + nameWithType.vb: SUiElement(Of T).Size(Single?, Single?) +- uid: SUI.SUiElement`1.Size(UnityEngine.Vector2) + name: Size(Vector2) + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_Size_UnityEngine_Vector2_ + commentId: M:SUI.SUiElement`1.Size(UnityEngine.Vector2) + fullName: SUI.SUiElement.Size(UnityEngine.Vector2) + fullName.vb: SUI.SUiElement(Of T).Size(UnityEngine.Vector2) + nameWithType: SUiElement.Size(Vector2) + nameWithType.vb: SUiElement(Of T).Size(Vector2) +- uid: SUI.SUiElement`1.Size* + name: Size + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_Size_ + commentId: Overload:SUI.SUiElement`1.Size + fullName: SUI.SUiElement.Size + fullName.vb: SUI.SUiElement(Of T).Size + nameWithType: SUiElement.Size + nameWithType.vb: SUiElement(Of T).Size +- uid: SUI.SUiElement`1.Text(System.String) + name: Text(string) + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_Text_System_String_ + commentId: M:SUI.SUiElement`1.Text(System.String) + name.vb: Text(String) + fullName: SUI.SUiElement.Text(string) + fullName.vb: SUI.SUiElement(Of T).Text(String) + nameWithType: SUiElement.Text(string) + nameWithType.vb: SUiElement(Of T).Text(String) +- uid: SUI.SUiElement`1.Text* + name: Text + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_Text_ + commentId: Overload:SUI.SUiElement`1.Text + fullName: SUI.SUiElement.Text + fullName.vb: SUI.SUiElement(Of T).Text + nameWithType: SUiElement.Text + nameWithType.vb: SUiElement(Of T).Text +- uid: SUI.SUiElement`1.TextObject + name: TextObject + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_TextObject + commentId: F:SUI.SUiElement`1.TextObject + fullName: SUI.SUiElement.TextObject + fullName.vb: SUI.SUiElement(Of T).TextObject + nameWithType: SUiElement.TextObject + nameWithType.vb: SUiElement(Of T).TextObject +- uid: SUI.SUiElement`1.Toggle + name: Toggle() + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_Toggle + commentId: M:SUI.SUiElement`1.Toggle + fullName: SUI.SUiElement.Toggle() + fullName.vb: SUI.SUiElement(Of T).Toggle() + nameWithType: SUiElement.Toggle() + nameWithType.vb: SUiElement(Of T).Toggle() +- uid: SUI.SUiElement`1.Toggle* + name: Toggle + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_Toggle_ + commentId: Overload:SUI.SUiElement`1.Toggle + fullName: SUI.SUiElement.Toggle + fullName.vb: SUI.SUiElement(Of T).Toggle + nameWithType: SUiElement.Toggle + nameWithType.vb: SUiElement(Of T).Toggle +- uid: SUI.SUiElement`1.UnbindVisibility + name: UnbindVisibility() + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_UnbindVisibility + commentId: M:SUI.SUiElement`1.UnbindVisibility + fullName: SUI.SUiElement.UnbindVisibility() + fullName.vb: SUI.SUiElement(Of T).UnbindVisibility() + nameWithType: SUiElement.UnbindVisibility() + nameWithType.vb: SUiElement(Of T).UnbindVisibility() +- uid: SUI.SUiElement`1.UnbindVisibility* + name: UnbindVisibility + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_UnbindVisibility_ + commentId: Overload:SUI.SUiElement`1.UnbindVisibility + fullName: SUI.SUiElement.UnbindVisibility + fullName.vb: SUI.SUiElement(Of T).UnbindVisibility + nameWithType: SUiElement.UnbindVisibility + nameWithType.vb: SUiElement(Of T).UnbindVisibility +- uid: SUI.SUiElement`1.VFill + name: VFill() + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_VFill + commentId: M:SUI.SUiElement`1.VFill + fullName: SUI.SUiElement.VFill() + fullName.vb: SUI.SUiElement(Of T).VFill() + nameWithType: SUiElement.VFill() + nameWithType.vb: SUiElement(Of T).VFill() +- uid: SUI.SUiElement`1.VFill* + name: VFill + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_VFill_ + commentId: Overload:SUI.SUiElement`1.VFill + fullName: SUI.SUiElement.VFill + fullName.vb: SUI.SUiElement(Of T).VFill + nameWithType: SUiElement.VFill + nameWithType.vb: SUiElement(Of T).VFill +- uid: SUI.SUiElement`1.VisibilityObservable + name: VisibilityObservable + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_VisibilityObservable + commentId: F:SUI.SUiElement`1.VisibilityObservable + fullName: SUI.SUiElement.VisibilityObservable + fullName.vb: SUI.SUiElement(Of T).VisibilityObservable + nameWithType: SUiElement.VisibilityObservable + nameWithType.vb: SUiElement(Of T).VisibilityObservable +- uid: SUI.SUiElement`1.VisibilityObservalbleChanged(System.Boolean) + name: VisibilityObservalbleChanged(bool) + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_VisibilityObservalbleChanged_System_Boolean_ + commentId: M:SUI.SUiElement`1.VisibilityObservalbleChanged(System.Boolean) + name.vb: VisibilityObservalbleChanged(Boolean) + fullName: SUI.SUiElement.VisibilityObservalbleChanged(bool) + fullName.vb: SUI.SUiElement(Of T).VisibilityObservalbleChanged(Boolean) + nameWithType: SUiElement.VisibilityObservalbleChanged(bool) + nameWithType.vb: SUiElement(Of T).VisibilityObservalbleChanged(Boolean) +- uid: SUI.SUiElement`1.VisibilityObservalbleChanged* + name: VisibilityObservalbleChanged + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_VisibilityObservalbleChanged_ + commentId: Overload:SUI.SUiElement`1.VisibilityObservalbleChanged + fullName: SUI.SUiElement.VisibilityObservalbleChanged + fullName.vb: SUI.SUiElement(Of T).VisibilityObservalbleChanged + nameWithType: SUiElement.VisibilityObservalbleChanged + nameWithType.vb: SUiElement(Of T).VisibilityObservalbleChanged +- uid: SUI.SUiElement`1.Visible(System.Boolean) + name: Visible(bool) + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_Visible_System_Boolean_ + commentId: M:SUI.SUiElement`1.Visible(System.Boolean) + name.vb: Visible(Boolean) + fullName: SUI.SUiElement.Visible(bool) + fullName.vb: SUI.SUiElement(Of T).Visible(Boolean) + nameWithType: SUiElement.Visible(bool) + nameWithType.vb: SUiElement(Of T).Visible(Boolean) +- uid: SUI.SUiElement`1.Visible* + name: Visible + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_Visible_ + commentId: Overload:SUI.SUiElement`1.Visible + fullName: SUI.SUiElement.Visible + fullName.vb: SUI.SUiElement(Of T).Visible + nameWithType: SUiElement.Visible + nameWithType.vb: SUiElement(Of T).Visible +- uid: SUI.SUiElement`1.VOffset(System.Single,System.Single) + name: VOffset(float, float) + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_VOffset_System_Single_System_Single_ + commentId: M:SUI.SUiElement`1.VOffset(System.Single,System.Single) + name.vb: VOffset(Single, Single) + fullName: SUI.SUiElement.VOffset(float, float) + fullName.vb: SUI.SUiElement(Of T).VOffset(Single, Single) + nameWithType: SUiElement.VOffset(float, float) + nameWithType.vb: SUiElement(Of T).VOffset(Single, Single) +- uid: SUI.SUiElement`1.VOffset* + name: VOffset + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_VOffset_ + commentId: Overload:SUI.SUiElement`1.VOffset + fullName: SUI.SUiElement.VOffset + fullName.vb: SUI.SUiElement(Of T).VOffset + nameWithType: SUiElement.VOffset + nameWithType.vb: SUiElement(Of T).VOffset +- uid: SUI.SUiElement`1.Width(System.Single) + name: Width(float) + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_Width_System_Single_ + commentId: M:SUI.SUiElement`1.Width(System.Single) + name.vb: Width(Single) + fullName: SUI.SUiElement.Width(float) + fullName.vb: SUI.SUiElement(Of T).Width(Single) + nameWithType: SUiElement.Width(float) + nameWithType.vb: SUiElement(Of T).Width(Single) +- uid: SUI.SUiElement`1.Width* + name: Width + href: api/SUI.SUiElement-1.html#SUI_SUiElement_1_Width_ + commentId: Overload:SUI.SUiElement`1.Width + fullName: SUI.SUiElement.Width + fullName.vb: SUI.SUiElement(Of T).Width + nameWithType: SUiElement.Width + nameWithType.vb: SUiElement(Of T).Width +- uid: SUI.SUiElement`2 + name: SUiElement + href: api/SUI.SUiElement-2.html + commentId: T:SUI.SUiElement`2 + name.vb: SUiElement(Of T, TData) + fullName: SUI.SUiElement + fullName.vb: SUI.SUiElement(Of T, TData) + nameWithType: SUiElement + nameWithType.vb: SUiElement(Of T, TData) +- uid: SUI.SUiElement`2.#ctor(UnityEngine.GameObject) + name: SUiElement(GameObject) + href: api/SUI.SUiElement-2.html#SUI_SUiElement_2__ctor_UnityEngine_GameObject_ + commentId: M:SUI.SUiElement`2.#ctor(UnityEngine.GameObject) + name.vb: New(GameObject) + fullName: SUI.SUiElement.SUiElement(UnityEngine.GameObject) + fullName.vb: SUI.SUiElement(Of T, TData).New(UnityEngine.GameObject) + nameWithType: SUiElement.SUiElement(GameObject) + nameWithType.vb: SUiElement(Of T, TData).New(GameObject) +- uid: SUI.SUiElement`2.#ctor* + name: SUiElement + href: api/SUI.SUiElement-2.html#SUI_SUiElement_2__ctor_ + commentId: Overload:SUI.SUiElement`2.#ctor + name.vb: New + fullName: SUI.SUiElement.SUiElement + fullName.vb: SUI.SUiElement(Of T, TData).New + nameWithType: SUiElement.SUiElement + nameWithType.vb: SUiElement(Of T, TData).New +- uid: SUI.SUiElement`2.Bind(SUI.Observable{`1}) + name: Bind(Observable) + href: api/SUI.SUiElement-2.html#SUI_SUiElement_2_Bind_SUI_Observable__1__ + commentId: M:SUI.SUiElement`2.Bind(SUI.Observable{`1}) + name.vb: Bind(Observable(Of TData)) + fullName: SUI.SUiElement.Bind(SUI.Observable) + fullName.vb: SUI.SUiElement(Of T, TData).Bind(SUI.Observable(Of TData)) + nameWithType: SUiElement.Bind(Observable) + nameWithType.vb: SUiElement(Of T, TData).Bind(Observable(Of TData)) +- uid: SUI.SUiElement`2.Bind* + name: Bind + href: api/SUI.SUiElement-2.html#SUI_SUiElement_2_Bind_ + commentId: Overload:SUI.SUiElement`2.Bind + fullName: SUI.SUiElement.Bind + fullName.vb: SUI.SUiElement(Of T, TData).Bind + nameWithType: SUiElement.Bind + nameWithType.vb: SUiElement(Of T, TData).Bind +- uid: SUI.SUiElement`2.Observable + name: Observable + href: api/SUI.SUiElement-2.html#SUI_SUiElement_2_Observable + commentId: F:SUI.SUiElement`2.Observable + fullName: SUI.SUiElement.Observable + fullName.vb: SUI.SUiElement(Of T, TData).Observable + nameWithType: SUiElement.Observable + nameWithType.vb: SUiElement(Of T, TData).Observable +- uid: SUI.SUiElement`2.OnObservaleChanged(`1) + name: OnObservaleChanged(TData) + href: api/SUI.SUiElement-2.html#SUI_SUiElement_2_OnObservaleChanged__1_ + commentId: M:SUI.SUiElement`2.OnObservaleChanged(`1) + fullName: SUI.SUiElement.OnObservaleChanged(TData) + fullName.vb: SUI.SUiElement(Of T, TData).OnObservaleChanged(TData) + nameWithType: SUiElement.OnObservaleChanged(TData) + nameWithType.vb: SUiElement(Of T, TData).OnObservaleChanged(TData) +- uid: SUI.SUiElement`2.OnObservaleChanged* + name: OnObservaleChanged + href: api/SUI.SUiElement-2.html#SUI_SUiElement_2_OnObservaleChanged_ + commentId: Overload:SUI.SUiElement`2.OnObservaleChanged + fullName: SUI.SUiElement.OnObservaleChanged + fullName.vb: SUI.SUiElement(Of T, TData).OnObservaleChanged + nameWithType: SUiElement.OnObservaleChanged + nameWithType.vb: SUiElement(Of T, TData).OnObservaleChanged +- uid: SUI.SUiElement`2.RegisterObservable(SUI.Observable{`1}) + name: RegisterObservable(Observable) + href: api/SUI.SUiElement-2.html#SUI_SUiElement_2_RegisterObservable_SUI_Observable__1__ + commentId: M:SUI.SUiElement`2.RegisterObservable(SUI.Observable{`1}) + name.vb: RegisterObservable(Observable(Of TData)) + fullName: SUI.SUiElement.RegisterObservable(SUI.Observable) + fullName.vb: SUI.SUiElement(Of T, TData).RegisterObservable(SUI.Observable(Of TData)) + nameWithType: SUiElement.RegisterObservable(Observable) + nameWithType.vb: SUiElement(Of T, TData).RegisterObservable(Observable(Of TData)) +- uid: SUI.SUiElement`2.RegisterObservable* + name: RegisterObservable + href: api/SUI.SUiElement-2.html#SUI_SUiElement_2_RegisterObservable_ + commentId: Overload:SUI.SUiElement`2.RegisterObservable + fullName: SUI.SUiElement.RegisterObservable + fullName.vb: SUI.SUiElement(Of T, TData).RegisterObservable + nameWithType: SUiElement.RegisterObservable + nameWithType.vb: SUiElement(Of T, TData).RegisterObservable +- uid: SUI.SUiElement`2.Unbind + name: Unbind() + href: api/SUI.SUiElement-2.html#SUI_SUiElement_2_Unbind + commentId: M:SUI.SUiElement`2.Unbind + fullName: SUI.SUiElement.Unbind() + fullName.vb: SUI.SUiElement(Of T, TData).Unbind() + nameWithType: SUiElement.Unbind() + nameWithType.vb: SUiElement(Of T, TData).Unbind() +- uid: SUI.SUiElement`2.Unbind* + name: Unbind + href: api/SUI.SUiElement-2.html#SUI_SUiElement_2_Unbind_ + commentId: Overload:SUI.SUiElement`2.Unbind + fullName: SUI.SUiElement.Unbind + fullName.vb: SUI.SUiElement(Of T, TData).Unbind + nameWithType: SUiElement.Unbind + nameWithType.vb: SUiElement(Of T, TData).Unbind +- uid: SUI.SUiElement`2.UnregisterObservable(SUI.Observable{`1}) + name: UnregisterObservable(Observable) + href: api/SUI.SUiElement-2.html#SUI_SUiElement_2_UnregisterObservable_SUI_Observable__1__ + commentId: M:SUI.SUiElement`2.UnregisterObservable(SUI.Observable{`1}) + name.vb: UnregisterObservable(Observable(Of TData)) + fullName: SUI.SUiElement.UnregisterObservable(SUI.Observable) + fullName.vb: SUI.SUiElement(Of T, TData).UnregisterObservable(SUI.Observable(Of TData)) + nameWithType: SUiElement.UnregisterObservable(Observable) + nameWithType.vb: SUiElement(Of T, TData).UnregisterObservable(Observable(Of TData)) +- uid: SUI.SUiElement`2.UnregisterObservable* + name: UnregisterObservable + href: api/SUI.SUiElement-2.html#SUI_SUiElement_2_UnregisterObservable_ + commentId: Overload:SUI.SUiElement`2.UnregisterObservable + fullName: SUI.SUiElement.UnregisterObservable + fullName.vb: SUI.SUiElement(Of T, TData).UnregisterObservable + nameWithType: SUiElement.UnregisterObservable + nameWithType.vb: SUiElement(Of T, TData).UnregisterObservable