Visual Basic (Declaration) | |
---|---|
Public Function onPlgAddMethod( _ ByVal itemID As String, _ ByVal methodID As String, _ ByVal description As String, _ ByVal MethodHandle As Object, _ ByVal inputArguments() As plgArgumentDefinition, _ ByVal outputArguments() As plgArgumentDefinition, _ ByVal onCall As MethodCalledEventHandler _ ) As Integer |
C# | |
---|---|
public int onPlgAddMethod( string itemID, string methodID, string description, object MethodHandle, plgArgumentDefinition[] inputArguments, plgArgumentDefinition[] outputArguments, MethodCalledEventHandler onCall ) |
Parameters
- itemID
- methodID
- description
- MethodHandle
- inputArguments
- outputArguments
- onCall
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family