CreateJavaEventInfo Method
Creates a JavaEventInfo with the given parameters.

C# Syntax

public static JavaEventInfo CreateJavaEventInfo( 
   string className,
   string eventId,
   params object[] args
)

Parameters

className
The name of the Java class representing the event to be activated.
eventId
The event ID number or the final field string that represents the event ID.
args
Any parameters of the event's constructor except for the source and EventID.

Return Value

A new instance of JavaEventInfo with the given parameters.