Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Parameter names and parameter attributes are optional. Optional information for a method parameter, such as name and attributes (specified using the ParameterAttributes enumeration) can be defined using the MethodBuilder.DefineParameter method, which returns a ParameterBuilder. Optional information for a constructor parameter can be defined using the ConstructorBuilder.DefineParameter method, which returns a ParameterBuilder.
ParameterBuilder.SetMarshal specifies how the parameter is marshaled. ParameterBuilder.SetConstant specifies the default value for a parameter.