Table of Contents

Class IIOServiceProvider

Namespace
Javax.Imageio.Spi
Assembly
MASES.JNet.dll
public class IIOServiceProvider : RegisterableService, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IRegisterableService
Inheritance
IIOServiceProvider
Implements
Derived
Extension Methods

Constructors

IIOServiceProvider()

public IIOServiceProvider()

IIOServiceProvider(String, String)

public IIOServiceProvider(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

IIOServiceProvider(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 IIOServiceProvider(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

VendorName

public String VendorName { get; }

Property Value

String

Version

public String Version { get; }

Property Value

String

Methods

CreatePoolableInstance()

HPA initializer for IIOServiceProvider()

public static IIOServiceProvider CreatePoolableInstance()

Returns

IIOServiceProvider

CreatePoolableInstance(String, String)

HPA initializer for IIOServiceProvider(Java.Lang.String arg0, Java.Lang.String arg1)

public static IIOServiceProvider CreatePoolableInstance(String arg0, String arg1)

Parameters

arg0 String
arg1 String

Returns

IIOServiceProvider

GetDescription(Locale)

public String GetDescription(Locale arg0)

Parameters

arg0 Locale

Locale

Returns

String

String

OnDeregistration(ServiceRegistry, Class)

public void OnDeregistration(ServiceRegistry arg0, Class arg1)

Parameters

arg0 ServiceRegistry

ServiceRegistry

arg1 Class

Class

OnRegistration(ServiceRegistry, Class)

public void OnRegistration(ServiceRegistry arg0, Class arg1)

Parameters

arg0 ServiceRegistry

ServiceRegistry

arg1 Class

Class