fuget.org
DynamoVisualProgramming.DynamoServices
by Autodesk
2.16.2.5624
Toggle Dropdown
API Diff
with 3.0.0-beta7122
Toggle Dropdown
DynamoVisualProgramming.DynamoServices.2.16.2.5624.nupkg
nuget.org
github.com
Apache License 2
<
PackageReference
Include
=
"DynamoVisualProgramming.DynamoServices"
Version
=
"2.16.2.5624"
/>
Frameworks
netstandard2.0
API Diff between 2.16.2.5624 and 3.0.0-beta7122
9
Additions
24
Removals
Autodesk.DesignScript.Runtime
public
class
IsObsoleteAttribute
:
Attribute
public
IsObsoleteAttribute
(
string
descriptionResourceID
,
Type
resourceType
)
public
IsObsoleteAttribute
(
string
descriptionResourceID
,
string
typeName
)
Dynamo.Logging
public
enum
Actions
Export
=
59
Import
=
58
SignIn
=
56
SignOut
=
57
public
static
class
Analytics
public
static
bool
DisableAnalytics
{
get
; }
public
static
bool
DisableAnalytics
public
static
Task
<
IDisposable
>
CreateTaskTimedEvent
(
Categories
category
,
string
variable
,
string
description
=
""
,
int
?
value
=
default
)
public
static
void
EndTaskCommandEvent
(
Task
<
IDisposable
>
taskEvent
)
public
static
void
TrackActivityStatus
(
string
activityType
)
public
static
Task
<
IDisposable
>
TrackTaskCommandEvent
(
string
name
,
string
description
=
""
,
int
?
value
=
default
)
public
static
Task
<
IDisposable
>
TrackTaskFileOperationEvent
(
string
filepath
,
Actions
operation
,
int
size
,
string
description
=
""
)
public
enum
Categories
PackageManager
=
8
SplashScreenOperations
=
25
public
enum
HeartBeatType
public
interface
IAnalyticsClient
bool
ReportingUsage
{
get
; }
Task
<
IDisposable
>
CreateTaskCommandEvent
(
string
name
,
string
description
,
int
?
value
)
Task
<
IDisposable
>
CreateTaskTimedEvent
(
Categories
category
,
string
variable
,
string
description
,
int
?
value
)
void
EndEventTask
(
Task
<
IDisposable
>
taskToEnd
)
void
TrackActivityStatus
(
string
activityType
)
Task
<
IDisposable
>
TrackTaskFileOperationEvent
(
string
filepath
,
Actions
operation
,
int
size
,
string
description
)
DynamoServices
public
static
class
LogWarningMessageEvents
public
static
void
OnLogInfoMessage
(
string
message
)
public
class
NodeInternalException
:
Exception
protected
NodeInternalException
(
SerializationInfo
info
,
StreamingContext
context
)
public
static
class
TraceUtils
public
static
string
GetTraceData
(
string
key
)
public
static
void
SetTraceData
(
string
key
,
string
value
)
public
static
ISerializable
GetTraceData
(
string
key
)
public
static
void
SetTraceData
(
string
key
,
ISerializable
value
)
DynamoUnits
public
class
Display
PythonNodeModels
public
enum
PythonEngineVersion
CPython3
=
2
IronPython2
=
1
Unspecified
=
0