public class XamlDebuggerXmlReader extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Activities.Debugger.XamlDebuggerXmlReader
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.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: System.Activities
|
static java.lang.String |
className
Qualified class name: System.Activities.Debugger.XamlDebuggerXmlReader
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
XamlDebuggerXmlReader() |
XamlDebuggerXmlReader(java.lang.Object instance)
Internal constructor.
|
XamlDebuggerXmlReader(TextReader underlyingTextReader) |
XamlDebuggerXmlReader(TextReader underlyingTextReader,
XamlSchemaContext schemaContext) |
| Modifier and Type | Method and Description |
|---|---|
static XamlDebuggerXmlReader |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into XamlDebuggerXmlReader, a cast assert is made to check if types are compatible. |
static void |
CopyAttachedSourceLocation(NetObject source,
NetObject destination) |
boolean |
getCollectNonActivitySourceLocation() |
static NetObject |
GetEndColumn(NetObject instance) |
static NetObject |
GetEndLine(NetObject instance) |
static NetObject |
GetFileName(NetObject instance) |
boolean |
getHasLineInfo() |
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
|
int |
getLineNumber() |
int |
getLinePosition() |
static NetObject |
GetStartColumn(NetObject instance) |
static NetObject |
GetStartLine(NetObject instance) |
boolean |
Read() |
void |
setCollectNonActivitySourceLocation(boolean CollectNonActivitySourceLocation) |
static void |
SetEndColumn(NetObject instance,
NetObject value) |
static void |
SetEndLine(NetObject instance,
NetObject value) |
static void |
SetFileName(NetObject instance,
NetObject value) |
void |
setJCOInstance(JCObject instance) |
static void |
SetStartColumn(NetObject instance,
NetObject value) |
static void |
SetStartLine(NetObject instance,
NetObject value) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public XamlDebuggerXmlReader()
throws java.lang.Throwable
java.lang.Throwablepublic XamlDebuggerXmlReader(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic XamlDebuggerXmlReader(TextReader underlyingTextReader) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotImplementedException, MulticastNotSupportedException, IndexOutOfRangeException, MissingManifestResourceException, InvalidOperationException, XmlException, XamlSchemaException, KeyNotFoundException
public XamlDebuggerXmlReader(TextReader underlyingTextReader, XamlSchemaContext schemaContext) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, SecurityException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, XmlException, NotImplementedException, KeyNotFoundException, OutOfMemoryException, XamlSchemaException, UriFormatException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentOutOfRangeExceptionXmlExceptionNotImplementedExceptionKeyNotFoundExceptionOutOfMemoryExceptionXamlSchemaExceptionUriFormatExceptionpublic static XamlDebuggerXmlReader cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into XamlDebuggerXmlReader, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedXamlDebuggerXmlReader instancejava.lang.Throwable - in case of error during cast operationpublic static void CopyAttachedSourceLocation(NetObject source, NetObject destination) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ThreadAbortException, ArgumentNullException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException
public boolean getCollectNonActivitySourceLocation()
throws java.lang.Throwable
java.lang.Throwablepublic static NetObject GetEndColumn(NetObject instance) throws java.lang.Throwable, ArgumentException, ThreadAbortException, InvalidOperationException, ArgumentNullException, MissingMethodException, TargetInvocationException
java.lang.ThrowableArgumentExceptionThreadAbortExceptionInvalidOperationExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionpublic static NetObject GetEndLine(NetObject instance) throws java.lang.Throwable, ArgumentException, ThreadAbortException, InvalidOperationException, ArgumentNullException, MissingMethodException, TargetInvocationException
java.lang.ThrowableArgumentExceptionThreadAbortExceptionInvalidOperationExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionpublic static NetObject GetFileName(NetObject instance) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ThreadAbortException, ArgumentNullException, MissingMethodException, TargetInvocationException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionThreadAbortExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionpublic boolean getHasLineInfo()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic int getLineNumber()
throws java.lang.Throwable
java.lang.Throwablepublic int getLinePosition()
throws java.lang.Throwable
java.lang.Throwablepublic static NetObject GetStartColumn(NetObject instance) throws java.lang.Throwable, ArgumentException, ThreadAbortException, InvalidOperationException, ArgumentNullException, MissingMethodException, TargetInvocationException
java.lang.ThrowableArgumentExceptionThreadAbortExceptionInvalidOperationExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionpublic static NetObject GetStartLine(NetObject instance) throws java.lang.Throwable, ArgumentException, ThreadAbortException, InvalidOperationException, ArgumentNullException, MissingMethodException, TargetInvocationException
java.lang.ThrowableArgumentExceptionThreadAbortExceptionInvalidOperationExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionpublic boolean Read()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
XamlSchemaException
public void setCollectNonActivitySourceLocation(boolean CollectNonActivitySourceLocation)
throws java.lang.Throwable
java.lang.Throwablepublic static void SetEndColumn(NetObject instance, NetObject value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, ThreadAbortException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException
public static void SetEndLine(NetObject instance, NetObject value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, ThreadAbortException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException
public static void SetFileName(NetObject instance, NetObject value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, ThreadAbortException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException
public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic static void SetStartColumn(NetObject instance, NetObject value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, ThreadAbortException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException
public static void SetStartLine(NetObject instance, NetObject value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, ThreadAbortException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException