Package system.reflection.emit
Class StackBehaviour
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.reflection.emit.StackBehaviour
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class StackBehaviour extends NetObject
The base .NET class managing System.Reflection.Emit.StackBehaviour, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Reflection.Emit.StackBehaviour
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description StackBehaviour()
StackBehaviour(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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 Type-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToString
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Private.CoreLib- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Reflection.Emit.StackBehaviour- See Also:
- Constant Field Values
-
Pop0
public static StackBehaviour Pop0
-
Pop1
public static StackBehaviour Pop1
-
Pop1_pop1
public static StackBehaviour Pop1_pop1
-
Popi
public static StackBehaviour Popi
-
Popi_pop1
public static StackBehaviour Popi_pop1
-
Popi_popi
public static StackBehaviour Popi_popi
-
Popi_popi8
public static StackBehaviour Popi_popi8
-
Popi_popi_popi
public static StackBehaviour Popi_popi_popi
-
Popi_popr4
public static StackBehaviour Popi_popr4
-
Popi_popr8
public static StackBehaviour Popi_popr8
-
Popref
public static StackBehaviour Popref
-
Popref_pop1
public static StackBehaviour Popref_pop1
-
Popref_popi
public static StackBehaviour Popref_popi
-
Popref_popi_popi
public static StackBehaviour Popref_popi_popi
-
Popref_popi_popi8
public static StackBehaviour Popref_popi_popi8
-
Popref_popi_popr4
public static StackBehaviour Popref_popi_popr4
-
Popref_popi_popr8
public static StackBehaviour Popref_popi_popr8
-
Popref_popi_popref
public static StackBehaviour Popref_popi_popref
-
Push0
public static StackBehaviour Push0
-
Push1
public static StackBehaviour Push1
-
Push1_push1
public static StackBehaviour Push1_push1
-
Pushi
public static StackBehaviour Pushi
-
Pushi8
public static StackBehaviour Pushi8
-
Pushr4
public static StackBehaviour Pushr4
-
Pushr8
public static StackBehaviour Pushr8
-
Pushref
public static StackBehaviour Pushref
-
Varpop
public static StackBehaviour Varpop
-
Varpush
public static StackBehaviour Varpush
-
Popref_popi_pop1
public static StackBehaviour Popref_popi_pop1
-
-
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
-
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
-
-