public class EventAttribute extends Attribute
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Diagnostics.Tracing.EventAttribute
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: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: mscorlib
|
static java.lang.String |
className
Qualified class name: System.Diagnostics.Tracing.EventAttribute
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
EventAttribute() |
EventAttribute(int eventId) |
EventAttribute(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static EventAttribute |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into EventAttribute, a cast assert is made to check if types are compatible. |
EventActivityOptions |
getActivityOptions() |
EventChannel |
getChannel() |
int |
getEventId() |
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
|
EventKeywords |
getKeywords() |
EventLevel |
getLevel() |
java.lang.String |
getMessage() |
EventOpcode |
getOpcode() |
EventTags |
getTags() |
EventTask |
getTask() |
byte |
getVersion() |
void |
setActivityOptions(EventActivityOptions ActivityOptions) |
void |
setChannel(EventChannel Channel) |
void |
setEventId(int EventId) |
void |
setJCOInstance(JCObject instance) |
void |
setKeywords(EventKeywords Keywords) |
void |
setLevel(EventLevel Level) |
void |
setMessage(java.lang.String Message) |
void |
setOpcode(EventOpcode Opcode) |
void |
setTags(EventTags Tags) |
void |
setTask(EventTask Task) |
void |
setVersion(byte Version) |
GetCustomAttribute, GetCustomAttribute, GetCustomAttribute, GetCustomAttribute, GetCustomAttribute, GetCustomAttribute, GetCustomAttribute, GetCustomAttribute, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, getTypeId, IsDefaultAttribute, IsDefined, IsDefined, IsDefined, IsDefined, IsDefined, IsDefined, IsDefined, IsDefined, Matchpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public EventAttribute()
throws java.lang.Throwable
java.lang.Throwablepublic EventAttribute(int eventId)
throws java.lang.Throwable
java.lang.Throwablepublic EventAttribute(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static EventAttribute cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into EventAttribute, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedEventAttribute instancejava.lang.Throwable - in case of error during cast operationpublic EventActivityOptions getActivityOptions() throws java.lang.Throwable
java.lang.Throwablepublic EventChannel getChannel() throws java.lang.Throwable
java.lang.Throwablepublic int getEventId()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class AttributeString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class AttributeString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class AttributeObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class AttributeString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class AttributeJCType representing the CLR Type of the instantiated Classpublic EventKeywords getKeywords() throws java.lang.Throwable
java.lang.Throwablepublic EventLevel getLevel() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getMessage()
throws java.lang.Throwable
java.lang.Throwablepublic EventOpcode getOpcode() throws java.lang.Throwable
java.lang.Throwablepublic EventTags getTags() throws java.lang.Throwable
java.lang.Throwablepublic EventTask getTask() throws java.lang.Throwable
java.lang.Throwablepublic byte getVersion()
throws java.lang.Throwable
java.lang.Throwablepublic void setActivityOptions(EventActivityOptions ActivityOptions) throws java.lang.Throwable
java.lang.Throwablepublic void setChannel(EventChannel Channel) throws java.lang.Throwable
java.lang.Throwablepublic void setEventId(int EventId)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class Attributepublic void setKeywords(EventKeywords Keywords) throws java.lang.Throwable
java.lang.Throwablepublic void setLevel(EventLevel Level) throws java.lang.Throwable
java.lang.Throwablepublic void setMessage(java.lang.String Message)
throws java.lang.Throwable
java.lang.Throwablepublic void setOpcode(EventOpcode Opcode) throws java.lang.Throwable
java.lang.Throwablepublic void setTags(EventTags Tags) throws java.lang.Throwable
java.lang.Throwablepublic void setTask(EventTask Task) throws java.lang.Throwable
java.lang.Throwablepublic void setVersion(byte Version)
throws java.lang.Throwable
java.lang.Throwable