Class NcProgramManagerBuilder
Inheritance
System.Object
System.MarshalByRefObject
NcProgramManagerBuilder
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.SIM
Assembly: NXOpen.dll
Syntax
public class NcProgramManagerBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
NcProgramManagerBuilder()
Declaration
protected NcProgramManagerBuilder()
Methods
ActivateAllBreakpoints()
Declaration
public void ActivateAllBreakpoints()
ActivateBreakpoint(NcProgram, Int32)
Declaration
public void ActivateBreakpoint(NcProgram program, int lineNumber)
Parameters
Type | Name | Description |
---|---|---|
NcProgram | program | |
System.Int32 | lineNumber |
AddBreakpoint(NcProgram, Int32)
Declaration
public void AddBreakpoint(NcProgram program, int lineNumber)
Parameters
Type | Name | Description |
---|---|---|
NcProgram | program | |
System.Int32 | lineNumber |
AddMatchingBreakpoint(String)
Declaration
public void AddMatchingBreakpoint(string condition)
Parameters
Type | Name | Description |
---|---|---|
System.String | condition |
DeactivateAllBreakpoints()
Declaration
public void DeactivateAllBreakpoints()
DeactivateBreakpoint(NcProgram, Int32)
Declaration
public void DeactivateBreakpoint(NcProgram program, int lineNumber)
Parameters
Type | Name | Description |
---|---|---|
NcProgram | program | |
System.Int32 | lineNumber |
DeleteAllBreakpoints()
Declaration
public void DeleteAllBreakpoints()
DeleteBreakpoint(NcProgram, Int32)
Declaration
public void DeleteBreakpoint(NcProgram program, int lineNumber)
Parameters
Type | Name | Description |
---|---|---|
NcProgram | program | |
System.Int32 | lineNumber |
GetBreakpoints()
Declaration
public Breakpoint[] GetBreakpoints()
Returns
Type | Description |
---|---|
Breakpoint[] |
GetExternalFileSource()
Declaration
public NcProgramSource GetExternalFileSource()
Returns
Type | Description |
---|---|
NcProgramSource |
GetSetupSource()
Declaration
public NcProgramSource GetSetupSource()
Returns
Type | Description |
---|---|
NcProgramSource |
Implements
System.Runtime.Remoting.Messaging.IMessageSink