public static int Size { get; }
Public Shared ReadOnly Property Size As Integer
Get
Dim value As Integer
value = ProcessBasicInformation.Size
public:
static property int Size {
int get ();
}
static member Size : int with get
No code example is currently available or this language may not be supported.