Ejemplo n.º 1
0
 internal RasEntry(int size)
 {
     rasEntry = new RASENTRY(size);
 }
Ejemplo n.º 2
0
 internal RasEntry(byte[] entryData)
 {
     rasEntry = new RASENTRY(entryData);
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Default constructor of the RasEntry
 /// </summary>
 public RasEntry()
 {
     System.Reflection.Assembly assembly = System.Reflection.Assembly.GetCallingAssembly();
     name = "";
     rasEntry = new RASENTRY(3276);
 }