New Method (String, Int32, Int32, Int32, Byte[])

Neo Persistable Class

neo-persistibleclasses

NeoVersionedAppUser..::..New Method (String, Int32, Int32, Int32, array<Byte>[]()[][])

News the specified application.

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

Syntax


public static NeoVersionedAppUser New(
	string app,
	int major,
	int minor,
	int build,
	byte[] userScriptHash
)
Public Shared Function New ( _
	app As String, _
	major As Integer, _
	minor As Integer, _
	build As Integer, _
	userScriptHash As Byte() _
) As NeoVersionedAppUser
public:
static NeoVersionedAppUser^ New(
	String^ app, 
	int^ major, 
	int^ minor, 
	int^ build, 
	array<unsigned char^>^ userScriptHash
)

Parameters

app
Type: String
application
major
Type: Int32
major
minor
Type: Int32
minor
build
Type: Int32
build
userScriptHash
Type: array<Byte>[]()[][]
userScriptHash

Return Value

NeoVersionedAppUser