System.Reflection.Emit.ILGeneration by Microsoft

<PackageReference Include="System.Reflection.Emit.ILGeneration" Version="4.0.0-beta-22605" />

 SignatureHelper

public sealed class SignatureHelper

public static SignatureHelper GetMethodSigHelper(CallingConventions callingConvention, Type returnType)

public static SignatureHelper GetMethodSigHelper(Module mod, CallingConventions callingConvention, Type returnType)

public static SignatureHelper GetMethodSigHelper(Module mod, Type returnType, Type[] parameterTypes)

public static SignatureHelper GetPropertySigHelper(Module mod, CallingConventions callingConvention, Type returnType, Type[] requiredReturnTypeCustomModifiers, Type[] optionalReturnTypeCustomModifiers, Type[] parameterTypes, Type[][] requiredParameterTypeCustomModifiers, Type[][] optionalParameterTypeCustomModifiers)

public static SignatureHelper GetPropertySigHelper(Module mod, Type returnType, Type[] parameterTypes)

public static SignatureHelper GetPropertySigHelper(Module mod, Type returnType, Type[] requiredReturnTypeCustomModifiers, Type[] optionalReturnTypeCustomModifiers, Type[] parameterTypes, Type[][] requiredParameterTypeCustomModifiers, Type[][] optionalParameterTypeCustomModifiers)

public void AddArgument(Type clsArgument)

public void AddArgument(Type argument, bool pinned)

public void AddArgument(Type argument, Type[] requiredCustomModifiers, Type[] optionalCustomModifiers)

public void AddArguments(Type[] arguments, Type[][] requiredCustomModifiers, Type[][] optionalCustomModifiers)

public void AddSentinel()

public byte[] GetSignature()