public class ModuleBuilder extends Module
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Reflection.Emit.ModuleBuilder
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.ModuleBuilder
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ModuleBuilder() |
ModuleBuilder(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static ModuleBuilder |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ModuleBuilder, a cast assert is made to check if types are compatible. |
void |
CreateGlobalFunctions() |
ISymbolDocumentWriter |
DefineDocument(java.lang.String url,
Guid language,
Guid languageVendor,
Guid documentType) |
EnumBuilder |
DefineEnum(java.lang.String name,
TypeAttributes visibility,
NetType underlyingType) |
MethodBuilder |
DefineGlobalMethod(java.lang.String name,
MethodAttributes attributes,
CallingConventions callingConvention,
NetType returnType,
NetType[] parameterTypes) |
MethodBuilder |
DefineGlobalMethod(java.lang.String name,
MethodAttributes attributes,
NetType returnType,
NetType[] parameterTypes) |
FieldBuilder |
DefineInitializedData(java.lang.String name,
byte[] data,
FieldAttributes attributes) |
FieldBuilder |
DefineInitializedData(java.lang.String dupParam0,
JCORefOut dupParam1,
FieldAttributes dupParam2) |
void |
DefineManifestResource(java.lang.String name,
Stream stream,
ResourceAttributes attribute) |
MethodBuilder |
DefinePInvokeMethod(java.lang.String name,
java.lang.String dllName,
MethodAttributes attributes,
CallingConventions callingConvention,
NetType returnType,
NetType[] parameterTypes,
CallingConvention nativeCallConv,
CharSet nativeCharSet) |
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) |
IResourceWriter |
DefineResource(java.lang.String name,
java.lang.String description) |
IResourceWriter |
DefineResource(java.lang.String name,
java.lang.String description,
ResourceAttributes attribute) |
TypeBuilder |
DefineType(java.lang.String name) |
TypeBuilder |
DefineType(java.lang.String name,
TypeAttributes attr) |
TypeBuilder |
DefineType(java.lang.String name,
TypeAttributes attr,
NetType parent) |
TypeBuilder |
DefineType(java.lang.String name,
TypeAttributes attr,
NetType parent,
int typesize) |
TypeBuilder |
DefineType(java.lang.String name,
TypeAttributes attr,
NetType parent,
NetType[] interfaces) |
TypeBuilder |
DefineType(java.lang.String name,
TypeAttributes attr,
NetType parent,
PackingSize packsize) |
TypeBuilder |
DefineType(java.lang.String name,
TypeAttributes attr,
NetType parent,
PackingSize packingSize,
int typesize) |
FieldBuilder |
DefineUninitializedData(java.lang.String name,
int size,
FieldAttributes attributes) |
void |
DefineUnmanagedResource(byte[] resource) |
void |
DefineUnmanagedResource(JCORefOut dupParam0) |
void |
DefineUnmanagedResource(java.lang.String resourceFileName) |
MethodInfo |
GetArrayMethod(NetType arrayClass,
java.lang.String methodName,
CallingConventions callingConvention,
NetType returnType,
NetType[] parameterTypes) |
MethodToken |
GetArrayMethodToken(NetType arrayClass,
java.lang.String methodName,
CallingConventions callingConvention,
NetType returnType,
NetType[] parameterTypes) |
MethodToken |
GetConstructorToken(ConstructorInfo con) |
NetObject[] |
GetCustomAttributes(boolean inherit) |
NetObject[] |
GetCustomAttributes(NetType attributeType,
boolean inherit) |
FieldInfo |
GetField(java.lang.String name,
BindingFlags bindingAttr) |
FieldInfo[] |
GetFields(BindingFlags bindingFlags) |
FieldToken |
GetFieldToken(FieldInfo field) |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
MethodInfo[] |
GetMethods(BindingFlags bindingFlags) |
MethodToken |
GetMethodToken(MethodInfo method) |
void |
GetPEKind(JCORefOut<PortableExecutableKinds> peKind,
JCORefOut<ImageFileMachine> machine) |
SignatureToken |
GetSignatureToken(byte[] sigBytes,
int sigLength) |
SignatureToken |
GetSignatureToken(JCORefOut dupParam0,
int dupParam1) |
SignatureToken |
GetSignatureToken(SignatureHelper sigHelper) |
X509Certificate |
GetSignerCertificate() |
StringToken |
GetStringConstant(java.lang.String str) |
ISymbolWriter |
GetSymWriter() |
NetType |
GetType(java.lang.String className) |
NetType |
GetType(java.lang.String className,
boolean ignoreCase) |
NetType |
GetType(java.lang.String className,
boolean throwOnError,
boolean ignoreCase) |
NetType[] |
GetTypes() |
TypeToken |
GetTypeToken(NetType type) |
TypeToken |
GetTypeToken(java.lang.String name) |
boolean |
IsDefined(NetType attributeType,
boolean inherit) |
boolean |
IsResource() |
boolean |
IsTransient() |
FieldInfo |
ResolveField(int metadataToken,
NetType[] genericTypeArguments,
NetType[] genericMethodArguments) |
MemberInfo |
ResolveMember(int metadataToken,
NetType[] genericTypeArguments,
NetType[] genericMethodArguments) |
MethodBase |
ResolveMethod(int metadataToken,
NetType[] genericTypeArguments,
NetType[] genericMethodArguments) |
byte[] |
ResolveSignature(int metadataToken) |
java.lang.String |
ResolveString(int metadataToken) |
NetType |
ResolveType(int metadataToken,
NetType[] genericTypeArguments,
NetType[] genericMethodArguments) |
void |
SetCustomAttribute(ConstructorInfo con,
byte[] binaryAttribute) |
void |
SetCustomAttribute(ConstructorInfo dupParam0,
JCORefOut dupParam1) |
void |
SetCustomAttribute(CustomAttributeBuilder customBuilder) |
void |
setJCOInstance(JCObject instance) |
void |
SetSymCustomAttribute(java.lang.String name,
byte[] data) |
void |
SetSymCustomAttribute(java.lang.String dupParam0,
JCORefOut dupParam1) |
void |
SetUserEntryPoint(MethodInfo entryPoint) |
FindTypes, getAssembly, GetField, GetFields, getFullyQualifiedName, getMDStreamVersion, getMetadataToken, GetMethod, GetMethod, GetMethod, GetMethods, getModuleHandle, getModuleVersionId, getName, GetObjectData, getScopeName, ResolveField, ResolveMember, ResolveMethod, ResolveTypepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ModuleBuilder()
throws java.lang.Throwable
java.lang.Throwablepublic ModuleBuilder(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static ModuleBuilder cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ModuleBuilder, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedModuleBuilder instancejava.lang.Throwable - in case of error during cast operationpublic void CreateGlobalFunctions()
throws java.lang.Throwable,
ArgumentException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
NotImplementedException,
NotSupportedException
public ISymbolDocumentWriter DefineDocument(java.lang.String url, Guid language, Guid languageVendor, Guid documentType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionpublic EnumBuilder DefineEnum(java.lang.String name, TypeAttributes visibility, NetType underlyingType) throws java.lang.Throwable, NotImplementedException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException
public MethodBuilder DefineGlobalMethod(java.lang.String name, MethodAttributes attributes, CallingConventions callingConvention, NetType returnType, NetType[] parameterTypes) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, NotImplementedException, FormatException, NullReferenceException, ArgumentOutOfRangeException
public MethodBuilder DefineGlobalMethod(java.lang.String name, MethodAttributes attributes, NetType returnType, NetType[] parameterTypes) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, NotImplementedException, FormatException, NullReferenceException, ArgumentOutOfRangeException
public FieldBuilder DefineInitializedData(java.lang.String name, byte[] data, FieldAttributes attributes) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, KeyNotFoundException, ArgumentOutOfRangeException, NotImplementedException
public FieldBuilder DefineInitializedData(java.lang.String dupParam0, JCORefOut dupParam1, FieldAttributes dupParam2) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, KeyNotFoundException, ArgumentOutOfRangeException, NotImplementedException
public void DefineManifestResource(java.lang.String name,
Stream stream,
ResourceAttributes attribute)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
ArgumentOutOfRangeException,
NullReferenceException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNullReferenceExceptionpublic 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, ArgumentException, NotImplementedException, 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, ArgumentException, NotImplementedException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, InvalidOperationException, NotSupportedException
public IResourceWriter DefineResource(java.lang.String name, java.lang.String description) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, NullReferenceException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionArgumentNullExceptionArgumentOutOfRangeExceptionNullReferenceExceptionpublic IResourceWriter DefineResource(java.lang.String name, java.lang.String description, ResourceAttributes attribute) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, NullReferenceException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionArgumentNullExceptionArgumentOutOfRangeExceptionNullReferenceExceptionpublic TypeBuilder DefineType(java.lang.String name) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, NotImplementedException, InvalidOperationException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionNotImplementedExceptionInvalidOperationExceptionpublic TypeBuilder DefineType(java.lang.String name, TypeAttributes attr) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, NotImplementedException, InvalidOperationException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionNotImplementedExceptionInvalidOperationExceptionpublic TypeBuilder DefineType(java.lang.String name, TypeAttributes attr, NetType parent) throws java.lang.Throwable, ArgumentException, NotImplementedException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException
public TypeBuilder DefineType(java.lang.String name, TypeAttributes attr, NetType parent, int typesize) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, NotImplementedException, InvalidOperationException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionNotImplementedExceptionInvalidOperationExceptionpublic TypeBuilder DefineType(java.lang.String name, TypeAttributes attr, NetType parent, NetType[] interfaces) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, NotImplementedException, InvalidOperationException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionNotImplementedExceptionInvalidOperationExceptionpublic TypeBuilder DefineType(java.lang.String name, TypeAttributes attr, NetType parent, PackingSize packsize) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, NotImplementedException, InvalidOperationException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionNotImplementedExceptionInvalidOperationExceptionpublic TypeBuilder DefineType(java.lang.String name, TypeAttributes attr, NetType parent, PackingSize packingSize, int typesize) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, NotImplementedException, InvalidOperationException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionNotImplementedExceptionInvalidOperationExceptionpublic FieldBuilder DefineUninitializedData(java.lang.String name, int size, FieldAttributes attributes) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, KeyNotFoundException, ArgumentOutOfRangeException, NotImplementedException
public void DefineUnmanagedResource(byte[] resource)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionpublic void DefineUnmanagedResource(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentException, ArgumentNullException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionpublic void DefineUnmanagedResource(java.lang.String resourceFileName)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PathTooLongException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
FormatException,
NotSupportedException,
SecurityException,
InvalidOperationException,
FileNotFoundException
public MethodInfo GetArrayMethod(NetType arrayClass, java.lang.String methodName, CallingConventions callingConvention, NetType returnType, NetType[] parameterTypes) throws java.lang.Throwable, NotImplementedException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, NotSupportedException
public MethodToken GetArrayMethodToken(NetType arrayClass, java.lang.String methodName, CallingConventions callingConvention, NetType returnType, NetType[] parameterTypes) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, ArgumentOutOfRangeException, FormatException, InvalidOperationException, NotSupportedException
public MethodToken GetConstructorToken(ConstructorInfo con) throws java.lang.Throwable, ArgumentNullException, NotImplementedException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, CultureNotFoundException, FormatException, IndexOutOfRangeException, MissingMethodException, OutOfMemoryException
public NetObject[] GetCustomAttributes(boolean inherit) throws java.lang.Throwable, NotImplementedException
GetCustomAttributes in class Modulejava.lang.ThrowableNotImplementedExceptionpublic NetObject[] GetCustomAttributes(NetType attributeType, boolean inherit) throws java.lang.Throwable, NotImplementedException
GetCustomAttributes in class Modulejava.lang.ThrowableNotImplementedExceptionpublic FieldInfo GetField(java.lang.String name, BindingFlags bindingAttr) throws java.lang.Throwable, NotImplementedException
GetField in class Modulejava.lang.ThrowableNotImplementedExceptionpublic FieldInfo[] GetFields(BindingFlags bindingFlags) throws java.lang.Throwable, NotImplementedException
GetFields in class Modulejava.lang.ThrowableNotImplementedExceptionpublic FieldToken GetFieldToken(FieldInfo field) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, NotSupportedException, NotImplementedException, MissingMethodException, ArgumentOutOfRangeException, FormatException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ModuleString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ModuleString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ModuleObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ModuleString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ModuleJCType representing the CLR Type of the instantiated Classpublic MethodInfo[] GetMethods(BindingFlags bindingFlags) throws java.lang.Throwable, NotImplementedException
GetMethods in class Modulejava.lang.ThrowableNotImplementedExceptionpublic MethodToken GetMethodToken(MethodInfo method) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, NotImplementedException, CultureNotFoundException, FormatException, IndexOutOfRangeException, MissingMethodException, OutOfMemoryException
public void GetPEKind(JCORefOut<PortableExecutableKinds> peKind, JCORefOut<ImageFileMachine> machine) throws java.lang.Throwable, NotImplementedException
GetPEKind in class Modulejava.lang.ThrowableNotImplementedExceptionpublic SignatureToken GetSignatureToken(byte[] sigBytes, int sigLength) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic SignatureToken GetSignatureToken(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic SignatureToken GetSignatureToken(SignatureHelper sigHelper) throws java.lang.Throwable, ArgumentNullException, ArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionpublic X509Certificate GetSignerCertificate() throws java.lang.Throwable, NotImplementedException
GetSignerCertificate in class Modulejava.lang.ThrowableNotImplementedExceptionpublic StringToken GetStringConstant(java.lang.String str) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic ISymbolWriter GetSymWriter() throws java.lang.Throwable
java.lang.Throwablepublic NetType GetType(java.lang.String className) throws java.lang.Throwable, NotImplementedException
GetType in class Modulejava.lang.ThrowableNotImplementedExceptionpublic NetType GetType(java.lang.String className, boolean ignoreCase) throws java.lang.Throwable, NotImplementedException
GetType in class Modulejava.lang.ThrowableNotImplementedExceptionpublic NetType GetType(java.lang.String className, boolean throwOnError, boolean ignoreCase) throws java.lang.Throwable, ArgumentException, NotImplementedException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, KeyNotFoundException, NullReferenceException
GetType in class Modulejava.lang.ThrowableArgumentExceptionNotImplementedExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionKeyNotFoundExceptionNullReferenceExceptionpublic NetType[] GetTypes() throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException
GetTypes in class Modulejava.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionpublic TypeToken GetTypeToken(NetType type) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, FormatException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, MissingMethodException
public TypeToken GetTypeToken(java.lang.String name) throws java.lang.Throwable, NotImplementedException, ArgumentException, ArgumentNullException, FormatException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException
public boolean IsDefined(NetType attributeType, boolean inherit) throws java.lang.Throwable, NotImplementedException
IsDefined in class Modulejava.lang.ThrowableNotImplementedExceptionpublic boolean IsResource()
throws java.lang.Throwable,
NotImplementedException
IsResource in class Modulejava.lang.ThrowableNotImplementedExceptionpublic boolean IsTransient()
throws java.lang.Throwable
java.lang.Throwablepublic FieldInfo ResolveField(int metadataToken, NetType[] genericTypeArguments, NetType[] genericMethodArguments) throws java.lang.Throwable, NotImplementedException
ResolveField in class Modulejava.lang.ThrowableNotImplementedExceptionpublic MemberInfo ResolveMember(int metadataToken, NetType[] genericTypeArguments, NetType[] genericMethodArguments) throws java.lang.Throwable, NotImplementedException
ResolveMember in class Modulejava.lang.ThrowableNotImplementedExceptionpublic MethodBase ResolveMethod(int metadataToken, NetType[] genericTypeArguments, NetType[] genericMethodArguments) throws java.lang.Throwable, NotImplementedException
ResolveMethod in class Modulejava.lang.ThrowableNotImplementedExceptionpublic byte[] ResolveSignature(int metadataToken)
throws java.lang.Throwable,
NotImplementedException
ResolveSignature in class Modulejava.lang.ThrowableNotImplementedExceptionpublic java.lang.String ResolveString(int metadataToken)
throws java.lang.Throwable,
NotImplementedException
ResolveString in class Modulejava.lang.ThrowableNotImplementedExceptionpublic NetType ResolveType(int metadataToken, NetType[] genericTypeArguments, NetType[] genericMethodArguments) throws java.lang.Throwable, NotImplementedException
ResolveType in class Modulejava.lang.ThrowableNotImplementedExceptionpublic 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 Modulepublic void SetSymCustomAttribute(java.lang.String name,
byte[] data)
throws java.lang.Throwable,
ArgumentException,
InvalidOperationException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionpublic void SetSymCustomAttribute(java.lang.String dupParam0,
JCORefOut dupParam1)
throws java.lang.Throwable,
ArgumentException,
InvalidOperationException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionpublic void SetUserEntryPoint(MethodInfo entryPoint) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, NotImplementedException, ArgumentOutOfRangeException, NotSupportedException, MissingMethodException, FormatException