|
... System.Type interfaceType ); public System.Type CreateType (); public System.Reflection.Emit.ConstructorBuilder DefineConstructor ( System.Reflection.MethodAttributes attributes ...
|
|
System.Reflection.MethodAttributes.Public | System.Reflection.MethodAttributes.HideBySig ); ...
|
|
... enumerated value. MethodAttributes Myattributes = Mymethodbase->Attributes; // Display the flags that are set. PrintAttributes( System::Reflection::MethodAttributes::typeid, ( ...
|
|
DefineGlobalMethod ( string , System.Reflection.MethodAttributes , System.Type , System.Type []) : MethodBuilder Documentation for this section has not yet been entered.
|
|
DefineConstructor ( System.Reflection.MethodAttributes , System.Reflection.CallingConventions , System.Type []) : ConstructorBuilder Documentation for this section has not yet been ...
|
|
Summary Specifies that the type that declares the method does not provide an implementation. See Also System.Reflection.MethodAttributes Enum , System.Reflection Namespace
|