Esempio n. 1
0
 protected override ConstructorInfo GetConstructorImpl(
     BindingFlags bindingAttr,
     Binder binder,
     System.Reflection.CallingConventions callConvention,
     Type[] types,
     ParameterModifier[] modifiers
     )
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
        private CallingConventions GetSignatureCallingConvention(Cts.MethodSignature signature)
        {
            CallingConventions callingConvention = CallingConventions.Standard;

            if ((signature.Flags & Cts.MethodSignatureFlags.Static) == 0)
            {
                callingConvention = CallingConventions.HasThis;
            }
            // TODO: additional calling convention flags like stdcall / cdecl etc.
            return(callingConvention);
        }
 public MethodToken GetArrayMethodToken(Type arrayClass, string methodName, System.Reflection.CallingConventions callingConvention, Type returnType, Type[] parameterTypes)
 {
 }
Esempio n. 4
0
 public System.Reflection.Emit.MethodBuilder DefineMethod(string name, System.Reflection.MethodAttributes attributes, System.Reflection.CallingConventions callingConvention, System.Type returnType, System.Type[] returnTypeRequiredCustomModifiers, System.Type[] returnTypeOptionalCustomModifiers, System.Type[] parameterTypes, System.Type[][] parameterTypeRequiredCustomModifiers, System.Type[][] parameterTypeOptionalCustomModifiers)
 {
     throw null;
 }
Esempio n. 5
0
 public System.Reflection.Emit.MethodBuilder DefineMethod(string name, System.Reflection.MethodAttributes attributes, System.Reflection.CallingConventions callingConvention)
 {
     throw null;
 }
Esempio n. 6
0
 public System.Reflection.Emit.ConstructorBuilder DefineConstructor(System.Reflection.MethodAttributes attributes, System.Reflection.CallingConventions callingConvention, System.Type[] parameterTypes)
 {
     throw null;
 }
 public static System.Reflection.Emit.SignatureHelper GetMethodSigHelper(System.Reflection.Module mod, System.Reflection.CallingConventions callingConvention, System.Type returnType)
 {
     return(default(System.Reflection.Emit.SignatureHelper));
 }
Esempio n. 8
0
 public static System.Reflection.Emit.SignatureHelper GetPropertySigHelper(System.Reflection.Module?mod, System.Reflection.CallingConventions callingConvention, System.Type?returnType, System.Type[]?requiredReturnTypeCustomModifiers, System.Type[]?optionalReturnTypeCustomModifiers, System.Type[]?parameterTypes, System.Type[][]?requiredParameterTypeCustomModifiers, System.Type[][]?optionalParameterTypeCustomModifiers)
 {
     throw null;
 }
Esempio n. 9
0
 public DynamicMethod(string name, System.Reflection.MethodAttributes attributes, System.Reflection.CallingConventions callingConvention, System.Type returnType, System.Type[] parameterTypes, System.Type owner, bool skipVisibility)
 {
 }
Esempio n. 10
0
 public System.Reflection.Emit.PropertyBuilder DefineProperty(string name, System.Reflection.PropertyAttributes attributes, System.Reflection.CallingConventions callingConvention, System.Type returnType, System.Type[] returnTypeRequiredCustomModifiers, System.Type[] returnTypeOptionalCustomModifiers, System.Type[] parameterTypes, System.Type[][] parameterTypeRequiredCustomModifiers, System.Type[][] parameterTypeOptionalCustomModifiers)
 {
     throw new PlatformNotSupportedException();
 }
Esempio n. 11
0
 public System.Reflection.Emit.MethodBuilder DefinePInvokeMethod(string name, string dllName, string entryName, System.Reflection.MethodAttributes attributes, System.Reflection.CallingConventions callingConvention, System.Type returnType, System.Type[] returnTypeRequiredCustomModifiers, System.Type[] returnTypeOptionalCustomModifiers, System.Type[] parameterTypes, System.Type[][] parameterTypeRequiredCustomModifiers, System.Type[][] parameterTypeOptionalCustomModifiers, System.Runtime.InteropServices.CallingConvention nativeCallConv, System.Runtime.InteropServices.CharSet nativeCharSet)
 {
     throw new PlatformNotSupportedException();
 }
Esempio n. 12
0
 public System.Reflection.Emit.MethodBuilder DefineMethod(string name, System.Reflection.MethodAttributes attributes, System.Reflection.CallingConventions callingConvention, System.Type returnType, System.Type[] parameterTypes)
 {
     throw new PlatformNotSupportedException();
 }
Esempio n. 13
0
 public System.Reflection.Emit.ConstructorBuilder DefineConstructor(System.Reflection.MethodAttributes attributes, System.Reflection.CallingConventions callingConvention, System.Type[] parameterTypes)
 {
     throw new PlatformNotSupportedException();
 }
