ClassBuilderClassFromString Method |
Name | Description | |
---|---|---|
![]() ![]() | ClassFromString(String) | Compiles the source code passed and returns the FIRST Type of the assembly. (Code in C#) |
![]() ![]() | ClassFromString(String, NetLanguage) | Compiles the source code passed and returns the FIRST Type of the assembly. |
![]() ![]() | ClassFromString(String, String) | Compiles the source code passed and returns the Type with the name className. (Code in C#) |
![]() ![]() | ClassFromString(String, String, NetLanguage, ListAssembly) | Compiles the source code passed and returns the Type with the name className. |