Table of Contents

Class KNetConnectStandalone

Namespace
MASES.KNet.Connect
Assembly
MASES.KNet.dll

Class managing KNetConnectStandalone

public class KNetConnectStandalone : JVMBridgeMainExtensible<KNetConnectStandalone>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IJVMBridgeMain
Inheritance
KNetConnectStandalone
Implements
Inherited Members

Constructors

KNetConnectStandalone()

Initialize a new KNetConnectStandalone

public KNetConnectStandalone()

KNetConnectStandalone(IJVMBridgeBaseInitializer)

Initializer used internally

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public KNetConnectStandalone(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

An instance of IJVMBridgeBaseInitializer

Remarks

Shall be available in any class inherited from JVMBridgeBase

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string