System.Drawing.ComIStreamMarshaler.NativeToManagedWrapper.Stat C# (CSharp) Method

Stat() public method

public Stat ( STATSTG &pstatstg, int grfStatFlag ) : void
pstatstg System.Runtime.InteropServices.ComTypes.STATSTG
grfStatFlag int
return void
			public void Stat(out STATSTG pstatstg, int grfStatFlag)
			{
				ThrowExceptionForHR(managedVtable.Stat(comInterface, out pstatstg, grfStatFlag));
			}