Package microsoft.build.tasks.hosting
Class IVbcHostObjectImplementation
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- microsoft.build.tasks.hosting.IVbcHostObjectImplementation
-
- All Implemented Interfaces:
ITaskHost
,IVbcHostObject
,IJCOBridgeReflected
public class IVbcHostObjectImplementation extends NetObject implements IVbcHostObject
The base .NET class managing Microsoft.Build.Tasks.Hosting.IVbcHostObject, 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.IVbcHostObject
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.IVbcHostObjectstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description IVbcHostObjectImplementation(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()
void
EndInitialization()
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
SetBaseAddress(java.lang.String targetType, java.lang.String baseAddress)
boolean
SetCodePage(int codePage)
boolean
SetDebugType(boolean emitDebugInformation, java.lang.String debugType)
boolean
SetDefineConstants(java.lang.String defineConstants)
boolean
SetDelaySign(boolean delaySign)
boolean
SetDisabledWarnings(java.lang.String disabledWarnings)
boolean
SetDocumentationFile(java.lang.String documentationFile)
boolean
SetErrorReport(java.lang.String errorReport)
boolean
SetFileAlignment(int fileAlignment)
boolean
SetGenerateDocumentation(boolean generateDocumentation)
boolean
SetImports(ITaskItem[] importsList)
boolean
SetKeyContainer(java.lang.String keyContainer)
boolean
SetKeyFile(java.lang.String keyFile)
boolean
SetLinkResources(ITaskItem[] linkResources)
boolean
SetMainEntryPoint(java.lang.String mainEntryPoint)
boolean
SetNoConfig(boolean noConfig)
boolean
SetNoStandardLib(boolean noStandardLib)
boolean
SetNoWarnings(boolean noWarnings)
boolean
SetOptimize(boolean optimize)
boolean
SetOptionCompare(java.lang.String optionCompare)
boolean
SetOptionExplicit(boolean optionExplicit)
boolean
SetOptionStrict(boolean optionStrict)
boolean
SetOptionStrictType(java.lang.String optionStrictType)
boolean
SetOutputAssembly(java.lang.String outputAssembly)
boolean
SetPlatform(java.lang.String platform)
boolean
SetReferences(ITaskItem[] references)
boolean
SetRemoveIntegerChecks(boolean removeIntegerChecks)
boolean
SetResources(ITaskItem[] resources)
boolean
SetResponseFiles(ITaskItem[] responseFiles)
boolean
SetRootNamespace(java.lang.String rootNamespace)
boolean
SetSdkPath(java.lang.String sdkPath)
boolean
SetSources(ITaskItem[] sources)
boolean
SetTargetCompactFramework(boolean targetCompactFramework)
boolean
SetTargetType(java.lang.String targetType)
boolean
SetTreatWarningsAsErrors(boolean treatWarningsAsErrors)
boolean
SetWarningsAsErrors(java.lang.String warningsAsErrors)
boolean
SetWarningsNotAsErrors(java.lang.String warningsNotAsErrors)
boolean
SetWin32Icon(java.lang.String win32Icon)
boolean
SetWin32Resource(java.lang.String win32Resource)
static IVbcHostObject
ToIVbcHostObject(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoIVbcHostObject
, 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.IVbcHostObject- 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 interfaceIJCOBridgeReflected
- Specified by:
getJCOAssemblyName
in interfaceITaskHost
- Specified by:
getJCOAssemblyName
in interfaceIVbcHostObject
- 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 interfaceIJCOBridgeReflected
- Specified by:
getJCOClassName
in interfaceITaskHost
- Specified by:
getJCOClassName
in interfaceIVbcHostObject
- 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 interfaceIJCOBridgeReflected
- Specified by:
getJCOObjectName
in interfaceITaskHost
- Specified by:
getJCOObjectName
in interfaceIVbcHostObject
- 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 interfaceIJCOBridgeReflected
- Specified by:
getJCOInstance
in interfaceITaskHost
- Specified by:
getJCOInstance
in interfaceIVbcHostObject
- 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 interfaceIJCOBridgeReflected
- Specified by:
getJCOType
in interfaceITaskHost
- Specified by:
getJCOType
in interfaceIVbcHostObject
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
ToIVbcHostObject
public static IVbcHostObject ToIVbcHostObject(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoIVbcHostObject
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
IVbcHostObject
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
Compile
public boolean Compile() throws java.lang.Throwable
- Specified by:
Compile
in interfaceIVbcHostObject
- Throws:
java.lang.Throwable
-
IsDesignTime
public boolean IsDesignTime() throws java.lang.Throwable
- Specified by:
IsDesignTime
in interfaceIVbcHostObject
- Throws:
java.lang.Throwable
-
IsUpToDate
public boolean IsUpToDate() throws java.lang.Throwable
- Specified by:
IsUpToDate
in interfaceIVbcHostObject
- Throws:
java.lang.Throwable
-
SetAdditionalLibPaths
public boolean SetAdditionalLibPaths(java.lang.String[] additionalLibPaths) throws java.lang.Throwable
- Specified by:
SetAdditionalLibPaths
in interfaceIVbcHostObject
- Throws:
java.lang.Throwable
-
SetAdditionalLibPaths
public boolean SetAdditionalLibPaths(JCORefOut dupParam0) throws java.lang.Throwable
- Specified by:
SetAdditionalLibPaths
in interfaceIVbcHostObject
- Throws:
java.lang.Throwable
-
SetAddModules
public boolean SetAddModules(java.lang.String[] addModules) throws java.lang.Throwable
- Specified by:
SetAddModules
in interfaceIVbcHostObject
- Throws:
java.lang.Throwable
-
SetAddModules
public boolean SetAddModules(JCORefOut dupParam0) throws java.lang.Throwable
- Specified by:
SetAddModules
in interfaceIVbcHostObject
- Throws:
java.lang.Throwable
-
SetBaseAddress
public boolean SetBaseAddress(java.lang.String targetType, java.lang.String baseAddress) throws java.lang.Throwable
- Specified by:
SetBaseAddress
in interfaceIVbcHostObject
- Throws:
java.lang.Throwable
-
SetCodePage
public boolean SetCodePage(int codePage) throws java.lang.Throwable
- Specified by:
SetCodePage
in interfaceIVbcHostObject
- Throws:
java.lang.Throwable
-
SetDebugType
public boolean SetDebugType(boolean emitDebugInformation, java.lang.String debugType) throws java.lang.Throwable
- Specified by:
SetDebugType
in interfaceIVbcHostObject
- Throws:
java.lang.Throwable
-
SetDefineConstants
public boolean SetDefineConstants(java.lang.String defineConstants) throws java.lang.Throwable
- Specified by:
SetDefineConstants
in interfaceIVbcHostObject
- Throws:
java.lang.Throwable
-
SetDelaySign
public boolean SetDelaySign(boolean delaySign) throws java.lang.Throwable
- Specified by:
SetDelaySign
in interfaceIVbcHostObject
- Throws:
java.lang.Throwable
-
SetDisabledWarnings
public boolean SetDisabledWarnings(java.lang.String disabledWarnings) throws java.lang.Throwable
- Specified by:
SetDisabledWarnings
in interfaceIVbcHostObject
- Throws:
java.lang.Throwable
-
SetDocumentationFile
public boolean SetDocumentationFile(java.lang.String documentationFile) throws java.lang.Throwable
- Specified by:
SetDocumentationFile
in interfaceIVbcHostObject
- Throws:
java.lang.Throwable
-
SetErrorReport
public boolean SetErrorReport(java.lang.String errorReport) throws java.lang.Throwable
- Specified by:
SetErrorReport
in interfaceIVbcHostObject
- Throws:
java.lang.Throwable
-
SetFileAlignment
public boolean SetFileAlignment(int fileAlignment) throws java.lang.Throwable
- Specified by:
SetFileAlignment
in interfaceIVbcHostObject
- Throws:
java.lang.Throwable
-
SetGenerateDocumentation
public boolean SetGenerateDocumentation(boolean generateDocumentation) throws java.lang.Throwable
- Specified by:
SetGenerateDocumentation
in interfaceIVbcHostObject
- Throws:
java.lang.Throwable
-
SetImports
public boolean SetImports(ITaskItem[] importsList) throws java.lang.Throwable
- Specified by:
SetImports
in interfaceIVbcHostObject
- Throws:
java.lang.Throwable
-
SetKeyContainer
public boolean SetKeyContainer(java.lang.String keyContainer) throws java.lang.Throwable
- Specified by:
SetKeyContainer
in interfaceIVbcHostObject
- Throws:
java.lang.Throwable
-
SetKeyFile
public boolean SetKeyFile(java.lang.String keyFile) throws java.lang.Throwable
- Specified by:
SetKeyFile
in interfaceIVbcHostObject
- Throws:
java.lang.Throwable
-
SetLinkResources
public boolean SetLinkResources(ITaskItem[] linkResources) throws java.lang.Throwable
- Specified by:
SetLinkResources
in interfaceIVbcHostObject
- Throws:
java.lang.Throwable
-
SetMainEntryPoint
public boolean SetMainEntryPoint(java.lang.String mainEntryPoint) throws java.lang.Throwable
- Specified by:
SetMainEntryPoint
in interfaceIVbcHostObject
- Throws:
java.lang.Throwable
-
SetNoConfig
public boolean SetNoConfig(boolean noConfig) throws java.lang.Throwable
- Specified by:
SetNoConfig
in interfaceIVbcHostObject
- Throws:
java.lang.Throwable
-
SetNoStandardLib
public boolean SetNoStandardLib(boolean noStandardLib) throws java.lang.Throwable
- Specified by:
SetNoStandardLib
in interfaceIVbcHostObject
- Throws:
java.lang.Throwable
-
SetNoWarnings
public boolean SetNoWarnings(boolean noWarnings) throws java.lang.Throwable
- Specified by:
SetNoWarnings
in interfaceIVbcHostObject
- Throws:
java.lang.Throwable
-
SetOptimize
public boolean SetOptimize(boolean optimize) throws java.lang.Throwable
- Specified by:
SetOptimize
in interfaceIVbcHostObject
- Throws:
java.lang.Throwable
-
SetOptionCompare
public boolean SetOptionCompare(java.lang.String optionCompare) throws java.lang.Throwable
- Specified by:
SetOptionCompare
in interfaceIVbcHostObject
- Throws:
java.lang.Throwable
-
SetOptionExplicit
public boolean SetOptionExplicit(boolean optionExplicit) throws java.lang.Throwable
- Specified by:
SetOptionExplicit
in interfaceIVbcHostObject
- Throws:
java.lang.Throwable
-
SetOptionStrict
public boolean SetOptionStrict(boolean optionStrict) throws java.lang.Throwable
- Specified by:
SetOptionStrict
in interfaceIVbcHostObject
- Throws:
java.lang.Throwable
-
SetOptionStrictType
public boolean SetOptionStrictType(java.lang.String optionStrictType) throws java.lang.Throwable
- Specified by:
SetOptionStrictType
in interfaceIVbcHostObject
- Throws:
java.lang.Throwable
-
SetOutputAssembly
public boolean SetOutputAssembly(java.lang.String outputAssembly) throws java.lang.Throwable
- Specified by:
SetOutputAssembly
in interfaceIVbcHostObject
- Throws:
java.lang.Throwable
-
SetPlatform
public boolean SetPlatform(java.lang.String platform) throws java.lang.Throwable
- Specified by:
SetPlatform
in interfaceIVbcHostObject
- Throws:
java.lang.Throwable
-
SetReferences
public boolean SetReferences(ITaskItem[] references) throws java.lang.Throwable
- Specified by:
SetReferences
in interfaceIVbcHostObject
- Throws:
java.lang.Throwable
-
SetRemoveIntegerChecks
public boolean SetRemoveIntegerChecks(boolean removeIntegerChecks) throws java.lang.Throwable
- Specified by:
SetRemoveIntegerChecks
in interfaceIVbcHostObject
- Throws:
java.lang.Throwable
-
SetResources
public boolean SetResources(ITaskItem[] resources) throws java.lang.Throwable
- Specified by:
SetResources
in interfaceIVbcHostObject
- Throws:
java.lang.Throwable
-
SetResponseFiles
public boolean SetResponseFiles(ITaskItem[] responseFiles) throws java.lang.Throwable
- Specified by:
SetResponseFiles
in interfaceIVbcHostObject
- Throws:
java.lang.Throwable
-
SetRootNamespace
public boolean SetRootNamespace(java.lang.String rootNamespace) throws java.lang.Throwable
- Specified by:
SetRootNamespace
in interfaceIVbcHostObject
- Throws:
java.lang.Throwable
-
SetSdkPath
public boolean SetSdkPath(java.lang.String sdkPath) throws java.lang.Throwable
- Specified by:
SetSdkPath
in interfaceIVbcHostObject
- Throws:
java.lang.Throwable
-
SetSources
public boolean SetSources(ITaskItem[] sources) throws java.lang.Throwable
- Specified by:
SetSources
in interfaceIVbcHostObject
- Throws:
java.lang.Throwable
-
SetTargetCompactFramework
public boolean SetTargetCompactFramework(boolean targetCompactFramework) throws java.lang.Throwable
- Specified by:
SetTargetCompactFramework
in interfaceIVbcHostObject
- Throws:
java.lang.Throwable
-
SetTargetType
public boolean SetTargetType(java.lang.String targetType) throws java.lang.Throwable
- Specified by:
SetTargetType
in interfaceIVbcHostObject
- Throws:
java.lang.Throwable
-
SetTreatWarningsAsErrors
public boolean SetTreatWarningsAsErrors(boolean treatWarningsAsErrors) throws java.lang.Throwable
- Specified by:
SetTreatWarningsAsErrors
in interfaceIVbcHostObject
- Throws:
java.lang.Throwable
-
SetWarningsAsErrors
public boolean SetWarningsAsErrors(java.lang.String warningsAsErrors) throws java.lang.Throwable
- Specified by:
SetWarningsAsErrors
in interfaceIVbcHostObject
- Throws:
java.lang.Throwable
-
SetWarningsNotAsErrors
public boolean SetWarningsNotAsErrors(java.lang.String warningsNotAsErrors) throws java.lang.Throwable
- Specified by:
SetWarningsNotAsErrors
in interfaceIVbcHostObject
- Throws:
java.lang.Throwable
-
SetWin32Icon
public boolean SetWin32Icon(java.lang.String win32Icon) throws java.lang.Throwable
- Specified by:
SetWin32Icon
in interfaceIVbcHostObject
- Throws:
java.lang.Throwable
-
SetWin32Resource
public boolean SetWin32Resource(java.lang.String win32Resource) throws java.lang.Throwable
- Specified by:
SetWin32Resource
in interfaceIVbcHostObject
- Throws:
java.lang.Throwable
-
BeginInitialization
public void BeginInitialization() throws java.lang.Throwable
- Specified by:
BeginInitialization
in interfaceIVbcHostObject
- Throws:
java.lang.Throwable
-
EndInitialization
public void EndInitialization() throws java.lang.Throwable
- Specified by:
EndInitialization
in interfaceIVbcHostObject
- Throws:
java.lang.Throwable
-
-