Class Attributes.Name
public class Attributes.Name : JVMBridgeBase<Attributes.Name>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
Attributes.Name
- Implements
- Extension Methods
Constructors
Name(String)
public Name(String arg0)
Parameters
Name(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Name(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CLASS_PATH
public static Attributes.Name CLASS_PATH { get; set; }
Property Value
CONTENT_TYPE
public static Attributes.Name CONTENT_TYPE { get; set; }
Property Value
EXTENSION_INSTALLATION
[Obsolete("Deprecated in JVM")]
public static Attributes.Name EXTENSION_INSTALLATION { get; set; }
Property Value
EXTENSION_LIST
public static Attributes.Name EXTENSION_LIST { get; set; }
Property Value
EXTENSION_NAME
public static Attributes.Name EXTENSION_NAME { get; set; }
Property Value
IMPLEMENTATION_TITLE
public static Attributes.Name IMPLEMENTATION_TITLE { get; set; }
Property Value
IMPLEMENTATION_URL
[Obsolete("Deprecated in JVM")]
public static Attributes.Name IMPLEMENTATION_URL { get; set; }
Property Value
IMPLEMENTATION_VENDOR
public static Attributes.Name IMPLEMENTATION_VENDOR { get; set; }
Property Value
IMPLEMENTATION_VENDOR_ID
[Obsolete("Deprecated in JVM")]
public static Attributes.Name IMPLEMENTATION_VENDOR_ID { get; set; }
Property Value
IMPLEMENTATION_VERSION
public static Attributes.Name IMPLEMENTATION_VERSION { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
MAIN_CLASS
public static Attributes.Name MAIN_CLASS { get; set; }
Property Value
MANIFEST_VERSION
public static Attributes.Name MANIFEST_VERSION { get; set; }
Property Value
SEALED
public static Attributes.Name SEALED { get; set; }
Property Value
SIGNATURE_VERSION
public static Attributes.Name SIGNATURE_VERSION { get; set; }
Property Value
SPECIFICATION_TITLE
public static Attributes.Name SPECIFICATION_TITLE { get; set; }
Property Value
SPECIFICATION_VENDOR
public static Attributes.Name SPECIFICATION_VENDOR { get; set; }
Property Value
SPECIFICATION_VERSION
public static Attributes.Name SPECIFICATION_VERSION { get; set; }
Property Value
Methods
CreatePoolableInstance(String)
HPA initializer for Name(Java.Lang.String arg0)
public static Attributes.Name CreatePoolableInstance(String arg0)
Parameters
arg0String