public class AssemblyIdentity extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity
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.Deployment.ManifestUtilities.AssemblyIdentity
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
AssemblyIdentity() |
AssemblyIdentity(AssemblyIdentity identity) |
AssemblyIdentity(java.lang.Object instance)
Internal constructor.
|
AssemblyIdentity(java.lang.String name) |
AssemblyIdentity(java.lang.String name,
java.lang.String version) |
AssemblyIdentity(java.lang.String name,
java.lang.String version,
java.lang.String publicKeyToken,
java.lang.String culture) |
AssemblyIdentity(java.lang.String name,
java.lang.String version,
java.lang.String publicKeyToken,
java.lang.String culture,
java.lang.String processorArchitecture) |
AssemblyIdentity(java.lang.String name,
java.lang.String version,
java.lang.String publicKeyToken,
java.lang.String culture,
java.lang.String processorArchitecture,
java.lang.String type) |
| Modifier and Type | Method and Description |
|---|---|
static AssemblyIdentity |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into AssemblyIdentity, a cast assert is made to check if types are compatible. |
static AssemblyIdentity |
FromAssemblyName(java.lang.String assemblyName) |
static AssemblyIdentity |
FromFile(java.lang.String path) |
static AssemblyIdentity |
FromManagedAssembly(java.lang.String path) |
static AssemblyIdentity |
FromManifest(java.lang.String path) |
static AssemblyIdentity |
FromNativeAssembly(java.lang.String path) |
java.lang.String |
getCulture() |
boolean |
getIsFrameworkAssembly() |
boolean |
getIsNeutralPlatform() |
boolean |
getIsStrongName() |
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
|
java.lang.String |
getName() |
java.lang.String |
getProcessorArchitecture() |
java.lang.String |
getPublicKeyToken() |
java.lang.String |
getType() |
java.lang.String |
getVersion() |
java.lang.String |
getXmlCulture() |
java.lang.String |
getXmlName() |
java.lang.String |
getXmlProcessorArchitecture() |
java.lang.String |
getXmlPublicKeyToken() |
java.lang.String |
getXmlType() |
java.lang.String |
getXmlVersion() |
void |
setCulture(java.lang.String Culture) |
void |
setJCOInstance(JCObject instance) |
void |
setName(java.lang.String Name) |
void |
setProcessorArchitecture(java.lang.String ProcessorArchitecture) |
void |
setPublicKeyToken(java.lang.String PublicKeyToken) |
void |
setType(java.lang.String Type) |
void |
setVersion(java.lang.String Version) |
void |
setXmlCulture(java.lang.String XmlCulture) |
void |
setXmlName(java.lang.String XmlName) |
void |
setXmlProcessorArchitecture(java.lang.String XmlProcessorArchitecture) |
void |
setXmlPublicKeyToken(java.lang.String XmlPublicKeyToken) |
void |
setXmlType(java.lang.String XmlType) |
void |
setXmlVersion(java.lang.String XmlVersion) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public AssemblyIdentity()
throws java.lang.Throwable
java.lang.Throwablepublic AssemblyIdentity(AssemblyIdentity identity) throws java.lang.Throwable
java.lang.Throwablepublic AssemblyIdentity(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic AssemblyIdentity(java.lang.String name)
throws java.lang.Throwable
java.lang.Throwablepublic AssemblyIdentity(java.lang.String name,
java.lang.String version)
throws java.lang.Throwable
java.lang.Throwablepublic AssemblyIdentity(java.lang.String name,
java.lang.String version,
java.lang.String publicKeyToken,
java.lang.String culture)
throws java.lang.Throwable
java.lang.Throwablepublic AssemblyIdentity(java.lang.String name,
java.lang.String version,
java.lang.String publicKeyToken,
java.lang.String culture,
java.lang.String processorArchitecture)
throws java.lang.Throwable
java.lang.Throwablepublic AssemblyIdentity(java.lang.String name,
java.lang.String version,
java.lang.String publicKeyToken,
java.lang.String culture,
java.lang.String processorArchitecture,
java.lang.String type)
throws java.lang.Throwable
java.lang.Throwablepublic static AssemblyIdentity cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into AssemblyIdentity, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedAssemblyIdentity instancejava.lang.Throwable - in case of error during cast operationpublic static AssemblyIdentity FromAssemblyName(java.lang.String assemblyName) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, OutOfMemoryException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, NullReferenceException, KeyNotFoundException, NotSupportedException, RankException, SecurityException, NotImplementedException, OverflowException, RegexMatchTimeoutException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionNullReferenceExceptionKeyNotFoundExceptionNotSupportedExceptionRankExceptionSecurityExceptionNotImplementedExceptionOverflowExceptionRegexMatchTimeoutExceptionpublic static AssemblyIdentity FromFile(java.lang.String path) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PathTooLongException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, NotSupportedException, InvalidOperationException, NullReferenceException, SecurityException, IOException, XmlException, MissingManifestResourceException, XmlSchemaException, XPathException, ObjectDisposedException, AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPathTooLongExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionFormatExceptionNotSupportedExceptionInvalidOperationExceptionNullReferenceExceptionSecurityExceptionIOExceptionXmlExceptionMissingManifestResourceExceptionXmlSchemaExceptionXPathExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic static AssemblyIdentity FromManagedAssembly(java.lang.String path) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PathTooLongException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, NotSupportedException, InvalidOperationException, ObjectDisposedException, AbandonedMutexException
public static AssemblyIdentity FromManifest(java.lang.String path) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PathTooLongException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, NotSupportedException, InvalidOperationException, NotImplementedException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, MissingManifestResourceException, XmlException, XmlSchemaException, NullReferenceException, XPathException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPathTooLongExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionFormatExceptionNotSupportedExceptionInvalidOperationExceptionNotImplementedExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionMissingManifestResourceExceptionXmlExceptionXmlSchemaExceptionNullReferenceExceptionXPathExceptionpublic static AssemblyIdentity FromNativeAssembly(java.lang.String path) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PathTooLongException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, NotSupportedException, InvalidOperationException, NullReferenceException, SecurityException, IOException, NotImplementedException, XmlException, XmlSchemaException, XPathException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPathTooLongExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionFormatExceptionNotSupportedExceptionInvalidOperationExceptionNullReferenceExceptionSecurityExceptionIOExceptionNotImplementedExceptionXmlExceptionXmlSchemaExceptionXPathExceptionpublic java.lang.String getCulture()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsFrameworkAssembly()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
NotSupportedException,
IndexOutOfRangeException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NullReferenceException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
NotImplementedException,
OverflowException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
KeyNotFoundException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionNotSupportedExceptionIndexOutOfRangeExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNullReferenceExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionNotImplementedExceptionOverflowExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionKeyNotFoundExceptionpublic boolean getIsNeutralPlatform()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
TypeLoadException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException
public boolean getIsStrongName()
throws java.lang.Throwable
java.lang.Throwablepublic 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 Classpublic java.lang.String getName()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getProcessorArchitecture()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getPublicKeyToken()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getType()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getVersion()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getXmlCulture()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getXmlName()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getXmlProcessorArchitecture()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getXmlPublicKeyToken()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getXmlType()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getXmlVersion()
throws java.lang.Throwable
java.lang.Throwablepublic void setCulture(java.lang.String Culture)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setName(java.lang.String Name)
throws java.lang.Throwable
java.lang.Throwablepublic void setProcessorArchitecture(java.lang.String ProcessorArchitecture)
throws java.lang.Throwable
java.lang.Throwablepublic void setPublicKeyToken(java.lang.String PublicKeyToken)
throws java.lang.Throwable
java.lang.Throwablepublic void setType(java.lang.String Type)
throws java.lang.Throwable
java.lang.Throwablepublic void setVersion(java.lang.String Version)
throws java.lang.Throwable
java.lang.Throwablepublic void setXmlCulture(java.lang.String XmlCulture)
throws java.lang.Throwable
java.lang.Throwablepublic void setXmlName(java.lang.String XmlName)
throws java.lang.Throwable
java.lang.Throwablepublic void setXmlProcessorArchitecture(java.lang.String XmlProcessorArchitecture)
throws java.lang.Throwable
java.lang.Throwablepublic void setXmlPublicKeyToken(java.lang.String XmlPublicKeyToken)
throws java.lang.Throwable
java.lang.Throwablepublic void setXmlType(java.lang.String XmlType)
throws java.lang.Throwable
java.lang.Throwablepublic void setXmlVersion(java.lang.String XmlVersion)
throws java.lang.Throwable
java.lang.Throwable