Exemplo n.º 1
0
 /// <summary>
 ///     Read the fixed file  information structure.
 /// </summary>
 /// <param name="lpRes">Address in memory.</param>
 internal void Read(IntPtr lpRes)
 {
     _fixedfileinfo = (VsFixedfileinfo)Marshal.PtrToStructure(lpRes, typeof (VsFixedfileinfo));
 }
Exemplo n.º 2
0
 /// <summary>
 ///     Read the fixed file  information structure.
 /// </summary>
 /// <param name="lpRes">Address in memory.</param>
 internal void Read(IntPtr lpRes)
 {
     _fixedfileinfo = (VsFixedfileinfo)Marshal.PtrToStructure(lpRes, typeof(VsFixedfileinfo));
 }