// .net 程式碼
private Type GetType(string className)
{
// 建立目前網域。
AppDomain currentDomain = AppDomain.CurrentDomain;
// 為組件清單建立一個陣列。
Assembly[] assems = currentDomain.GetAssemblies();
型態type = null;
Type[] types = assems[j].GetTypes( );
for (int k = 0; k {
.Equals(className))) }
{
類型= 模式種[k];
}
}
回傳型別;
}