MethodBuilder.SetImplementationFlagsCore(MethodImplAttributes) Metodo

Definizione

Quando sottoposto a override in una classe derivata, imposta i flag di implementazione per questo metodo.

protected:
 abstract void SetImplementationFlagsCore(System::Reflection::MethodImplAttributes attributes);
protected abstract void SetImplementationFlagsCore (System.Reflection.MethodImplAttributes attributes);
abstract member SetImplementationFlagsCore : System.Reflection.MethodImplAttributes -> unit
Protected MustOverride Sub SetImplementationFlagsCore (attributes As MethodImplAttributes)

Parametri

attributes
MethodImplAttributes

Combinazione bit per bit dei valori di enumerazione che specifica l'implementazione.

Si applica a