Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 280 Bytes

differences_cpp_dotnet.md

File metadata and controls

15 lines (8 loc) · 280 Bytes

Differences between C++ API & .NET API

Properties instead of getters and setters

Events instead of function pointers

Exceptions instead of MStatus failure codes

Usage of IEnumerable<T>

Support for .NET collections

No OpenMayaFx classes

MDockStation