Package microsoft.build.tasks.hosting
Class ICscHostObject4Implementation
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- microsoft.build.tasks.hosting.ICscHostObject4Implementation
-
- All Implemented Interfaces:
ITaskHost
,ICscHostObject
,ICscHostObject2
,ICscHostObject3
,ICscHostObject4
,IJCOBridgeReflected
public class ICscHostObject4Implementation extends NetObject implements ICscHostObject4
The base .NET class managing Microsoft.Build.Tasks.Hosting.ICscHostObject4, Microsoft.Build.Tasks.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.Build.Tasks.Hosting.ICscHostObject4
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: Microsoft.Build.Tasks.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: Microsoft.Build.Tasks.v4.0static java.lang.String
className
Qualified class name: Microsoft.Build.Tasks.Hosting.ICscHostObject4static JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ICscHostObject4Implementation(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
BeginInitialization()
boolean
Compile()
boolean
EndInitialization(JCORefOut errorMessage, JCORefOut<java.util.concurrent.atomic.AtomicInteger> errorCode)
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typeboolean
IsDesignTime()
boolean
IsUpToDate()
boolean
SetAdditionalLibPaths(java.lang.String[] additionalLibPaths)
boolean
SetAdditionalLibPaths(JCORefOut dupParam0)
boolean
SetAddModules(java.lang.String[] addModules)
boolean
SetAddModules(JCORefOut dupParam0)
boolean
SetAllowUnsafeBlocks(boolean allowUnsafeBlocks)
boolean
SetApplicationConfiguration(java.lang.String applicationConfiguration)
boolean
SetBaseAddress(java.lang.String baseAddress)
boolean
SetCheckForOverflowUnderflow(boolean checkForOverflowUnderflow)
boolean
SetCodePage(int codePage)
boolean
SetDebugType(java.lang.String debugType)
boolean
SetDefineConstants(java.lang.String defineConstants)
boolean
SetDelaySign(boolean delaySignExplicitlySet, boolean delaySign)
boolean
SetDisabledWarnings(java.lang.String disabledWarnings)
boolean
SetDocumentationFile(java.lang.String documentationFile)
boolean
SetEmitDebugInformation(boolean emitDebugInformation)
boolean
SetErrorReport(java.lang.String errorReport)
boolean
SetFileAlignment(int fileAlignment)
boolean
SetGenerateFullPaths(boolean generateFullPaths)
boolean
SetHighEntropyVA(boolean highEntropyVA)
boolean
SetKeyContainer(java.lang.String keyContainer)
boolean
SetKeyFile(java.lang.String keyFile)
boolean
SetLangVersion(java.lang.String langVersion)
boolean
SetLinkResources(ITaskItem[] linkResources)
boolean
SetMainEntryPoint(java.lang.String targetType, java.lang.String mainEntryPoint)
boolean
SetModuleAssemblyName(java.lang.String moduleAssemblyName)
boolean
SetNoConfig(boolean noConfig)
boolean
SetNoStandardLib(boolean noStandardLib)
boolean
SetOptimize(boolean optimize)
boolean
SetOutputAssembly(java.lang.String outputAssembly)
boolean
SetPdbFile(java.lang.String pdbFile)
boolean
SetPlatform(java.lang.String platform)
boolean
SetPlatformWith32BitPreference(java.lang.String platformWith32BitPreference)
boolean
SetReferences(ITaskItem[] references)
boolean
SetResources(ITaskItem[] resources)
boolean
SetResponseFiles(ITaskItem[] responseFiles)
boolean
SetSources(ITaskItem[] sources)
boolean
SetSubsystemVersion(java.lang.String subsystemVersion)
boolean
SetTargetType(java.lang.String targetType)
boolean
SetTreatWarningsAsErrors(boolean treatWarningsAsErrors)
boolean
SetWarningLevel(int warningLevel)
boolean
SetWarningsAsErrors(java.lang.String warningsAsErrors)
boolean
SetWarningsNotAsErrors(java.lang.String warningsNotAsErrors)
boolean
SetWin32Icon(java.lang.String win32Icon)
boolean
SetWin32Manifest(java.lang.String win32Manifest)
boolean
SetWin32Resource(java.lang.String win32Resource)
static ICscHostObject4
ToICscHostObject4(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoICscHostObject4
, a cast assert is made to check if types are compatible.-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToString
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: Microsoft.Build.Tasks.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: Microsoft.Build.Tasks.v4.0- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: Microsoft.Build.Tasks.Hosting.ICscHostObject4- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceICscHostObject
- Specified by:
getJCOAssemblyName
in interfaceICscHostObject2
- Specified by:
getJCOAssemblyName
in interfaceICscHostObject3
- Specified by:
getJCOAssemblyName
in interfaceICscHostObject4
- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOAssemblyName
in interfaceITaskHost
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceICscHostObject
- Specified by:
getJCOClassName
in interfaceICscHostObject2
- Specified by:
getJCOClassName
in interfaceICscHostObject3
- Specified by:
getJCOClassName
in interfaceICscHostObject4
- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOClassName
in interfaceITaskHost
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceICscHostObject
- Specified by:
getJCOObjectName
in interfaceICscHostObject2
- Specified by:
getJCOObjectName
in interfaceICscHostObject3
- Specified by:
getJCOObjectName
in interfaceICscHostObject4
- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOObjectName
in interfaceITaskHost
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceICscHostObject
- Specified by:
getJCOInstance
in interfaceICscHostObject2
- Specified by:
getJCOInstance
in interfaceICscHostObject3
- Specified by:
getJCOInstance
in interfaceICscHostObject4
- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Specified by:
getJCOInstance
in interfaceITaskHost
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceICscHostObject
- Specified by:
getJCOType
in interfaceICscHostObject2
- Specified by:
getJCOType
in interfaceICscHostObject3
- Specified by:
getJCOType
in interfaceICscHostObject4
- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Specified by:
getJCOType
in interfaceITaskHost
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
ToICscHostObject4
public static ICscHostObject4 ToICscHostObject4(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoICscHostObject4
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
ICscHostObject4
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
Compile
public boolean Compile() throws java.lang.Throwable
- Specified by:
Compile
in interfaceICscHostObject
- Throws:
java.lang.Throwable
-
EndInitialization
public boolean EndInitialization(JCORefOut errorMessage, JCORefOut<java.util.concurrent.atomic.AtomicInteger> errorCode) throws java.lang.Throwable
- Specified by:
EndInitialization
in interfaceICscHostObject
- Throws:
java.lang.Throwable
-
IsDesignTime
public boolean IsDesignTime() throws java.lang.Throwable
- Specified by:
IsDesignTime
in interfaceICscHostObject
- Throws:
java.lang.Throwable
-
IsUpToDate
public boolean IsUpToDate() throws java.lang.Throwable
- Specified by:
IsUpToDate
in interfaceICscHostObject
- Throws:
java.lang.Throwable
-
SetAdditionalLibPaths
public boolean SetAdditionalLibPaths(java.lang.String[] additionalLibPaths) throws java.lang.Throwable
- Specified by:
SetAdditionalLibPaths
in interfaceICscHostObject
- Throws:
java.lang.Throwable
-
SetAdditionalLibPaths
public boolean SetAdditionalLibPaths(JCORefOut dupParam0) throws java.lang.Throwable
- Specified by:
SetAdditionalLibPaths
in interfaceICscHostObject
- Throws:
java.lang.Throwable
-
SetAddModules
public boolean SetAddModules(java.lang.String[] addModules) throws java.lang.Throwable
- Specified by:
SetAddModules
in interfaceICscHostObject
- Throws:
java.lang.Throwable
-
SetAddModules
public boolean SetAddModules(JCORefOut dupParam0) throws java.lang.Throwable
- Specified by:
SetAddModules
in interfaceICscHostObject
- Throws:
java.lang.Throwable
-
SetAllowUnsafeBlocks
public boolean SetAllowUnsafeBlocks(boolean allowUnsafeBlocks) throws java.lang.Throwable
- Specified by:
SetAllowUnsafeBlocks
in interfaceICscHostObject
- Throws:
java.lang.Throwable
-
SetApplicationConfiguration
public boolean SetApplicationConfiguration(java.lang.String applicationConfiguration) throws java.lang.Throwable
- Specified by:
SetApplicationConfiguration
in interfaceICscHostObject3
- Throws:
java.lang.Throwable
-
SetBaseAddress
public boolean SetBaseAddress(java.lang.String baseAddress) throws java.lang.Throwable
- Specified by:
SetBaseAddress
in interfaceICscHostObject
- Throws:
java.lang.Throwable
-
SetCheckForOverflowUnderflow
public boolean SetCheckForOverflowUnderflow(boolean checkForOverflowUnderflow) throws java.lang.Throwable
- Specified by:
SetCheckForOverflowUnderflow
in interfaceICscHostObject
- Throws:
java.lang.Throwable
-
SetCodePage
public boolean SetCodePage(int codePage) throws java.lang.Throwable
- Specified by:
SetCodePage
in interfaceICscHostObject
- Throws:
java.lang.Throwable
-
SetDebugType
public boolean SetDebugType(java.lang.String debugType) throws java.lang.Throwable
- Specified by:
SetDebugType
in interfaceICscHostObject
- Throws:
java.lang.Throwable
-
SetDefineConstants
public boolean SetDefineConstants(java.lang.String defineConstants) throws java.lang.Throwable
- Specified by:
SetDefineConstants
in interfaceICscHostObject
- Throws:
java.lang.Throwable
-
SetDelaySign
public boolean SetDelaySign(boolean delaySignExplicitlySet, boolean delaySign) throws java.lang.Throwable
- Specified by:
SetDelaySign
in interfaceICscHostObject
- Throws:
java.lang.Throwable
-
SetDisabledWarnings
public boolean SetDisabledWarnings(java.lang.String disabledWarnings) throws java.lang.Throwable
- Specified by:
SetDisabledWarnings
in interfaceICscHostObject
- Throws:
java.lang.Throwable
-
SetDocumentationFile
public boolean SetDocumentationFile(java.lang.String documentationFile) throws java.lang.Throwable
- Specified by:
SetDocumentationFile
in interfaceICscHostObject
- Throws:
java.lang.Throwable
-
SetEmitDebugInformation
public boolean SetEmitDebugInformation(boolean emitDebugInformation) throws java.lang.Throwable
- Specified by:
SetEmitDebugInformation
in interfaceICscHostObject
- Throws:
java.lang.Throwable
-
SetErrorReport
public boolean SetErrorReport(java.lang.String errorReport) throws java.lang.Throwable
- Specified by:
SetErrorReport
in interfaceICscHostObject
- Throws:
java.lang.Throwable
-
SetFileAlignment
public boolean SetFileAlignment(int fileAlignment) throws java.lang.Throwable
- Specified by:
SetFileAlignment
in interfaceICscHostObject
- Throws:
java.lang.Throwable
-
SetGenerateFullPaths
public boolean SetGenerateFullPaths(boolean generateFullPaths) throws java.lang.Throwable
- Specified by:
SetGenerateFullPaths
in interfaceICscHostObject
- Throws:
java.lang.Throwable
-
SetHighEntropyVA
public boolean SetHighEntropyVA(boolean highEntropyVA) throws java.lang.Throwable
- Specified by:
SetHighEntropyVA
in interfaceICscHostObject4
- Throws:
java.lang.Throwable
-
SetKeyContainer
public boolean SetKeyContainer(java.lang.String keyContainer) throws java.lang.Throwable
- Specified by:
SetKeyContainer
in interfaceICscHostObject
- Throws:
java.lang.Throwable
-
SetKeyFile
public boolean SetKeyFile(java.lang.String keyFile) throws java.lang.Throwable
- Specified by:
SetKeyFile
in interfaceICscHostObject
- Throws:
java.lang.Throwable
-
SetLangVersion
public boolean SetLangVersion(java.lang.String langVersion) throws java.lang.Throwable
- Specified by:
SetLangVersion
in interfaceICscHostObject
- Throws:
java.lang.Throwable
-
SetLinkResources
public boolean SetLinkResources(ITaskItem[] linkResources) throws java.lang.Throwable
- Specified by:
SetLinkResources
in interfaceICscHostObject
- Throws:
java.lang.Throwable
-
SetMainEntryPoint
public boolean SetMainEntryPoint(java.lang.String targetType, java.lang.String mainEntryPoint) throws java.lang.Throwable
- Specified by:
SetMainEntryPoint
in interfaceICscHostObject
- Throws:
java.lang.Throwable
-
SetModuleAssemblyName
public boolean SetModuleAssemblyName(java.lang.String moduleAssemblyName) throws java.lang.Throwable
- Specified by:
SetModuleAssemblyName
in interfaceICscHostObject
- Throws:
java.lang.Throwable
-
SetNoConfig
public boolean SetNoConfig(boolean noConfig) throws java.lang.Throwable
- Specified by:
SetNoConfig
in interfaceICscHostObject
- Throws:
java.lang.Throwable
-
SetNoStandardLib
public boolean SetNoStandardLib(boolean noStandardLib) throws java.lang.Throwable
- Specified by:
SetNoStandardLib
in interfaceICscHostObject
- Throws:
java.lang.Throwable
-
SetOptimize
public boolean SetOptimize(boolean optimize) throws java.lang.Throwable
- Specified by:
SetOptimize
in interfaceICscHostObject
- Throws:
java.lang.Throwable
-
SetOutputAssembly
public boolean SetOutputAssembly(java.lang.String outputAssembly) throws java.lang.Throwable
- Specified by:
SetOutputAssembly
in interfaceICscHostObject
- Throws:
java.lang.Throwable
-
SetPdbFile
public boolean SetPdbFile(java.lang.String pdbFile) throws java.lang.Throwable
- Specified by:
SetPdbFile
in interfaceICscHostObject
- Throws:
java.lang.Throwable
-
SetPlatform
public boolean SetPlatform(java.lang.String platform) throws java.lang.Throwable
- Specified by:
SetPlatform
in interfaceICscHostObject
- Throws:
java.lang.Throwable
-
SetPlatformWith32BitPreference
public boolean SetPlatformWith32BitPreference(java.lang.String platformWith32BitPreference) throws java.lang.Throwable
- Specified by:
SetPlatformWith32BitPreference
in interfaceICscHostObject4
- Throws:
java.lang.Throwable
-
SetReferences
public boolean SetReferences(ITaskItem[] references) throws java.lang.Throwable
- Specified by:
SetReferences
in interfaceICscHostObject
- Throws:
java.lang.Throwable
-
SetResources
public boolean SetResources(ITaskItem[] resources) throws java.lang.Throwable
- Specified by:
SetResources
in interfaceICscHostObject
- Throws:
java.lang.Throwable
-
SetResponseFiles
public boolean SetResponseFiles(ITaskItem[] responseFiles) throws java.lang.Throwable
- Specified by:
SetResponseFiles
in interfaceICscHostObject
- Throws:
java.lang.Throwable
-
SetSources
public boolean SetSources(ITaskItem[] sources) throws java.lang.Throwable
- Specified by:
SetSources
in interfaceICscHostObject
- Throws:
java.lang.Throwable
-
SetSubsystemVersion
public boolean SetSubsystemVersion(java.lang.String subsystemVersion) throws java.lang.Throwable
- Specified by:
SetSubsystemVersion
in interfaceICscHostObject4
- Throws:
java.lang.Throwable
-
SetTargetType
public boolean SetTargetType(java.lang.String targetType) throws java.lang.Throwable
- Specified by:
SetTargetType
in interfaceICscHostObject
- Throws:
java.lang.Throwable
-
SetTreatWarningsAsErrors
public boolean SetTreatWarningsAsErrors(boolean treatWarningsAsErrors) throws java.lang.Throwable
- Specified by:
SetTreatWarningsAsErrors
in interfaceICscHostObject
- Throws:
java.lang.Throwable
-
SetWarningLevel
public boolean SetWarningLevel(int warningLevel) throws java.lang.Throwable
- Specified by:
SetWarningLevel
in interfaceICscHostObject
- Throws:
java.lang.Throwable
-
SetWarningsAsErrors
public boolean SetWarningsAsErrors(java.lang.String warningsAsErrors) throws java.lang.Throwable
- Specified by:
SetWarningsAsErrors
in interfaceICscHostObject
- Throws:
java.lang.Throwable
-
SetWarningsNotAsErrors
public boolean SetWarningsNotAsErrors(java.lang.String warningsNotAsErrors) throws java.lang.Throwable
- Specified by:
SetWarningsNotAsErrors
in interfaceICscHostObject
- Throws:
java.lang.Throwable
-
SetWin32Icon
public boolean SetWin32Icon(java.lang.String win32Icon) throws java.lang.Throwable
- Specified by:
SetWin32Icon
in interfaceICscHostObject
- Throws:
java.lang.Throwable
-
SetWin32Manifest
public boolean SetWin32Manifest(java.lang.String win32Manifest) throws java.lang.Throwable
- Specified by:
SetWin32Manifest
in interfaceICscHostObject2
- Throws:
java.lang.Throwable
-
SetWin32Resource
public boolean SetWin32Resource(java.lang.String win32Resource) throws java.lang.Throwable
- Specified by:
SetWin32Resource
in interfaceICscHostObject
- Throws:
java.lang.Throwable
-
BeginInitialization
public void BeginInitialization() throws java.lang.Throwable
- Specified by:
BeginInitialization
in interfaceICscHostObject
- Throws:
java.lang.Throwable
-
-