Home
last modified time | relevance | path

Searched defs:DynamicMethod (Results 1 – 25 of 36) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/Facades/System.Reflection.Emit.Lightweight/
H A DDynamicMethod.cs33 public abstract class DynamicMethod : MethodInfo, ICustomAttributeProvider class
35 public DynamicMethod (string name, Type returnType, Type[] parameterTypes) in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
40 …public DynamicMethod (string name, Type returnType, Type[] parameterTypes, bool restrictedSkipVisi… in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
45 public DynamicMethod (string name, Type returnType, Type[] parameterTypes, Module m) in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
50 public DynamicMethod (string name, Type returnType, Type[] parameterTypes, Type owner) in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
55 …public DynamicMethod (string name, Type returnType, Type[] parameterTypes, Module m, bool skipVisi… in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
60 …public DynamicMethod (string name, Type returnType, Type[] parameterTypes, Type owner, bool skipVi… in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
65 …public DynamicMethod (string name, MethodAttributes attributes, CallingConventions callingConventi… in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
70 …public DynamicMethod (string name, MethodAttributes attributes, CallingConventions callingConventi… in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/Facades/
H A DSystem.Reflection.Emit.Lightweight.cs19 …public abstract partial class DynamicMethod : System.Reflection.MethodInfo, System.Reflection.ICus… class
21 …public DynamicMethod(string name, System.Reflection.MethodAttributes attributes, System.Reflection… in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
22 …public DynamicMethod(string name, System.Reflection.MethodAttributes attributes, System.Reflection… in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
23 public DynamicMethod(string name, System.Type returnType, System.Type[] parameterTypes) { } in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
24 …public DynamicMethod(string name, System.Type returnType, System.Type[] parameterTypes, bool restr… in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
25 …public DynamicMethod(string name, System.Type returnType, System.Type[] parameterTypes, System.Ref… in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
26 …public DynamicMethod(string name, System.Type returnType, System.Type[] parameterTypes, System.Ref… in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
27 …public DynamicMethod(string name, System.Type returnType, System.Type[] parameterTypes, System.Typ… in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
28 …public DynamicMethod(string name, System.Type returnType, System.Type[] parameterTypes, System.Typ… in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Emit.Lightweight/ref/
H A DSystem.Reflection.Emit.Lightweight.cs11 public sealed partial class DynamicMethod : System.Reflection.MethodInfo class
13 …public DynamicMethod(string name, System.Reflection.MethodAttributes attributes, System.Reflection… in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
14 …public DynamicMethod(string name, System.Reflection.MethodAttributes attributes, System.Reflection… in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
15 public DynamicMethod(string name, System.Type returnType, System.Type[] parameterTypes) { } in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
16 …public DynamicMethod(string name, System.Type returnType, System.Type[] parameterTypes, bool restr… in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
17 …public DynamicMethod(string name, System.Type returnType, System.Type[] parameterTypes, System.Ref… in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
18 …public DynamicMethod(string name, System.Type returnType, System.Type[] parameterTypes, System.Ref… in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
19 …public DynamicMethod(string name, System.Type returnType, System.Type[] parameterTypes, System.Typ… in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
20 …public DynamicMethod(string name, System.Type returnType, System.Type[] parameterTypes, System.Typ… in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Reflection.Emit/
H A DDynamicMethod.cs47 public sealed class DynamicMethod : MethodInfo { class
74 …public DynamicMethod (string name, Type returnType, Type[] parameterTypes, Module m) : this (name,… in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
77 …public DynamicMethod (string name, Type returnType, Type[] parameterTypes, Type owner) : this (nam… in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
80 …public DynamicMethod (string name, Type returnType, Type[] parameterTypes, Module m, bool skipVisi… in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
83 …public DynamicMethod (string name, Type returnType, Type[] parameterTypes, Type owner, bool skipVi… in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
86 …public DynamicMethod (string name, MethodAttributes attributes, CallingConventions callingConventi… in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
89 …public DynamicMethod (string name, MethodAttributes attributes, CallingConventions callingConventi… in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
92 …public DynamicMethod (string name, Type returnType, Type[] parameterTypes) : this (name, returnTyp… in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
96 …public DynamicMethod (string name, Type returnType, Type[] parameterTypes, bool restrictedSkipVisi… in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
101DynamicMethod (string name, MethodAttributes attributes, CallingConventions callingConvention, Typ… in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
H A DDynamicILInfo.cs50 public DynamicMethod DynamicMethod { property in System.Reflection.Emit.DynamicILInfo
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/reflection/emit/
H A Ddynamicmethod.cs24 public sealed class DynamicMethod : MethodInfo class
75 private DynamicMethod() { } in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
79 public DynamicMethod(string name, in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
99 public DynamicMethod(string name, in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
124 public DynamicMethod(string name, in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
148 public DynamicMethod(string name, in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
173 public DynamicMethod(string name, in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
200 public DynamicMethod(string name, in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
224 public DynamicMethod(string name, in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
249 public DynamicMethod(string name, in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
H A Ddynamicilgenerator.cs1060 public DynamicMethod DynamicMethod { get { return m_method; } } property in System.Reflection.Emit.DynamicILInfo
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.dynalink/share/classes/jdk/dynalink/beans/
H A DDynamicMethod.java74 abstract class DynamicMethod { class
77 DynamicMethod(final String name) { in DynamicMethod() method in DynamicMethod
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.dynalink/share/classes/jdk/dynalink/beans/
H A DDynamicMethod.java74 abstract class DynamicMethod { class
77 DynamicMethod(final String name) { in DynamicMethod() method in DynamicMethod
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.dynalink/share/classes/jdk/dynalink/beans/
H A DDynamicMethod.java74 abstract class DynamicMethod { class
77 DynamicMethod(final String name) { in DynamicMethod() method in DynamicMethod
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.dynalink/share/classes/jdk/dynalink/beans/
H A DDynamicMethod.java74 abstract class DynamicMethod { class
77 DynamicMethod(final String name) { in DynamicMethod() method in DynamicMethod
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.dynalink/share/classes/jdk/dynalink/beans/
H A DDynamicMethod.java74 abstract class DynamicMethod { class
77 DynamicMethod(final String name) { in DynamicMethod() method in DynamicMethod
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.dynalink/share/classes/jdk/dynalink/beans/
H A DDynamicMethod.java74 abstract class DynamicMethod { class
77 DynamicMethod(final String name) { in DynamicMethod() method in DynamicMethod
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.dynalink/share/classes/jdk/dynalink/beans/
H A DDynamicMethod.java74 abstract class DynamicMethod { class
77 DynamicMethod(final String name) { in DynamicMethod() method in DynamicMethod
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.dynalink/share/classes/jdk/dynalink/beans/
H A DDynamicMethod.java74 abstract class DynamicMethod { class
77 DynamicMethod(final String name) { in DynamicMethod() method in DynamicMethod
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/internal/dynalink/beans/
H A DDynamicMethod.java99 abstract class DynamicMethod { class
102 DynamicMethod(final String name) { in DynamicMethod() method in DynamicMethod
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/internal/dynalink/beans/
H A DDynamicMethod.java99 abstract class DynamicMethod { class
102 DynamicMethod(final String name) { in DynamicMethod() method in DynamicMethod
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DPool.java167 static class DynamicMethod extends Method { class in Pool
170 DynamicMethod(DynamicMethodSymbol m, Types types) { in DynamicMethod() method in Pool.DynamicMethod
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DPool.java167 static class DynamicMethod extends Method { class in Pool
170 DynamicMethod(DynamicMethodSymbol m, Types types) { in DynamicMethod() method in Pool.DynamicMethod
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/
H A DPool.java183 public static class DynamicMethod extends Method { class in Pool
186 public DynamicMethod(DynamicMethodSymbol m, Types types) { in DynamicMethod() method in Pool.DynamicMethod
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/
H A DPool.java183 public static class DynamicMethod extends Method { class in Pool
186 public DynamicMethod(DynamicMethodSymbol m, Types types) { in DynamicMethod() method in Pool.DynamicMethod
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/
H A DPool.java183 public static class DynamicMethod extends Method { class in Pool
186 public DynamicMethod(DynamicMethodSymbol m, Types types) { in DynamicMethod() method in Pool.DynamicMethod
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/
H A Deventtracebase.h487 DynamicMethod=0x1, enumerator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A Dmscorlib.cs11279 public System.Reflection.Emit.DynamicMethod DynamicMethod { get { throw null; } } property in System.Reflection.Emit.DynamicILInfo
11306 public sealed partial class DynamicMethod : System.Reflection.MethodInfo class
11308 …public DynamicMethod(string name, System.Reflection.MethodAttributes attributes, System.Reflection… in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
11309 …public DynamicMethod(string name, System.Reflection.MethodAttributes attributes, System.Reflection… in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
11310 public DynamicMethod(string name, System.Type returnType, System.Type[] parameterTypes) { } in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
11312 …public DynamicMethod(string name, System.Type returnType, System.Type[] parameterTypes, bool restr… in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
11313 …public DynamicMethod(string name, System.Type returnType, System.Type[] parameterTypes, System.Ref… in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
11314 …public DynamicMethod(string name, System.Type returnType, System.Type[] parameterTypes, System.Ref… in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
11315 …public DynamicMethod(string name, System.Type returnType, System.Type[] parameterTypes, System.Typ… in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
11316 …public DynamicMethod(string name, System.Type returnType, System.Type[] parameterTypes, System.Typ… in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A Dmscorlib.cs11279 public System.Reflection.Emit.DynamicMethod DynamicMethod { get { throw null; } } property in System.Reflection.Emit.DynamicILInfo
11306 public sealed partial class DynamicMethod : System.Reflection.MethodInfo class
11308 …public DynamicMethod(string name, System.Reflection.MethodAttributes attributes, System.Reflection… in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
11309 …public DynamicMethod(string name, System.Reflection.MethodAttributes attributes, System.Reflection… in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
11310 public DynamicMethod(string name, System.Type returnType, System.Type[] parameterTypes) { } in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
11312 …public DynamicMethod(string name, System.Type returnType, System.Type[] parameterTypes, bool restr… in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
11313 …public DynamicMethod(string name, System.Type returnType, System.Type[] parameterTypes, System.Ref… in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
11314 …public DynamicMethod(string name, System.Type returnType, System.Type[] parameterTypes, System.Ref… in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
11315 …public DynamicMethod(string name, System.Type returnType, System.Type[] parameterTypes, System.Typ… in DynamicMethod() method in System.Reflection.Emit.DynamicMethod
11316 …public DynamicMethod(string name, System.Type returnType, System.Type[] parameterTypes, System.Typ… in DynamicMethod() method in System.Reflection.Emit.DynamicMethod

12