Main Method

Neo Persistable Class

neo-persistibleclasses

NPCdApp..::..Main Method

Main entry point for the NPCaPP dApp

Namespace:  NeoPersistableClass
Assembly:  NPCdApp (in NPCdApp.dll)

Syntax


public static Object Main(
	string operation,
	params Object[] args
)
Public Shared Function Main ( _
	operation As String, _
	ParamArray args As Object() _
) As Object
public:
static Object^ Main(
	String^ operation, 
	... array<Object^>^ args
)

Parameters

operation
Type: String
operation
args
Type: array<Object>[]()[][]
arguments

Return Value

object