Class XamlDeferLoadAttribute

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        See Also:
        Constant Field Values
      • assemblyShortName

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

        public static final java.lang.String className
        Qualified class name: System.Windows.Markup.XamlDeferLoadAttribute
        See Also:
        Constant Field Values
      • classType

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

      • XamlDeferLoadAttribute

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

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

        public XamlDeferLoadAttribute​(java.lang.String loaderType,
                                      java.lang.String contentType)
                               throws java.lang.Throwable,
                                      ArgumentNullException
        Throws:
        java.lang.Throwable
        ArgumentNullException
    • Method Detail

      • setJCOInstance

        public void setJCOInstance​(org.mases.jcobridge.JCObject instance)
        Overrides:
        setJCOInstance in class Attribute
      • getContentTypeName

        public java.lang.String getContentTypeName()
                                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getLoaderTypeName

        public java.lang.String getLoaderTypeName()
                                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getContentType

        public NetType getContentType()
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setContentType

        public void setContentType​(NetType ContentType)
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getLoaderType

        public NetType getLoaderType()
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setLoaderType

        public void setLoaderType​(NetType LoaderType)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable