public class Context extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Runtime.Remoting.Contexts.Context
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.Runtime.Remoting.Contexts.Context
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
Context() |
Context(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static LocalDataStoreSlot |
AllocateDataSlot() |
static LocalDataStoreSlot |
AllocateNamedDataSlot(java.lang.String name) |
static Context |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into Context, a cast assert is made to check if types are compatible. |
void |
DoCallBack(CrossContextDelegate deleg) |
static void |
FreeNamedDataSlot(java.lang.String name) |
void |
Freeze() |
int |
getContextID() |
IContextProperty[] |
getContextProperties() |
static NetObject |
GetData(LocalDataStoreSlot slot) |
static Context |
getDefaultContext() |
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 LocalDataStoreSlot |
GetNamedDataSlot(java.lang.String name) |
IContextProperty |
GetProperty(java.lang.String name) |
static boolean |
RegisterDynamicProperty(IDynamicProperty prop,
ContextBoundObject obj,
Context ctx) |
static void |
SetData(LocalDataStoreSlot slot,
NetObject data) |
void |
setJCOInstance(JCObject instance) |
void |
SetProperty(IContextProperty prop) |
static boolean |
UnregisterDynamicProperty(java.lang.String name,
ContextBoundObject obj,
Context ctx) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public Context()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
NullReferenceException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionNullReferenceExceptionpublic Context(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static LocalDataStoreSlot AllocateDataSlot() throws java.lang.Throwable, ArgumentException, ArgumentNullException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionpublic static LocalDataStoreSlot AllocateNamedDataSlot(java.lang.String name) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionpublic static Context cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into Context, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedContext instancejava.lang.Throwable - in case of error during cast operationpublic void DoCallBack(CrossContextDelegate deleg) throws java.lang.Throwable, ArgumentNullException, RemotingException, ArgumentException, InvalidOperationException, SecurityException, ArgumentOutOfRangeException
java.lang.ThrowableArgumentNullExceptionRemotingExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionArgumentOutOfRangeExceptionpublic static void FreeNamedDataSlot(java.lang.String name)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionpublic void Freeze()
throws java.lang.Throwable,
ArgumentException,
InvalidOperationException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionpublic int getContextID()
throws java.lang.Throwable
java.lang.Throwablepublic final IContextProperty[] getContextProperties() throws java.lang.Throwable, ArgumentException, ArgumentNullException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionpublic static NetObject GetData(LocalDataStoreSlot slot) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionpublic static Context getDefaultContext() throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, NullReferenceException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionNullReferenceExceptionpublic 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 LocalDataStoreSlot GetNamedDataSlot(java.lang.String name) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionpublic IContextProperty GetProperty(java.lang.String name) throws java.lang.Throwable, NullReferenceException
java.lang.ThrowableNullReferenceExceptionpublic static boolean RegisterDynamicProperty(IDynamicProperty prop, ContextBoundObject obj, Context ctx) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NullReferenceException, InvalidOperationException, RemotingException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNullReferenceExceptionInvalidOperationExceptionRemotingExceptionpublic static void SetData(LocalDataStoreSlot slot, NetObject data) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void SetProperty(IContextProperty prop) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentException, NullReferenceException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentExceptionNullReferenceExceptionpublic static boolean UnregisterDynamicProperty(java.lang.String name,
ContextBoundObject obj,
Context ctx)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException,
ArgumentOutOfRangeException,
OutOfMemoryException,
FormatException,
RemotingException,
NullReferenceException