public class EventLogInstaller extends ComponentInstaller
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Diagnostics.EventLogInstaller
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: System.Configuration.Install, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Configuration.Install
|
static java.lang.String |
className
Qualified class name: System.Diagnostics.EventLogInstaller
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
EventLogInstaller() |
EventLogInstaller(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static EventLogInstaller |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into EventLogInstaller, a cast assert is made to check if types are compatible. |
void |
CopyFromComponent(IComponent component) |
int |
getCategoryCount() |
java.lang.String |
getCategoryResourceFile() |
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 |
getLog() |
java.lang.String |
getMessageResourceFile() |
java.lang.String |
getParameterResourceFile() |
java.lang.String |
getSource() |
UninstallAction |
getUninstallAction() |
void |
Install(IDictionary stateSaver) |
boolean |
IsEquivalentInstaller(ComponentInstaller otherInstaller) |
void |
Rollback(IDictionary savedState) |
void |
setCategoryCount(int CategoryCount) |
void |
setCategoryResourceFile(java.lang.String CategoryResourceFile) |
void |
setJCOInstance(JCObject instance) |
void |
setLog(java.lang.String Log) |
void |
setMessageResourceFile(java.lang.String MessageResourceFile) |
void |
setParameterResourceFile(java.lang.String ParameterResourceFile) |
void |
setSource(java.lang.String Source) |
void |
setUninstallAction(UninstallAction UninstallAction) |
void |
Uninstall(IDictionary savedState) |
addAfterInstall, addAfterRollback, addAfterUninstall, addBeforeInstall, addBeforeRollback, addBeforeUninstall, addCommitted, addCommitting, Commit, getContext, getHelpText, getInstallers, getParent, removeAfterInstall, removeAfterRollback, removeAfterUninstall, removeBeforeInstall, removeBeforeRollback, removeBeforeUninstall, removeCommitted, removeCommitting, setContext, setParentaddDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSiteCreateObjRef, GetLifetimeService, InitializeLifetimeServicepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public EventLogInstaller()
throws java.lang.Throwable
java.lang.Throwablepublic EventLogInstaller(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static EventLogInstaller cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into EventLogInstaller, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedEventLogInstaller instancejava.lang.Throwable - in case of error during cast operationpublic void CopyFromComponent(IComponent component) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, NullReferenceException, PlatformNotSupportedException, SecurityException
CopyFromComponent in class ComponentInstallerjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionNullReferenceExceptionPlatformNotSupportedExceptionSecurityExceptionpublic int getCategoryCount()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getCategoryResourceFile()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ComponentInstallerString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ComponentInstallerString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ComponentInstallerObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ComponentInstallerString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ComponentInstallerJCType representing the CLR Type of the instantiated Classpublic java.lang.String getLog()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
NullReferenceException,
PlatformNotSupportedException,
NotSupportedException,
SecurityException,
UnauthorizedAccessException,
IOException,
OutOfMemoryException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionNullReferenceExceptionPlatformNotSupportedExceptionNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionpublic java.lang.String getMessageResourceFile()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getParameterResourceFile()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getSource()
throws java.lang.Throwable
java.lang.Throwablepublic UninstallAction getUninstallAction() throws java.lang.Throwable
java.lang.Throwablepublic void Install(IDictionary stateSaver) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, PlatformNotSupportedException, SecurityException, OutOfMemoryException, SystemException, WaitHandleCannotBeOpenedException, AbandonedMutexException, ApplicationException
Install in class Installerjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionPlatformNotSupportedExceptionSecurityExceptionOutOfMemoryExceptionSystemExceptionWaitHandleCannotBeOpenedExceptionAbandonedMutexExceptionApplicationExceptionpublic boolean IsEquivalentInstaller(ComponentInstaller otherInstaller) throws java.lang.Throwable
IsEquivalentInstaller in class ComponentInstallerjava.lang.Throwablepublic void Rollback(IDictionary savedState) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, SerializationException, FormatException, OverflowException, PlatformNotSupportedException, SecurityException, OutOfMemoryException, SystemException, WaitHandleCannotBeOpenedException, AbandonedMutexException, Win32Exception, ApplicationException
Rollback in class Installerjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionSerializationExceptionFormatExceptionOverflowExceptionPlatformNotSupportedExceptionSecurityExceptionOutOfMemoryExceptionSystemExceptionWaitHandleCannotBeOpenedExceptionAbandonedMutexExceptionWin32ExceptionApplicationExceptionpublic void setCategoryCount(int CategoryCount)
throws java.lang.Throwable,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic void setCategoryResourceFile(java.lang.String CategoryResourceFile)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class ComponentInstallerpublic void setLog(java.lang.String Log)
throws java.lang.Throwable
java.lang.Throwablepublic void setMessageResourceFile(java.lang.String MessageResourceFile)
throws java.lang.Throwable
java.lang.Throwablepublic void setParameterResourceFile(java.lang.String ParameterResourceFile)
throws java.lang.Throwable
java.lang.Throwablepublic void setSource(java.lang.String Source)
throws java.lang.Throwable
java.lang.Throwablepublic void setUninstallAction(UninstallAction UninstallAction) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, NotSupportedException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, InvalidEnumArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionNotSupportedExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidEnumArgumentExceptionpublic void Uninstall(IDictionary savedState) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, SerializationException, FormatException, OverflowException, PlatformNotSupportedException, SecurityException, OutOfMemoryException, SystemException, WaitHandleCannotBeOpenedException, AbandonedMutexException, ApplicationException, Win32Exception
Uninstall in class Installerjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionSerializationExceptionFormatExceptionOverflowExceptionPlatformNotSupportedExceptionSecurityExceptionOutOfMemoryExceptionSystemExceptionWaitHandleCannotBeOpenedExceptionAbandonedMutexExceptionApplicationExceptionWin32Exception