Package microsoft.build.utilities
Class ToolLocationHelper
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- microsoft.build.utilities.ToolLocationHelper
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class ToolLocationHelper extends NetObject
The base .NET class managing Microsoft.Build.Utilities.ToolLocationHelper, Microsoft.Build.Utilities.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.Build.Utilities.ToolLocationHelper
Powered by JCOBridge: more info at https://www.jcobridge.com
- Version:
- 1.14.3.0
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static String
assemblyFullName
Fully assembly qualified name: Microsoft.Build.Utilities.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic String
assemblyShortName
Assembly name: Microsoft.Build.Utilities.v4.0static String
className
Qualified class name: Microsoft.Build.Utilities.ToolLocationHelperstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ToolLocationHelper()
ToolLocationHelper(Object instance)
Internal constructor.
-
Method Summary
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toObjectFromArray, toObjectFromArray, toString, ToString, translateException
-
-
-
-
Field Detail
-
assemblyFullName
public static final String assemblyFullName
Fully assembly qualified name: Microsoft.Build.Utilities.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final String assemblyShortName
Assembly name: Microsoft.Build.Utilities.v4.0- See Also:
- Constant Field Values
-
className
public static final String className
Qualified class name: Microsoft.Build.Utilities.ToolLocationHelper- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static ToolLocationHelper cast(IJCOBridgeReflected from) throws Throwable
Try to cast theIJCOBridgeReflected
instance intoToolLocationHelper
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
ToolLocationHelper
instance- Throws:
Throwable
- in case of error during cast operation
-
HighestVersionOfTargetFrameworkIdentifier
public static FrameworkName HighestVersionOfTargetFrameworkIdentifier(String targetFrameworkRootDirectory, String frameworkIdentifier) throws Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException, OutOfMemoryException, ObjectDisposedException, AbandonedMutexException, CultureNotFoundException, NotSupportedException, NotImplementedException, NullReferenceException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, FormatException, OverflowException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentException
OutOfMemoryException
ObjectDisposedException
AbandonedMutexException
CultureNotFoundException
NotSupportedException
NotImplementedException
NullReferenceException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
FormatException
OverflowException
-
GetDisplayNameForTargetFrameworkDirectory
public static String GetDisplayNameForTargetFrameworkDirectory(String targetFrameworkDirectory, FrameworkName frameworkName) throws Throwable, ArgumentException, ArgumentNullException, PathTooLongException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, NotSupportedException, InvalidOperationException, NotImplementedException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, MissingManifestResourceException
- Throws:
Throwable
ArgumentException
ArgumentNullException
PathTooLongException
ArgumentOutOfRangeException
IndexOutOfRangeException
FormatException
NotSupportedException
InvalidOperationException
NotImplementedException
ObjectDisposedException
SecurityException
UnauthorizedAccessException
IOException
MissingManifestResourceException
-
GetDotNetFrameworkRootRegistryKey
public static String GetDotNetFrameworkRootRegistryKey(TargetDotNetFrameworkVersion version) throws Throwable
- Throws:
Throwable
-
GetDotNetFrameworkSdkInstallKeyValue
public static String GetDotNetFrameworkSdkInstallKeyValue(TargetDotNetFrameworkVersion version) throws Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException
-
GetDotNetFrameworkSdkInstallKeyValue
public static String GetDotNetFrameworkSdkInstallKeyValue(TargetDotNetFrameworkVersion version, VisualStudioVersion visualStudioVersion) throws Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException
-
GetDotNetFrameworkSdkRootRegistryKey
public static String GetDotNetFrameworkSdkRootRegistryKey(TargetDotNetFrameworkVersion version) throws Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException
-
GetDotNetFrameworkSdkRootRegistryKey
public static String GetDotNetFrameworkSdkRootRegistryKey(TargetDotNetFrameworkVersion version, VisualStudioVersion visualStudioVersion) throws Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException
-
GetDotNetFrameworkVersionFolderPrefix
public static String GetDotNetFrameworkVersionFolderPrefix(TargetDotNetFrameworkVersion version) throws Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException
-
GetPathToDotNetFramework
public static String GetPathToDotNetFramework(TargetDotNetFrameworkVersion version) throws Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, ArgumentException, OutOfMemoryException, InvalidOperationException, SecurityException, UnauthorizedAccessException, IOException, CultureNotFoundException, NotSupportedException, NotImplementedException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, DriveNotFoundException, OperationCanceledException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentNullException
MissingManifestResourceException
ArgumentOutOfRangeException
ArgumentException
OutOfMemoryException
InvalidOperationException
SecurityException
UnauthorizedAccessException
IOException
CultureNotFoundException
NotSupportedException
NotImplementedException
PathTooLongException
FileNotFoundException
DirectoryNotFoundException
DriveNotFoundException
OperationCanceledException
-
GetPathToDotNetFramework
public static String GetPathToDotNetFramework(TargetDotNetFrameworkVersion version, DotNetFrameworkArchitecture architecture) throws Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, OutOfMemoryException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, NotSupportedException, NotImplementedException, PathTooLongException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentException
CultureNotFoundException
OutOfMemoryException
ObjectDisposedException
SecurityException
UnauthorizedAccessException
IOException
NotSupportedException
NotImplementedException
PathTooLongException
-
GetPathToDotNetFrameworkFile
public static String GetPathToDotNetFrameworkFile(String fileName, TargetDotNetFrameworkVersion version) throws Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, IOException, CultureNotFoundException, NotSupportedException, NotImplementedException, PathTooLongException
-
GetPathToDotNetFrameworkFile
public static String GetPathToDotNetFrameworkFile(String fileName, TargetDotNetFrameworkVersion version, DotNetFrameworkArchitecture architecture) throws Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, ArgumentException, OutOfMemoryException, InvalidOperationException, SecurityException, UnauthorizedAccessException, IOException, CultureNotFoundException, NotSupportedException, NotImplementedException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, DriveNotFoundException, OperationCanceledException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentNullException
MissingManifestResourceException
ArgumentOutOfRangeException
ArgumentException
OutOfMemoryException
InvalidOperationException
SecurityException
UnauthorizedAccessException
IOException
CultureNotFoundException
NotSupportedException
NotImplementedException
PathTooLongException
FileNotFoundException
DirectoryNotFoundException
DriveNotFoundException
OperationCanceledException
-
GetPathToDotNetFrameworkReferenceAssemblies
public static String GetPathToDotNetFrameworkReferenceAssemblies(TargetDotNetFrameworkVersion version) throws Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, CultureNotFoundException, InvalidOperationException, NotSupportedException, NotImplementedException, PathTooLongException, MissingManifestResourceException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
ObjectDisposedException
SecurityException
UnauthorizedAccessException
IOException
CultureNotFoundException
InvalidOperationException
NotSupportedException
NotImplementedException
PathTooLongException
MissingManifestResourceException
-
GetPathToDotNetFrameworkSdk
public static String GetPathToDotNetFrameworkSdk(TargetDotNetFrameworkVersion version) throws Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, MissingManifestResourceException, InvalidOperationException, NotSupportedException
-
GetPathToDotNetFrameworkSdk
public static String GetPathToDotNetFrameworkSdk(TargetDotNetFrameworkVersion version, VisualStudioVersion visualStudioVersion) throws Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, MissingManifestResourceException, InvalidOperationException, PathTooLongException, NotSupportedException
-
GetPathToDotNetFrameworkSdkFile
public static String GetPathToDotNetFrameworkSdkFile(String fileName, TargetDotNetFrameworkVersion version) throws Throwable, ArgumentException, SecurityException, UnauthorizedAccessException, IOException, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, NotSupportedException, InvalidOperationException, PlatformNotSupportedException, Win32Exception, ObjectDisposedException
-
GetPathToDotNetFrameworkSdkFile
public static String GetPathToDotNetFrameworkSdkFile(String fileName, TargetDotNetFrameworkVersion version, DotNetFrameworkArchitecture architecture) throws Throwable, ArgumentException, SecurityException, UnauthorizedAccessException, IOException, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, NotSupportedException, InvalidOperationException, PlatformNotSupportedException, Win32Exception, ObjectDisposedException
-
GetPathToDotNetFrameworkSdkFile
public static String GetPathToDotNetFrameworkSdkFile(String fileName, TargetDotNetFrameworkVersion version, VisualStudioVersion visualStudioVersion) throws Throwable, ArgumentException, ArgumentNullException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, NotSupportedException, InvalidOperationException, PlatformNotSupportedException, NullReferenceException, OutOfMemoryException, Win32Exception
- Throws:
Throwable
ArgumentException
ArgumentNullException
ObjectDisposedException
SecurityException
UnauthorizedAccessException
IOException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
NotSupportedException
InvalidOperationException
PlatformNotSupportedException
NullReferenceException
OutOfMemoryException
Win32Exception
-
GetPathToDotNetFrameworkSdkFile
public static String GetPathToDotNetFrameworkSdkFile(String fileName, TargetDotNetFrameworkVersion version, VisualStudioVersion visualStudioVersion, DotNetFrameworkArchitecture architecture) throws Throwable, ArgumentException, ArgumentNullException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, NotSupportedException, InvalidOperationException, PlatformNotSupportedException, NullReferenceException, OutOfMemoryException, Win32Exception
- Throws:
Throwable
ArgumentException
ArgumentNullException
ObjectDisposedException
SecurityException
UnauthorizedAccessException
IOException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
NotSupportedException
InvalidOperationException
PlatformNotSupportedException
NullReferenceException
OutOfMemoryException
Win32Exception
-
GetPathToStandardLibraries
public static String GetPathToStandardLibraries(String targetFrameworkIdentifier, String targetFrameworkVersion, String targetFrameworkProfile) throws Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, ArgumentException, ObjectDisposedException, CultureNotFoundException, InvalidOperationException, NotSupportedException, NotImplementedException
-
GetPathToStandardLibraries
public static String GetPathToStandardLibraries(String targetFrameworkIdentifier, String targetFrameworkVersion, String targetFrameworkProfile, String platformTarget) throws Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException, OutOfMemoryException, ObjectDisposedException, AbandonedMutexException, CultureNotFoundException, NotSupportedException, OverflowException, SecurityException, UnauthorizedAccessException, IOException, NotImplementedException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, DriveNotFoundException, OperationCanceledException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentException
OutOfMemoryException
ObjectDisposedException
AbandonedMutexException
CultureNotFoundException
NotSupportedException
OverflowException
SecurityException
UnauthorizedAccessException
IOException
NotImplementedException
PathTooLongException
FileNotFoundException
DirectoryNotFoundException
DriveNotFoundException
OperationCanceledException
-
GetPathToSystemFile
public static String GetPathToSystemFile(String fileName) throws Throwable, ArgumentNullException, ArgumentException, FormatException, NotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException
-
GetPathToWindowsSdk
public static String GetPathToWindowsSdk(TargetDotNetFrameworkVersion version, VisualStudioVersion visualStudioVersion) throws Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, MissingManifestResourceException, InvalidOperationException
-
GetPathToWindowsSdkFile
public static String GetPathToWindowsSdkFile(String fileName, TargetDotNetFrameworkVersion version, VisualStudioVersion visualStudioVersion) throws Throwable, ArgumentException, ArgumentNullException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, NotSupportedException, NullReferenceException, OutOfMemoryException, Win32Exception, PathTooLongException
- Throws:
Throwable
ArgumentException
ArgumentNullException
ObjectDisposedException
SecurityException
UnauthorizedAccessException
IOException
ArgumentOutOfRangeException
MissingManifestResourceException
InvalidOperationException
PlatformNotSupportedException
NotSupportedException
NullReferenceException
OutOfMemoryException
Win32Exception
PathTooLongException
-
GetPathToWindowsSdkFile
public static String GetPathToWindowsSdkFile(String fileName, TargetDotNetFrameworkVersion version, VisualStudioVersion visualStudioVersion, DotNetFrameworkArchitecture architecture) throws Throwable, ArgumentException, ArgumentNullException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, NotSupportedException, NullReferenceException, OutOfMemoryException, Win32Exception, PathTooLongException
- Throws:
Throwable
ArgumentException
ArgumentNullException
ObjectDisposedException
SecurityException
UnauthorizedAccessException
IOException
ArgumentOutOfRangeException
MissingManifestResourceException
InvalidOperationException
PlatformNotSupportedException
NotSupportedException
NullReferenceException
OutOfMemoryException
Win32Exception
PathTooLongException
-
GetPlatformExtensionSDKLocation
public static String GetPlatformExtensionSDKLocation(String sdkMoniker, String targetPlatformIdentifier, String targetPlatformVersion) throws Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException, FormatException, OverflowException, OutOfMemoryException, PlatformNotSupportedException, KeyNotFoundException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, CultureNotFoundException, NotSupportedException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentException
FormatException
OverflowException
OutOfMemoryException
PlatformNotSupportedException
KeyNotFoundException
ObjectDisposedException
SecurityException
UnauthorizedAccessException
IOException
CultureNotFoundException
NotSupportedException
-
GetPlatformExtensionSDKLocation
public static String GetPlatformExtensionSDKLocation(String sdkMoniker, String targetPlatformIdentifier, String targetPlatformVersion, String diskRoots, String registryRoot) throws Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException, FormatException, OverflowException, OutOfMemoryException, PathTooLongException, PlatformNotSupportedException, NotSupportedException, NullReferenceException, KeyNotFoundException, SecurityException, UnauthorizedAccessException, IOException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentNullException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentException
FormatException
OverflowException
OutOfMemoryException
PathTooLongException
PlatformNotSupportedException
NotSupportedException
NullReferenceException
KeyNotFoundException
SecurityException
UnauthorizedAccessException
IOException
-
GetPlatformExtensionSDKLocation
public static String GetPlatformExtensionSDKLocation(String sdkMoniker, String targetPlatformIdentifier, Version targetPlatformVersion) throws Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, ArgumentException, OutOfMemoryException, InvalidOperationException, PathTooLongException, PlatformNotSupportedException, NotSupportedException, NullReferenceException, KeyNotFoundException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentNullException
MissingManifestResourceException
ArgumentOutOfRangeException
ArgumentException
OutOfMemoryException
InvalidOperationException
PathTooLongException
PlatformNotSupportedException
NotSupportedException
NullReferenceException
KeyNotFoundException
ObjectDisposedException
SecurityException
UnauthorizedAccessException
IOException
-
GetPlatformExtensionSDKLocation
public static String GetPlatformExtensionSDKLocation(String sdkMoniker, String targetPlatformIdentifier, Version targetPlatformVersion, String[] diskRoots, String registryRoot) throws Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException, OutOfMemoryException, PathTooLongException, NotSupportedException, PlatformNotSupportedException, KeyNotFoundException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentException
OutOfMemoryException
PathTooLongException
NotSupportedException
PlatformNotSupportedException
KeyNotFoundException
ObjectDisposedException
SecurityException
UnauthorizedAccessException
IOException
-
GetPlatformExtensionSDKLocation
public static String GetPlatformExtensionSDKLocation(String dupParam0, String dupParam1, Version dupParam2, JCORefOut dupParam3, String dupParam4) throws Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException, OutOfMemoryException, PathTooLongException, NotSupportedException, PlatformNotSupportedException, KeyNotFoundException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentException
OutOfMemoryException
PathTooLongException
NotSupportedException
PlatformNotSupportedException
KeyNotFoundException
ObjectDisposedException
SecurityException
UnauthorizedAccessException
IOException
-
GetPlatformSDKLocation
public static String GetPlatformSDKLocation(String targetPlatformIdentifier, String targetPlatformVersion) throws Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException, FormatException, OverflowException, OutOfMemoryException, PlatformNotSupportedException, KeyNotFoundException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, CultureNotFoundException, NotSupportedException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentException
FormatException
OverflowException
OutOfMemoryException
PlatformNotSupportedException
KeyNotFoundException
ObjectDisposedException
SecurityException
UnauthorizedAccessException
IOException
CultureNotFoundException
NotSupportedException
-
GetPlatformSDKLocation
public static String GetPlatformSDKLocation(String targetPlatformIdentifier, String targetPlatformVersion, String diskRoots, String registryRoot) throws Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException, FormatException, OverflowException, OutOfMemoryException, PathTooLongException, PlatformNotSupportedException, NotSupportedException, NullReferenceException, KeyNotFoundException, SecurityException, UnauthorizedAccessException, IOException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentNullException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentException
FormatException
OverflowException
OutOfMemoryException
PathTooLongException
PlatformNotSupportedException
NotSupportedException
NullReferenceException
KeyNotFoundException
SecurityException
UnauthorizedAccessException
IOException
-
GetPlatformSDKLocation
public static String GetPlatformSDKLocation(String targetPlatformIdentifier, Version targetPlatformVersion) throws Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, ArgumentException, OutOfMemoryException, InvalidOperationException, PathTooLongException, PlatformNotSupportedException, NotSupportedException, NullReferenceException, KeyNotFoundException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentNullException
MissingManifestResourceException
ArgumentOutOfRangeException
ArgumentException
OutOfMemoryException
InvalidOperationException
PathTooLongException
PlatformNotSupportedException
NotSupportedException
NullReferenceException
KeyNotFoundException
ObjectDisposedException
SecurityException
UnauthorizedAccessException
IOException
-
GetPlatformSDKLocation
public static String GetPlatformSDKLocation(String targetPlatformIdentifier, Version targetPlatformVersion, String[] diskRoots, String registryRoot) throws Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException, OutOfMemoryException, PathTooLongException, NotSupportedException, PlatformNotSupportedException, KeyNotFoundException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, NotImplementedException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentException
OutOfMemoryException
PathTooLongException
NotSupportedException
PlatformNotSupportedException
KeyNotFoundException
ObjectDisposedException
SecurityException
UnauthorizedAccessException
IOException
NotImplementedException
-
GetPlatformSDKLocation
public static String GetPlatformSDKLocation(String dupParam0, Version dupParam1, JCORefOut dupParam2, String dupParam3) throws Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException, OutOfMemoryException, PathTooLongException, NotSupportedException, PlatformNotSupportedException, KeyNotFoundException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, NotImplementedException
- Throws:
Throwable
IndexOutOfRangeException
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentException
OutOfMemoryException
PathTooLongException
NotSupportedException
PlatformNotSupportedException
KeyNotFoundException
ObjectDisposedException
SecurityException
UnauthorizedAccessException
IOException
NotImplementedException
-
GetProgramFilesReferenceAssemblyRoot
public static String GetProgramFilesReferenceAssemblyRoot() throws Throwable
- Throws:
Throwable
-
ClearSDKStaticCache
public static void ClearSDKStaticCache() throws Throwable, ArgumentException
- Throws:
Throwable
ArgumentException
-
getPathToSystem
public static String getPathToSystem() throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, NullReferenceException, PlatformNotSupportedException
-
-