You are here: Start » AVL.NET » AVL.SaveProfile(AvlNet.Profile, string)
AVL.SaveProfile(AvlNet.Profile, string)
Serializes a profile to an AVDATA file.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void SaveProfile( AvlNet.Profile inProfile, string inFilename )
Parameters
- inProfile
- Type: AvlNet.Profile
Profile to be serialized - inFilename
- Type: System.String
Name of the target file
