Project

General

Profile

NET and C

Basic Usage Of .NET With ISXVG

Before you can use anything in .NET you must first create an instance of the object you wish to use. In the simplest form it is

  • Vanguard.ISXVG.Extension Ext = new Vanguard.ISXVG.Extension();

In the above example you would access anything in the Extension object by preceding the method with Ext.

  • Ext.Face();
  • Ext.Target();

For all of the .net C# Examples on this wiki, I will assume you understand this concept. Eventually I will get up some full working examples from start to finish but until then you can get the example projects from the forums.