AppendParameters(ref ValueStringBuilder sbParamList, Type[] parameterTypes, CallingConventions callingConvention) | System.Reflection.MethodBase | inlinepackagestatic |
Attributes | System.Reflection.Emit.DynamicMethod | |
CacheEquals(object o) | System.Reflection.MemberInfo | inlinepackagevirtual |
CallingConvention | System.Reflection.Emit.DynamicMethod | |
CheckArguments(ref StackAllocedArguments stackArgs, ReadOnlySpan< object > parameters, Binder binder, BindingFlags invokeAttr, CultureInfo culture, Signature sig) | System.Reflection.MethodBase | inlineprotected |
CheckConsistency(MethodAttributes attributes, CallingConventions callingConvention) | System.Reflection.Emit.DynamicMethod | inlineprivatestatic |
ContainsGenericParameters | System.Reflection.MethodBase | |
CreateDelegate(Type delegateType) | System.Reflection.Emit.DynamicMethod | inlinevirtual |
CreateDelegate(Type delegateType, object? target) | System.Reflection.Emit.DynamicMethod | inlinevirtual |
CreateDelegate< T >() | System.Reflection.MethodInfo | inline |
CreateDelegate< T >(object? target) | System.Reflection.MethodInfo | inline |
CustomAttributes | System.Reflection.MemberInfo | |
DeclaringType | System.Reflection.Emit.DynamicMethod | |
DefineParameter(int position, ParameterAttributes attributes, string? parameterName) | System.Reflection.Emit.DynamicMethod | inline |
DynamicMethod(string name, Type? returnType, Type[]? parameterTypes) | System.Reflection.Emit.DynamicMethod | inline |
DynamicMethod(string name, Type? returnType, Type[]? parameterTypes, bool restrictedSkipVisibility) | System.Reflection.Emit.DynamicMethod | inline |
DynamicMethod(string name, Type? returnType, Type[]? parameterTypes, Module m) | System.Reflection.Emit.DynamicMethod | inline |
DynamicMethod(string name, Type? returnType, Type[]? parameterTypes, Module m, bool skipVisibility) | System.Reflection.Emit.DynamicMethod | inline |
DynamicMethod(string name, MethodAttributes attributes, CallingConventions callingConvention, Type? returnType, Type[]? parameterTypes, Module m, bool skipVisibility) | System.Reflection.Emit.DynamicMethod | inline |
DynamicMethod(string name, Type? returnType, Type[]? parameterTypes, Type owner) | System.Reflection.Emit.DynamicMethod | inline |
DynamicMethod(string name, Type? returnType, Type[]? parameterTypes, Type owner, bool skipVisibility) | System.Reflection.Emit.DynamicMethod | inline |
DynamicMethod(string name, MethodAttributes attributes, CallingConventions callingConvention, Type? returnType, Type[]? parameterTypes, Type owner, bool skipVisibility) | System.Reflection.Emit.DynamicMethod | inline |
Equals(object? obj) | System.Reflection.MethodInfo | inline |
GenericParameterCount | System.Reflection.MethodInfo | package |
GetBaseDefinition() | System.Reflection.Emit.DynamicMethod | inline |
GetCurrentMethod() | System.Reflection.MethodBase | inlinestatic |
GetCustomAttributes(Type attributeType, bool inherit) | System.Reflection.Emit.DynamicMethod | inline |
GetCustomAttributes(bool inherit) | System.Reflection.Emit.DynamicMethod | inline |
GetCustomAttributesData() | System.Reflection.MemberInfo | inlinevirtual |
GetDynamicILInfo() | System.Reflection.Emit.DynamicMethod | inline |
GetDynamicMethodsModule() | System.Reflection.Emit.DynamicMethod | inlineprivatestatic |
GetGenericArguments() | System.Reflection.MethodInfo | inlinevirtual |
GetGenericMethodDefinition() | System.Reflection.MethodInfo | inlinevirtual |
GetHashCode() | System.Reflection.MethodInfo | inline |
GetILGenerator() | System.Reflection.Emit.DynamicMethod | inline |
GetILGenerator(int streamSize) | System.Reflection.Emit.DynamicMethod | inline |
GetMethodBody() | System.Reflection.MethodBase | inlinevirtual |
GetMethodDesc() | System.Reflection.MethodBase | inlineprivate |
GetMethodDescriptor() | System.Reflection.Emit.DynamicMethod | inlinepackage |
GetMethodFromHandle(RuntimeMethodHandle handle) | System.Reflection.MethodBase | inlinestatic |
GetMethodFromHandle(RuntimeMethodHandle handle, RuntimeTypeHandle declaringType) | System.Reflection.MethodBase | inlinestatic |
GetMethodImplementationFlags() | System.Reflection.Emit.DynamicMethod | inline |
GetMethodInfo() | System.Reflection.Emit.DynamicMethod | inlinepackage |
GetParameters() | System.Reflection.Emit.DynamicMethod | inline |
GetParametersNoCopy() | System.Reflection.MethodBase | inlinepackagevirtual |
GetParameterTypes() | System.Reflection.MethodBase | inlinepackagevirtual |
HasSameMetadataDefinitionAs(MemberInfo other) | System.Reflection.MemberInfo | inlinevirtual |
HasSameMetadataDefinitionAsCore< TOther >(MemberInfo other) | System.Reflection.MemberInfo | inlinepackage |
Init(string name, MethodAttributes attributes, CallingConventions callingConvention, Type returnType, Type[] signature, Type owner, Module m, bool skipVisibility, bool transparentMethod) | System.Reflection.Emit.DynamicMethod | inlineprivate |
InitLocals | System.Reflection.Emit.DynamicMethod | |
Invoke(object? obj, BindingFlags invokeAttr, Binder? binder, object?[]? parameters, CultureInfo? culture) | System.Reflection.Emit.DynamicMethod | inline |
System::Reflection::MethodInfo.Invoke(object? obj, object?[]? parameters) | System.Reflection.MethodBase | inline |
IsAbstract | System.Reflection.MethodBase | |
IsAssembly | System.Reflection.MethodBase | |
IsCollectible | System.Reflection.MemberInfo | |
IsConstructedGenericMethod | System.Reflection.MethodBase | |
IsConstructor | System.Reflection.MethodBase | |
IsDefined(Type attributeType, bool inherit) | System.Reflection.Emit.DynamicMethod | inline |
IsFamily | System.Reflection.MethodBase | |
IsFamilyAndAssembly | System.Reflection.MethodBase | |
IsFamilyOrAssembly | System.Reflection.MethodBase | |
IsFinal | System.Reflection.MethodBase | |
IsGenericMethod | System.Reflection.MethodBase | |
IsGenericMethodDefinition | System.Reflection.MethodBase | |
IsHideBySig | System.Reflection.MethodBase | |
IsPrivate | System.Reflection.MethodBase | |
IsPublic | System.Reflection.MethodBase | |
IsSecurityCritical | System.Reflection.Emit.DynamicMethod | |
IsSecuritySafeCritical | System.Reflection.Emit.DynamicMethod | |
IsSecurityTransparent | System.Reflection.Emit.DynamicMethod | |
IsSpecialName | System.Reflection.MethodBase | |
IsStatic | System.Reflection.MethodBase | |
IsVirtual | System.Reflection.MethodBase | |
m_DynamicILInfo | System.Reflection.Emit.DynamicMethod | private |
m_dynMethod | System.Reflection.Emit.DynamicMethod | private |
m_fInitLocals | System.Reflection.Emit.DynamicMethod | private |
m_ilGenerator | System.Reflection.Emit.DynamicMethod | private |
m_methodHandle | System.Reflection.Emit.DynamicMethod | package |
m_module | System.Reflection.Emit.DynamicMethod | private |
m_parameterTypes | System.Reflection.Emit.DynamicMethod | private |
m_resolver | System.Reflection.Emit.DynamicMethod | package |
m_restrictedSkipVisibility | System.Reflection.Emit.DynamicMethod | package |
m_returnType | System.Reflection.Emit.DynamicMethod | private |
m_skipVisibility | System.Reflection.Emit.DynamicMethod | package |
m_typeOwner | System.Reflection.Emit.DynamicMethod | package |
MakeGenericMethod(params Type[] typeArguments) | System.Reflection.MethodInfo | inlinevirtual |
MemberType | System.Reflection.MethodInfo | |
MetadataToken | System.Reflection.MemberInfo | |
MethodHandle | System.Reflection.Emit.DynamicMethod | |
MethodImplementationFlags | System.Reflection.MethodBase | |
Module | System.Reflection.Emit.DynamicMethod | |
Name | System.Reflection.Emit.DynamicMethod | |
operator!=(MethodInfo? left, MethodInfo? right) | System.Reflection.MethodInfo | inlinestatic |
System::Reflection::MethodBase.operator!=(MethodBase? left, MethodBase? right) | System.Reflection.MethodBase | inlinestatic |
System::Reflection::MemberInfo.operator!=(MemberInfo? left, MemberInfo? right) | System.Reflection.MemberInfo | inlinestatic |
operator==(MethodInfo? left, MethodInfo? right) | System.Reflection.MethodInfo | inlinestatic |
System::Reflection::MethodBase.operator==(MethodBase? left, MethodBase? right) | System.Reflection.MethodBase | inlinestatic |
System::Reflection::MemberInfo.operator==(MemberInfo? left, MemberInfo? right) | System.Reflection.MemberInfo | inlinestatic |
ReflectedType | System.Reflection.Emit.DynamicMethod | |
ReturnParameter | System.Reflection.Emit.DynamicMethod | |
ReturnType | System.Reflection.Emit.DynamicMethod | |
ReturnTypeCustomAttributes | System.Reflection.Emit.DynamicMethod | |
s_anonymouslyHostedDynamicMethodsModule | System.Reflection.Emit.DynamicMethod | privatestatic |
s_anonymouslyHostedDynamicMethodsModuleLock | System.Reflection.Emit.DynamicMethod | privatestatic |
ToString() | System.Reflection.Emit.DynamicMethod | inline |