public class RuntimeOps extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Runtime.CompilerServices.RuntimeOps
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: System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Core
|
static java.lang.String |
className
Qualified class name: System.Runtime.CompilerServices.RuntimeOps
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
RuntimeOps() |
RuntimeOps(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static RuntimeOps |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into RuntimeOps, a cast assert is made to check if types are compatible. |
static IRuntimeVariables |
CreateRuntimeVariables() |
static IRuntimeVariables |
CreateRuntimeVariables(NetObject[] dupParam0,
JCORefOut dupParam1) |
static IRuntimeVariables |
CreateRuntimeVariables(NetObject[] data,
long[] indexes) |
static boolean |
ExpandoCheckVersion(ExpandoObject expando,
NetObject version) |
static void |
ExpandoPromoteClass(ExpandoObject expando,
NetObject oldClass,
NetObject newClass) |
static boolean |
ExpandoTryDeleteValue(ExpandoObject expando,
NetObject indexClass,
int index,
java.lang.String name,
boolean ignoreCase) |
static boolean |
ExpandoTryGetValue(ExpandoObject expando,
NetObject indexClass,
int index,
java.lang.String name,
boolean ignoreCase,
JCORefOut<NetObject> value) |
static NetObject |
ExpandoTrySetValue(ExpandoObject expando,
NetObject indexClass,
int index,
NetObject value,
java.lang.String name,
boolean ignoreCase) |
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
|
static IRuntimeVariables |
MergeRuntimeVariables(IRuntimeVariables first,
IRuntimeVariables second,
int[] indexes) |
static IRuntimeVariables |
MergeRuntimeVariables(IRuntimeVariables dupParam0,
IRuntimeVariables dupParam1,
JCORefOut dupParam2) |
static Expression |
Quote(Expression expression,
NetObject hoistedLocals,
NetObject[] locals) |
void |
setJCOInstance(JCObject instance) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public RuntimeOps()
throws java.lang.Throwable
java.lang.Throwablepublic RuntimeOps(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static RuntimeOps cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into RuntimeOps, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedRuntimeOps instancejava.lang.Throwable - in case of error during cast operationpublic static IRuntimeVariables CreateRuntimeVariables() throws java.lang.Throwable
java.lang.Throwablepublic static IRuntimeVariables CreateRuntimeVariables(NetObject[] dupParam0, JCORefOut dupParam1) throws java.lang.Throwable
java.lang.Throwablepublic static IRuntimeVariables CreateRuntimeVariables(NetObject[] data, long[] indexes) throws java.lang.Throwable
java.lang.Throwablepublic static boolean ExpandoCheckVersion(ExpandoObject expando, NetObject version) throws java.lang.Throwable
java.lang.Throwablepublic static void ExpandoPromoteClass(ExpandoObject expando, NetObject oldClass, NetObject newClass) throws java.lang.Throwable, ArgumentException, ArgumentNullException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionpublic static boolean ExpandoTryDeleteValue(ExpandoObject expando, NetObject indexClass, int index, java.lang.String name, boolean ignoreCase) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, FormatException
public static boolean ExpandoTryGetValue(ExpandoObject expando, NetObject indexClass, int index, java.lang.String name, boolean ignoreCase, JCORefOut<NetObject> value) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, FormatException
public static NetObject ExpandoTrySetValue(ExpandoObject expando, NetObject indexClass, int index, NetObject value, java.lang.String name, boolean ignoreCase) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, FormatException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic static IRuntimeVariables MergeRuntimeVariables(IRuntimeVariables first, IRuntimeVariables second, int[] indexes) throws java.lang.Throwable
java.lang.Throwablepublic static IRuntimeVariables MergeRuntimeVariables(IRuntimeVariables dupParam0, IRuntimeVariables dupParam1, JCORefOut dupParam2) throws java.lang.Throwable
java.lang.Throwablepublic static Expression Quote(Expression expression, NetObject hoistedLocals, NetObject[] locals) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObject