public interface ISymbolMethod extends IJCOBridgeReflected
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Diagnostics.SymbolStore.ISymbolMethod
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.StackTrace, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Diagnostics.StackTrace
|
static java.lang.String |
className
Qualified class name: System.Diagnostics.SymbolStore.ISymbolMethod
|
| Modifier and Type | Method and Description |
|---|---|
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
|
ISymbolNamespace |
GetNamespace() |
int |
GetOffset(ISymbolDocument document,
int line,
int column) |
ISymbolVariable[] |
GetParameters() |
int[] |
GetRanges(ISymbolDocument document,
int line,
int column) |
ISymbolScope |
getRootScope() |
ISymbolScope |
GetScope(int offset) |
int |
getSequencePointCount() |
void |
GetSequencePoints(int[] offsets,
ISymbolDocument[] documents,
int[] lines,
int[] columns,
int[] endLines,
int[] endColumns) |
void |
GetSequencePoints(JCORefOut dupParam0,
ISymbolDocument[] dupParam1,
JCORefOut dupParam2,
JCORefOut dupParam3,
JCORefOut dupParam4,
JCORefOut dupParam5) |
boolean |
GetSourceStartEnd(ISymbolDocument[] docs,
int[] lines,
int[] columns) |
boolean |
GetSourceStartEnd(ISymbolDocument[] dupParam0,
JCORefOut dupParam1,
JCORefOut dupParam2) |
SymbolToken |
getToken() |
static ISymbolMethod |
ToISymbolMethod(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ISymbolMethod, a cast assert is made to check if types are compatible. |
static final java.lang.String assemblyFullName
static final java.lang.String assemblyShortName
static final java.lang.String className
java.lang.String getJCOAssemblyName()
getJCOAssemblyName in interface IJCOBridgeReflectedString representing the Fullname of reflected Assemblyjava.lang.String getJCOClassName()
getJCOClassName in interface IJCOBridgeReflectedString representing the Fullname of reflected Classjava.lang.Object getJCOInstance()
getJCOInstance in interface IJCOBridgeReflectedObject representing the instance of the instantiated Classjava.lang.String getJCOObjectName()
getJCOObjectName in interface IJCOBridgeReflectedString representing the name used to allocated the object
in CLR contextJCType getJCOType()
getJCOType in interface IJCOBridgeReflectedJCType representing the Type of the instantiated ClassISymbolNamespace GetNamespace() throws java.lang.Throwable
java.lang.Throwableint GetOffset(ISymbolDocument document, int line, int column) throws java.lang.Throwable
java.lang.ThrowableISymbolVariable[] GetParameters() throws java.lang.Throwable
java.lang.Throwableint[] GetRanges(ISymbolDocument document, int line, int column) throws java.lang.Throwable
java.lang.ThrowableISymbolScope getRootScope() throws java.lang.Throwable
java.lang.ThrowableISymbolScope GetScope(int offset) throws java.lang.Throwable
java.lang.Throwableint getSequencePointCount()
throws java.lang.Throwable
java.lang.Throwablevoid GetSequencePoints(int[] offsets,
ISymbolDocument[] documents,
int[] lines,
int[] columns,
int[] endLines,
int[] endColumns)
throws java.lang.Throwable
java.lang.Throwablevoid GetSequencePoints(JCORefOut dupParam0, ISymbolDocument[] dupParam1, JCORefOut dupParam2, JCORefOut dupParam3, JCORefOut dupParam4, JCORefOut dupParam5) throws java.lang.Throwable
java.lang.Throwableboolean GetSourceStartEnd(ISymbolDocument[] docs, int[] lines, int[] columns) throws java.lang.Throwable
java.lang.Throwableboolean GetSourceStartEnd(ISymbolDocument[] dupParam0, JCORefOut dupParam1, JCORefOut dupParam2) throws java.lang.Throwable
java.lang.ThrowableSymbolToken getToken() throws java.lang.Throwable
java.lang.Throwablestatic ISymbolMethod ToISymbolMethod(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ISymbolMethod, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedISymbolMethod instancejava.lang.Throwable - in case of error during cast operation