MethodBuilder
MethodBuilder()
Attributes
CallingConvention
ContainsGenericParameters
DeclaringType
InitLocals
InitLocalsCore
IsConstructedGenericMethod
IsGenericMethod
IsGenericMethodDefinition
IsSecurityCritical
IsSecuritySafeCritical
IsSecurityTransparent
MetadataToken
MethodHandle
MethodImplementationFlags
Module
Name
ReflectedType
ReturnParameter
ReturnType
ReturnTypeCustomAttributes
Signature
AddDeclarativeSecurity(SecurityAction, PermissionSet)
CreateMethodBody(Byte[], Int32)
DefineGenericParameters(String[])
DefineGenericParametersCore(String[])
DefineParameter(Int32, ParameterAttributes, String)
DefineParameterCore(Int32, ParameterAttributes, String)
Equals(Object)
GetBaseDefinition()
GetCustomAttributes(Boolean)
GetCustomAttributes(Type, Boolean)
GetGenericArguments()
GetGenericMethodDefinition()
GetHashCode()
GetILGenerator()
GetILGenerator(Int32)
GetILGeneratorCore(Int32)
GetMethodImplementationFlags()
GetModule()
GetParameters()
GetToken()
Invoke(Object, BindingFlags, Binder, Object[], CultureInfo)
IsDefined(Type, Boolean)
MakeGenericMethod(Type[])
SetCustomAttribute(CustomAttributeBuilder)
SetCustomAttribute(ConstructorInfo, Byte[])
SetCustomAttributeCore(ConstructorInfo, ReadOnlySpan<Byte>)
SetImplementationFlags(MethodImplAttributes)
SetImplementationFlagsCore(MethodImplAttributes)
SetMarshal(UnmanagedMarshal)
SetMethodBody(Byte[], Int32, Byte[], IEnumerable<ExceptionHandler>, IEnumerable<Int32>)
SetParameters(Type[])
SetReturnType(Type)
SetSignature(Type, Type[], Type[], Type[], Type[][], Type[][])
SetSignatureCore(Type, Type[], Type[], Type[], Type[][], Type[][])
SetSymCustomAttribute(String, Byte[])
ToString()
netstandard1.6
namespace System.Reflection.Emit
{
public sealed class MethodBuilder : MethodInfo
{
public override MethodImplAttributes MethodImplementationFlags { get; }
}
}
.NET Core | 1.01.1 |
---|---|
.NET Framework | 4.54.5.14.5.24.6 |
.NET Standard | 1.11.21.31.41.51.6 |
Information specific to netstandard1.6 | |
Assembly | System.Reflection.Emit , Version=4.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | Your project needs a package reference to |
Package | System.Reflection.Emit (4.7.0) netstandard1.1 |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API