dotNet Functions

 

WinBatch supports access to the Microsoft dotNet Framework. WinBatch makes this possible by hosting the common language runtime (CLR) and exposing functionality for creating and accessing the members of classes, structures and enumerations of managed code assemblies (DLLs) that are part of or based on the Framework.

 

Function list

By type

Alphabetically

 

 

ObjectClrNew ( typename [, ctorparm,...] )      

Creates a class, structure or enumeration implemented by a managed assembly. The function returns a Framework based type as a COM Automation reference that can be used to access the members of the underlying Framework based type.

ObjectClrOption ( option-name, option-value )

Sets CLR configuration options before the CLR is loaded and loads an assembly into the current WinBatch process.

ObjectClrType ( typename, value-reference )

Associate a Framework based type name with a value, or to up-cast or down-cast Framework based object references.