system\reflection\emit\generictypeparameterbuilder.cs (27)
105public override Guid GUID { get { throw new NotSupportedException(); } }
107public override Object InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParameters) { throw new NotSupportedException(); }
111public override RuntimeTypeHandle TypeHandle { get { throw new NotSupportedException(); } }
121protected override ConstructorInfo GetConstructorImpl(BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers) { throw new NotSupportedException(); }
124public override ConstructorInfo[] GetConstructors(BindingFlags bindingAttr) { throw new NotSupportedException(); }
126protected override MethodInfo GetMethodImpl(String name, BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers) { throw new NotSupportedException(); }
128public override MethodInfo[] GetMethods(BindingFlags bindingAttr) { throw new NotSupportedException(); }
130public override FieldInfo GetField(String name, BindingFlags bindingAttr) { throw new NotSupportedException(); }
132public override FieldInfo[] GetFields(BindingFlags bindingAttr) { throw new NotSupportedException(); }
134public override Type GetInterface(String name, bool ignoreCase) { throw new NotSupportedException(); }
136public override Type[] GetInterfaces() { throw new NotSupportedException(); }
138public override EventInfo GetEvent(String name, BindingFlags bindingAttr) { throw new NotSupportedException(); }
140public override EventInfo[] GetEvents() { throw new NotSupportedException(); }
142protected override PropertyInfo GetPropertyImpl(String name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types, ParameterModifier[] modifiers) { throw new NotSupportedException(); }
144public override PropertyInfo[] GetProperties(BindingFlags bindingAttr) { throw new NotSupportedException(); }
146public override Type[] GetNestedTypes(BindingFlags bindingAttr) { throw new NotSupportedException(); }
148public override Type GetNestedType(String name, BindingFlags bindingAttr) { throw new NotSupportedException(); }
150public override MemberInfo[] GetMember(String name, MemberTypes type, BindingFlags bindingAttr) { throw new NotSupportedException(); }
153public override InterfaceMapping GetInterfaceMap(Type interfaceType) { throw new NotSupportedException(); }
155public override EventInfo[] GetEvents(BindingFlags bindingAttr) { throw new NotSupportedException(); }
157public override MemberInfo[] GetMembers(BindingFlags bindingAttr) { throw new NotSupportedException(); }
171public override Type GetElementType() { throw new NotSupportedException(); }
201public override bool IsAssignableFrom(Type c) { throw new NotSupportedException(); }
205public override bool IsSubclassOf(Type c) { throw new NotSupportedException(); }
209public override Object[] GetCustomAttributes(bool inherit) { throw new NotSupportedException(); }
211public override Object[] GetCustomAttributes(Type attributeType, bool inherit) { throw new NotSupportedException(); }
213public override bool IsDefined(Type attributeType, bool inherit) { throw new NotSupportedException(); }
system\reflection\emit\typebuilderinstantiation.cs (27)
107public override Guid GUID { get { throw new NotSupportedException(); } }
108public override Object InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParameters) { throw new NotSupportedException(); }
110public override RuntimeTypeHandle TypeHandle { get { throw new NotSupportedException(); } }
171protected override ConstructorInfo GetConstructorImpl(BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers) { throw new NotSupportedException(); }
174public override ConstructorInfo[] GetConstructors(BindingFlags bindingAttr) { throw new NotSupportedException(); }
175protected override MethodInfo GetMethodImpl(String name, BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers) { throw new NotSupportedException(); }
176public override MethodInfo[] GetMethods(BindingFlags bindingAttr) { throw new NotSupportedException(); }
177public override FieldInfo GetField(String name, BindingFlags bindingAttr) { throw new NotSupportedException(); }
178public override FieldInfo[] GetFields(BindingFlags bindingAttr) { throw new NotSupportedException(); }
179public override Type GetInterface(String name, bool ignoreCase) { throw new NotSupportedException(); }
180public override Type[] GetInterfaces() { throw new NotSupportedException(); }
181public override EventInfo GetEvent(String name, BindingFlags bindingAttr) { throw new NotSupportedException(); }
182public override EventInfo[] GetEvents() { throw new NotSupportedException(); }
183protected override PropertyInfo GetPropertyImpl(String name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types, ParameterModifier[] modifiers) { throw new NotSupportedException(); }
184public override PropertyInfo[] GetProperties(BindingFlags bindingAttr) { throw new NotSupportedException(); }
185public override Type[] GetNestedTypes(BindingFlags bindingAttr) { throw new NotSupportedException(); }
186public override Type GetNestedType(String name, BindingFlags bindingAttr) { throw new NotSupportedException(); }
187public override MemberInfo[] GetMember(String name, MemberTypes type, BindingFlags bindingAttr) { throw new NotSupportedException(); }
190public override InterfaceMapping GetInterfaceMap(Type interfaceType) { throw new NotSupportedException(); }
191public override EventInfo[] GetEvents(BindingFlags bindingAttr) { throw new NotSupportedException(); }
192public override MemberInfo[] GetMembers(BindingFlags bindingAttr) { throw new NotSupportedException(); }
199public override Type GetElementType() { throw new NotSupportedException(); }
225public override bool IsAssignableFrom(Type c) { throw new NotSupportedException(); }
231throw new NotSupportedException();
236public override Object[] GetCustomAttributes(bool inherit) { throw new NotSupportedException(); }
238public override Object[] GetCustomAttributes(Type attributeType, bool inherit) { throw new NotSupportedException(); }
240public override bool IsDefined(Type attributeType, bool inherit) { throw new NotSupportedException(); }