Top "Internal" questions

The internals tag denotes questions about how things work, as opposed to how to accomplish something specific.

Internal vs. Private Access Modifiers

What is the difference between the internal and private access modifiers in C#?

c# .net private access-modifiers internal
How do I read the file content from the Internal storage - Android App

I am a newbie working with Android. A file is already created in the location data/data/myapp/files/hello.…

android internal
How to create a file on Android Internal Storage?

I want to save a file on internal storage into a specific folder. My code is: File mediaDir = new File("…

android file storage internal
How to get my Android device Internal Download Folder path

It is possible to get the Android device Internal Download Folder path?

android download storage internal
Android create folders in Internal Memory

Is there any way/ is it allowed to create folders in Internal Memory in Android. Example : - data -- com.…

android storage internal
What does the git index contain EXACTLY?

What does the Git index exactly contain, and what command can I use to view the content of the index? …

git internal
How to access internal class using Reflection

How can I access an internal class of an assembly? Say I want to access System.ComponentModel.Design.DesignerHost. Here …

c# reflection class internal
Where is Android Emulator Internal Storage

I have an error due to the contents of a file stored in internal storage on my Android Emulator. (I …

android storage internal
What is the equivalent of a 'friend' keyword in C Sharp?

What is the equivalent of a 'friend' keyword in C Sharp? How do I use the 'internal' keyword? I have …

c# friend internal friend-class
C# internal interface with internal implementation

I've struck upon something I don't really understand. I have a project, where I have an interface that is internal. …

c# interface internal