6681 - 6690 of 10072 for copyingSearch Results
View search results from all Wolfram sites (14307 matches)
AddEventHandler   (NETLink Symbol)
AddEventHandler[obj@event, func] assigns the specified Mathematica function func to be called when the given event event fires.
KeepNETObject   (NETLink Symbol)
KeepNETObject[object] causes the specified object(s) not to be released when the current NETBlock ends. KeepNETObject[object, Manual] causes the specified object to escape ...
LoadCOMTypeLibrary   (NETLink Symbol)
LoadCOMTypeLibrary[library] creates a so-called "interop" assembly from the named type library and loads that assembly.
LoadNETAssembly   (NETLink Symbol)
LoadNETAssembly[assembly] loads the specified assembly into the .NET runtime and returns a NETAssembly expression that can be used to identify the assembly. ...
LoadNETType   (NETLink Symbol)
LoadNETType["type"] loads the specified type into the .NET runtime and returns a NETType expression that can be used to identify the type.LoadNETType["type", assembly] loads ...
MakeNETObject   (NETLink Symbol)
MakeNETObject[expr] constructs a .NET object that represents the given Mathematica expression. MakeNETObject[expr, type] creates an object of the specified type from expr.
NETBlock   (NETLink Symbol)
NETBlock[expr] causes all new .NET objects returned to Mathematica during the evaluation of expr to be released when expr finishes.
NETNew   (NETLink Symbol)
NETNew[type] constructs a new object of the specified .NET type. NETNew[type, args...] constructs a new object of the specified .NET type, passing the supplied argument ...
NETObjectToExpression   (NETLink Symbol)
NETObjectToExpression[netObject] converts the specified .NET object reference into its value as a "native" Mathematica expression.
ReleaseCOMObject   (NETLink Symbol)
ReleaseCOMObject[obj] releases COM resources held by the specified .NET object.
1 ... 666|667|668|669|670|671|672 ... 1008 Previous Next

...