SignatureHelper.GetFieldSigHelper(Module) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a signature helper for a field.
public:
static System::Reflection::Emit::SignatureHelper ^ GetFieldSigHelper(System::Reflection::Module ^ mod);
public static System.Reflection.Emit.SignatureHelper GetFieldSigHelper (System.Reflection.Module? mod);
public static System.Reflection.Emit.SignatureHelper GetFieldSigHelper (System.Reflection.Module mod);
static member GetFieldSigHelper : System.Reflection.Module -> System.Reflection.Emit.SignatureHelper
Public Shared Function GetFieldSigHelper (mod As Module) As SignatureHelper
Parameters
- mod
- Module
The dynamic module that contains the field for which the SignatureHelper
is requested.
Returns
The SignatureHelper
object for a field.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.