Package system
Class Activator
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.Activator
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class Activator extends NetObject
The base .NET class managing System.Activator, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Activator
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: mscorlibstatic java.lang.StringclassNameQualified class name: System.Activatorstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Activatorcast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoActivator, a cast assert is made to check if types are compatible.static ObjectHandleCreateComInstanceFrom(java.lang.String assemblyName, java.lang.String typeName)static ObjectHandleCreateComInstanceFrom(java.lang.String assemblyName, java.lang.String typeName, byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm)static ObjectHandleCreateComInstanceFrom(java.lang.String dupParam0, java.lang.String dupParam1, JCORefOut dupParam2, AssemblyHashAlgorithm dupParam3)static ObjectHandleCreateInstance(java.lang.String assemblyName, java.lang.String typeName)static ObjectHandleCreateInstance(java.lang.String assemblyName, java.lang.String typeName, boolean ignoreCase, BindingFlags bindingAttr, Binder binder, NetObject[] args, CultureInfo culture, NetObject[] activationAttributes)static ObjectHandleCreateInstance(java.lang.String assemblyName, java.lang.String typeName, boolean ignoreCase, BindingFlags bindingAttr, Binder binder, NetObject[] args, CultureInfo culture, NetObject[] activationAttributes, Evidence securityInfo)static ObjectHandleCreateInstance(java.lang.String assemblyName, java.lang.String typeName, NetObject[] activationAttributes)static NetObjectCreateInstance(NetType type)static NetObjectCreateInstance(NetType type, boolean nonPublic)static NetObjectCreateInstance(NetType type, NetObject... args)static NetObjectCreateInstance(NetType type, NetObject[] args, NetObject[] activationAttributes)static NetObjectCreateInstance(NetType type, BindingFlags bindingAttr, Binder binder, NetObject[] args, CultureInfo culture)static NetObjectCreateInstance(NetType type, BindingFlags bindingAttr, Binder binder, NetObject[] args, CultureInfo culture, NetObject[] activationAttributes)static ObjectHandleCreateInstance(ActivationContext activationContext)static ObjectHandleCreateInstance(ActivationContext activationContext, java.lang.String[] activationCustomData)static ObjectHandleCreateInstance(ActivationContext dupParam0, JCORefOut dupParam1)static ObjectHandleCreateInstance(AppDomain domain, java.lang.String assemblyName, java.lang.String typeName)static ObjectHandleCreateInstance(AppDomain domain, java.lang.String assemblyName, java.lang.String typeName, boolean ignoreCase, BindingFlags bindingAttr, Binder binder, NetObject[] args, CultureInfo culture, NetObject[] activationAttributes)static ObjectHandleCreateInstance(AppDomain domain, java.lang.String assemblyName, java.lang.String typeName, boolean ignoreCase, BindingFlags bindingAttr, Binder binder, NetObject[] args, CultureInfo culture, NetObject[] activationAttributes, Evidence securityAttributes)static ObjectHandleCreateInstanceFrom(java.lang.String assemblyFile, java.lang.String typeName)static ObjectHandleCreateInstanceFrom(java.lang.String assemblyFile, java.lang.String typeName, boolean ignoreCase, BindingFlags bindingAttr, Binder binder, NetObject[] args, CultureInfo culture, NetObject[] activationAttributes)static ObjectHandleCreateInstanceFrom(java.lang.String assemblyFile, java.lang.String typeName, boolean ignoreCase, BindingFlags bindingAttr, Binder binder, NetObject[] args, CultureInfo culture, NetObject[] activationAttributes, Evidence securityInfo)static ObjectHandleCreateInstanceFrom(java.lang.String assemblyFile, java.lang.String typeName, NetObject[] activationAttributes)static ObjectHandleCreateInstanceFrom(AppDomain domain, java.lang.String assemblyFile, java.lang.String typeName)static ObjectHandleCreateInstanceFrom(AppDomain domain, java.lang.String assemblyFile, java.lang.String typeName, boolean ignoreCase, BindingFlags bindingAttr, Binder binder, NetObject[] args, CultureInfo culture, NetObject[] activationAttributes)static ObjectHandleCreateInstanceFrom(AppDomain domain, java.lang.String assemblyFile, java.lang.String typeName, boolean ignoreCase, BindingFlags bindingAttr, Binder binder, NetObject[] args, CultureInfo culture, NetObject[] activationAttributes, Evidence securityAttributes)java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class Typestatic NetObjectGetObject(NetType type, java.lang.String url)static NetObjectGetObject(NetType type, java.lang.String url, NetObject state)voidsetJCOInstance(JCObject instance)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: mscorlib- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Activator- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static Activator cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoActivator, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
Activatorinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
CreateInstance
public static NetObject CreateInstance(NetType type) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, NotSupportedException, SecurityException, MissingMethodException, TargetInvocationException, NotImplementedException
-
CreateInstance
public static NetObject CreateInstance(NetType type, boolean nonPublic) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, NotSupportedException, MissingMethodException, SecurityException, TargetInvocationException, NotImplementedException, IndexOutOfRangeException
-
CreateInstance
public static NetObject CreateInstance(NetType type, NetObject... args) throws java.lang.Throwable, ArgumentNullException, NotSupportedException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, FormatException, MissingMethodException
-
CreateInstance
public static NetObject CreateInstance(NetType type, NetObject[] args, NetObject[] activationAttributes) throws java.lang.Throwable, ArgumentNullException, NotSupportedException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, FormatException, MissingMethodException
-
CreateInstance
public static NetObject CreateInstance(NetType type, BindingFlags bindingAttr, Binder binder, NetObject[] args, CultureInfo culture) throws java.lang.Throwable, ArgumentNullException, NotSupportedException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, FormatException, MissingMethodException
-
CreateInstance
public static NetObject CreateInstance(NetType type, BindingFlags bindingAttr, Binder binder, NetObject[] args, CultureInfo culture, NetObject[] activationAttributes) throws java.lang.Throwable, ArgumentNullException, NotSupportedException, InvalidOperationException, ArgumentException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException
-
GetObject
public static NetObject GetObject(NetType type, java.lang.String url) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, RemotingException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, SecurityException, OutOfMemoryException, InvalidCastException
-
GetObject
public static NetObject GetObject(NetType type, java.lang.String url, NetObject state) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, RemotingException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, SecurityException, OutOfMemoryException, IndexOutOfRangeException, FormatException, InvalidCastException
-
CreateComInstanceFrom
public static ObjectHandle CreateComInstanceFrom(java.lang.String assemblyName, java.lang.String typeName) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, NotSupportedException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, CultureNotFoundException, NotImplementedException, InvalidCastException, NullReferenceException, MissingMethodException, FormatException, TypeLoadException
- Throws:
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionArgumentExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNotImplementedExceptionInvalidCastExceptionNullReferenceExceptionMissingMethodExceptionFormatExceptionTypeLoadException
-
CreateComInstanceFrom
public static ObjectHandle CreateComInstanceFrom(java.lang.String assemblyName, java.lang.String typeName, byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, NotSupportedException, FormatException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, CultureNotFoundException, NotImplementedException, InvalidCastException, NullReferenceException, MissingMethodException, TargetInvocationException, TypeLoadException
- Throws:
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionFormatExceptionArgumentExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNotImplementedExceptionInvalidCastExceptionNullReferenceExceptionMissingMethodExceptionTargetInvocationExceptionTypeLoadException
-
CreateComInstanceFrom
public static ObjectHandle CreateComInstanceFrom(java.lang.String dupParam0, java.lang.String dupParam1, JCORefOut dupParam2, AssemblyHashAlgorithm dupParam3) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, NotSupportedException, FormatException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, CultureNotFoundException, NotImplementedException, InvalidCastException, NullReferenceException, MissingMethodException, TargetInvocationException, TypeLoadException
- Throws:
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionFormatExceptionArgumentExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNotImplementedExceptionInvalidCastExceptionNullReferenceExceptionMissingMethodExceptionTargetInvocationExceptionTypeLoadException
-
CreateInstance
public static ObjectHandle CreateInstance(ActivationContext activationContext) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, PathTooLongException, NotSupportedException, IndexOutOfRangeException, InvalidOperationException, NotImplementedException, MemberAccessException, PolicyException, OverflowException, RankException, NullReferenceException, RemotingException, InvalidCastException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionPathTooLongExceptionNotSupportedExceptionIndexOutOfRangeExceptionInvalidOperationExceptionNotImplementedExceptionMemberAccessExceptionPolicyExceptionOverflowExceptionRankExceptionNullReferenceExceptionRemotingExceptionInvalidCastException
-
CreateInstance
public static ObjectHandle CreateInstance(ActivationContext activationContext, java.lang.String[] activationCustomData) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, IndexOutOfRangeException, InvalidOperationException, NotImplementedException, OutOfMemoryException, MemberAccessException, PolicyException, OverflowException, RankException, TargetParameterCountException, RemotingException, InvalidCastException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionIndexOutOfRangeExceptionInvalidOperationExceptionNotImplementedExceptionOutOfMemoryExceptionMemberAccessExceptionPolicyExceptionOverflowExceptionRankExceptionTargetParameterCountExceptionRemotingExceptionInvalidCastException
-
CreateInstance
public static ObjectHandle CreateInstance(ActivationContext dupParam0, JCORefOut dupParam1) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, IndexOutOfRangeException, InvalidOperationException, NotImplementedException, OutOfMemoryException, MemberAccessException, PolicyException, OverflowException, RankException, TargetParameterCountException, RemotingException, InvalidCastException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionIndexOutOfRangeExceptionInvalidOperationExceptionNotImplementedExceptionOutOfMemoryExceptionMemberAccessExceptionPolicyExceptionOverflowExceptionRankExceptionTargetParameterCountExceptionRemotingExceptionInvalidCastException
-
CreateInstance
public static ObjectHandle CreateInstance(AppDomain domain, java.lang.String assemblyName, java.lang.String typeName) throws java.lang.Throwable, ArgumentNullException, SecurityException, NullReferenceException, InvalidOperationException, NotSupportedException, ArgumentException, IndexOutOfRangeException, TypeLoadException, ArgumentOutOfRangeException, CultureNotFoundException, NotImplementedException, FormatException
-
CreateInstance
public static ObjectHandle CreateInstance(AppDomain domain, java.lang.String assemblyName, java.lang.String typeName, boolean ignoreCase, BindingFlags bindingAttr, Binder binder, NetObject[] args, CultureInfo culture, NetObject[] activationAttributes) throws java.lang.Throwable, ArgumentNullException, SecurityException, NullReferenceException, InvalidOperationException, NotSupportedException, ArgumentException, IndexOutOfRangeException, TypeLoadException, ArgumentOutOfRangeException, CultureNotFoundException, NotImplementedException, FormatException
-
CreateInstance
public static ObjectHandle CreateInstance(AppDomain domain, java.lang.String assemblyName, java.lang.String typeName, boolean ignoreCase, BindingFlags bindingAttr, Binder binder, NetObject[] args, CultureInfo culture, NetObject[] activationAttributes, Evidence securityAttributes) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, NotSupportedException, SecurityException, NullReferenceException, ArgumentException, IndexOutOfRangeException, TypeLoadException, ArgumentOutOfRangeException, CultureNotFoundException, NotImplementedException, FormatException
-
CreateInstance
public static ObjectHandle CreateInstance(java.lang.String assemblyName, java.lang.String typeName) throws java.lang.Throwable, InvalidOperationException, NotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, IndexOutOfRangeException, PathTooLongException, CultureNotFoundException, NotImplementedException, InvalidCastException, NullReferenceException, MissingMethodException
- Throws:
java.lang.ThrowableInvalidOperationExceptionNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionIndexOutOfRangeExceptionPathTooLongExceptionCultureNotFoundExceptionNotImplementedExceptionInvalidCastExceptionNullReferenceExceptionMissingMethodException
-
CreateInstance
public static ObjectHandle CreateInstance(java.lang.String assemblyName, java.lang.String typeName, boolean ignoreCase, BindingFlags bindingAttr, Binder binder, NetObject[] args, CultureInfo culture, NetObject[] activationAttributes) throws java.lang.Throwable, InvalidOperationException, NotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, IndexOutOfRangeException, PathTooLongException, CultureNotFoundException, NotImplementedException, InvalidCastException, NullReferenceException, MissingMethodException
- Throws:
java.lang.ThrowableInvalidOperationExceptionNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionIndexOutOfRangeExceptionPathTooLongExceptionCultureNotFoundExceptionNotImplementedExceptionInvalidCastExceptionNullReferenceExceptionMissingMethodException
-
CreateInstance
public static ObjectHandle CreateInstance(java.lang.String assemblyName, java.lang.String typeName, boolean ignoreCase, BindingFlags bindingAttr, Binder binder, NetObject[] args, CultureInfo culture, NetObject[] activationAttributes, Evidence securityInfo) throws java.lang.Throwable, InvalidOperationException, NotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, IndexOutOfRangeException, PathTooLongException, CultureNotFoundException, NotImplementedException, InvalidCastException, NullReferenceException, MissingMethodException
- Throws:
java.lang.ThrowableInvalidOperationExceptionNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionIndexOutOfRangeExceptionPathTooLongExceptionCultureNotFoundExceptionNotImplementedExceptionInvalidCastExceptionNullReferenceExceptionMissingMethodException
-
CreateInstance
public static ObjectHandle CreateInstance(java.lang.String assemblyName, java.lang.String typeName, NetObject[] activationAttributes) throws java.lang.Throwable, InvalidOperationException, NotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, IndexOutOfRangeException, PathTooLongException, CultureNotFoundException, NotImplementedException, InvalidCastException, NullReferenceException, MissingMethodException
- Throws:
java.lang.ThrowableInvalidOperationExceptionNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionIndexOutOfRangeExceptionPathTooLongExceptionCultureNotFoundExceptionNotImplementedExceptionInvalidCastExceptionNullReferenceExceptionMissingMethodException
-
CreateInstanceFrom
public static ObjectHandle CreateInstanceFrom(AppDomain domain, java.lang.String assemblyFile, java.lang.String typeName) throws java.lang.Throwable, ArgumentNullException, SecurityException, NullReferenceException, NotSupportedException, NotImplementedException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException
-
CreateInstanceFrom
public static ObjectHandle CreateInstanceFrom(AppDomain domain, java.lang.String assemblyFile, java.lang.String typeName, boolean ignoreCase, BindingFlags bindingAttr, Binder binder, NetObject[] args, CultureInfo culture, NetObject[] activationAttributes) throws java.lang.Throwable, ArgumentNullException, SecurityException, NullReferenceException, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, NotImplementedException, MissingMethodException, TargetInvocationException, FormatException
-
CreateInstanceFrom
public static ObjectHandle CreateInstanceFrom(AppDomain domain, java.lang.String assemblyFile, java.lang.String typeName, boolean ignoreCase, BindingFlags bindingAttr, Binder binder, NetObject[] args, CultureInfo culture, NetObject[] activationAttributes, Evidence securityAttributes) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, NotSupportedException, SecurityException, NullReferenceException, ArgumentException, ArgumentOutOfRangeException, NotImplementedException, MissingMethodException, TargetInvocationException, FormatException
-
CreateInstanceFrom
public static ObjectHandle CreateInstanceFrom(java.lang.String assemblyFile, java.lang.String typeName) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionArgumentExceptionArgumentOutOfRangeException
-
CreateInstanceFrom
public static ObjectHandle CreateInstanceFrom(java.lang.String assemblyFile, java.lang.String typeName, boolean ignoreCase, BindingFlags bindingAttr, Binder binder, NetObject[] args, CultureInfo culture, NetObject[] activationAttributes) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, NotSupportedException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, CultureNotFoundException, NotImplementedException, InvalidCastException, NullReferenceException, MissingMethodException, FormatException
- Throws:
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionArgumentExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNotImplementedExceptionInvalidCastExceptionNullReferenceExceptionMissingMethodExceptionFormatException
-
CreateInstanceFrom
public static ObjectHandle CreateInstanceFrom(java.lang.String assemblyFile, java.lang.String typeName, boolean ignoreCase, BindingFlags bindingAttr, Binder binder, NetObject[] args, CultureInfo culture, NetObject[] activationAttributes, Evidence securityInfo) throws java.lang.Throwable, InvalidOperationException, NotSupportedException, ArgumentNullException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, CultureNotFoundException, NotImplementedException, InvalidCastException, NullReferenceException, MissingMethodException, FormatException
- Throws:
java.lang.ThrowableInvalidOperationExceptionNotSupportedExceptionArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNotImplementedExceptionInvalidCastExceptionNullReferenceExceptionMissingMethodExceptionFormatException
-
CreateInstanceFrom
public static ObjectHandle CreateInstanceFrom(java.lang.String assemblyFile, java.lang.String typeName, NetObject[] activationAttributes) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, NotSupportedException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, CultureNotFoundException, NotImplementedException, FormatException
-
-