Click or drag to resize

PackageVersionLoad Method

Loads a PackageVersion from the given path, using the default deserialization options.

Namespace: Demo3D.PackageManager
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public static PackageVersion Load(
	string path
)

Parameters

path  String
The path to load the PackageVersion from.

Return Value

PackageVersion
A PackageVersion loaded from the given path.
See Also