Package |
public class PackageConfig : ICloneable
The PackageConfig type exposes the following members.
| Name | Description | |
|---|---|---|
| Name | The package name. | |
| PlatformVersion | The required platform version. | |
| Version | The package version. |
| Name | Description | |
|---|---|---|
| Clone | Returns a copy of the PackageConfig. | |
| FromJsonString | Deserializes the PackageConfig from a JSON string, using the default options. | |
| ToJsonString | The current PackageConfig serialized into JSON (using the default options), in string form. | |
| ToString |
The string representation of the PackageConfig.
(Overrides ObjectToString) |
| Name | Description | |
|---|---|---|
| PackageConfigExtension |