public class TypeBuilder extends TypeInfo
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Reflection.Emit.TypeBuilder
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: mscorlib
|
static java.lang.String |
className
Qualified class name: System.Reflection.Emit.TypeBuilder
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
TypeBuilder() |
TypeBuilder(java.lang.Object instance)
Internal constructor.
|
AsType, GetDeclaredEvent, GetDeclaredField, GetDeclaredMethod, GetDeclaredNestedType, GetDeclaredProperty, getGenericTypeParametersEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringGetTypeInfo, ToIReflectableTypepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public TypeBuilder()
throws java.lang.Throwable
java.lang.Throwablepublic TypeBuilder(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void AddDeclarativeSecurity(SecurityAction action, PermissionSet pset) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, NotSupportedException, InvalidOperationException, NullReferenceException, SecurityException
public void AddInterfaceImplementation(NetType interfaceType) throws java.lang.Throwable, ArgumentNullException, NotImplementedException, ArgumentException, ArgumentOutOfRangeException, FormatException, InvalidOperationException, NotSupportedException
public static TypeBuilder cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into TypeBuilder, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedTypeBuilder instancejava.lang.Throwable - in case of error during cast operationpublic NetType CreateType() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, NotImplementedException, NotSupportedException
public TypeInfo CreateTypeInfo() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, NotImplementedException, NotSupportedException
public ConstructorBuilder DefineConstructor(MethodAttributes attributes, CallingConventions callingConvention, NetType[] parameterTypes) throws java.lang.Throwable, InvalidOperationException, ArgumentException, NotImplementedException, ArgumentNullException, FormatException, ArgumentOutOfRangeException, NotSupportedException
public ConstructorBuilder DefineDefaultConstructor(MethodAttributes attributes) throws java.lang.Throwable, InvalidOperationException, ArgumentException, NotSupportedException, ArgumentNullException, NotImplementedException, ArgumentOutOfRangeException
public EventBuilder DefineEvent(java.lang.String name, EventAttributes attributes, NetType eventtype) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, FormatException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException
public FieldBuilder DefineField(java.lang.String fieldName, NetType type, FieldAttributes attributes) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, ArgumentNullException, FormatException, NotSupportedException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionNotImplementedExceptionArgumentNullExceptionFormatExceptionNotSupportedExceptionpublic FieldBuilder DefineField(java.lang.String fieldName, NetType type, NetType[] requiredCustomModifiers, NetType[] optionalCustomModifiers, FieldAttributes attributes) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, ArgumentNullException, FormatException, NotSupportedException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionNotImplementedExceptionArgumentNullExceptionFormatExceptionNotSupportedExceptionpublic GenericTypeParameterBuilder[] DefineGenericParameters(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionpublic GenericTypeParameterBuilder[] DefineGenericParameters(java.lang.String... names) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionpublic FieldBuilder DefineInitializedData(java.lang.String name, byte[] data, FieldAttributes attributes) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, KeyNotFoundException, NotImplementedException
public FieldBuilder DefineInitializedData(java.lang.String dupParam0, JCORefOut dupParam1, FieldAttributes dupParam2) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, KeyNotFoundException, NotImplementedException
public MethodBuilder DefineMethod(java.lang.String name, MethodAttributes attributes) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, InvalidOperationException, NullReferenceException, ArgumentOutOfRangeException
public MethodBuilder DefineMethod(java.lang.String name, MethodAttributes attributes, CallingConventions callingConvention) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, InvalidOperationException, NullReferenceException, ArgumentOutOfRangeException
public MethodBuilder DefineMethod(java.lang.String name, MethodAttributes attributes, CallingConventions callingConvention, NetType returnType, NetType[] parameterTypes) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, FormatException, InvalidOperationException, NullReferenceException, ArgumentOutOfRangeException
public MethodBuilder DefineMethod(java.lang.String name, MethodAttributes attributes, NetType returnType, NetType[] parameterTypes) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, InvalidOperationException, NullReferenceException, ArgumentOutOfRangeException
public void DefineMethodOverride(MethodInfo methodInfoBody, MethodInfo methodInfoDeclaration) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, NotImplementedException, NotSupportedException, MissingMethodException, FormatException
public TypeBuilder DefineNestedType(java.lang.String name) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, NotImplementedException, InvalidOperationException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionNotImplementedExceptionInvalidOperationExceptionpublic TypeBuilder DefineNestedType(java.lang.String name, TypeAttributes attr) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, NotImplementedException, InvalidOperationException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionNotImplementedExceptionInvalidOperationExceptionpublic TypeBuilder DefineNestedType(java.lang.String name, TypeAttributes attr, NetType parent) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, NotImplementedException, InvalidOperationException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionNotImplementedExceptionInvalidOperationExceptionpublic TypeBuilder DefineNestedType(java.lang.String name, TypeAttributes attr, NetType parent, int typeSize) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, NotImplementedException, InvalidOperationException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionNotImplementedExceptionInvalidOperationExceptionpublic TypeBuilder DefineNestedType(java.lang.String name, TypeAttributes attr, NetType parent, NetType[] interfaces) throws java.lang.Throwable, ArgumentException, NotImplementedException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, InvalidOperationException
java.lang.ThrowableArgumentExceptionNotImplementedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidOperationExceptionpublic TypeBuilder DefineNestedType(java.lang.String name, TypeAttributes attr, NetType parent, PackingSize packSize) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, NotImplementedException, InvalidOperationException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionNotImplementedExceptionInvalidOperationExceptionpublic TypeBuilder DefineNestedType(java.lang.String name, TypeAttributes attr, NetType parent, PackingSize packSize, int typeSize) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, NotImplementedException, InvalidOperationException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionNotImplementedExceptionInvalidOperationExceptionpublic MethodBuilder DefinePInvokeMethod(java.lang.String name, java.lang.String dllName, MethodAttributes attributes, CallingConventions callingConvention, NetType returnType, NetType[] parameterTypes, CallingConvention nativeCallConv, CharSet nativeCharSet) throws java.lang.Throwable, NotImplementedException, ArgumentException, ArgumentNullException, FormatException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException
public MethodBuilder DefinePInvokeMethod(java.lang.String name, java.lang.String dllName, java.lang.String entryName, MethodAttributes attributes, CallingConventions callingConvention, NetType returnType, NetType[] parameterTypes, CallingConvention nativeCallConv, CharSet nativeCharSet) throws java.lang.Throwable, NotImplementedException, ArgumentException, ArgumentNullException, FormatException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException
public PropertyBuilder DefineProperty(java.lang.String name, PropertyAttributes attributes, CallingConventions callingConvention, NetType returnType, NetType[] parameterTypes) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, FormatException, InvalidOperationException, NotSupportedException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionNotImplementedExceptionFormatExceptionInvalidOperationExceptionNotSupportedExceptionpublic PropertyBuilder DefineProperty(java.lang.String name, PropertyAttributes attributes, NetType returnType, NetType[] parameterTypes) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, InvalidOperationException, NotSupportedException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionNotImplementedExceptionInvalidOperationExceptionNotSupportedExceptionpublic ConstructorBuilder DefineTypeInitializer() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, NotSupportedException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionArgumentNullExceptionArgumentOutOfRangeExceptionNotSupportedExceptionpublic FieldBuilder DefineUninitializedData(java.lang.String name, int size, FieldAttributes attributes) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, KeyNotFoundException, NotImplementedException
public static ConstructorInfo GetConstructor(NetType type, ConstructorInfo constructor) throws java.lang.Throwable, ArgumentException, NotSupportedException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionpublic ConstructorInfo[] GetConstructors(BindingFlags bindingAttr) throws java.lang.Throwable, NotSupportedException
java.lang.ThrowableNotSupportedExceptionpublic NetObject[] GetCustomAttributes(boolean inherit) throws java.lang.Throwable, NotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, NotImplementedException, MissingMethodException, TargetInvocationException, OutOfMemoryException, FormatException, IndexOutOfRangeException, MemberAccessException, AccessViolationException, CustomAttributeFormatException, TargetException, TargetParameterCountException
java.lang.ThrowableNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionNotImplementedExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionFormatExceptionIndexOutOfRangeExceptionMemberAccessExceptionAccessViolationExceptionCustomAttributeFormatExceptionTargetExceptionTargetParameterCountExceptionpublic NetObject[] GetCustomAttributes(NetType attributeType, boolean inherit) throws java.lang.Throwable, NotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, NotImplementedException, MissingMethodException, TargetInvocationException, OutOfMemoryException, FormatException, IndexOutOfRangeException, MemberAccessException, AccessViolationException, CustomAttributeFormatException, TargetException, TargetParameterCountException
java.lang.ThrowableNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotImplementedExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionFormatExceptionIndexOutOfRangeExceptionMemberAccessExceptionAccessViolationExceptionCustomAttributeFormatExceptionTargetExceptionTargetParameterCountExceptionpublic NetType GetElementType() throws java.lang.Throwable, NotSupportedException
java.lang.ThrowableNotSupportedExceptionpublic EventInfo GetEvent(java.lang.String name, BindingFlags bindingAttr) throws java.lang.Throwable, NotSupportedException
java.lang.ThrowableNotSupportedExceptionpublic EventInfo[] GetEvents() throws java.lang.Throwable, NotSupportedException
java.lang.ThrowableNotSupportedExceptionpublic EventInfo[] GetEvents(BindingFlags bindingAttr) throws java.lang.Throwable, NotSupportedException
java.lang.ThrowableNotSupportedExceptionpublic static FieldInfo GetField(NetType type, FieldInfo field) throws java.lang.Throwable, ArgumentException, NotSupportedException, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ArgumentOutOfRangeException, FormatException, InvalidOperationException
public FieldInfo GetField(java.lang.String name, BindingFlags bindingAttr) throws java.lang.Throwable, NotSupportedException
java.lang.ThrowableNotSupportedExceptionpublic FieldInfo[] GetFields(BindingFlags bindingAttr) throws java.lang.Throwable, NotSupportedException
java.lang.ThrowableNotSupportedExceptionpublic NetType[] GetGenericArguments() throws java.lang.Throwable
java.lang.Throwablepublic NetType GetGenericTypeDefinition() throws java.lang.Throwable, InvalidOperationException
java.lang.ThrowableInvalidOperationExceptionpublic NetType GetInterface(java.lang.String name, boolean ignoreCase) throws java.lang.Throwable, NotSupportedException
java.lang.ThrowableNotSupportedExceptionpublic InterfaceMapping GetInterfaceMap(NetType interfaceType) throws java.lang.Throwable, NotSupportedException
java.lang.ThrowableNotSupportedExceptionpublic NetType[] GetInterfaces() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IReflectableTypegetJCOAssemblyName in class TypeInfoString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IReflectableTypegetJCOClassName in class TypeInfoString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IReflectableTypegetJCOInstance in class TypeInfoObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IReflectableTypegetJCOObjectName in class TypeInfoString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IReflectableTypegetJCOType in class TypeInfoJCType representing the CLR Type of the instantiated Classpublic MemberInfo[] GetMember(java.lang.String name, MemberTypes type, BindingFlags bindingAttr) throws java.lang.Throwable, NotSupportedException
java.lang.ThrowableNotSupportedExceptionpublic MemberInfo[] GetMembers(BindingFlags bindingAttr) throws java.lang.Throwable, NotSupportedException
java.lang.ThrowableNotSupportedExceptionpublic static MethodInfo GetMethod(NetType type, MethodInfo method) throws java.lang.Throwable, ArgumentException, NotSupportedException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionpublic MethodInfo[] GetMethods(BindingFlags bindingAttr) throws java.lang.Throwable, NotSupportedException
java.lang.ThrowableNotSupportedExceptionpublic NetType GetNestedType(java.lang.String name, BindingFlags bindingAttr) throws java.lang.Throwable, NotSupportedException
java.lang.ThrowableNotSupportedExceptionpublic NetType[] GetNestedTypes(BindingFlags bindingAttr) throws java.lang.Throwable, NotSupportedException
java.lang.ThrowableNotSupportedExceptionpublic PackingSize getPackingSize() throws java.lang.Throwable
java.lang.Throwablepublic PropertyInfo[] GetProperties(BindingFlags bindingAttr) throws java.lang.Throwable, NotSupportedException
java.lang.ThrowableNotSupportedExceptionpublic int getSize()
throws java.lang.Throwable
java.lang.Throwablepublic TypeToken getTypeToken() throws java.lang.Throwable, InvalidOperationException
java.lang.ThrowableInvalidOperationExceptionpublic NetObject InvokeMember(java.lang.String dupParam0, BindingFlags dupParam1, Binder dupParam2, NetObject dupParam3, NetObject[] dupParam4, ParameterModifier[] dupParam5, CultureInfo dupParam6, JCORefOut dupParam7) throws java.lang.Throwable, NotSupportedException
java.lang.ThrowableNotSupportedExceptionpublic NetObject InvokeMember(java.lang.String name, BindingFlags invokeAttr, Binder binder, NetObject target, NetObject[] args, ParameterModifier[] modifiers, CultureInfo culture, java.lang.String[] namedParameters) throws java.lang.Throwable, NotSupportedException
java.lang.ThrowableNotSupportedExceptionpublic boolean IsAssignableFrom(NetType c) throws java.lang.Throwable, InvalidOperationException
java.lang.ThrowableInvalidOperationExceptionpublic boolean IsAssignableFrom(TypeInfo typeInfo) throws java.lang.Throwable, InvalidOperationException
IsAssignableFrom in class TypeInfojava.lang.ThrowableInvalidOperationExceptionpublic boolean IsCreated()
throws java.lang.Throwable
java.lang.Throwablepublic boolean IsDefined(NetType attributeType, boolean inherit) throws java.lang.Throwable, NotSupportedException, ArgumentNullException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, NotImplementedException, FormatException, IndexOutOfRangeException, MissingMethodException
public boolean IsSubclassOf(NetType c) throws java.lang.Throwable
java.lang.Throwablepublic NetType MakeArrayType() throws java.lang.Throwable, ArgumentException, ArgumentNullException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionpublic NetType MakeArrayType(int rank) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException, ArgumentException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionArgumentExceptionpublic NetType MakeByRefType() throws java.lang.Throwable, ArgumentException, ArgumentNullException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionpublic NetType MakeGenericType(NetType... typeArguments) throws java.lang.Throwable, NotImplementedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, InvalidOperationException
java.lang.ThrowableNotImplementedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidOperationExceptionpublic NetType MakePointerType() throws java.lang.Throwable, ArgumentException, ArgumentNullException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionpublic void SetCustomAttribute(ConstructorInfo con, byte[] binaryAttribute) throws java.lang.Throwable, ArgumentNullException, NotImplementedException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, MissingMethodException, FormatException
public void SetCustomAttribute(ConstructorInfo dupParam0, JCORefOut dupParam1) throws java.lang.Throwable, ArgumentNullException, NotImplementedException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, MissingMethodException, FormatException
public void SetCustomAttribute(CustomAttributeBuilder customBuilder) throws java.lang.Throwable, ArgumentNullException, NotImplementedException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, MissingMethodException, FormatException
public void setJCOInstance(JCObject instance)
setJCOInstance in class TypeInfopublic void SetParent(NetType parent) throws java.lang.Throwable, InvalidOperationException, NotImplementedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, FormatException
java.lang.ThrowableInvalidOperationExceptionNotImplementedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionFormatException