C# Class Security.WinTrust.WinTrustFileInfo

Inheritance: IDisposable
ファイルを表示 Open project: kg/shootblues Class Usage Examples

Public Properties

Property Type Description
StructSize System.UInt32
hFile System.IntPtr
pgKnownSubject System.IntPtr
pszFilePath System.IntPtr

Public Methods

Method Description
Dispose ( ) : void
WinTrustFileInfo ( String filePath ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

WinTrustFileInfo() public method

public WinTrustFileInfo ( String filePath ) : System
filePath String
return System

Property Details

StructSize public_oe property

public UInt32,System StructSize
return System.UInt32

hFile public_oe property

public IntPtr,System hFile
return System.IntPtr

pgKnownSubject public_oe property

public IntPtr,System pgKnownSubject
return System.IntPtr

pszFilePath public_oe property

public IntPtr,System pszFilePath
return System.IntPtr