public class CmdLineError extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.JScript.CmdLineError
Powered by JCOBridge: more info at https://www.jcobridge.com
| Constructor and Description |
|---|
CmdLineError() |
CmdLineError(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToStringpublic static final java.lang.String assemblyFullName
public static CmdLineError AssemblyNotFound
public static final java.lang.String assemblyShortName
public static CmdLineError CannotCreateEngine
public static final java.lang.String className
public static CmdLineError CompilerConstant
public static CmdLineError DuplicateFileAsSourceAndAssembly
public static CmdLineError DuplicateResourceFile
public static CmdLineError DuplicateResourceName
public static CmdLineError DuplicateSourceFile
public static CmdLineError ErrorSavingCompiledState
public static CmdLineError IncompatibleTargets
public static CmdLineError InvalidAssembly
public static CmdLineError InvalidCharacters
public static CmdLineError InvalidCodePage
public static CmdLineError InvalidDefinition
public static CmdLineError InvalidForCompilerOptions
public static CmdLineError InvalidLocaleID
public static CmdLineError InvalidPlatform
public static CmdLineError InvalidSourceFile
public static CmdLineError InvalidTarget
public static CmdLineError InvalidVersion
public static CmdLineError InvalidWarningLevel
public static CmdLineError LAST
public static CmdLineError ManagedResourceNotFound
public static CmdLineError MissingDefineArgument
public static CmdLineError MissingExtension
public static CmdLineError MissingLibArgument
public static CmdLineError MissingReference
public static CmdLineError MissingVersionInfo
public static CmdLineError MultipleOutputNames
public static CmdLineError MultipleTargets
public static CmdLineError MultipleWin32Resources
public static CmdLineError NestedResponseFiles
public static CmdLineError NoCodePage
public static CmdLineError NoError
public static CmdLineError NoFileName
public static CmdLineError NoInputSourcesSpecified
public static CmdLineError NoLocaleID
public static CmdLineError NoWarningLevel
public static CmdLineError ResourceNotFound
public static CmdLineError SourceFileTooBig
public static CmdLineError SourceNotFound
public static CmdLineError UnknownOption
public static CmdLineError Unspecified
public CmdLineError()
public CmdLineError(java.lang.Object instance)
public 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 Class