From fa255271a1353ed68e0b93b77c643f8ee1697f27 Mon Sep 17 00:00:00 2001 From: pardeike-bot Date: Thu, 4 Apr 2024 08:57:14 +0000 Subject: [PATCH] Update documentation [skip ci] --- .../HarmonyLib.AccessTools.FieldRef-1.html | 2 +- .../HarmonyLib.AccessTools.FieldRef-2.html | 2 +- ...rmonyLib.AccessTools.StructFieldRef-2.html | 2 +- docs/api/HarmonyLib.AccessTools.html | 204 +++++++++--------- docs/manifest.json | 8 +- 5 files changed, 109 insertions(+), 109 deletions(-) diff --git a/docs/api/HarmonyLib.AccessTools.FieldRef-1.html b/docs/api/HarmonyLib.AccessTools.FieldRef-1.html index ed641d7f..6c4a5b39 100644 --- a/docs/api/HarmonyLib.AccessTools.FieldRef-1.html +++ b/docs/api/HarmonyLib.AccessTools.FieldRef-1.html @@ -127,7 +127,7 @@
Type Parameters
Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/HarmonyLib.AccessTools.FieldRef-2.html b/docs/api/HarmonyLib.AccessTools.FieldRef-2.html index 6bbe552d..a757a866 100644 --- a/docs/api/HarmonyLib.AccessTools.FieldRef-2.html +++ b/docs/api/HarmonyLib.AccessTools.FieldRef-2.html @@ -179,7 +179,7 @@
    Remarks
    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/HarmonyLib.AccessTools.StructFieldRef-2.html b/docs/api/HarmonyLib.AccessTools.StructFieldRef-2.html index 514a8294..30d1b392 100644 --- a/docs/api/HarmonyLib.AccessTools.StructFieldRef-2.html +++ b/docs/api/HarmonyLib.AccessTools.StructFieldRef-2.html @@ -151,7 +151,7 @@
    Type Parameters
    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/HarmonyLib.AccessTools.html b/docs/api/HarmonyLib.AccessTools.html index bb5ee124..2fcac556 100644 --- a/docs/api/HarmonyLib.AccessTools.html +++ b/docs/api/HarmonyLib.AccessTools.html @@ -94,7 +94,7 @@

    Fields Improve this Doc - View Source + View Source

    all

    Shortcut for System.Reflection.BindingFlags to simplify the use of reflections and make it work for any access level

    @@ -124,7 +124,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    allDeclared

    Shortcut for System.Reflection.BindingFlags to simplify the use of reflections and make it work for any access level but only within the current type

    @@ -156,7 +156,7 @@

    Properties Improve this Doc - View Source + View Source

    IsMonoRuntime

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

    IsNetCoreRuntime

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

    IsNetFrameworkRuntime

    @@ -251,7 +251,7 @@

    Methods Improve this Doc - View Source + View Source

    ActualParameters(MethodBase, Object[])

    @@ -307,7 +307,7 @@
    Returns
    Improve this Doc - View Source + View Source

    AllAssemblies()

    @@ -339,7 +339,7 @@
    Returns
    Improve this Doc - View Source + View Source

    AllTypes()

    @@ -371,7 +371,7 @@
    Returns
    Improve this Doc - View Source + View Source

    CombinedHashCode(IEnumerable<Object>)

    @@ -421,7 +421,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Constructor(Type, Type[], Boolean)

    @@ -483,7 +483,7 @@
    Returns
    Improve this Doc - View Source + View Source

    CreateInstance(Type)

    @@ -533,7 +533,7 @@
    Returns
    Improve this Doc - View Source + View Source

    CreateInstance<T>()

    @@ -581,7 +581,7 @@
    Type Parameters
    Improve this Doc - View Source + View Source

    DeclaredConstructor(Type, Type[], Boolean)

    @@ -643,7 +643,7 @@
    Returns
    Improve this Doc - View Source + View Source

    DeclaredField(String)

    @@ -693,7 +693,7 @@
    Returns
    Improve this Doc - View Source + View Source

    DeclaredField(Type, Int32)

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

    DeclaredField(Type, String)

    @@ -805,7 +805,7 @@
    Returns
    Improve this Doc - View Source + View Source

    DeclaredIndexer(Type, Type[])

    @@ -861,7 +861,7 @@
    Returns
    Improve this Doc - View Source + View Source

    DeclaredIndexerGetter(Type, Type[])

    @@ -917,7 +917,7 @@
    Returns
    Improve this Doc - View Source + View Source

    DeclaredIndexerSetter(Type, Type[])

    @@ -973,7 +973,7 @@
    Returns
    Improve this Doc - View Source + View Source

    DeclaredMethod(String, Type[], Type[])

    @@ -1035,7 +1035,7 @@
    Returns
    Improve this Doc - View Source + View Source

    DeclaredMethod(Type, String, Type[], Type[])

    @@ -1103,7 +1103,7 @@
    Returns
    Improve this Doc - View Source + View Source

    DeclaredProperty(String)

    @@ -1153,7 +1153,7 @@
    Returns
    Improve this Doc - View Source + View Source

    DeclaredProperty(Type, String)

    @@ -1209,7 +1209,7 @@
    Returns
    Improve this Doc - View Source + View Source

    DeclaredPropertyGetter(String)

    @@ -1259,7 +1259,7 @@
    Returns
    Improve this Doc - View Source + View Source

    DeclaredPropertyGetter(Type, String)

    @@ -1315,7 +1315,7 @@
    Returns
    Improve this Doc - View Source + View Source

    DeclaredPropertySetter(String)

    @@ -1365,7 +1365,7 @@
    Returns
    Improve this Doc - View Source + View Source

    DeclaredPropertySetter(Type, String)

    @@ -1421,7 +1421,7 @@
    Returns
    Improve this Doc - View Source + View Source

    EnumeratorMoveNext(MethodBase)

    @@ -1471,7 +1471,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Field(String)

    @@ -1521,7 +1521,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Field(Type, String)

    @@ -1577,7 +1577,7 @@
    Returns
    Improve this Doc - View Source + View Source

    FieldRefAccess<F>(String)

    @@ -1643,7 +1643,7 @@
    Type Parameters
    Improve this Doc - View Source + View Source

    FieldRefAccess<F>(Type, String)

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

    FieldRefAccess<T, F>(T, FieldInfo)

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

    FieldRefAccess<T, F>(T, String)

    @@ -1909,7 +1909,7 @@
    Rem Improve this Doc - View Source + View Source

    FieldRefAccess<T, F>(FieldInfo)

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

    FieldRefAccess<T, F>(String)

    @@ -2077,7 +2077,7 @@
    Remarks Improve this Doc - View Source + View Source

    FindIncludingBaseTypes<T>(Type, Func<Type, T>)

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

    FindIncludingInnerTypes<T>(Type, Func<Type, T>)

    @@ -2228,7 +2228,7 @@
    Type Parameters
    Improve this Doc - View Source + View Source

    FirstConstructor(Type, Func<ConstructorInfo, Boolean>)

    @@ -2284,7 +2284,7 @@
    Returns
    Improve this Doc - View Source + View Source

    FirstInner(Type, Func<Type, Boolean>)

    @@ -2340,7 +2340,7 @@
    Returns
    Improve this Doc - View Source + View Source

    FirstMethod(Type, Func<MethodInfo, Boolean>)

    @@ -2396,7 +2396,7 @@
    Returns
    Improve this Doc - View Source + View Source

    FirstProperty(Type, Func<PropertyInfo, Boolean>)

    @@ -2452,7 +2452,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetDeclaredConstructors(Type, Nullable<Boolean>)

    @@ -2508,7 +2508,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetDeclaredFields(Type)

    @@ -2558,7 +2558,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetDeclaredMember<T>(T)

    @@ -2624,7 +2624,7 @@
    Type Parameters
    Improve this Doc - View Source + View Source

    GetDeclaredMethods(Type)

    @@ -2674,7 +2674,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetDeclaredProperties(Type)

    @@ -2724,7 +2724,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetDefaultValue(Type)

    @@ -2774,7 +2774,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetFieldNames(Object)

    @@ -2824,7 +2824,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetFieldNames(Type)

    @@ -2874,7 +2874,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetMethodNames(Object)

    @@ -2924,7 +2924,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetMethodNames(Type)

    @@ -2974,7 +2974,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetOutsideCaller()

    @@ -3006,7 +3006,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetPropertyNames(Object)

    @@ -3056,7 +3056,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetPropertyNames(Type)

    @@ -3106,7 +3106,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetReturnedType(MethodBase)

    @@ -3156,7 +3156,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetTypes(Object[])

    @@ -3206,7 +3206,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetTypesFromAssembly(Assembly)

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

    GetUnderlyingType(MemberInfo)

    @@ -3311,7 +3311,7 @@
    Returns
    Improve this Doc - View Source + View Source

    HarmonyDelegate<DelegateType>(Object)

    @@ -3386,7 +3386,7 @@
    Remark Improve this Doc - View Source + View Source

    Identifiable(MethodInfo)

    @@ -3435,7 +3435,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Indexer(Type, Type[])

    @@ -3491,7 +3491,7 @@
    Returns
    Improve this Doc - View Source + View Source

    IndexerGetter(Type, Type[])

    @@ -3547,7 +3547,7 @@
    Returns
    Improve this Doc - View Source + View Source

    IndexerSetter(Type, Type[])

    @@ -3603,7 +3603,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Inner(Type, String)

    @@ -3659,7 +3659,7 @@
    Returns
    Improve this Doc - View Source + View Source

    InnerTypes(Type)

    @@ -3709,7 +3709,7 @@
    Returns
    Improve this Doc - View Source + View Source

    IsClass(Type)

    @@ -3759,7 +3759,7 @@
    Returns
    Improve this Doc - View Source + View Source

    IsDeclaredMember<T>(T)

    @@ -3825,7 +3825,7 @@
    Type Parameters
    Improve this Doc - View Source + View Source

    IsFloatingPoint(Type)

    @@ -3875,7 +3875,7 @@
    Returns
    Improve this Doc - View Source + View Source

    IsInteger(Type)

    @@ -3925,7 +3925,7 @@
    Returns
    Improve this Doc - View Source + View Source

    IsNumber(Type)

    @@ -3975,7 +3975,7 @@
    Returns
    Improve this Doc - View Source + View Source

    IsOfNullableType<T>(T)

    @@ -4041,7 +4041,7 @@
    Type Parameters
    Improve this Doc - View Source + View Source

    IsStatic(MemberInfo)

    @@ -4091,7 +4091,7 @@
    Returns
    Improve this Doc - View Source + View Source

    IsStruct(Type)

    @@ -4141,7 +4141,7 @@
    Returns
    Improve this Doc - View Source + View Source

    IsValue(Type)

    @@ -4191,7 +4191,7 @@
    Returns
    Improve this Doc - View Source + View Source

    IsVoid(Type)

    @@ -4241,7 +4241,7 @@
    Returns
    Improve this Doc - View Source + View Source

    MakeDeepCopy(Object, Type, Func<String, Traverse, Traverse, Object>, String)

    @@ -4309,7 +4309,7 @@
    Returns
    Improve this Doc - View Source + View Source

    MakeDeepCopy<T>(Object)

    @@ -4376,7 +4376,7 @@
    Type Parameters
    Improve this Doc - View Source + View Source

    MakeDeepCopy<T>(Object, out T, Func<String, Traverse, Traverse, Object>, String)

    @@ -4444,7 +4444,7 @@
    Type Parameters
    Improve this Doc - View Source + View Source

    Method(String, Type[], Type[])

    @@ -4506,7 +4506,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Method(Type, String, Type[], Type[])

    @@ -4574,7 +4574,7 @@
    Returns
    Improve this Doc - View Source + View Source

    MethodDelegate<DelegateType>(MethodInfo, Object, Boolean)

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

    MethodDelegate<DelegateType>(String, Object, Boolean)

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

    Property(String)

    @@ -4812,7 +4812,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Property(Type, String)

    @@ -4868,7 +4868,7 @@
    Returns
    Improve this Doc - View Source + View Source

    PropertyGetter(String)

    @@ -4918,7 +4918,7 @@
    Returns
    Improve this Doc - View Source + View Source

    PropertyGetter(Type, String)

    @@ -4974,7 +4974,7 @@
    Returns
    Improve this Doc - View Source + View Source

    PropertySetter(String)

    @@ -5024,7 +5024,7 @@
    Returns
    Improve this Doc - View Source + View Source

    PropertySetter(Type, String)

    @@ -5080,7 +5080,7 @@
    Returns
    Improve this Doc - View Source + View Source

    RethrowException(Exception)

    @@ -5114,7 +5114,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    StaticFieldRefAccess<F>(FieldInfo)

    @@ -5182,7 +5182,7 @@
    Type Parameters
    Improve this Doc - View Source + View Source

    StaticFieldRefAccess<F>(String)

    @@ -5248,7 +5248,7 @@
    Type Parameters
    Improve this Doc - View Source + View Source

    StaticFieldRefAccess<F>(Type, String)

    @@ -5322,7 +5322,7 @@
    Type Parameters
    Improve this Doc - View Source + View Source

    StaticFieldRefAccess<T, F>(FieldInfo)

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

    StaticFieldRefAccess<T, F>(String)

    @@ -5472,7 +5472,7 @@
    Type Parameters
    Improve this Doc - View Source + View Source

    StructFieldRefAccess<T, F>(ref T, FieldInfo)

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

    StructFieldRefAccess<T, F>(ref T, String)

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

    StructFieldRefAccess<T, F>(FieldInfo)

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

    StructFieldRefAccess<T, F>(String)

    @@ -5800,7 +5800,7 @@
    Type Parameters
    Improve this Doc - View Source + View Source

    ThrowMissingMemberException(Type, String[])

    @@ -5840,7 +5840,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    TypeByName(String)

    @@ -5896,7 +5896,7 @@
    Returns
    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/manifest.json b/docs/manifest.json index 1346c78e..1039a26d 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -9,7 +9,7 @@ "output": { ".html": { "relative_path": "api/HarmonyLib.AccessTools.FieldRef-1.html", - "hash": "SwoNsmzgijrfvpcrQEYcaiY1OIDfXyHBGg4FH41u9Ds=" + "hash": "hdw97UsDMq94m2aLR73w5Vi/ejAOZHJ8T6VTBtUxIvE=" } }, "is_incremental": false, @@ -21,7 +21,7 @@ "output": { ".html": { "relative_path": "api/HarmonyLib.AccessTools.FieldRef-2.html", - "hash": "LJLQRxdrDEeaFdsqhZLqxBnfdjGRwN39wv1BBuC7IFc=" + "hash": "kgRk6XSRktyr1Y96VHSQZzaW9gbCf9icWWUtadXinKw=" } }, "is_incremental": false, @@ -33,7 +33,7 @@ "output": { ".html": { "relative_path": "api/HarmonyLib.AccessTools.StructFieldRef-2.html", - "hash": "Q21TiVkp1kMxMdnkcTLyiKvh556IlD3r8KmtAcJgCxQ=" + "hash": "MnuKYrLT129NRCugHdM5s6gbj9RPR/3pwpP0ljo768Q=" } }, "is_incremental": false, @@ -45,7 +45,7 @@ "output": { ".html": { "relative_path": "api/HarmonyLib.AccessTools.html", - "hash": "KkR+RRaeLb29U9k0aEJy4vckSTpohb7gHh6xG14BZlY=" + "hash": "R5aY1FV0a6BesmJkm5tO8Pzu1jc+lQDCgMjV057ZMh4=" } }, "is_incremental": false,