public class ProcessStartInfo extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Diagnostics.ProcessStartInfo
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Diagnostics.Process, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Diagnostics.Process
|
static java.lang.String |
className
Qualified class name: System.Diagnostics.ProcessStartInfo
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ProcessStartInfo() |
ProcessStartInfo(java.lang.Object instance)
Internal constructor.
|
ProcessStartInfo(java.lang.String fileName) |
ProcessStartInfo(java.lang.String fileName,
java.lang.String arguments) |
| Modifier and Type | Method and Description |
|---|---|
static ProcessStartInfo |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ProcessStartInfo, a cast assert is made to check if types are compatible. |
java.lang.String |
getArguments() |
boolean |
getCreateNoWindow() |
java.lang.String |
getDomain() |
StringDictionary |
getEnvironmentVariables() |
boolean |
getErrorDialog() |
java.lang.String |
getFileName() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
boolean |
getLoadUserProfile() |
SecureString |
getPassword() |
java.lang.String |
getPasswordInClearText() |
boolean |
getRedirectStandardError() |
boolean |
getRedirectStandardInput() |
boolean |
getRedirectStandardOutput() |
Encoding |
getStandardErrorEncoding() |
Encoding |
getStandardInputEncoding() |
Encoding |
getStandardOutputEncoding() |
boolean |
getUseCredentialsForNetworkingOnly() |
java.lang.String |
getUserName() |
boolean |
getUseShellExecute() |
java.lang.String |
getVerb() |
java.lang.String[] |
getVerbs() |
ProcessWindowStyle |
getWindowStyle() |
java.lang.String |
getWorkingDirectory() |
void |
setArguments(java.lang.String Arguments) |
void |
setCreateNoWindow(boolean CreateNoWindow) |
void |
setDomain(java.lang.String Domain) |
void |
setErrorDialog(boolean ErrorDialog) |
void |
setFileName(java.lang.String FileName) |
void |
setJCOInstance(JCObject instance) |
void |
setLoadUserProfile(boolean LoadUserProfile) |
void |
setPassword(SecureString Password) |
void |
setPasswordInClearText(java.lang.String PasswordInClearText) |
void |
setRedirectStandardError(boolean RedirectStandardError) |
void |
setRedirectStandardInput(boolean RedirectStandardInput) |
void |
setRedirectStandardOutput(boolean RedirectStandardOutput) |
void |
setStandardErrorEncoding(Encoding StandardErrorEncoding) |
void |
setStandardInputEncoding(Encoding StandardInputEncoding) |
void |
setStandardOutputEncoding(Encoding StandardOutputEncoding) |
void |
setUseCredentialsForNetworkingOnly(boolean UseCredentialsForNetworkingOnly) |
void |
setUserName(java.lang.String UserName) |
void |
setUseShellExecute(boolean UseShellExecute) |
void |
setVerb(java.lang.String Verb) |
void |
setWindowStyle(ProcessWindowStyle WindowStyle) |
void |
setWorkingDirectory(java.lang.String WorkingDirectory) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ProcessStartInfo()
throws java.lang.Throwable
java.lang.Throwablepublic ProcessStartInfo(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic ProcessStartInfo(java.lang.String fileName)
throws java.lang.Throwable
java.lang.Throwablepublic ProcessStartInfo(java.lang.String fileName,
java.lang.String arguments)
throws java.lang.Throwable
java.lang.Throwablepublic static ProcessStartInfo cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ProcessStartInfo, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedProcessStartInfo instancejava.lang.Throwable - in case of error during cast operationpublic java.lang.String getArguments()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getCreateNoWindow()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getDomain()
throws java.lang.Throwable
java.lang.Throwablepublic StringDictionary getEnvironmentVariables() throws java.lang.Throwable, PlatformNotSupportedException, OutOfMemoryException, ArgumentOutOfRangeException, ArgumentException, NotSupportedException, IndexOutOfRangeException, InvalidOperationException, ArgumentNullException, RankException, ArrayTypeMismatchException
public boolean getErrorDialog()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getFileName()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic boolean getLoadUserProfile()
throws java.lang.Throwable
java.lang.Throwablepublic SecureString getPassword() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getPasswordInClearText()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getRedirectStandardError()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getRedirectStandardInput()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getRedirectStandardOutput()
throws java.lang.Throwable
java.lang.Throwablepublic Encoding getStandardErrorEncoding() throws java.lang.Throwable
java.lang.Throwablepublic Encoding getStandardInputEncoding() throws java.lang.Throwable
java.lang.Throwablepublic Encoding getStandardOutputEncoding() throws java.lang.Throwable
java.lang.Throwablepublic boolean getUseCredentialsForNetworkingOnly()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getUserName()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getUseShellExecute()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getVerb()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String[] getVerbs()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
IndexOutOfRangeException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
ObjectDisposedException,
ArrayTypeMismatchException,
OutOfMemoryException,
ArgumentNullException,
RankException,
InvalidCastException,
MissingMethodException,
TargetInvocationException,
SecurityException,
IOException,
UnauthorizedAccessException,
InvalidOperationException,
FormatException,
CultureNotFoundException,
NullReferenceException,
ExternalException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionArgumentNullExceptionRankExceptionInvalidCastExceptionMissingMethodExceptionTargetInvocationExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionInvalidOperationExceptionFormatExceptionCultureNotFoundExceptionNullReferenceExceptionExternalExceptionpublic ProcessWindowStyle getWindowStyle() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getWorkingDirectory()
throws java.lang.Throwable
java.lang.Throwablepublic void setArguments(java.lang.String Arguments)
throws java.lang.Throwable
java.lang.Throwablepublic void setCreateNoWindow(boolean CreateNoWindow)
throws java.lang.Throwable
java.lang.Throwablepublic void setDomain(java.lang.String Domain)
throws java.lang.Throwable
java.lang.Throwablepublic void setErrorDialog(boolean ErrorDialog)
throws java.lang.Throwable
java.lang.Throwablepublic void setFileName(java.lang.String FileName)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setLoadUserProfile(boolean LoadUserProfile)
throws java.lang.Throwable
java.lang.Throwablepublic void setPassword(SecureString Password) throws java.lang.Throwable
java.lang.Throwablepublic void setPasswordInClearText(java.lang.String PasswordInClearText)
throws java.lang.Throwable
java.lang.Throwablepublic void setRedirectStandardError(boolean RedirectStandardError)
throws java.lang.Throwable
java.lang.Throwablepublic void setRedirectStandardInput(boolean RedirectStandardInput)
throws java.lang.Throwable
java.lang.Throwablepublic void setRedirectStandardOutput(boolean RedirectStandardOutput)
throws java.lang.Throwable
java.lang.Throwablepublic void setStandardErrorEncoding(Encoding StandardErrorEncoding) throws java.lang.Throwable
java.lang.Throwablepublic void setStandardInputEncoding(Encoding StandardInputEncoding) throws java.lang.Throwable
java.lang.Throwablepublic void setStandardOutputEncoding(Encoding StandardOutputEncoding) throws java.lang.Throwable
java.lang.Throwablepublic void setUseCredentialsForNetworkingOnly(boolean UseCredentialsForNetworkingOnly)
throws java.lang.Throwable
java.lang.Throwablepublic void setUserName(java.lang.String UserName)
throws java.lang.Throwable
java.lang.Throwablepublic void setUseShellExecute(boolean UseShellExecute)
throws java.lang.Throwable
java.lang.Throwablepublic void setVerb(java.lang.String Verb)
throws java.lang.Throwable
java.lang.Throwablepublic void setWindowStyle(ProcessWindowStyle WindowStyle) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionpublic void setWorkingDirectory(java.lang.String WorkingDirectory)
throws java.lang.Throwable
java.lang.Throwable