C# 클래스 PSModelGenerator.Program

파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
Main ( string args ) : void

비공개 메소드들

메소드 설명
AddConstructorWithCopiedParameters ( CodeTypeDeclaration codeType, Type implementationType, CodeFieldReferenceExpression omObjectFieldReference, ConstructorInfo constructorInfo ) : void
GenerateCodeFile ( string fileName, CodeCompileUnit compileUnit ) : void
GenerateConstructors ( Type t, CodeTypeDeclaration codeType ) : void
GenerateCopyrightText ( StreamWriter writer ) : void
GenerateModel ( string fileName, Type omType, string modelName ) : void
GenerateProperties ( Type t, CodeTypeDeclaration codeType ) : void
GenerateUsingDirectives ( CodeNamespace codeNamespace ) : void
GetPropertyType ( Type t ) : string
ShowUsage ( ) : void

메소드 상세

Main() 공개 정적인 메소드

public static Main ( string args ) : void
args string
리턴 void