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

Neo Persistable Class

neo-persistibleclasses

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

News the specified application.

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

Syntax


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

Parameters

app
Type: String
application
major
Type: Int32
major
minor
Type: Int32
minor
build
Type: Int32
build
userScriptHash
Type: array<Byte>[]()[][]
userScriptHash
className
Type: String
class name
index
Type: Int32
index
fieldName
Type: String
field name

Return Value

NeoStorageKey