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.String
assemblyFullName
Fully assembly qualified name: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.String
assemblyShortName
Assembly name: mscorlibstatic java.lang.String
className
Qualified class name: System.Activatorstatic JCType
classType
The type managed from JCOBridge.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Activator
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoActivator
, a cast assert is made to check if types are compatible.static ObjectHandle
CreateComInstanceFrom(java.lang.String assemblyName, java.lang.String typeName)
static ObjectHandle
CreateComInstanceFrom(java.lang.String assemblyName, java.lang.String typeName, byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm)
static ObjectHandle
CreateComInstanceFrom(java.lang.String dupParam0, java.lang.String dupParam1, JCORefOut dupParam2, AssemblyHashAlgorithm dupParam3)
static ObjectHandle
CreateInstance(java.lang.String assemblyName, java.lang.String typeName)
static ObjectHandle
CreateInstance(java.lang.String assemblyName, java.lang.String typeName, boolean ignoreCase, BindingFlags bindingAttr, Binder binder, NetObject[] args, CultureInfo culture, NetObject[] activationAttributes)
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)
static ObjectHandle
CreateInstance(java.lang.String assemblyName, java.lang.String typeName, NetObject[] activationAttributes)
static NetObject
CreateInstance(NetType type)
static NetObject
CreateInstance(NetType type, boolean nonPublic)
static NetObject
CreateInstance(NetType type, NetObject... args)
static NetObject
CreateInstance(NetType type, NetObject[] args, NetObject[] activationAttributes)
static NetObject
CreateInstance(NetType type, BindingFlags bindingAttr, Binder binder, NetObject[] args, CultureInfo culture)
static NetObject
CreateInstance(NetType type, BindingFlags bindingAttr, Binder binder, NetObject[] args, CultureInfo culture, NetObject[] activationAttributes)
static ObjectHandle
CreateInstance(ActivationContext activationContext)
static ObjectHandle
CreateInstance(ActivationContext activationContext, java.lang.String[] activationCustomData)
static ObjectHandle
CreateInstance(ActivationContext dupParam0, JCORefOut dupParam1)
static ObjectHandle
CreateInstance(AppDomain domain, java.lang.String assemblyName, java.lang.String typeName)
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)
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)
static ObjectHandle
CreateInstanceFrom(java.lang.String assemblyFile, java.lang.String typeName)
static ObjectHandle
CreateInstanceFrom(java.lang.String assemblyFile, java.lang.String typeName, boolean ignoreCase, BindingFlags bindingAttr, Binder binder, NetObject[] args, CultureInfo culture, NetObject[] activationAttributes)
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)
static ObjectHandle
CreateInstanceFrom(java.lang.String assemblyFile, java.lang.String typeName, NetObject[] activationAttributes)
static ObjectHandle
CreateInstanceFrom(AppDomain domain, java.lang.String assemblyFile, java.lang.String typeName)
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)
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)
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typestatic NetObject
GetObject(NetType type, java.lang.String url)
static NetObject
GetObject(NetType type, java.lang.String url, NetObject state)
void
setJCOInstance(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:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static Activator cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoActivator
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
Activator
instance- 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.Throwable
ArgumentNullException
InvalidOperationException
NotSupportedException
ArgumentException
IndexOutOfRangeException
ArgumentOutOfRangeException
CultureNotFoundException
NotImplementedException
InvalidCastException
NullReferenceException
MissingMethodException
FormatException
TypeLoadException
-
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.Throwable
ArgumentNullException
InvalidOperationException
NotSupportedException
FormatException
ArgumentException
IndexOutOfRangeException
ArgumentOutOfRangeException
CultureNotFoundException
NotImplementedException
InvalidCastException
NullReferenceException
MissingMethodException
TargetInvocationException
TypeLoadException
-
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.Throwable
ArgumentNullException
InvalidOperationException
NotSupportedException
FormatException
ArgumentException
IndexOutOfRangeException
ArgumentOutOfRangeException
CultureNotFoundException
NotImplementedException
InvalidCastException
NullReferenceException
MissingMethodException
TargetInvocationException
TypeLoadException
-
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.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
FormatException
PathTooLongException
NotSupportedException
IndexOutOfRangeException
InvalidOperationException
NotImplementedException
MemberAccessException
PolicyException
OverflowException
RankException
NullReferenceException
RemotingException
InvalidCastException
-
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.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
FormatException
PathTooLongException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
NotSupportedException
IndexOutOfRangeException
InvalidOperationException
NotImplementedException
OutOfMemoryException
MemberAccessException
PolicyException
OverflowException
RankException
TargetParameterCountException
RemotingException
InvalidCastException
-
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.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
FormatException
PathTooLongException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
NotSupportedException
IndexOutOfRangeException
InvalidOperationException
NotImplementedException
OutOfMemoryException
MemberAccessException
PolicyException
OverflowException
RankException
TargetParameterCountException
RemotingException
InvalidCastException
-
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.Throwable
InvalidOperationException
NotSupportedException
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
FormatException
IndexOutOfRangeException
PathTooLongException
CultureNotFoundException
NotImplementedException
InvalidCastException
NullReferenceException
MissingMethodException
-
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.Throwable
InvalidOperationException
NotSupportedException
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
FormatException
IndexOutOfRangeException
PathTooLongException
CultureNotFoundException
NotImplementedException
InvalidCastException
NullReferenceException
MissingMethodException
-
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.Throwable
InvalidOperationException
NotSupportedException
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
FormatException
IndexOutOfRangeException
PathTooLongException
CultureNotFoundException
NotImplementedException
InvalidCastException
NullReferenceException
MissingMethodException
-
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.Throwable
InvalidOperationException
NotSupportedException
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
FormatException
IndexOutOfRangeException
PathTooLongException
CultureNotFoundException
NotImplementedException
InvalidCastException
NullReferenceException
MissingMethodException
-
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.Throwable
ArgumentNullException
InvalidOperationException
NotSupportedException
ArgumentException
ArgumentOutOfRangeException
-
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.Throwable
ArgumentNullException
InvalidOperationException
NotSupportedException
ArgumentException
IndexOutOfRangeException
ArgumentOutOfRangeException
CultureNotFoundException
NotImplementedException
InvalidCastException
NullReferenceException
MissingMethodException
FormatException
-
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.Throwable
InvalidOperationException
NotSupportedException
ArgumentNullException
ArgumentException
IndexOutOfRangeException
ArgumentOutOfRangeException
CultureNotFoundException
NotImplementedException
InvalidCastException
NullReferenceException
MissingMethodException
FormatException
-
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
-
-