public interface IVbcHostObject5 extends IJCOBridgeReflected, IVbcHostObject4, IVbcHostObject3, IVbcHostObject2, IVbcHostObject, ITaskHost
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.Build.Tasks.Hosting.IVbcHostObject5
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.IVbcHostObject5
|
| Modifier and Type | Method and Description |
|---|---|
int |
EndCompile(boolean buildSuccess) |
IVbcHostObjectFreeThreaded |
GetFreeThreadedHostObject() |
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 |
SetHighEntropyVA(boolean highEntropyVA) |
boolean |
SetPlatformWith32BitPreference(java.lang.String platformWith32BitPreference) |
boolean |
SetSubsystemVersion(java.lang.String subsystemVersion) |
static IVbcHostObject5 |
ToIVbcHostObject5(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into IVbcHostObject5, a cast assert is made to check if types are compatible. |
SetVBRuntime, ToIVbcHostObject4SetLanguageVersion, ToIVbcHostObject3SetModuleAssemblyName, SetOptionInfer, SetWin32Manifest, ToIVbcHostObject2BeginInitialization, Compile, EndInitialization, IsDesignTime, IsUpToDate, SetAdditionalLibPaths, SetAdditionalLibPaths, SetAddModules, SetAddModules, SetBaseAddress, SetCodePage, SetDebugType, SetDefineConstants, SetDelaySign, SetDisabledWarnings, SetDocumentationFile, SetErrorReport, SetFileAlignment, SetGenerateDocumentation, SetImports, SetKeyContainer, SetKeyFile, SetLinkResources, SetMainEntryPoint, SetNoConfig, SetNoStandardLib, SetNoWarnings, SetOptimize, SetOptionCompare, SetOptionExplicit, SetOptionStrict, SetOptionStrictType, SetOutputAssembly, SetPlatform, SetReferences, SetRemoveIntegerChecks, SetResources, SetResponseFiles, SetRootNamespace, SetSdkPath, SetSources, SetTargetCompactFramework, SetTargetType, SetTreatWarningsAsErrors, SetWarningsAsErrors, SetWarningsNotAsErrors, SetWin32Icon, SetWin32Resource, ToIVbcHostObjectToITaskHoststatic final java.lang.String assemblyFullName
static final java.lang.String assemblyShortName
static final java.lang.String className
int EndCompile(boolean buildSuccess)
throws java.lang.Throwable
java.lang.ThrowableIVbcHostObjectFreeThreaded GetFreeThreadedHostObject() throws java.lang.Throwable
java.lang.Throwablejava.lang.String getJCOAssemblyName()
getJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface ITaskHostgetJCOAssemblyName in interface IVbcHostObjectgetJCOAssemblyName in interface IVbcHostObject2getJCOAssemblyName in interface IVbcHostObject3getJCOAssemblyName in interface IVbcHostObject4String representing the Fullname of reflected Assemblyjava.lang.String getJCOClassName()
getJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface ITaskHostgetJCOClassName in interface IVbcHostObjectgetJCOClassName in interface IVbcHostObject2getJCOClassName in interface IVbcHostObject3getJCOClassName in interface IVbcHostObject4String representing the Fullname of reflected Classjava.lang.Object getJCOInstance()
getJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface ITaskHostgetJCOInstance in interface IVbcHostObjectgetJCOInstance in interface IVbcHostObject2getJCOInstance in interface IVbcHostObject3getJCOInstance in interface IVbcHostObject4Object representing the instance of the instantiated Classjava.lang.String getJCOObjectName()
getJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface ITaskHostgetJCOObjectName in interface IVbcHostObjectgetJCOObjectName in interface IVbcHostObject2getJCOObjectName in interface IVbcHostObject3getJCOObjectName in interface IVbcHostObject4String representing the name used to allocated the object
in CLR contextJCType getJCOType()
getJCOType in interface IJCOBridgeReflectedgetJCOType in interface ITaskHostgetJCOType in interface IVbcHostObjectgetJCOType in interface IVbcHostObject2getJCOType in interface IVbcHostObject3getJCOType in interface IVbcHostObject4JCType representing the Type of the instantiated Classboolean SetHighEntropyVA(boolean highEntropyVA)
throws java.lang.Throwable
java.lang.Throwableboolean SetPlatformWith32BitPreference(java.lang.String platformWith32BitPreference)
throws java.lang.Throwable
java.lang.Throwableboolean SetSubsystemVersion(java.lang.String subsystemVersion)
throws java.lang.Throwable
java.lang.Throwablestatic IVbcHostObject5 ToIVbcHostObject5(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into IVbcHostObject5, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedIVbcHostObject5 instancejava.lang.Throwable - in case of error during cast operation