public class LogicalMethodInfo extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.Services.Protocols.LogicalMethodInfo
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.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Web.Services
|
static java.lang.String |
className
Qualified class name: System.Web.Services.Protocols.LogicalMethodInfo
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
LogicalMethodInfo() |
LogicalMethodInfo(MethodInfo methodInfo) |
LogicalMethodInfo(java.lang.Object instance)
Internal constructor.
|
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public LogicalMethodInfo()
throws java.lang.Throwable
java.lang.Throwablepublic LogicalMethodInfo(MethodInfo methodInfo) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionpublic LogicalMethodInfo(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic IAsyncResult BeginInvoke(NetObject target, NetObject[] values, AsyncCallback callback, NetObject asyncState) throws java.lang.Throwable, ArgumentException
java.lang.ThrowableArgumentExceptionpublic static LogicalMethodInfo cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into LogicalMethodInfo, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedLogicalMethodInfo instancejava.lang.Throwable - in case of error during cast operationpublic static LogicalMethodInfo[] Create(MethodInfo[] methodInfos) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, FormatException, NotImplementedException, InvalidOperationException, IndexOutOfRangeException, ObjectDisposedException, CultureNotFoundException, MissingManifestResourceException
public static LogicalMethodInfo[] Create(MethodInfo[] methodInfos, LogicalMethodTypes types) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, FormatException, NotImplementedException, InvalidOperationException, IndexOutOfRangeException, ObjectDisposedException, CultureNotFoundException, MissingManifestResourceException
public NetObject[] EndInvoke(NetObject target, IAsyncResult asyncResult) throws java.lang.Throwable
java.lang.Throwablepublic ParameterInfo getAsyncCallbackParameter() throws java.lang.Throwable
java.lang.Throwablepublic ParameterInfo getAsyncResultParameter() throws java.lang.Throwable
java.lang.Throwablepublic ParameterInfo getAsyncStateParameter() throws java.lang.Throwable
java.lang.Throwablepublic MethodInfo getBeginMethodInfo() throws java.lang.Throwable
java.lang.Throwablepublic NetObject GetCustomAttribute(NetType type) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, MissingMethodException, TargetInvocationException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionpublic ICustomAttributeProvider getCustomAttributeProvider() throws java.lang.Throwable
java.lang.Throwablepublic NetObject[] GetCustomAttributes(NetType type) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, MissingMethodException, TargetInvocationException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, FormatException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionFormatExceptionpublic NetType getDeclaringType() throws java.lang.Throwable
java.lang.Throwablepublic MethodInfo getEndMethodInfo() throws java.lang.Throwable
java.lang.Throwablepublic final ParameterInfo[] getInParameters() throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsAsync()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsVoid()
throws java.lang.Throwable
java.lang.Throwablepublic 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 MethodInfo getMethodInfo() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getName()
throws java.lang.Throwable
java.lang.Throwablepublic final ParameterInfo[] getOutParameters() throws java.lang.Throwable
java.lang.Throwablepublic final ParameterInfo[] getParameters() throws java.lang.Throwable
java.lang.Throwablepublic NetType getReturnType() throws java.lang.Throwable
java.lang.Throwablepublic ICustomAttributeProvider getReturnTypeCustomAttributeProvider() throws java.lang.Throwable
java.lang.Throwablepublic NetObject[] Invoke(NetObject target, NetObject[] values) throws java.lang.Throwable
java.lang.Throwablepublic static boolean IsBeginMethod(MethodInfo methodInfo) throws java.lang.Throwable, NotImplementedException, InvalidOperationException, ArgumentNullException, ArgumentException, TypeLoadException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException
public static boolean IsEndMethod(MethodInfo methodInfo) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, TypeLoadException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException
public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObject