Interface IAppletStub
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/applet/AppletStub.html
public interface IAppletStub
Properties
AppletContext
AppletContext AppletContext { get; }
Property Value
CodeBase
URL CodeBase { get; }
Property Value
DocumentBase
URL DocumentBase { get; }
Property Value
Methods
AppletResize(int, int)
void AppletResize(int arg0, int arg1)
Parameters
GetParameter(String)
https://docs.oracle.com/javase/8/docs/api/java/applet/AppletStub.html#getParameter-java.lang.String-
String GetParameter(String arg0)
Parameters
Returns
IsActive()
bool IsActive()