public final class NetFrameworkVersion extends ExpandableStringEnum<NetFrameworkVersion>
Modifier and Type | Field and Description |
---|---|
static NetFrameworkVersion |
V3_0
Static value v3.5 for NetFrameworkVersion.
|
static NetFrameworkVersion |
V4_6
Static value v4.6 for NetFrameworkVersion.
|
Constructor and Description |
---|
NetFrameworkVersion() |
Modifier and Type | Method and Description |
---|---|
static NetFrameworkVersion |
fromString(String name)
Finds or creates a .NET Framework version based on the name.
|
static Collection<NetFrameworkVersion> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final NetFrameworkVersion V3_0
public static final NetFrameworkVersion V4_6
public static NetFrameworkVersion fromString(String name)
name
- a namepublic static Collection<NetFrameworkVersion> values()
Copyright © 2019. All rights reserved.