public class IDesignerDebugViewImplementation extends NetObject implements IDesignerDebugView
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Activities.Presentation.Debug.IDesignerDebugView
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.Presentation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: System.Activities.Presentation
|
static java.lang.String |
className
Qualified class name: System.Activities.Presentation.Debug.IDesignerDebugView
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
IDesignerDebugViewImplementation(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteBreakpoint(SourceLocation sourceLocation) |
void |
EnsureVisible(SourceLocation sourceLocation) |
SourceLocation |
getCurrentContext() |
SourceLocation |
getCurrentLocation() |
SourceLocation |
GetExactLocation(SourceLocation approximateLocation) |
boolean |
getHideSourceFileName() |
boolean |
getIsDebugging() |
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
|
SourceLocation |
getSelectedLocation() |
void |
InsertBreakpoint(SourceLocation sourceLocation,
BreakpointTypes breakpointType) |
void |
ResetBreakpoints() |
void |
setCurrentContext(SourceLocation CurrentContext) |
void |
setCurrentLocation(SourceLocation CurrentLocation) |
void |
setHideSourceFileName(boolean HideSourceFileName) |
void |
setIsDebugging(boolean IsDebugging) |
static IDesignerDebugView |
ToIDesignerDebugView(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into IDesignerDebugView, a cast assert is made to check if types are compatible. |
void |
UpdateBreakpoint(SourceLocation sourceLocation,
BreakpointTypes breakpointType) |
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToStringpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public IDesignerDebugViewImplementation(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void DeleteBreakpoint(SourceLocation sourceLocation) throws java.lang.Throwable
DeleteBreakpoint in interface IDesignerDebugViewjava.lang.Throwablepublic void EnsureVisible(SourceLocation sourceLocation) throws java.lang.Throwable
EnsureVisible in interface IDesignerDebugViewjava.lang.Throwablepublic SourceLocation getCurrentContext() throws java.lang.Throwable
getCurrentContext in interface IDesignerDebugViewjava.lang.Throwablepublic SourceLocation getCurrentLocation() throws java.lang.Throwable
getCurrentLocation in interface IDesignerDebugViewjava.lang.Throwablepublic SourceLocation GetExactLocation(SourceLocation approximateLocation) throws java.lang.Throwable
GetExactLocation in interface IDesignerDebugViewjava.lang.Throwablepublic boolean getHideSourceFileName()
throws java.lang.Throwable
getHideSourceFileName in interface IDesignerDebugViewjava.lang.Throwablepublic boolean getIsDebugging()
throws java.lang.Throwable
getIsDebugging in interface IDesignerDebugViewjava.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IDesignerDebugViewgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IDesignerDebugViewgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IDesignerDebugViewgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IDesignerDebugViewgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IDesignerDebugViewgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic SourceLocation getSelectedLocation() throws java.lang.Throwable
getSelectedLocation in interface IDesignerDebugViewjava.lang.Throwablepublic void InsertBreakpoint(SourceLocation sourceLocation, BreakpointTypes breakpointType) throws java.lang.Throwable
InsertBreakpoint in interface IDesignerDebugViewjava.lang.Throwablepublic void ResetBreakpoints()
throws java.lang.Throwable
ResetBreakpoints in interface IDesignerDebugViewjava.lang.Throwablepublic void setCurrentContext(SourceLocation CurrentContext) throws java.lang.Throwable
setCurrentContext in interface IDesignerDebugViewjava.lang.Throwablepublic void setCurrentLocation(SourceLocation CurrentLocation) throws java.lang.Throwable
setCurrentLocation in interface IDesignerDebugViewjava.lang.Throwablepublic void setHideSourceFileName(boolean HideSourceFileName)
throws java.lang.Throwable
setHideSourceFileName in interface IDesignerDebugViewjava.lang.Throwablepublic void setIsDebugging(boolean IsDebugging)
throws java.lang.Throwable
setIsDebugging in interface IDesignerDebugViewjava.lang.Throwablepublic static IDesignerDebugView ToIDesignerDebugView(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into IDesignerDebugView, a cast assert is made to check if types are compatible.ToIDesignerDebugView in interface IDesignerDebugViewfrom - IJCOBridgeReflected instance to be castedIDesignerDebugView instancejava.lang.Throwable - in case of error during cast operationpublic void UpdateBreakpoint(SourceLocation sourceLocation, BreakpointTypes breakpointType) throws java.lang.Throwable
UpdateBreakpoint in interface IDesignerDebugViewjava.lang.Throwable