Esempio n. 14
0
 public MethodBuilder DefinePInvokeMethod(string name, string dllName, System.Reflection.MethodAttributes attributes, System.Reflection.CallingConventions callingConvention, Type returnType, Type[] parameterTypes, System.Runtime.InteropServices.CallingConvention nativeCallConv, System.Runtime.InteropServices.CharSet nativeCharSet)
 {
     return(default(MethodBuilder));
 }
 public MethodBuilder DefineGlobalMethod(string name, System.Reflection.MethodAttributes attributes, System.Reflection.CallingConventions callingConvention, Type returnType, Type[] parameterTypes)
 {
 }
 public virtual System.Reflection.MethodInfo GetMethod(string name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Reflection.CallingConventions callConvention, Type[] types, System.Reflection.ParameterModifier[] modifiers)
 {
 }
Esempio n. 17
0
 public static System.Reflection.Emit.SignatureHelper GetMethodSigHelper(System.Reflection.Module?mod, System.Reflection.CallingConventions callingConvention, System.Type?returnType)
 {
     throw null;
 }
Esempio n. 18
0
 protected override System.Reflection.MethodInfo GetMethodImpl(string name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Reflection.CallingConventions callConvention, System.Type[] types, System.Reflection.ParameterModifier[] modifiers)
 {
     throw new PlatformNotSupportedException();
 }
 public virtual void EmitCalli(System.Reflection.Emit.OpCode opcode, System.Reflection.CallingConventions callingConvention, System.Type returnType, System.Type[] parameterTypes, System.Type[] optionalParameterTypes)
 {
 }
Esempio n. 20
0
 public System.Reflection.Emit.MethodBuilder DefineGlobalMethod(string name, System.Reflection.MethodAttributes attributes, System.Reflection.CallingConventions callingConvention, System.Type returnType, System.Type[] parameterTypes)
 {
     return(default(System.Reflection.Emit.MethodBuilder));
 }
 public static System.Reflection.Emit.SignatureHelper GetPropertySigHelper(System.Reflection.Module mod, System.Reflection.CallingConventions callingConvention, System.Type returnType, System.Type[] requiredReturnTypeCustomModifiers, System.Type[] optionalReturnTypeCustomModifiers, System.Type[] parameterTypes, System.Type[][] requiredParameterTypeCustomModifiers, System.Type[][] optionalParameterTypeCustomModifiers)
 {
     return(default(System.Reflection.Emit.SignatureHelper));
 }
Esempio n. 22
0
 public System.Reflection.Emit.MethodBuilder DefineGlobalMethod(string name, System.Reflection.MethodAttributes attributes, System.Reflection.CallingConventions callingConvention, System.Type returnType, System.Type[] requiredReturnTypeCustomModifiers, System.Type[] optionalReturnTypeCustomModifiers, System.Type[] parameterTypes, System.Type[][] requiredParameterTypeCustomModifiers, System.Type[][] optionalParameterTypeCustomModifiers)
 {
     return(default(System.Reflection.Emit.MethodBuilder));
 }
Esempio n. 23
0
 public System.Reflection.MethodInfo GetArrayMethod(System.Type arrayClass, string methodName, System.Reflection.CallingConventions callingConvention, System.Type returnType, System.Type[] parameterTypes)
 {
     throw null;
 }
Esempio n. 24
0
 public System.Reflection.Emit.ConstructorBuilder DefineConstructor(System.Reflection.MethodAttributes attributes, System.Reflection.CallingConventions callingConvention, System.Type[] parameterTypes)
 {
     return(default(System.Reflection.Emit.ConstructorBuilder));
 }
Esempio n. 25
0
 public System.Reflection.Emit.ConstructorBuilder DefineConstructor(System.Reflection.MethodAttributes attributes, System.Reflection.CallingConventions callingConvention, System.Type[] parameterTypes, System.Type[][] requiredCustomModifiers, System.Type[][] optionalCustomModifiers)
 {
     throw null;
 }
Esempio n. 26
0
 public System.Reflection.Emit.MethodBuilder DefineMethod(string name, System.Reflection.MethodAttributes attributes, System.Reflection.CallingConventions callingConvention)
 {
     return(default(System.Reflection.Emit.MethodBuilder));
 }
Esempio n. 27
0
 public System.Reflection.Emit.MethodBuilder DefineMethod(string name, System.Reflection.MethodAttributes attributes, System.Reflection.CallingConventions callingConvention, System.Type returnType, System.Type[] parameterTypes)
 {
     throw null;
 }
Esempio n. 28
0
 public System.Reflection.Emit.PropertyBuilder DefineProperty(string name, System.Reflection.PropertyAttributes attributes, System.Reflection.CallingConventions callingConvention, System.Type returnType, System.Type[] returnTypeRequiredCustomModifiers, System.Type[] returnTypeOptionalCustomModifiers, System.Type[] parameterTypes, System.Type[][] parameterTypeRequiredCustomModifiers, System.Type[][] parameterTypeOptionalCustomModifiers)
 {
     return(default(System.Reflection.Emit.PropertyBuilder));
 }
Esempio n. 29
0
 public System.Reflection.Emit.PropertyBuilder DefineProperty(string name, System.Reflection.PropertyAttributes attributes, System.Reflection.CallingConventions callingConvention, System.Type returnType, System.Type[] parameterTypes)
 {
     throw null;
 }
 public virtual System.Reflection.ConstructorInfo GetConstructor(System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Reflection.CallingConventions callConvention, Type[] types, System.Reflection.ParameterModifier[] modifiers)
 {
 }