Main Content
NET.interfaceView
Description
view = NET.interfaceView(
creates an explicit view of a .NET object as one of its implemented interfaces. Use
obj
,typename
)view
to access members of the .NET interface type
typename
that are explicitly implemented by obj
.
For more information, see the MSDN® article Explicit Interface Implementation.
Examples
Input Arguments
Version History
Introduced in R2023b