IDからカスタム投稿タイプの内容を取得する

IDからカスタム投稿タイプの内容を取得する
<?php
  $select = get_post_meta($post_id, 'カスタム投稿タイプ名', false);
?>