Constable Authorization Engine 2.0 BETA

EntryPoint.Main Method 

[This is preliminary documentation and subject to change.]

This is the entry point of the managed assembly.

[Visual Basic]
Public Shared Sub Main( _
   ByVal args As String() _
)
[C#]
public static void Main(
   string[] args
);

Parameters

args
The command line arguments passed to the caze.exe executable.

Remarks

The caze.exe executable recognizes the following command line arguments:

/regserver Passing the /regserver command line argument causes the caze.exe executable to re-register the .caze file association with the Windows shell. This can be used to repair the .caze file association if it is damaged after CAZE installation.
<file path> Where <file path> is a full path to a XML file containing CAZE authorization policy, typically with the .caze extension.

See Also

EntryPoint Class | LaMarvin.Constable.Design.Shell Namespace