TypeBuilder
UnspecifiedTypeSize
TypeBuilder()
Assembly
AssemblyQualifiedName
BaseType
DeclaringMethod
DeclaringType
FullName
GenericParameterAttributes
GenericParameterPosition
GUID
IsByRefLike
IsConstructedGenericType
IsGenericParameter
IsGenericType
IsGenericTypeDefinition
IsSecurityCritical
IsSecuritySafeCritical
IsSecurityTransparent
IsSZArray
IsTypeDefinition
IsVariableBoundArray
MetadataToken
Module
Name
Namespace
PackingSize
PackingSizeCore
ReflectedType
Size
SizeCore
TypeHandle
TypeToken
UnderlyingSystemType
AddDeclarativeSecurity(SecurityAction, PermissionSet)
AddInterfaceImplementation(Type)
AddInterfaceImplementationCore(Type)
CreateType()
CreateTypeInfo()
CreateTypeInfoCore()
DefineConstructor(MethodAttributes, CallingConventions, Type[])
DefineConstructor(MethodAttributes, CallingConventions, Type[], Type[][], Type[][])
DefineConstructorCore(MethodAttributes, CallingConventions, Type[], Type[][], Type[][])
DefineDefaultConstructor(MethodAttributes)
DefineDefaultConstructorCore(MethodAttributes)
DefineEvent(String, EventAttributes, Type)
DefineEventCore(String, EventAttributes, Type)
DefineField(String, Type, FieldAttributes)
DefineField(String, Type, Type[], Type[], FieldAttributes)
DefineFieldCore(String, Type, Type[], Type[], FieldAttributes)
DefineGenericParameters(String[])
DefineGenericParametersCore(String[])
DefineInitializedData(String, Byte[], FieldAttributes)
DefineInitializedDataCore(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[][])
DefineMethodCore(String, MethodAttributes, CallingConventions, Type, Type[], Type[], Type[], Type[][], Type[][])
DefineMethodOverride(MethodInfo, MethodInfo)
DefineMethodOverrideCore(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[])
DefineNestedType(String, TypeAttributes, Type, PackingSize, Int32)
DefineNestedTypeCore(String, TypeAttributes, Type, Type[], PackingSize, Int32)
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)
DefinePInvokeMethodCore(String, String, String, MethodAttributes, CallingConventions, Type, Type[], Type[], Type[], Type[][], Type[][], CallingConvention, CharSet)
DefineProperty(String, PropertyAttributes, Type, Type[])
DefineProperty(String, PropertyAttributes, CallingConventions, Type, Type[])
DefineProperty(String, PropertyAttributes, Type, Type[], Type[], Type[], Type[][], Type[][])
DefineProperty(String, PropertyAttributes, CallingConventions, Type, Type[], Type[], Type[], Type[][], Type[][])
DefinePropertyCore(String, PropertyAttributes, CallingConventions, Type, Type[], Type[], Type[], Type[][], Type[][])
DefineTypeInitializer()
DefineTypeInitializerCore()
DefineUninitializedData(String, Int32, FieldAttributes)
DefineUninitializedDataCore(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)
IsAssignableFrom(TypeInfo)
IsByRefImpl()
IsCOMObjectImpl()
IsCreated()
IsCreatedCore()
IsDefined(Type, Boolean)
IsPointerImpl()
IsPrimitiveImpl()
IsSubclassOf(Type)
MakeArrayType()
MakeArrayType(Int32)
MakeByRefType()
MakeGenericType(Type[])
MakePointerType()
SetCustomAttribute(CustomAttributeBuilder)
SetCustomAttribute(ConstructorInfo, Byte[])
SetCustomAttributeCore(ConstructorInfo, ReadOnlySpan<Byte>)
SetParent(Type)
SetParentCore(Type)
ToString()
net10.0
namespace System.Reflection.Emit
{
public abstract class TypeBuilder : TypeInfo
{
public PropertyBuilder! DefineProperty(string! name, PropertyAttributes attributes, Type? returnType, Type![]? parameterTypes);
}
}
| nuget.org | 0.7 % Reference this API |
|---|---|
| .NET | 5.06.07.08.09.010.0 |
| .NET Core | 3.03.1 |
| .NET Framework | 2.03.54.04.54.5.14.5.24.64.6.14.6.24.74.7.14.7.24.84.8.1 |
Information specific to net10.0 | |
| Assembly | System.Reflection.Emit , Version=10.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API