Class EventWrittenEventArgs

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: mscorlib
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Diagnostics.Tracing.EventWrittenEventArgs
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • EventWrittenEventArgs

        public EventWrittenEventArgs​(java.lang.Object instance)
                              throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • EventWrittenEventArgs

        public EventWrittenEventArgs()
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • getVersion

        public byte getVersion()
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getEventId

        public int getEventId()
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setEventId

        public void setEventId​(int EventId)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getChannel

        public EventChannel getChannel()
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getKeywords

        public EventKeywords getKeywords()
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getLevel

        public EventLevel getLevel()
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getOpcode

        public EventOpcode getOpcode()
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getEventSource

        public EventSource getEventSource()
                                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getTags

        public EventTags getTags()
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getTask

        public EventTask getTask()
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getActivityId

        public Guid getActivityId()
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setActivityId

        public void setActivityId​(Guid ActivityId)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getRelatedActivityId

        public Guid getRelatedActivityId()
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setRelatedActivityId

        public void setRelatedActivityId​(Guid RelatedActivityId)
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getEventName

        public java.lang.String getEventName()
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setEventName

        public void setEventName​(java.lang.String EventName)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getMessage

        public java.lang.String getMessage()
                                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setMessage

        public void setMessage​(java.lang.String Message)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable