summaryrefslogtreecommitdiff
path: root/src/ildasm/dasm_sz.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ildasm/dasm_sz.h')
-rw-r--r--src/ildasm/dasm_sz.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ildasm/dasm_sz.h b/src/ildasm/dasm_sz.h
new file mode 100644
index 0000000000..d13b36356c
--- /dev/null
+++ b/src/ildasm/dasm_sz.h
@@ -0,0 +1,14 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
+#ifndef _DASM_SZ_H_
+#define _DASM_SZ_H_
+
+unsigned SizeOfValueType(mdToken tk, IMDInternalImport* pImport);
+
+unsigned SizeOfField(mdToken tk, IMDInternalImport* pImport);
+
+unsigned SizeOfField(PCCOR_SIGNATURE *ppSig, ULONG cSig, IMDInternalImport* pImport);
+
+#endif