public class SignatureHelper extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Reflection.Emit.SignatureHelper
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.Reflection.Emit.SignatureHelper
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
SignatureHelper() |
SignatureHelper(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AddArgument(NetType clsArgument) |
void |
AddArgument(NetType argument,
boolean pinned) |
void |
AddArgument(NetType argument,
NetType[] requiredCustomModifiers,
NetType[] optionalCustomModifiers) |
void |
AddSentinel() |
static SignatureHelper |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into SignatureHelper, a cast assert is made to check if types are compatible. |
static SignatureHelper |
GetFieldSigHelper(Module mod) |
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 SignatureHelper |
GetLocalVarSigHelper() |
static SignatureHelper |
GetLocalVarSigHelper(Module mod) |
static SignatureHelper |
GetMethodSigHelper(CallingConvention unmanagedCallingConvention,
NetType returnType) |
static SignatureHelper |
GetMethodSigHelper(CallingConventions callingConvention,
NetType returnType) |
static SignatureHelper |
GetMethodSigHelper(Module mod,
CallingConvention unmanagedCallConv,
NetType returnType) |
static SignatureHelper |
GetMethodSigHelper(Module mod,
CallingConventions callingConvention,
NetType returnType) |
static SignatureHelper |
GetMethodSigHelper(Module mod,
NetType returnType,
NetType[] parameterTypes) |
static SignatureHelper |
GetPropertySigHelper(Module mod,
NetType returnType,
NetType[] parameterTypes) |
byte[] |
GetSignature() |
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 SignatureHelper()
throws java.lang.Throwable
java.lang.Throwablepublic SignatureHelper(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void AddArgument(NetType clsArgument) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotSupportedException, NotImplementedException, InvalidOperationException, ArgumentOutOfRangeException
public void AddArgument(NetType argument, boolean pinned) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentException, NotSupportedException, NotImplementedException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentExceptionNotSupportedExceptionNotImplementedExceptionpublic void AddArgument(NetType argument, NetType[] requiredCustomModifiers, NetType[] optionalCustomModifiers) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotSupportedException, NotImplementedException, InvalidOperationException, ArgumentOutOfRangeException
public void AddSentinel()
throws java.lang.Throwable,
ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic static SignatureHelper cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into SignatureHelper, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedSignatureHelper instancejava.lang.Throwable - in case of error during cast operationpublic static SignatureHelper GetFieldSigHelper(Module mod) throws java.lang.Throwable, ArgumentException, ArgumentNullException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionpublic 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 SignatureHelper GetLocalVarSigHelper() throws java.lang.Throwable, ArgumentException, ArgumentNullException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionpublic static SignatureHelper GetLocalVarSigHelper(Module mod) throws java.lang.Throwable, ArgumentException, ArgumentNullException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionpublic static SignatureHelper GetMethodSigHelper(CallingConvention unmanagedCallingConvention, NetType returnType) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotSupportedException, InvalidOperationException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionNotSupportedExceptionInvalidOperationExceptionpublic static SignatureHelper GetMethodSigHelper(CallingConventions callingConvention, NetType returnType) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotSupportedException, InvalidOperationException, NotImplementedException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionNotSupportedExceptionInvalidOperationExceptionNotImplementedExceptionpublic static SignatureHelper GetMethodSigHelper(Module mod, CallingConvention unmanagedCallConv, NetType returnType) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotSupportedException, NotImplementedException, InvalidOperationException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionNotSupportedExceptionNotImplementedExceptionInvalidOperationExceptionpublic static SignatureHelper GetMethodSigHelper(Module mod, CallingConventions callingConvention, NetType returnType) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotSupportedException, InvalidOperationException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionNotSupportedExceptionInvalidOperationExceptionpublic static SignatureHelper GetMethodSigHelper(Module mod, NetType returnType, NetType[] parameterTypes) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotSupportedException, InvalidOperationException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionNotSupportedExceptionInvalidOperationExceptionpublic static SignatureHelper GetPropertySigHelper(Module mod, NetType returnType, NetType[] parameterTypes) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotSupportedException, InvalidOperationException, NotImplementedException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionNotSupportedExceptionInvalidOperationExceptionNotImplementedExceptionpublic byte[] GetSignature()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObject