C# Class PeNet.WINTRUST_FILE_INFO

显示文件 Open project: secana/PeNet Class Usage Examples

Public Properties

Property Type Description
cbStruct uint
hFile System.IntPtr
pgKnownSubject System.IntPtr

Public Methods

Method Description
Dispose ( ) : void
WINTRUST_FILE_INFO ( string fileName, System.Guid subject ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

WINTRUST_FILE_INFO() public method

public WINTRUST_FILE_INFO ( string fileName, System.Guid subject ) : System
fileName string
subject System.Guid
return System

Property Details

cbStruct public_oe property

public uint cbStruct
return uint

hFile public_oe property

public IntPtr,System hFile
return System.IntPtr

pgKnownSubject public_oe property

public IntPtr,System pgKnownSubject
return System.IntPtr