Uses of Class
system.Version
-
-
Uses of Version in microsoft.build.utilities
Methods in microsoft.build.utilities that return Version Modifier and Type Method Description Version
AssemblyFoldersExInfo. getTargetFrameworkVersion()
Version
TargetPlatformSDK. getTargetPlatformVersion()
Methods in microsoft.build.utilities with parameters of type Version Modifier and Type Method Description static String
ToolLocationHelper. GetPlatformExtensionSDKLocation(String sdkMoniker, String targetPlatformIdentifier, Version targetPlatformVersion)
static String
ToolLocationHelper. GetPlatformExtensionSDKLocation(String sdkMoniker, String targetPlatformIdentifier, Version targetPlatformVersion, String[] diskRoots, String registryRoot)
static String
ToolLocationHelper. GetPlatformExtensionSDKLocation(String dupParam0, String dupParam1, Version dupParam2, JCORefOut dupParam3, String dupParam4)
static String
ToolLocationHelper. GetPlatformSDKLocation(String targetPlatformIdentifier, Version targetPlatformVersion)
static String
ToolLocationHelper. GetPlatformSDKLocation(String targetPlatformIdentifier, Version targetPlatformVersion, String[] diskRoots, String registryRoot)
static String
ToolLocationHelper. GetPlatformSDKLocation(String dupParam0, Version dupParam1, JCORefOut dupParam2, String dupParam3)
void
AssemblyFoldersExInfo. setTargetFrameworkVersion(Version TargetFrameworkVersion)
void
TargetPlatformSDK. setTargetPlatformVersion(Version TargetPlatformVersion)
Constructors in microsoft.build.utilities with parameters of type Version Constructor Description AssemblyFoldersExInfo(RegistryHive hive, RegistryView view, String registryKey, String directoryPath, Version targetFrameworkVersion)
TargetPlatformSDK(String targetPlatformIdentifier, Version targetPlatformVersion, String path)
-
Uses of Version in microsoft.visualbasic.applicationservices
Methods in microsoft.visualbasic.applicationservices that return Version Modifier and Type Method Description Version
AssemblyInfo. getVersion()
-
Uses of Version in system
Methods in system that return Version Modifier and Type Method Description static Version
Version. cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoVersion
, a cast assert is made to check if types are compatible.Version
ApplicationId. getVersion()
static Version
Environment. getVersion()
Version
OperatingSystem. getVersion()
static Version
Version. Parse(String input)
Methods in system with parameters of type Version Modifier and Type Method Description int
Version. CompareTo(Version value)
boolean
Version. Equals(Version obj)
Method parameters in system with type arguments of type Version Modifier and Type Method Description static boolean
Version. TryParse(String input, JCORefOut<Version> result)
Constructors in system with parameters of type Version Constructor Description ApplicationId(byte[] publicKeyToken, String name, Version version, String processorArchitecture, String culture)
OperatingSystem(PlatformID platform, Version version)
-
Uses of Version in system.activities
Methods in system.activities that return Version Modifier and Type Method Description Version
ActivityBuilder. getImplementationVersion()
Version
ActivityInstance. getImplementationVersion()
Version
DynamicActivity. getImplementationVersion()
static Version
WorkflowInspectionServices. GetImplementationVersion(Activity activity)
Version
WorkflowIdentity. getVersion()
Methods in system.activities with parameters of type Version Modifier and Type Method Description void
ActivityBuilder. setImplementationVersion(Version ImplementationVersion)
void
ActivityInstance. setImplementationVersion(Version ImplementationVersion)
void
DynamicActivity. setImplementationVersion(Version ImplementationVersion)
void
WorkflowIdentity. setVersion(Version Version)
Constructors in system.activities with parameters of type Version Constructor Description WorkflowIdentity(String name, Version version, String _package)
-
Uses of Version in system.deployment.application
Methods in system.deployment.application that return Version Modifier and Type Method Description Version
CheckForUpdateCompletedEventArgs. getAvailableVersion()
Version
UpdateCheckInfo. getAvailableVersion()
Version
ApplicationDeployment. getCurrentVersion()
Version
CheckForUpdateCompletedEventArgs. getMinimumRequiredVersion()
Version
UpdateCheckInfo. getMinimumRequiredVersion()
Version
ApplicationDeployment. getUpdatedVersion()
Version
GetManifestCompletedEventArgs. getVersion()
-
Uses of Version in system.net
Methods in system.net that return Version Modifier and Type Method Description Version
HttpListenerRequest. getProtocolVersion()
Version
HttpListenerResponse. getProtocolVersion()
Version
HttpWebRequest. getProtocolVersion()
Version
HttpWebResponse. getProtocolVersion()
Version
ServicePoint. getProtocolVersion()
Methods in system.net with parameters of type Version Modifier and Type Method Description void
HttpListenerResponse. setProtocolVersion(Version ProtocolVersion)
void
HttpWebRequest. setProtocolVersion(Version ProtocolVersion)
-
Uses of Version in system.net.http
Methods in system.net.http that return Version Modifier and Type Method Description Version
HttpRequestMessage. getVersion()
Version
HttpResponseMessage. getVersion()
Methods in system.net.http with parameters of type Version Modifier and Type Method Description void
HttpRequestMessage. setVersion(Version Version)
void
HttpResponseMessage. setVersion(Version Version)
-
Uses of Version in system.reflection
Methods in system.reflection that return Version Modifier and Type Method Description Version
AssemblyName. getVersion()
Methods in system.reflection with parameters of type Version Modifier and Type Method Description Assembly
Assembly. GetSatelliteAssembly(CultureInfo culture, Version version)
void
AssemblyName. setVersion(Version Version)
-
Uses of Version in system.reflection.emit
Methods in system.reflection.emit with parameters of type Version Modifier and Type Method Description Assembly
AssemblyBuilder. GetSatelliteAssembly(CultureInfo culture, Version version)
-
Uses of Version in system.runtime.interopservices
-
Uses of Version in system.runtime.versioning
Methods in system.runtime.versioning that return Version Modifier and Type Method Description Version
FrameworkName. getVersion()
Constructors in system.runtime.versioning with parameters of type Version Constructor Description FrameworkName(String identifier, Version version)
FrameworkName(String identifier, Version version, String profile)
-
Uses of Version in system.security.permissions
Methods in system.security.permissions that return Version Modifier and Type Method Description Version
StrongNameIdentityPermission. getVersion()
Methods in system.security.permissions with parameters of type Version Modifier and Type Method Description void
StrongNameIdentityPermission. setVersion(Version Version)
Constructors in system.security.permissions with parameters of type Version Constructor Description StrongNameIdentityPermission(StrongNamePublicKeyBlob blob, String name, Version version)
-
Uses of Version in system.security.policy
Methods in system.security.policy that return Version Modifier and Type Method Description Version
StrongName. getVersion()
Version
StrongNameMembershipCondition. getVersion()
Methods in system.security.policy with parameters of type Version Modifier and Type Method Description void
StrongNameMembershipCondition. setVersion(Version Version)
Constructors in system.security.policy with parameters of type Version Constructor Description StrongName(StrongNamePublicKeyBlob blob, String name, Version version)
StrongNameMembershipCondition(StrongNamePublicKeyBlob blob, String name, Version version)
-
Uses of Version in system.web
Methods in system.web that return Version Modifier and Type Method Description Version
HttpBrowserCapabilitiesBase. getClrVersion()
Version[]
HttpBrowserCapabilitiesBase. GetClrVersions()
Version[]
HttpBrowserCapabilitiesWrapper. GetClrVersions()
Version
HttpBrowserCapabilitiesBase. getEcmaScriptVersion()
static Version
HttpRuntime. getIISVersion()
Version
HttpBrowserCapabilitiesBase. getJScriptVersion()
Version
HttpBrowserCapabilitiesBase. getMSDomVersion()
static Version
HttpRuntime. getTargetFramework()
Version
HttpBrowserCapabilitiesBase. getW3CDomVersion()
-
Uses of Version in system.web.configuration
Methods in system.web.configuration that return Version Modifier and Type Method Description Version
HttpCapabilitiesBase. getClrVersion()
Version[]
HttpCapabilitiesBase. GetClrVersions()
Version
PagesSection. getControlRenderingCompatibilityVersion()
Version
HttpCapabilitiesBase. getEcmaScriptVersion()
Version
HttpCapabilitiesBase. getJScriptVersion()
Version
HttpCapabilitiesBase. getMSDomVersion()
Version
HttpRuntimeSection. getRequestValidationMode()
Version
HttpCapabilitiesBase. getW3CDomVersion()
Methods in system.web.configuration with parameters of type Version Modifier and Type Method Description void
PagesSection. setControlRenderingCompatibilityVersion(Version ControlRenderingCompatibilityVersion)
void
HttpRuntimeSection. setRequestValidationMode(Version RequestValidationMode)
-
Uses of Version in system.web.ui
Methods in system.web.ui that return Version Modifier and Type Method Description Version
Control. getRenderingCompatibility()
Methods in system.web.ui with parameters of type Version Modifier and Type Method Description void
Control. setRenderingCompatibility(Version RenderingCompatibility)
-
Uses of Version in system.windows.documents.serialization
Methods in system.windows.documents.serialization that return Version Modifier and Type Method Description Version
SerializerDescriptor. getAssemblyVersion()
Version
SerializerDescriptor. getWinFXVersion()
-
Uses of Version in system.windows.forms
Methods in system.windows.forms that return Version Modifier and Type Method Description Version
WebBrowser. getVersion()
static Version
FeatureSupport. GetVersionPresent(String featureClassName, String featureConstName)
Version
FeatureSupport. GetVersionPresent(NetObject feature)
Version
IFeatureSupport. GetVersionPresent(NetObject feature)
Version
IFeatureSupportImplementation. GetVersionPresent(NetObject feature)
Version
OSFeature. GetVersionPresent(NetObject feature)
Methods in system.windows.forms with parameters of type Version Modifier and Type Method Description static boolean
FeatureSupport. IsPresent(String featureClassName, String featureConstName, Version minimumVersion)
boolean
FeatureSupport. IsPresent(NetObject feature, Version minimumVersion)
boolean
IFeatureSupport. IsPresent(NetObject feature, Version minimumVersion)
boolean
IFeatureSupportImplementation. IsPresent(NetObject feature, Version minimumVersion)
-
Uses of Version in system.windows.media.imaging
Methods in system.windows.media.imaging that return Version Modifier and Type Method Description Version
BitmapCodecInfo. getSpecificationVersion()
Version
BitmapCodecInfo. getVersion()
-
Uses of Version in system.workflow.runtime.tracking
Methods in system.workflow.runtime.tracking that return Version Modifier and Type Method Description Version
TrackingProfile. getVersion()
Methods in system.workflow.runtime.tracking with parameters of type Version Modifier and Type Method Description void
TrackingProfile. setVersion(Version Version)
-