public class IVbcHostObjectImplementation extends NetObject implements IVbcHostObject
.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
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: Microsoft.Build.Tasks.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: Microsoft.Build.Tasks.v4.0
|
static java.lang.String |
className
Qualified class name: Microsoft.Build.Tasks.Hosting.IVbcHostObject
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
IVbcHostObjectImplementation(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BeginInitialization() |
boolean |
Compile() |
void |
EndInitialization() |
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 |
IsDesignTime() |
boolean |
IsUpToDate() |
boolean |
SetAdditionalLibPaths(JCORefOut dupParam0) |
boolean |
SetAdditionalLibPaths(java.lang.String[] additionalLibPaths) |
boolean |
SetAddModules(JCORefOut dupParam0) |
boolean |
SetAddModules(java.lang.String[] addModules) |
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 the
IJCOBridgeReflected instance into IVbcHostObject, a cast assert is made to check if types are compatible. |
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToStringToITaskHostpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public IVbcHostObjectImplementation(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void BeginInitialization()
throws java.lang.Throwable
BeginInitialization in interface IVbcHostObjectjava.lang.Throwablepublic boolean Compile()
throws java.lang.Throwable
Compile in interface IVbcHostObjectjava.lang.Throwablepublic void EndInitialization()
throws java.lang.Throwable
EndInitialization in interface IVbcHostObjectjava.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface ITaskHostgetJCOAssemblyName in interface IVbcHostObjectgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface ITaskHostgetJCOClassName in interface IVbcHostObjectgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface ITaskHostgetJCOInstance in interface IVbcHostObjectgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface ITaskHostgetJCOObjectName in interface IVbcHostObjectgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface ITaskHostgetJCOType in interface IVbcHostObjectgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic boolean IsDesignTime()
throws java.lang.Throwable
IsDesignTime in interface IVbcHostObjectjava.lang.Throwablepublic boolean IsUpToDate()
throws java.lang.Throwable
IsUpToDate in interface IVbcHostObjectjava.lang.Throwablepublic boolean SetAdditionalLibPaths(JCORefOut dupParam0) throws java.lang.Throwable
SetAdditionalLibPaths in interface IVbcHostObjectjava.lang.Throwablepublic boolean SetAdditionalLibPaths(java.lang.String[] additionalLibPaths)
throws java.lang.Throwable
SetAdditionalLibPaths in interface IVbcHostObjectjava.lang.Throwablepublic boolean SetAddModules(JCORefOut dupParam0) throws java.lang.Throwable
SetAddModules in interface IVbcHostObjectjava.lang.Throwablepublic boolean SetAddModules(java.lang.String[] addModules)
throws java.lang.Throwable
SetAddModules in interface IVbcHostObjectjava.lang.Throwablepublic boolean SetBaseAddress(java.lang.String targetType,
java.lang.String baseAddress)
throws java.lang.Throwable
SetBaseAddress in interface IVbcHostObjectjava.lang.Throwablepublic boolean SetCodePage(int codePage)
throws java.lang.Throwable
SetCodePage in interface IVbcHostObjectjava.lang.Throwablepublic boolean SetDebugType(boolean emitDebugInformation,
java.lang.String debugType)
throws java.lang.Throwable
SetDebugType in interface IVbcHostObjectjava.lang.Throwablepublic boolean SetDefineConstants(java.lang.String defineConstants)
throws java.lang.Throwable
SetDefineConstants in interface IVbcHostObjectjava.lang.Throwablepublic boolean SetDelaySign(boolean delaySign)
throws java.lang.Throwable
SetDelaySign in interface IVbcHostObjectjava.lang.Throwablepublic boolean SetDisabledWarnings(java.lang.String disabledWarnings)
throws java.lang.Throwable
SetDisabledWarnings in interface IVbcHostObjectjava.lang.Throwablepublic boolean SetDocumentationFile(java.lang.String documentationFile)
throws java.lang.Throwable
SetDocumentationFile in interface IVbcHostObjectjava.lang.Throwablepublic boolean SetErrorReport(java.lang.String errorReport)
throws java.lang.Throwable
SetErrorReport in interface IVbcHostObjectjava.lang.Throwablepublic boolean SetFileAlignment(int fileAlignment)
throws java.lang.Throwable
SetFileAlignment in interface IVbcHostObjectjava.lang.Throwablepublic boolean SetGenerateDocumentation(boolean generateDocumentation)
throws java.lang.Throwable
SetGenerateDocumentation in interface IVbcHostObjectjava.lang.Throwablepublic boolean SetImports(ITaskItem[] importsList) throws java.lang.Throwable
SetImports in interface IVbcHostObjectjava.lang.Throwablepublic boolean SetKeyContainer(java.lang.String keyContainer)
throws java.lang.Throwable
SetKeyContainer in interface IVbcHostObjectjava.lang.Throwablepublic boolean SetKeyFile(java.lang.String keyFile)
throws java.lang.Throwable
SetKeyFile in interface IVbcHostObjectjava.lang.Throwablepublic boolean SetLinkResources(ITaskItem[] linkResources) throws java.lang.Throwable
SetLinkResources in interface IVbcHostObjectjava.lang.Throwablepublic boolean SetMainEntryPoint(java.lang.String mainEntryPoint)
throws java.lang.Throwable
SetMainEntryPoint in interface IVbcHostObjectjava.lang.Throwablepublic boolean SetNoConfig(boolean noConfig)
throws java.lang.Throwable
SetNoConfig in interface IVbcHostObjectjava.lang.Throwablepublic boolean SetNoStandardLib(boolean noStandardLib)
throws java.lang.Throwable
SetNoStandardLib in interface IVbcHostObjectjava.lang.Throwablepublic boolean SetNoWarnings(boolean noWarnings)
throws java.lang.Throwable
SetNoWarnings in interface IVbcHostObjectjava.lang.Throwablepublic boolean SetOptimize(boolean optimize)
throws java.lang.Throwable
SetOptimize in interface IVbcHostObjectjava.lang.Throwablepublic boolean SetOptionCompare(java.lang.String optionCompare)
throws java.lang.Throwable
SetOptionCompare in interface IVbcHostObjectjava.lang.Throwablepublic boolean SetOptionExplicit(boolean optionExplicit)
throws java.lang.Throwable
SetOptionExplicit in interface IVbcHostObjectjava.lang.Throwablepublic boolean SetOptionStrict(boolean optionStrict)
throws java.lang.Throwable
SetOptionStrict in interface IVbcHostObjectjava.lang.Throwablepublic boolean SetOptionStrictType(java.lang.String optionStrictType)
throws java.lang.Throwable
SetOptionStrictType in interface IVbcHostObjectjava.lang.Throwablepublic boolean SetOutputAssembly(java.lang.String outputAssembly)
throws java.lang.Throwable
SetOutputAssembly in interface IVbcHostObjectjava.lang.Throwablepublic boolean SetPlatform(java.lang.String platform)
throws java.lang.Throwable
SetPlatform in interface IVbcHostObjectjava.lang.Throwablepublic boolean SetReferences(ITaskItem[] references) throws java.lang.Throwable
SetReferences in interface IVbcHostObjectjava.lang.Throwablepublic boolean SetRemoveIntegerChecks(boolean removeIntegerChecks)
throws java.lang.Throwable
SetRemoveIntegerChecks in interface IVbcHostObjectjava.lang.Throwablepublic boolean SetResources(ITaskItem[] resources) throws java.lang.Throwable
SetResources in interface IVbcHostObjectjava.lang.Throwablepublic boolean SetResponseFiles(ITaskItem[] responseFiles) throws java.lang.Throwable
SetResponseFiles in interface IVbcHostObjectjava.lang.Throwablepublic boolean SetRootNamespace(java.lang.String rootNamespace)
throws java.lang.Throwable
SetRootNamespace in interface IVbcHostObjectjava.lang.Throwablepublic boolean SetSdkPath(java.lang.String sdkPath)
throws java.lang.Throwable
SetSdkPath in interface IVbcHostObjectjava.lang.Throwablepublic boolean SetSources(ITaskItem[] sources) throws java.lang.Throwable
SetSources in interface IVbcHostObjectjava.lang.Throwablepublic boolean SetTargetCompactFramework(boolean targetCompactFramework)
throws java.lang.Throwable
SetTargetCompactFramework in interface IVbcHostObjectjava.lang.Throwablepublic boolean SetTargetType(java.lang.String targetType)
throws java.lang.Throwable
SetTargetType in interface IVbcHostObjectjava.lang.Throwablepublic boolean SetTreatWarningsAsErrors(boolean treatWarningsAsErrors)
throws java.lang.Throwable
SetTreatWarningsAsErrors in interface IVbcHostObjectjava.lang.Throwablepublic boolean SetWarningsAsErrors(java.lang.String warningsAsErrors)
throws java.lang.Throwable
SetWarningsAsErrors in interface IVbcHostObjectjava.lang.Throwablepublic boolean SetWarningsNotAsErrors(java.lang.String warningsNotAsErrors)
throws java.lang.Throwable
SetWarningsNotAsErrors in interface IVbcHostObjectjava.lang.Throwablepublic boolean SetWin32Icon(java.lang.String win32Icon)
throws java.lang.Throwable
SetWin32Icon in interface IVbcHostObjectjava.lang.Throwablepublic boolean SetWin32Resource(java.lang.String win32Resource)
throws java.lang.Throwable
SetWin32Resource in interface IVbcHostObjectjava.lang.Throwablepublic static IVbcHostObject ToIVbcHostObject(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into IVbcHostObject, a cast assert is made to check if types are compatible.ToIVbcHostObject in interface IVbcHostObjectfrom - IJCOBridgeReflected instance to be castedIVbcHostObject instancejava.lang.Throwable - in case of error during cast operation