Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / DXUtil Class / SizeOf Method

In This Topic
    SizeOf Method
    In This Topic
    Return the sizeof a struct from a CLR. Equivalent to sizeof operator but works on generics too.
    Overload List
    OverloadDescription
    Return the sizeof a struct from a CLR. Equivalent to sizeof operator but works on generics too.  
    Return the sizeof an array of struct. Equivalent to sizeof operator but works on generics too.  
    See Also