public class RegexCompilationInfo extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Text.RegularExpressions.RegexCompilationInfo
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.Text.RegularExpressions, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Text.RegularExpressions
|
static java.lang.String |
className
Qualified class name: System.Text.RegularExpressions.RegexCompilationInfo
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
RegexCompilationInfo() |
RegexCompilationInfo(java.lang.Object instance)
Internal constructor.
|
RegexCompilationInfo(java.lang.String pattern,
RegexOptions options,
java.lang.String name,
java.lang.String fullnamespace,
boolean ispublic) |
RegexCompilationInfo(java.lang.String pattern,
RegexOptions options,
java.lang.String name,
java.lang.String fullnamespace,
boolean ispublic,
TimeSpan matchTimeout) |
| Modifier and Type | Method and Description |
|---|---|
static RegexCompilationInfo |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into RegexCompilationInfo, a cast assert is made to check if types are compatible. |
boolean |
getIsPublic() |
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
|
TimeSpan |
getMatchTimeout() |
java.lang.String |
getName() |
java.lang.String |
getNamespace() |
RegexOptions |
getOptions() |
java.lang.String |
getPattern() |
void |
setIsPublic(boolean IsPublic) |
void |
setJCOInstance(JCObject instance) |
void |
setMatchTimeout(TimeSpan MatchTimeout) |
void |
setName(java.lang.String Name) |
void |
setNamespace(java.lang.String Namespace) |
void |
setOptions(RegexOptions Options) |
void |
setPattern(java.lang.String Pattern) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public RegexCompilationInfo()
throws java.lang.Throwable
java.lang.Throwablepublic RegexCompilationInfo(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic RegexCompilationInfo(java.lang.String pattern,
RegexOptions options,
java.lang.String name,
java.lang.String fullnamespace,
boolean ispublic)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionpublic RegexCompilationInfo(java.lang.String pattern,
RegexOptions options,
java.lang.String name,
java.lang.String fullnamespace,
boolean ispublic,
TimeSpan matchTimeout)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionpublic static RegexCompilationInfo cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into RegexCompilationInfo, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedRegexCompilationInfo instancejava.lang.Throwable - in case of error during cast operationpublic boolean getIsPublic()
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 TimeSpan getMatchTimeout() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getName()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getNamespace()
throws java.lang.Throwable
java.lang.Throwablepublic RegexOptions getOptions() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getPattern()
throws java.lang.Throwable
java.lang.Throwablepublic void setIsPublic(boolean IsPublic)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setMatchTimeout(TimeSpan MatchTimeout) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
public void setName(java.lang.String Name)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentNullException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionpublic void setNamespace(java.lang.String Namespace)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException
public void setOptions(RegexOptions Options) throws java.lang.Throwable
java.lang.Throwablepublic void setPattern(java.lang.String Pattern)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException