TypeBuilder
UnspecifiedTypeSize
Assembly
AssemblyQualifiedName
BaseType
DeclaringMethod
DeclaringType
FullName
GenericParameterAttributes
GenericParameterPosition
GUID
IsGenericParameter
IsGenericType
IsGenericTypeDefinition
Module
Name
Namespace
PackingSize
ReflectedType
Size
TypeHandle
TypeToken
UnderlyingSystemType
AddDeclarativeSecurity(SecurityAction, PermissionSet)
AddInterfaceImplementation(Type)
CreateType()
DefineConstructor(MethodAttributes, CallingConventions, Type[])
DefineConstructor(MethodAttributes, CallingConventions, Type[], Type[][], Type[][])
DefineDefaultConstructor(MethodAttributes)
DefineEvent(String, EventAttributes, Type)
DefineField(String, Type, FieldAttributes)
DefineField(String, Type, Type[], Type[], FieldAttributes)
DefineGenericParameters(String[])
DefineInitializedData(String, Byte[], FieldAttributes)
DefineMethod(String, MethodAttributes)
DefineMethod(String, MethodAttributes, CallingConventions)
DefineMethod(String, MethodAttributes, Type, Type[])
DefineMethod(String, MethodAttributes, CallingConventions, Type, Type[])
DefineMethod(String, MethodAttributes, CallingConventions, Type, Type[], Type[], Type[], Type[][], Type[][])
DefineMethodOverride(MethodInfo, MethodInfo)
DefineNestedType(String)
DefineNestedType(String, TypeAttributes)
DefineNestedType(String, TypeAttributes, Type)
DefineNestedType(String, TypeAttributes, Type, Int32)
DefineNestedType(String, TypeAttributes, Type, PackingSize)
DefineNestedType(String, TypeAttributes, Type, Type[])
DefinePInvokeMethod(String, String, MethodAttributes, CallingConventions, Type, Type[], CallingConvention, CharSet)
DefinePInvokeMethod(String, String, String, MethodAttributes, CallingConventions, Type, Type[], CallingConvention, CharSet)
DefinePInvokeMethod(String, String, String, MethodAttributes, CallingConventions, Type, Type[], Type[], Type[], Type[][], Type[][], CallingConvention, CharSet)
DefineProperty(String, PropertyAttributes, Type, Type[])
DefineProperty(String, PropertyAttributes, Type, Type[], Type[], Type[], Type[][], Type[][])
DefineProperty(String, PropertyAttributes, CallingConventions, Type, Type[], Type[], Type[], Type[][], Type[][])
DefineTypeInitializer()
DefineUninitializedData(String, Int32, FieldAttributes)
GetAttributeFlagsImpl()
GetConstructor(Type, ConstructorInfo)
GetConstructorImpl(BindingFlags, Binder, CallingConventions, Type[], ParameterModifier[])
GetConstructors(BindingFlags)
GetCustomAttributes(Boolean)
GetCustomAttributes(Type, Boolean)
GetElementType()
GetEvent(String, BindingFlags)
GetEvents()
GetEvents(BindingFlags)
GetField(String, BindingFlags)
GetField(Type, FieldInfo)
GetFields(BindingFlags)
GetGenericArguments()
GetGenericTypeDefinition()
GetInterface(String, Boolean)
GetInterfaceMap(Type)
GetInterfaces()
GetMember(String, MemberTypes, BindingFlags)
GetMembers(BindingFlags)
GetMethod(Type, MethodInfo)
GetMethodImpl(String, BindingFlags, Binder, CallingConventions, Type[], ParameterModifier[])
GetMethods(BindingFlags)
GetNestedType(String, BindingFlags)
GetNestedTypes(BindingFlags)
GetProperties(BindingFlags)
GetPropertyImpl(String, BindingFlags, Binder, Type, Type[], ParameterModifier[])
HasElementTypeImpl()
InvokeMember(String, BindingFlags, Binder, Object, Object[], ParameterModifier[], CultureInfo, String[])
IsArrayImpl()
IsAssignableFrom(Type)
IsByRefImpl()
IsCOMObjectImpl()
IsCreated()
IsDefined(Type, Boolean)
IsPointerImpl()
IsPrimitiveImpl()
IsSubclassOf(Type)
MakeArrayType()
MakeArrayType(Int32)
MakeByRefType()
MakeGenericType(Type[])
MakePointerType()
SetCustomAttribute(CustomAttributeBuilder)
SetCustomAttribute(ConstructorInfo, Byte[])
SetParent(Type)
ToString()
net35
namespace System.Reflection.Emit
{
[ClassInterface(ClassInterfaceType.None)]
[ComDefaultInterface(typeof(_TypeBuilder))]
[ComVisible(true)]
public sealed class TypeBuilder : Type, _TypeBuilder
}
NetFx Compat Lab | 28.0 % Reference this API |
---|---|
nuget.org | 1.7 % Reference this API 0.1 % Derive from this class or interface 0.0 % Read field |
Upgrade Planner | 1.1 % Reference this API |
Design Reviews |
|
.NET | 5.06.07.08.09.010.0 |
.NET Core | 1.01.12.02.12.23.03.1 |
.NET Framework | 1.01.12.03.03.54.04.54.5.14.5.24.64.6.14.6.24.74.7.14.7.24.84.8.1 |
.NET Standard | 1.11.21.31.41.51.62.02.1 |
Information specific to netstandard2.0 | |
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) netstandard2.0 |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API