public class Information extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.VisualBasic.Information
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: Microsoft.VisualBasic.Core, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: Microsoft.VisualBasic.Core
|
static java.lang.String |
className
Qualified class name: Microsoft.VisualBasic.Information
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
Information() |
Information(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static Information |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into Information, a cast assert is made to check if types are compatible. |
static int |
Erl() |
static ErrObject |
Err() |
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 boolean |
IsArray(NetObject VarName) |
static boolean |
IsDate(NetObject Expression) |
static boolean |
IsDBNull(NetObject Expression) |
static boolean |
IsError(NetObject Expression) |
static boolean |
IsNothing(NetObject Expression) |
static boolean |
IsNumeric(NetObject Expression) |
static boolean |
IsReference(NetObject Expression) |
static int |
LBound(Array Array,
int Rank) |
static int |
QBColor(int Color) |
static int |
RGB(int Red,
int Green,
int Blue) |
void |
setJCOInstance(JCObject instance) |
static java.lang.String |
SystemTypeName(java.lang.String VbName) |
static java.lang.String |
TypeName(NetObject VarName) |
static int |
UBound(Array Array,
int Rank) |
static VariantType |
VarType(NetObject VarName) |
static java.lang.String |
VbTypeName(java.lang.String UrtName) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public Information()
throws java.lang.Throwable
java.lang.Throwablepublic Information(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static Information cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into Information, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedInformation instancejava.lang.Throwable - in case of error during cast operationpublic static int Erl()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
ArgumentException,
IndexOutOfRangeException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionpublic static ErrObject Err() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionpublic 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 boolean IsArray(NetObject VarName) throws java.lang.Throwable
java.lang.Throwablepublic static boolean IsDate(NetObject Expression) throws java.lang.Throwable, CultureNotFoundException, PlatformNotSupportedException, NullReferenceException, NotSupportedException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException
public static boolean IsDBNull(NetObject Expression) throws java.lang.Throwable
java.lang.Throwablepublic static boolean IsError(NetObject Expression) throws java.lang.Throwable
java.lang.Throwablepublic static boolean IsNothing(NetObject Expression) throws java.lang.Throwable
java.lang.Throwablepublic static boolean IsNumeric(NetObject Expression) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, CultureNotFoundException, NullReferenceException, FormatException, OverflowException, OutOfMemoryException, ArgumentNullException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionCultureNotFoundExceptionNullReferenceExceptionFormatExceptionOverflowExceptionOutOfMemoryExceptionArgumentNullExceptionpublic static boolean IsReference(NetObject Expression) throws java.lang.Throwable
java.lang.Throwablepublic static int LBound(Array Array, int Rank) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, OutOfMemoryException, FormatException, RankException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionRankExceptionpublic static int QBColor(int Color)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
NotSupportedException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
OutOfMemoryException,
ExternalException
public static int RGB(int Red,
int Green,
int Blue)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
NotSupportedException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
OutOfMemoryException,
ExternalException
public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic static java.lang.String SystemTypeName(java.lang.String VbName)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
PlatformNotSupportedException,
ArgumentNullException,
CultureNotFoundException
public static java.lang.String TypeName(NetObject VarName) throws java.lang.Throwable, NotSupportedException, ArgumentException, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, CultureNotFoundException, InvalidOperationException, ArgumentNullException
public static int UBound(Array Array, int Rank) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, OutOfMemoryException, FormatException, RankException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionRankExceptionpublic static VariantType VarType(NetObject VarName) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionpublic static java.lang.String VbTypeName(java.lang.String UrtName)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
IndexOutOfRangeException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
FormatException