Jump to content

Reflector


Anfanger

Recommended Posts

Viva,

gostava de saber se já alguém teve curiosidade em ver como estão feitas algumas das classes da BCL (Base Class Library) da plataforma .NET, eu tive curiosidade e descobri o reflector, mas acontece que ao analizar algumas classes, nomeadamente a classe Console, surgem-me algumas duvidas.

Acham que podia-mos discutir este tema aqui ?

Para começar, por exemplo com a classe Console e método WriteLine:

 [HostProtection(SecurityAction.LinkDemand, UI=true)]
public static void WriteLine(string value)
{
    Out.WriteLine(value);
}

Notes:

Writes the specified string value, followed by the current line terminator, to the standard output stream.

Parameters

value

The value to write.

eu percebo a função, não percebo é a primeira linha de todas ...  :wallbash:

Cumps  😛

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site you accept our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.