Class GeneratedRegexAttribute

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Text.RegularExpressions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Text.RegularExpressions
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Text.RegularExpressions.GeneratedRegexAttribute
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • GeneratedRegexAttribute

        public GeneratedRegexAttribute​(java.lang.Object instance)
                                throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • GeneratedRegexAttribute

        public GeneratedRegexAttribute()
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GeneratedRegexAttribute

        public GeneratedRegexAttribute​(java.lang.String pattern,
                                       RegexOptions options,
                                       int matchTimeoutMilliseconds,
                                       java.lang.String cultureName)
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GeneratedRegexAttribute

        public GeneratedRegexAttribute​(java.lang.String pattern,
                                       RegexOptions options,
                                       int matchTimeoutMilliseconds)
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GeneratedRegexAttribute

        public GeneratedRegexAttribute​(java.lang.String pattern,
                                       RegexOptions options,
                                       java.lang.String cultureName)
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GeneratedRegexAttribute

        public GeneratedRegexAttribute​(java.lang.String pattern,
                                       RegexOptions options)
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GeneratedRegexAttribute

        public GeneratedRegexAttribute​(java.lang.String pattern)
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable