public class StackFrame
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
StackFrame()
Initializes a new instance of the StackFrame class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAssembly()
Gets the Assembly property.
|
java.lang.String |
getFileName()
Gets the FileName property.
|
int |
getLevel()
Gets the Level property.
|
int |
getLine()
Gets the Line property.
|
java.lang.String |
getMethod()
Gets the Method property.
|
protected void |
InitializeFields()
Optionally initializes fields for the current context.
|
void |
serialize(java.io.Writer writer)
Serializes the beginning of this object to the passed in writer.
|
protected java.lang.String |
serializeContent(java.io.Writer writer)
Serializes the beginning of this object to the passed in writer.
|
void |
setAssembly(java.lang.String value)
Sets the Assembly property.
|
void |
setFileName(java.lang.String value)
Sets the FileName property.
|
void |
setLevel(int value)
Sets the Level property.
|
void |
setLine(int value)
Sets the Line property.
|
void |
setMethod(java.lang.String value)
Sets the Method property.
|
public StackFrame()
public int getLevel()
public void setLevel(int value)
public java.lang.String getMethod()
public void setMethod(java.lang.String value)
public java.lang.String getAssembly()
public void setAssembly(java.lang.String value)
public java.lang.String getFileName()
public void setFileName(java.lang.String value)
public int getLine()
public void setLine(int value)
public void serialize(java.io.Writer writer)
throws java.io.IOException
writer - The writer to serialize this object to.java.io.IOExceptionprotected java.lang.String serializeContent(java.io.Writer writer)
throws java.io.IOException
writer - The writer to serialize this object to.java.io.IOExceptionprotected void InitializeFields()