public class EventLog extends Component
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Diagnostics.EventLog
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.Diagnostics.EventLog, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
|
static java.lang.String |
assemblyShortName
Assembly name: System.Diagnostics.EventLog
|
static java.lang.String |
className
Qualified class name: System.Diagnostics.EventLog
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
EventLog() |
EventLog(java.lang.Object instance)
Internal constructor.
|
EventLog(java.lang.String logName) |
EventLog(java.lang.String logName,
java.lang.String machineName) |
EventLog(java.lang.String logName,
java.lang.String machineName,
java.lang.String source) |
| Modifier and Type | Method and Description |
|---|---|
void |
addEntryWritten(EntryWrittenEventHandler handler) |
void |
BeginInit() |
static EventLog |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into EventLog, a cast assert is made to check if types are compatible. |
void |
Clear() |
void |
Close() |
static void |
CreateEventSource(EventSourceCreationData sourceData) |
static void |
CreateEventSource(java.lang.String source,
java.lang.String logName) |
static void |
CreateEventSource(java.lang.String source,
java.lang.String logName,
java.lang.String machineName) |
static void |
Delete(java.lang.String logName) |
static void |
Delete(java.lang.String logName,
java.lang.String machineName) |
static void |
DeleteEventSource(java.lang.String source) |
static void |
DeleteEventSource(java.lang.String source,
java.lang.String machineName) |
void |
EndInit() |
static boolean |
Exists(java.lang.String logName) |
static boolean |
Exists(java.lang.String logName,
java.lang.String machineName) |
boolean |
getEnableRaisingEvents() |
EventLogEntryCollection |
getEntries() |
static EventLog[] |
GetEventLogs() |
static EventLog[] |
GetEventLogs(java.lang.String machineName) |
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 |
getLogDisplayName() |
java.lang.String |
getMachineName() |
long |
getMaximumKilobytes() |
int |
getMinimumRetentionDays() |
OverflowAction |
getOverflowAction() |
java.lang.String |
getSource() |
ISynchronizeInvoke |
getSynchronizingObject() |
static java.lang.String |
LogNameFromSourceName(java.lang.String source,
java.lang.String machineName) |
void |
ModifyOverflowPolicy(OverflowAction action,
int retentionDays) |
void |
RegisterDisplayName(java.lang.String resourceFile,
long resourceId) |
void |
removeEntryWritten(EntryWrittenEventHandler handler) |
void |
setEnableRaisingEvents(boolean EnableRaisingEvents) |
void |
setJCOInstance(JCObject instance) |
void |
setLog(java.lang.String Log) |
void |
setMachineName(java.lang.String MachineName) |
void |
setMaximumKilobytes(long MaximumKilobytes) |
void |
setSource(java.lang.String Source) |
void |
setSynchronizingObject(ISynchronizeInvoke SynchronizingObject) |
static boolean |
SourceExists(java.lang.String source) |
static boolean |
SourceExists(java.lang.String source,
java.lang.String machineName) |
void |
WriteEntry(java.lang.String message) |
void |
WriteEntry(java.lang.String message,
EventLogEntryType type) |
void |
WriteEntry(java.lang.String message,
EventLogEntryType type,
int eventID) |
void |
WriteEntry(java.lang.String message,
EventLogEntryType type,
int eventID,
short category) |
void |
WriteEntry(java.lang.String message,
EventLogEntryType type,
int eventID,
short category,
byte[] rawData) |
void |
WriteEntry(java.lang.String dupParam0,
EventLogEntryType dupParam1,
int dupParam2,
short dupParam3,
JCORefOut dupParam4) |
static void |
WriteEntry(java.lang.String source,
java.lang.String message) |
static void |
WriteEntry(java.lang.String source,
java.lang.String message,
EventLogEntryType type) |
static void |
WriteEntry(java.lang.String source,
java.lang.String message,
EventLogEntryType type,
int eventID) |
static void |
WriteEntry(java.lang.String source,
java.lang.String message,
EventLogEntryType type,
int eventID,
short category) |
static void |
WriteEntry(java.lang.String source,
java.lang.String message,
EventLogEntryType type,
int eventID,
short category,
byte[] rawData) |
static void |
WriteEntry(java.lang.String dupParam0,
java.lang.String dupParam1,
EventLogEntryType dupParam2,
int dupParam3,
short dupParam4,
JCORefOut dupParam5) |
void |
WriteEvent(EventInstance instance,
byte[] data,
NetObject... values) |
void |
WriteEvent(EventInstance dupParam0,
JCORefOut dupParam1,
NetObject... dupParam2) |
void |
WriteEvent(EventInstance instance,
NetObject... values) |
static void |
WriteEvent(java.lang.String source,
EventInstance instance,
byte[] data,
NetObject... values) |
static void |
WriteEvent(java.lang.String dupParam0,
EventInstance dupParam1,
JCORefOut dupParam2,
NetObject... dupParam3) |
static void |
WriteEvent(java.lang.String source,
EventInstance instance,
NetObject... values) |
addDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSiteGetLifetimeService, InitializeLifetimeServicepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public EventLog()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentNullException,
IndexOutOfRangeException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
FormatException
public EventLog(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic EventLog(java.lang.String logName)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentNullException,
IndexOutOfRangeException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
FormatException
public EventLog(java.lang.String logName,
java.lang.String machineName)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentNullException,
IndexOutOfRangeException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
FormatException
public EventLog(java.lang.String logName,
java.lang.String machineName,
java.lang.String source)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
IndexOutOfRangeException,
PlatformNotSupportedException,
FormatException
public void addEntryWritten(EntryWrittenEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void BeginInit()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
NotSupportedException,
InvalidOperationException,
ObjectDisposedException,
IOException,
SecurityException,
UnauthorizedAccessException,
OutOfMemoryException,
RankException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
InvalidCastException,
Win32Exception,
NullReferenceException,
LockRecursionException,
SynchronizationLockException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionObjectDisposedExceptionIOExceptionSecurityExceptionUnauthorizedAccessExceptionOutOfMemoryExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastExceptionWin32ExceptionNullReferenceExceptionLockRecursionExceptionSynchronizationLockExceptionpublic static EventLog cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into EventLog, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedEventLog instancejava.lang.Throwable - in case of error during cast operationpublic void Clear()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
SecurityException,
UnauthorizedAccessException,
IOException,
IndexOutOfRangeException,
FormatException,
MissingMethodException,
TargetInvocationException,
Win32Exception,
NullReferenceException,
OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionIndexOutOfRangeExceptionFormatExceptionMissingMethodExceptionTargetInvocationExceptionWin32ExceptionNullReferenceExceptionOutOfMemoryExceptionpublic void Close()
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
InvalidOperationException,
Win32Exception,
SecurityException,
UnauthorizedAccessException,
IOException,
NullReferenceException,
RankException,
ArrayTypeMismatchException,
NotSupportedException
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionNullReferenceExceptionRankExceptionArrayTypeMismatchExceptionNotSupportedExceptionpublic static void CreateEventSource(EventSourceCreationData sourceData) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException, OutOfMemoryException, MissingMethodException, TargetInvocationException, WaitHandleCannotBeOpenedException, IOException, SecurityException, UnauthorizedAccessException, CultureNotFoundException, NullReferenceException, ExternalException, ApplicationException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationExceptionWaitHandleCannotBeOpenedExceptionIOExceptionSecurityExceptionUnauthorizedAccessExceptionCultureNotFoundExceptionNullReferenceExceptionExternalExceptionApplicationExceptionpublic static void CreateEventSource(java.lang.String source,
java.lang.String logName)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
IndexOutOfRangeException,
PlatformNotSupportedException,
FormatException,
OutOfMemoryException,
MissingMethodException,
TargetInvocationException,
WaitHandleCannotBeOpenedException,
IOException,
ObjectDisposedException,
SecurityException,
UnauthorizedAccessException,
ArrayTypeMismatchException,
CultureNotFoundException,
NullReferenceException,
ExternalException,
OverflowException,
ApplicationException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionFormatExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationExceptionWaitHandleCannotBeOpenedExceptionIOExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionArrayTypeMismatchExceptionCultureNotFoundExceptionNullReferenceExceptionExternalExceptionOverflowExceptionApplicationExceptionpublic static void CreateEventSource(java.lang.String source,
java.lang.String logName,
java.lang.String machineName)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
IndexOutOfRangeException,
PlatformNotSupportedException,
FormatException,
OutOfMemoryException,
MissingMethodException,
TargetInvocationException,
WaitHandleCannotBeOpenedException,
IOException,
ObjectDisposedException,
SecurityException,
UnauthorizedAccessException,
ArrayTypeMismatchException,
CultureNotFoundException,
NullReferenceException,
ExternalException,
OverflowException,
ApplicationException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionFormatExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationExceptionWaitHandleCannotBeOpenedExceptionIOExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionArrayTypeMismatchExceptionCultureNotFoundExceptionNullReferenceExceptionExternalExceptionOverflowExceptionApplicationExceptionpublic static void Delete(java.lang.String logName)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentNullException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
OutOfMemoryException,
MissingMethodException,
TargetInvocationException,
WaitHandleCannotBeOpenedException,
IOException,
RankException,
ArrayTypeMismatchException,
SecurityException,
Win32Exception,
UnauthorizedAccessException,
ApplicationException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentNullExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationExceptionWaitHandleCannotBeOpenedExceptionIOExceptionRankExceptionArrayTypeMismatchExceptionSecurityExceptionWin32ExceptionUnauthorizedAccessExceptionApplicationExceptionpublic static void Delete(java.lang.String logName,
java.lang.String machineName)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentNullException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
WaitHandleCannotBeOpenedException,
OutOfMemoryException,
IOException,
ArrayTypeMismatchException,
RankException,
InvalidCastException,
SecurityException,
Win32Exception,
UnauthorizedAccessException,
ApplicationException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentNullExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionWaitHandleCannotBeOpenedExceptionOutOfMemoryExceptionIOExceptionArrayTypeMismatchExceptionRankExceptionInvalidCastExceptionSecurityExceptionWin32ExceptionUnauthorizedAccessExceptionApplicationExceptionpublic static void DeleteEventSource(java.lang.String source)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentNullException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
OutOfMemoryException,
MissingMethodException,
TargetInvocationException,
WaitHandleCannotBeOpenedException,
IOException,
SecurityException,
UnauthorizedAccessException,
ArrayTypeMismatchException,
ExternalException,
ApplicationException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentNullExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationExceptionWaitHandleCannotBeOpenedExceptionIOExceptionSecurityExceptionUnauthorizedAccessExceptionArrayTypeMismatchExceptionExternalExceptionApplicationExceptionpublic static void DeleteEventSource(java.lang.String source,
java.lang.String machineName)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentNullException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
WaitHandleCannotBeOpenedException,
OutOfMemoryException,
IOException,
RankException,
ArrayTypeMismatchException,
SecurityException,
UnauthorizedAccessException,
ExternalException,
ApplicationException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentNullExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionWaitHandleCannotBeOpenedExceptionOutOfMemoryExceptionIOExceptionRankExceptionArrayTypeMismatchExceptionSecurityExceptionUnauthorizedAccessExceptionExternalExceptionApplicationExceptionpublic void EndInit()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
IOException,
ObjectDisposedException,
SecurityException,
UnauthorizedAccessException,
ArgumentOutOfRangeException,
OutOfMemoryException,
NotSupportedException,
IndexOutOfRangeException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
Win32Exception,
NullReferenceException,
ArgumentNullException,
RankException,
ArrayTypeMismatchException,
WaitHandleCannotBeOpenedException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionIOExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionNotSupportedExceptionIndexOutOfRangeExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionWin32ExceptionNullReferenceExceptionArgumentNullExceptionRankExceptionArrayTypeMismatchExceptionWaitHandleCannotBeOpenedExceptionpublic static boolean Exists(java.lang.String logName)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentNullException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
MissingMethodException,
TargetInvocationException,
IOException,
OutOfMemoryException,
RankException,
ArrayTypeMismatchException,
SecurityException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentNullExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionMissingMethodExceptionTargetInvocationExceptionIOExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionSecurityExceptionpublic static boolean Exists(java.lang.String logName,
java.lang.String machineName)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentNullException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException,
IOException,
ArrayTypeMismatchException,
OutOfMemoryException,
RankException,
InvalidCastException,
SecurityException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentNullExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionFormatExceptionIOExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionRankExceptionInvalidCastExceptionSecurityExceptionpublic boolean getEnableRaisingEvents()
throws java.lang.Throwable
java.lang.Throwablepublic EventLogEntryCollection getEntries() throws java.lang.Throwable
java.lang.Throwablepublic static EventLog[] GetEventLogs() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, MissingMethodException, TargetInvocationException, IOException, OutOfMemoryException, RankException, ArrayTypeMismatchException, SecurityException, UnauthorizedAccessException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentNullExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionMissingMethodExceptionTargetInvocationExceptionIOExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionSecurityExceptionUnauthorizedAccessExceptionpublic static EventLog[] GetEventLogs(java.lang.String machineName) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException, IOException, ArrayTypeMismatchException, OutOfMemoryException, RankException, InvalidCastException, SecurityException, UnauthorizedAccessException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentNullExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionFormatExceptionIOExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionRankExceptionInvalidCastExceptionSecurityExceptionUnauthorizedAccessExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ComponentString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ComponentString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ComponentObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ComponentString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ComponentJCType representing the CLR Type of the instantiated Classpublic java.lang.String getLog()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
IOException,
ObjectDisposedException,
SecurityException,
UnauthorizedAccessException,
ArgumentOutOfRangeException,
OutOfMemoryException,
NotSupportedException
public java.lang.String getLogDisplayName()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
IOException,
ObjectDisposedException,
SecurityException,
UnauthorizedAccessException,
ArgumentOutOfRangeException,
OutOfMemoryException,
NotSupportedException,
IndexOutOfRangeException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
RankException,
ArrayTypeMismatchException,
InvalidCastException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionIOExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionNotSupportedExceptionIndexOutOfRangeExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionpublic java.lang.String getMachineName()
throws java.lang.Throwable
java.lang.Throwablepublic long getMaximumKilobytes()
throws java.lang.Throwable,
SecurityException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
InvalidOperationException,
ArrayTypeMismatchException,
ArgumentException,
IOException,
NotSupportedException
public int getMinimumRetentionDays()
throws java.lang.Throwable,
SecurityException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
InvalidOperationException,
ArrayTypeMismatchException,
ArgumentException,
IOException,
NotSupportedException
public OverflowAction getOverflowAction() throws java.lang.Throwable, SecurityException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, InvalidOperationException, ArrayTypeMismatchException, ArgumentException, IOException, NotSupportedException
public java.lang.String getSource()
throws java.lang.Throwable
java.lang.Throwablepublic ISynchronizeInvoke getSynchronizingObject() throws java.lang.Throwable
java.lang.Throwablepublic static java.lang.String LogNameFromSourceName(java.lang.String source,
java.lang.String machineName)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentException,
IOException,
ArgumentOutOfRangeException,
ObjectDisposedException,
IndexOutOfRangeException,
OutOfMemoryException,
SecurityException,
UnauthorizedAccessException,
ArrayTypeMismatchException
public void ModifyOverflowPolicy(OverflowAction action, int retentionDays) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, NotSupportedException, FormatException, InvalidEnumArgumentException, SecurityException, UnauthorizedAccessException, IOException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionNotSupportedExceptionFormatExceptionInvalidEnumArgumentExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionpublic void RegisterDisplayName(java.lang.String resourceFile,
long resourceId)
throws java.lang.Throwable,
ArgumentException,
ObjectDisposedException,
SecurityException,
UnauthorizedAccessException,
IOException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
IndexOutOfRangeException,
InvalidOperationException,
NotSupportedException
public void removeEntryWritten(EntryWrittenEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void setEnableRaisingEvents(boolean EnableRaisingEvents)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
IOException,
ObjectDisposedException,
SecurityException,
UnauthorizedAccessException,
ArgumentOutOfRangeException,
OutOfMemoryException,
NotSupportedException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
Win32Exception,
NullReferenceException,
WaitHandleCannotBeOpenedException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionIOExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionNotSupportedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionWin32ExceptionNullReferenceExceptionWaitHandleCannotBeOpenedExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class Componentpublic void setLog(java.lang.String Log)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
IndexOutOfRangeException,
PlatformNotSupportedException,
FormatException,
IOException,
ObjectDisposedException,
SecurityException,
UnauthorizedAccessException,
OutOfMemoryException,
MissingMethodException,
TargetInvocationException,
Win32Exception,
NullReferenceException,
WaitHandleCannotBeOpenedException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionFormatExceptionIOExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationExceptionWin32ExceptionNullReferenceExceptionWaitHandleCannotBeOpenedExceptionpublic void setMachineName(java.lang.String MachineName)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
IndexOutOfRangeException,
PlatformNotSupportedException,
FormatException,
IOException,
ObjectDisposedException,
SecurityException,
UnauthorizedAccessException,
OutOfMemoryException,
MissingMethodException,
TargetInvocationException,
Win32Exception,
NullReferenceException,
WaitHandleCannotBeOpenedException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionFormatExceptionIOExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationExceptionWin32ExceptionNullReferenceExceptionWaitHandleCannotBeOpenedExceptionpublic void setMaximumKilobytes(long MaximumKilobytes)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
NotSupportedException,
InvalidOperationException,
ObjectDisposedException,
SecurityException,
UnauthorizedAccessException,
IOException,
IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionIndexOutOfRangeExceptionpublic void setSource(java.lang.String Source)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
IOException,
ObjectDisposedException,
SecurityException,
UnauthorizedAccessException,
ArgumentOutOfRangeException,
OutOfMemoryException,
NotSupportedException,
IndexOutOfRangeException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
Win32Exception,
NullReferenceException,
WaitHandleCannotBeOpenedException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionIOExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionNotSupportedExceptionIndexOutOfRangeExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionWin32ExceptionNullReferenceExceptionWaitHandleCannotBeOpenedExceptionpublic void setSynchronizingObject(ISynchronizeInvoke SynchronizingObject) throws java.lang.Throwable
java.lang.Throwablepublic static boolean SourceExists(java.lang.String source)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentNullException,
CultureNotFoundException,
IOException,
ObjectDisposedException,
OutOfMemoryException,
SecurityException,
UnauthorizedAccessException,
ArrayTypeMismatchException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentNullExceptionCultureNotFoundExceptionIOExceptionObjectDisposedExceptionOutOfMemoryExceptionSecurityExceptionUnauthorizedAccessExceptionArrayTypeMismatchExceptionpublic static boolean SourceExists(java.lang.String source,
java.lang.String machineName)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentNullException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
MissingMethodException,
TargetInvocationException,
IOException,
RankException,
ArrayTypeMismatchException,
OutOfMemoryException,
SecurityException,
UnauthorizedAccessException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentNullExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionMissingMethodExceptionTargetInvocationExceptionIOExceptionRankExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionSecurityExceptionUnauthorizedAccessExceptionpublic void WriteEntry(java.lang.String message)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
NotSupportedException,
InvalidOperationException,
FormatException,
IndexOutOfRangeException,
InvalidEnumArgumentException,
IOException,
ObjectDisposedException,
SecurityException,
UnauthorizedAccessException,
OutOfMemoryException,
WaitHandleCannotBeOpenedException,
ApplicationException,
Win32Exception,
MissingMethodException,
TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionFormatExceptionIndexOutOfRangeExceptionInvalidEnumArgumentExceptionIOExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionOutOfMemoryExceptionWaitHandleCannotBeOpenedExceptionApplicationExceptionWin32ExceptionMissingMethodExceptionTargetInvocationExceptionpublic void WriteEntry(java.lang.String message,
EventLogEntryType type)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
NotSupportedException,
InvalidOperationException,
FormatException,
IndexOutOfRangeException,
InvalidEnumArgumentException,
IOException,
ObjectDisposedException,
SecurityException,
UnauthorizedAccessException,
OutOfMemoryException,
WaitHandleCannotBeOpenedException,
ApplicationException,
Win32Exception,
MissingMethodException,
TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionFormatExceptionIndexOutOfRangeExceptionInvalidEnumArgumentExceptionIOExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionOutOfMemoryExceptionWaitHandleCannotBeOpenedExceptionApplicationExceptionWin32ExceptionMissingMethodExceptionTargetInvocationExceptionpublic void WriteEntry(java.lang.String message,
EventLogEntryType type,
int eventID)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
NotSupportedException,
InvalidOperationException,
FormatException,
IndexOutOfRangeException,
InvalidEnumArgumentException,
IOException,
ObjectDisposedException,
SecurityException,
UnauthorizedAccessException,
OutOfMemoryException,
WaitHandleCannotBeOpenedException,
ApplicationException,
Win32Exception,
MissingMethodException,
TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionFormatExceptionIndexOutOfRangeExceptionInvalidEnumArgumentExceptionIOExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionOutOfMemoryExceptionWaitHandleCannotBeOpenedExceptionApplicationExceptionWin32ExceptionMissingMethodExceptionTargetInvocationExceptionpublic void WriteEntry(java.lang.String message,
EventLogEntryType type,
int eventID,
short category)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
NotSupportedException,
InvalidOperationException,
FormatException,
IndexOutOfRangeException,
InvalidEnumArgumentException,
IOException,
ObjectDisposedException,
SecurityException,
UnauthorizedAccessException,
OutOfMemoryException,
WaitHandleCannotBeOpenedException,
ApplicationException,
Win32Exception,
MissingMethodException,
TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionFormatExceptionIndexOutOfRangeExceptionInvalidEnumArgumentExceptionIOExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionOutOfMemoryExceptionWaitHandleCannotBeOpenedExceptionApplicationExceptionWin32ExceptionMissingMethodExceptionTargetInvocationExceptionpublic void WriteEntry(java.lang.String message,
EventLogEntryType type,
int eventID,
short category,
byte[] rawData)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
NotSupportedException,
InvalidOperationException,
ObjectDisposedException,
InvalidEnumArgumentException,
IndexOutOfRangeException,
IOException,
OutOfMemoryException,
SecurityException,
UnauthorizedAccessException,
ArrayTypeMismatchException,
WaitHandleCannotBeOpenedException,
ExternalException,
ApplicationException,
Win32Exception
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionObjectDisposedExceptionInvalidEnumArgumentExceptionIndexOutOfRangeExceptionIOExceptionOutOfMemoryExceptionSecurityExceptionUnauthorizedAccessExceptionArrayTypeMismatchExceptionWaitHandleCannotBeOpenedExceptionExternalExceptionApplicationExceptionWin32Exceptionpublic void WriteEntry(java.lang.String dupParam0,
EventLogEntryType dupParam1,
int dupParam2,
short dupParam3,
JCORefOut dupParam4)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
NotSupportedException,
InvalidOperationException,
ObjectDisposedException,
InvalidEnumArgumentException,
IndexOutOfRangeException,
IOException,
OutOfMemoryException,
SecurityException,
UnauthorizedAccessException,
ArrayTypeMismatchException,
WaitHandleCannotBeOpenedException,
ExternalException,
ApplicationException,
Win32Exception
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionObjectDisposedExceptionInvalidEnumArgumentExceptionIndexOutOfRangeExceptionIOExceptionOutOfMemoryExceptionSecurityExceptionUnauthorizedAccessExceptionArrayTypeMismatchExceptionWaitHandleCannotBeOpenedExceptionExternalExceptionApplicationExceptionWin32Exceptionpublic static void WriteEntry(java.lang.String source,
java.lang.String message)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
IndexOutOfRangeException,
NotSupportedException,
InvalidOperationException,
FormatException,
InvalidEnumArgumentException,
IOException,
ObjectDisposedException,
SecurityException,
UnauthorizedAccessException,
OutOfMemoryException,
WaitHandleCannotBeOpenedException,
ApplicationException,
Win32Exception,
MissingMethodException,
TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFormatExceptionInvalidEnumArgumentExceptionIOExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionOutOfMemoryExceptionWaitHandleCannotBeOpenedExceptionApplicationExceptionWin32ExceptionMissingMethodExceptionTargetInvocationExceptionpublic static void WriteEntry(java.lang.String source,
java.lang.String message,
EventLogEntryType type)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
IndexOutOfRangeException,
NotSupportedException,
InvalidOperationException,
FormatException,
InvalidEnumArgumentException,
IOException,
ObjectDisposedException,
SecurityException,
UnauthorizedAccessException,
OutOfMemoryException,
WaitHandleCannotBeOpenedException,
ApplicationException,
Win32Exception,
MissingMethodException,
TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFormatExceptionInvalidEnumArgumentExceptionIOExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionOutOfMemoryExceptionWaitHandleCannotBeOpenedExceptionApplicationExceptionWin32ExceptionMissingMethodExceptionTargetInvocationExceptionpublic static void WriteEntry(java.lang.String source,
java.lang.String message,
EventLogEntryType type,
int eventID)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
IndexOutOfRangeException,
NotSupportedException,
InvalidOperationException,
FormatException,
InvalidEnumArgumentException,
IOException,
ObjectDisposedException,
SecurityException,
UnauthorizedAccessException,
OutOfMemoryException,
WaitHandleCannotBeOpenedException,
ApplicationException,
Win32Exception,
MissingMethodException,
TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFormatExceptionInvalidEnumArgumentExceptionIOExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionOutOfMemoryExceptionWaitHandleCannotBeOpenedExceptionApplicationExceptionWin32ExceptionMissingMethodExceptionTargetInvocationExceptionpublic static void WriteEntry(java.lang.String source,
java.lang.String message,
EventLogEntryType type,
int eventID,
short category)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
IndexOutOfRangeException,
NotSupportedException,
InvalidOperationException,
FormatException,
InvalidEnumArgumentException,
IOException,
ObjectDisposedException,
SecurityException,
UnauthorizedAccessException,
OutOfMemoryException,
WaitHandleCannotBeOpenedException,
ApplicationException,
Win32Exception,
MissingMethodException,
TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFormatExceptionInvalidEnumArgumentExceptionIOExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionOutOfMemoryExceptionWaitHandleCannotBeOpenedExceptionApplicationExceptionWin32ExceptionMissingMethodExceptionTargetInvocationExceptionpublic static void WriteEntry(java.lang.String source,
java.lang.String message,
EventLogEntryType type,
int eventID,
short category,
byte[] rawData)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
NotSupportedException,
InvalidOperationException,
ObjectDisposedException,
IndexOutOfRangeException,
InvalidEnumArgumentException,
IOException,
OutOfMemoryException,
SecurityException,
UnauthorizedAccessException,
ArrayTypeMismatchException,
WaitHandleCannotBeOpenedException,
ExternalException,
ApplicationException,
Win32Exception
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionObjectDisposedExceptionIndexOutOfRangeExceptionInvalidEnumArgumentExceptionIOExceptionOutOfMemoryExceptionSecurityExceptionUnauthorizedAccessExceptionArrayTypeMismatchExceptionWaitHandleCannotBeOpenedExceptionExternalExceptionApplicationExceptionWin32Exceptionpublic static void WriteEntry(java.lang.String dupParam0,
java.lang.String dupParam1,
EventLogEntryType dupParam2,
int dupParam3,
short dupParam4,
JCORefOut dupParam5)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
NotSupportedException,
InvalidOperationException,
ObjectDisposedException,
IndexOutOfRangeException,
InvalidEnumArgumentException,
IOException,
OutOfMemoryException,
SecurityException,
UnauthorizedAccessException,
ArrayTypeMismatchException,
WaitHandleCannotBeOpenedException,
ExternalException,
ApplicationException,
Win32Exception
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionObjectDisposedExceptionIndexOutOfRangeExceptionInvalidEnumArgumentExceptionIOExceptionOutOfMemoryExceptionSecurityExceptionUnauthorizedAccessExceptionArrayTypeMismatchExceptionWaitHandleCannotBeOpenedExceptionExternalExceptionApplicationExceptionWin32Exceptionpublic void WriteEvent(EventInstance instance, byte[] data, NetObject... values) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, IOException, ObjectDisposedException, OutOfMemoryException, SecurityException, UnauthorizedAccessException, ArrayTypeMismatchException, WaitHandleCannotBeOpenedException, NullReferenceException, ExternalException, CultureNotFoundException, ApplicationException, Win32Exception
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionFormatExceptionIOExceptionObjectDisposedExceptionOutOfMemoryExceptionSecurityExceptionUnauthorizedAccessExceptionArrayTypeMismatchExceptionWaitHandleCannotBeOpenedExceptionNullReferenceExceptionExternalExceptionCultureNotFoundExceptionApplicationExceptionWin32Exceptionpublic void WriteEvent(EventInstance dupParam0, JCORefOut dupParam1, NetObject... dupParam2) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, IOException, ObjectDisposedException, OutOfMemoryException, SecurityException, UnauthorizedAccessException, ArrayTypeMismatchException, WaitHandleCannotBeOpenedException, NullReferenceException, ExternalException, CultureNotFoundException, ApplicationException, Win32Exception
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionFormatExceptionIOExceptionObjectDisposedExceptionOutOfMemoryExceptionSecurityExceptionUnauthorizedAccessExceptionArrayTypeMismatchExceptionWaitHandleCannotBeOpenedExceptionNullReferenceExceptionExternalExceptionCultureNotFoundExceptionApplicationExceptionWin32Exceptionpublic void WriteEvent(EventInstance instance, NetObject... values) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, FormatException, IOException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, OutOfMemoryException, WaitHandleCannotBeOpenedException, InvalidOperationException, CultureNotFoundException, ApplicationException, Win32Exception, MissingMethodException, TargetInvocationException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionFormatExceptionIOExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionOutOfMemoryExceptionWaitHandleCannotBeOpenedExceptionInvalidOperationExceptionCultureNotFoundExceptionApplicationExceptionWin32ExceptionMissingMethodExceptionTargetInvocationExceptionpublic static void WriteEvent(java.lang.String source,
EventInstance instance,
byte[] data,
NetObject... values)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
NotSupportedException,
InvalidOperationException,
ObjectDisposedException,
IndexOutOfRangeException,
IOException,
OutOfMemoryException,
SecurityException,
UnauthorizedAccessException,
ArrayTypeMismatchException,
WaitHandleCannotBeOpenedException,
ExternalException,
ApplicationException,
Win32Exception
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionObjectDisposedExceptionIndexOutOfRangeExceptionIOExceptionOutOfMemoryExceptionSecurityExceptionUnauthorizedAccessExceptionArrayTypeMismatchExceptionWaitHandleCannotBeOpenedExceptionExternalExceptionApplicationExceptionWin32Exceptionpublic static void WriteEvent(java.lang.String dupParam0,
EventInstance dupParam1,
JCORefOut dupParam2,
NetObject... dupParam3)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
NotSupportedException,
InvalidOperationException,
ObjectDisposedException,
IndexOutOfRangeException,
IOException,
OutOfMemoryException,
SecurityException,
UnauthorizedAccessException,
ArrayTypeMismatchException,
WaitHandleCannotBeOpenedException,
ExternalException,
ApplicationException,
Win32Exception
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionObjectDisposedExceptionIndexOutOfRangeExceptionIOExceptionOutOfMemoryExceptionSecurityExceptionUnauthorizedAccessExceptionArrayTypeMismatchExceptionWaitHandleCannotBeOpenedExceptionExternalExceptionApplicationExceptionWin32Exceptionpublic static void WriteEvent(java.lang.String source,
EventInstance instance,
NetObject... values)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
NotSupportedException,
InvalidOperationException,
ObjectDisposedException,
IndexOutOfRangeException,
IOException,
OutOfMemoryException,
SecurityException,
UnauthorizedAccessException,
ArrayTypeMismatchException,
WaitHandleCannotBeOpenedException,
ExternalException,
ApplicationException,
Win32Exception
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionObjectDisposedExceptionIndexOutOfRangeExceptionIOExceptionOutOfMemoryExceptionSecurityExceptionUnauthorizedAccessExceptionArrayTypeMismatchExceptionWaitHandleCannotBeOpenedExceptionExternalExceptionApplicationExceptionWin32Exception