System.Drawing.ComIStreamMarshaler.NativeToManagedWrapper.Stat C# (CSharp) 메소드

Stat() 공개 메소드

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