fuget.org
DynamoVisualProgramming.DynamoServices
by Autodesk
2.18.1.5096
Toggle Dropdown
API Diff
with 2.12.0-beta4933
Toggle Dropdown
DynamoVisualProgramming.DynamoServices.2.18.1.5096.nupkg
nuget.org
github.com
Apache License 2
<
PackageReference
Include
=
"DynamoVisualProgramming.DynamoServices"
Version
=
"2.18.1.5096"
/>
Frameworks
netstandard2.0
API Diff between 2.18.1.5096 and 2.12.0-beta4933
91
Additions
1
Removals
Autodesk.DesignScript.Interfaces
public
struct
ExtensionStartupParams
public
bool
DisableADP
{
get
;
set
; }
public
enum
VertexType
LineInstance
=
4
MeshInstance
=
3
Autodesk.DesignScript.Runtime
public
class
IsObsoleteAttribute
:
Attribute
public
IsObsoleteAttribute
(
string
descriptionResourceID
,
Type
resourceType
)
public
IsObsoleteAttribute
(
string
descriptionResourceID
,
string
typeName
)
Dynamo.Logging
public
enum
Actions
AddedTo
=
36
Break
=
45
BuiltInPackageConflict
=
47
Cancel
=
51
Collapsed
=
35
Completed
=
52
Dismiss
=
43
DownloadNew
=
28
FilterButtonClicked
=
14
Expanded
=
34
Export
=
59
ExternalReferences
=
32
Filter
=
14
Freeze
=
39
Hide
=
46
Import
=
58
KeepOld
=
29
LocalReferences
=
31
Next
=
53
PackageReferences
=
30
Pin
=
26
Preview
=
38
Previous
=
54
Rate
=
25
RemovedFrom
=
37
Rename
=
40
Set
=
42
Show
=
41
SignIn
=
56
SignOut
=
57
Sort
=
48
TimeElapsed
=
55
Undismiss
=
44
Ungroup
=
33
Unpin
=
27
View
=
49
ViewDocumentation
=
50
public
static
class
Analytics
public
static
bool
DisableAnalytics
public
enum
Categories
ConnectorOperations
=
21
GroupOperations
=
19
GroupStyleOperations
=
22
GuidedTourOperations
=
23
NodeContextMenuOperations
=
20
NoteOperations
=
16
SplashScreenOperations
=
24
WorkspaceReferences
=
18
WorkspaceReferencesOperations
=
17
Dynamo.PythonServices
public
enum
EvaluationState
Failed
=
1
Success
=
0
public
abstract
class
PythonEngine
public
abstract
object
InputDataMarshaler
{
get
; }
public
abstract
string
Name
{
get
; }
public
abstract
object
OutputDataMarshaler
{
get
; }
public
event
EvaluationFinishedEventHandler
EvaluationFinished
public
event
EvaluationStartedEventHandler
EvaluationStarted
protected
PythonEngine
()
public
abstract
object
Evaluate
(
string
code
,
IList
bindingNames
,
IList
bindingValues
)
public
sealed
class
PythonEngineManager
public
ObservableCollection
<
PythonEngine
>
AvailableEngines
public
static
PythonEngineManager
Instance
{
get
; }
Dynamo.PythonServices.EventHandlers
public
sealed
delegate
EvaluationFinishedEventHandler
:
MulticastDelegate
public
EvaluationFinishedEventHandler
(
object
object
,
IntPtr
method
)
public
virtual
IAsyncResult
BeginInvoke
(
EvaluationState
state
,
string
code
,
IList
bindingValues
,
ScopeGetAction
scopeGet
,
AsyncCallback
callback
,
object
object
)
public
virtual
void
EndInvoke
(
IAsyncResult
result
)
public
virtual
void
Invoke
(
EvaluationState
state
,
string
code
,
IList
bindingValues
,
ScopeGetAction
scopeGet
)
public
sealed
delegate
EvaluationStartedEventHandler
:
MulticastDelegate
public
EvaluationStartedEventHandler
(
object
object
,
IntPtr
method
)
public
virtual
IAsyncResult
BeginInvoke
(
string
code
,
IList
bindingValues
,
ScopeSetAction
scopeSet
,
AsyncCallback
callback
,
object
object
)
public
virtual
void
EndInvoke
(
IAsyncResult
result
)
public
virtual
void
Invoke
(
string
code
,
IList
bindingValues
,
ScopeSetAction
scopeSet
)
public
sealed
delegate
ScopeGetAction
:
MulticastDelegate
public
ScopeGetAction
(
object
object
,
IntPtr
method
)
public
virtual
IAsyncResult
BeginInvoke
(
string
name
,
AsyncCallback
callback
,
object
object
)
public
virtual
object
EndInvoke
(
IAsyncResult
result
)
public
virtual
object
Invoke
(
string
name
)
public
sealed
delegate
ScopeSetAction
:
MulticastDelegate
public
ScopeSetAction
(
object
object
,
IntPtr
method
)
public
virtual
IAsyncResult
BeginInvoke
(
string
name
,
object
value
,
AsyncCallback
callback
,
object
object
)
public
virtual
void
EndInvoke
(
IAsyncResult
result
)
public
virtual
void
Invoke
(
string
name
,
object
value
)
PythonNodeModels
public
enum
PythonEngineVersion
CPython3
=
2
IronPython2
=
1
Unknown
=
3
Unspecified
=
0