docs.microsoft.com/en-us/dotnet/visual-basic/programming-guide/concepts/reflection
Reflection - Visual Basic
Reflection (Visual Basic) In this article --> Reflection provides objects (of type Type) that describe assemblies, modules and types. You can use reflection to dynamically create an instance of a type, bind the type to an existing object, or get the type f
docs.microsoft.com
'Development' 카테고리의 다른 글
AC Remote Telemetry Documentation (0) | 2020.12.06 |
---|---|
DLL이란? (Dynamic Link Library) (0) | 2020.12.05 |
[C#] 객체 정보를 얻기 위해 Reflection 을 사용해 보자 (0) | 2020.12.04 |
Go 언어로 메모리 조작과 API 후킹을 구현하기 (윈도우즈 앱 리버스 엔지니어링) (0) | 2020.12.04 |
How to prevent memory editing to prevent hooking (0) | 2020.12.04 |