Package microsoft.visualbasic
Class Information
- java.lang.Object
- 
- org.mases.jcobridge.netreflection.NetObject
- 
- microsoft.visualbasic.Information
 
 
- 
- All Implemented Interfaces:
- IJCOBridgeReflected
 
 public class Information extends NetObject The base .NET class managing Microsoft.VisualBasic.Information, Microsoft.VisualBasic.Core, Version=13.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.VisualBasic.Information Powered by JCOBridge: more info at https://www.jcobridge.com - Author:
- MASES s.r.l https://masesgroup.com
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: Microsoft.VisualBasic.Core, Version=13.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: Microsoft.VisualBasic.Corestatic java.lang.StringclassNameQualified class name: Microsoft.VisualBasic.Informationstatic JCTypeclassTypeThe type managed from JCOBridge.
 - 
Constructor SummaryConstructors Constructor Description Information()Information(java.lang.Object instance)Internal constructor.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Informationcast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoInformation, a cast assert is made to check if types are compatible.static intErl()static ErrObjectErr()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class Typestatic booleanIsArray(NetObject VarName)static booleanIsDate(NetObject Expression)static booleanIsDBNull(NetObject Expression)static booleanIsError(NetObject Expression)static booleanIsNothing(NetObject Expression)static booleanIsNumeric(NetObject Expression)static booleanIsReference(NetObject Expression)static intLBound(Array Array, int Rank)static intQBColor(int Color)static intRGB(int Red, int Green, int Blue)voidsetJCOInstance(JCObject instance)static java.lang.StringSystemTypeName(java.lang.String VbName)static java.lang.StringTypeName(NetObject VarName)static intUBound(Array Array, int Rank)static VariantTypeVarType(NetObject VarName)static java.lang.StringVbTypeName(java.lang.String UrtName)
 
- 
- 
- 
Field Detail- 
assemblyFullNamepublic static final java.lang.String assemblyFullName Fully assembly qualified name: Microsoft.VisualBasic.Core, Version=13.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
 
 - 
assemblyShortNamepublic static final java.lang.String assemblyShortName Assembly name: Microsoft.VisualBasic.Core- See Also:
- Constant Field Values
 
 - 
classNamepublic static final java.lang.String className Qualified class name: Microsoft.VisualBasic.Information- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getJCOAssemblyNamepublic java.lang.String getJCOAssemblyName() Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
- getJCOAssemblyNamein interface- IJCOBridgeReflected
- Overrides:
- getJCOAssemblyNamein class- NetObject
- Returns:
- A Stringrepresenting the Fullname of reflected Assembly
 
 - 
getJCOClassNamepublic java.lang.String getJCOClassName() Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
- getJCOClassNamein interface- IJCOBridgeReflected
- Overrides:
- getJCOClassNamein class- NetObject
- Returns:
- A Stringrepresenting the Fullname of reflected Class
 
 - 
getJCOObjectNamepublic java.lang.String getJCOObjectName() Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
- getJCOObjectNamein interface- IJCOBridgeReflected
- Overrides:
- getJCOObjectNamein class- NetObject
- Returns:
- A Stringrepresenting the name used to allocated the object in CLR context
 
 - 
getJCOInstancepublic java.lang.Object getJCOInstance() Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
- getJCOInstancein interface- IJCOBridgeReflected
- Overrides:
- getJCOInstancein class- NetObject
- Returns:
- An Objectrepresenting the CLR instance of the instantiated Class
 
 - 
setJCOInstancepublic void setJCOInstance(JCObject instance) - Overrides:
- setJCOInstancein class- NetObject
 
 - 
getJCOTypepublic JCType getJCOType() Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
- getJCOTypein interface- IJCOBridgeReflected
- Overrides:
- getJCOTypein class- NetObject
- Returns:
- A JCTyperepresenting the CLR Type of the instantiated Class
 
 - 
