Class PostConfiguratorDebugBuilder
Inheritance
System.Object
System.MarshalByRefObject
PostConfiguratorDebugBuilder
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.PostConfigurator
Assembly: NXOpen.dll
Syntax
public class PostConfiguratorDebugBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
PostConfiguratorDebugBuilder()
Declaration
protected PostConfiguratorDebugBuilder()
Properties
Dump
Declaration
public PostConfiguratorDebugBuilder.DumpType Dump { get; set; }
Property Value
Type | Description |
---|---|
PostConfiguratorDebugBuilder.DumpType |
Output
Declaration
public PostConfiguratorDebugBuilder.OutputType Output { get; set; }
Property Value
Type | Description |
---|---|
PostConfiguratorDebugBuilder.OutputType |
OutputToFileName
Declaration
public string OutputToFileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetTrace(PostConfiguratorDebugBuilder.TraceType)
Declaration
public bool GetTrace(PostConfiguratorDebugBuilder.TraceType type)
Parameters
Type | Name | Description |
---|---|---|
PostConfiguratorDebugBuilder.TraceType | type |
Returns
Type | Description |
---|---|
System.Boolean |
SetTrace(PostConfiguratorDebugBuilder.TraceType, Boolean)
Declaration
public void SetTrace(PostConfiguratorDebugBuilder.TraceType type, bool state)
Parameters
Type | Name | Description |
---|---|---|
PostConfiguratorDebugBuilder.TraceType | type | |
System.Boolean | state |
Implements
System.Runtime.Remoting.Messaging.IMessageSink