AsmResolver.Net.Signatures.CustomMarshalDescriptor.GetPhysicalLength C# (CSharp) Method

GetPhysicalLength() public method

public GetPhysicalLength ( ) : uint
return uint
        public override uint GetPhysicalLength()
        {
            return sizeof (byte) +
                   sizeof(byte) + 38 +
                   UnmanagedType.GetSerStringSize() +
                   ManagedType.GetSerStringSize() +
                   Cookie.GetSerStringSize();
        }