castpublic static Information cast(IJCOBridgeReflected from) throws java.lang.Throwable Try to cast theIJCOBridgeReflectedinstance intoInformation, a cast assert is made to check if types are compatible.- Parameters:
- from-- IJCOBridgeReflectedinstance to be casted
- Returns:
- Informationinstance
- Throws:
- java.lang.Throwable- in case of error during cast operation
 
 - 
IsArraypublic static boolean IsArray(NetObject VarName) throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
IsDatepublic static boolean IsDate(NetObject Expression) throws java.lang.Throwable, CultureNotFoundException, PlatformNotSupportedException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, OverflowException, NotSupportedException 
 - 
IsDBNullpublic static boolean IsDBNull(NetObject Expression) throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
IsErrorpublic static boolean IsError(NetObject Expression) throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
IsNothingpublic static boolean IsNothing(NetObject Expression) throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
IsNumericpublic static boolean IsNumeric(NetObject Expression) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, CultureNotFoundException, ArgumentNullException, FormatException, OverflowException, OutOfMemoryException, ArrayTypeMismatchException - Throws:
- java.lang.Throwable
- ArgumentException
- NotSupportedException
- InvalidOperationException
- ArgumentOutOfRangeException
- IndexOutOfRangeException
- PlatformNotSupportedException
- CultureNotFoundException
- ArgumentNullException
- FormatException
- OverflowException
- OutOfMemoryException
- ArrayTypeMismatchException
 
 - 
IsReferencepublic static boolean IsReference(NetObject Expression) throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
Erlpublic static int Erl() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException- Throws:
- java.lang.Throwable
- ArgumentOutOfRangeException
- ArgumentException
- InvalidOperationException
- PlatformNotSupportedException
- IndexOutOfRangeException
 
 - 
LBoundpublic static int LBound(Array Array, int Rank) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, FormatException, RankException - Throws:
- java.lang.Throwable
- ArgumentException
- ArgumentOutOfRangeException
- ArgumentNullException
- InvalidOperationException
- PlatformNotSupportedException
- ArrayTypeMismatchException
- NotSupportedException
- CultureNotFoundException
- ObjectDisposedException
- OutOfMemoryException
- FormatException
- RankException
 
 - 
QBColorpublic static int QBColor(int Color) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, ExternalException
 - 
RGBpublic static int RGB(int Red, int Green, int Blue) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, ExternalException
 - 
UBoundpublic static int UBound(Array Array, int Rank) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, FormatException, RankException, IndexOutOfRangeException - Throws:
- java.lang.Throwable
- ArgumentException
- ArgumentOutOfRangeException
- ArgumentNullException
- InvalidOperationException
- PlatformNotSupportedException
- ArrayTypeMismatchException
- NotSupportedException
- CultureNotFoundException
- ObjectDisposedException
- OutOfMemoryException
- FormatException
- RankException
- IndexOutOfRangeException
 
 - 
Errpublic static ErrObject Err() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException - Throws:
- java.lang.Throwable
- ArgumentOutOfRangeException
- ArgumentException
- InvalidOperationException
- PlatformNotSupportedException
- IndexOutOfRangeException
 
 - 
VarTypepublic static VariantType VarType(NetObject VarName) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException - Throws:
- java.lang.Throwable
- NotSupportedException
- ArgumentException
- ArgumentNullException
 
 - 
SystemTypeNamepublic static java.lang.String SystemTypeName(java.lang.String VbName) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, CultureNotFoundException
 - 
TypeNamepublic static java.lang.String TypeName(NetObject VarName) throws java.lang.Throwable, NotSupportedException, ArgumentException, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, OutOfMemoryException, CultureNotFoundException, InvalidOperationException 
 - 
VbTypeNamepublic static java.lang.String VbTypeName(java.lang.String UrtName) throws java.lang.Throwable, NotSupportedException, ArgumentException, IndexOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, FormatException
 
- 
 
-